org.springframework.data.gemfire.support
Class ListRegionsOnServerFunction
java.lang.Object
org.springframework.data.gemfire.support.ListRegionsOnServerFunction
- All Implemented Interfaces:
- com.gemstone.gemfire.cache.execute.Function, com.gemstone.gemfire.lang.Identifiable, Serializable
public class ListRegionsOnServerFunction
- extends Object
- implements com.gemstone.gemfire.cache.execute.Function
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListRegionsOnServerFunction
public ListRegionsOnServerFunction()
execute
public void execute(com.gemstone.gemfire.cache.execute.FunctionContext functionContext)
- Specified by:
execute in interface com.gemstone.gemfire.cache.execute.Function
getId
public String getId()
- Specified by:
getId in interface com.gemstone.gemfire.cache.execute.Function- Specified by:
getId in interface com.gemstone.gemfire.lang.Identifiable
hasResult
public boolean hasResult()
- Specified by:
hasResult in interface com.gemstone.gemfire.cache.execute.Function
isHA
public boolean isHA()
- Specified by:
isHA in interface com.gemstone.gemfire.cache.execute.Function
optimizeForWrite
public boolean optimizeForWrite()
- Specified by:
optimizeForWrite in interface com.gemstone.gemfire.cache.execute.Function