Spring Data for VMware GemFire
Class ListRegionsOnServerFunction
java.lang.Object
org.springframework.data.gemfire.client.function.ListRegionsOnServerFunction
- All Implemented Interfaces:
Serializable,org.apache.geode.cache.execute.Function<Object>,org.apache.geode.lang.Identifiable<String>
public class ListRegionsOnServerFunction
extends Object
implements org.apache.geode.cache.execute.Function<Object>
ListRegionsOnServerFunction is an Apache Geode Function
returning a List of names for all Regions
defined in the Apache Geode cache.- See Also:
-
SerialFunction- Serialized Form
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.geode.cache.execute.Function
getRequiredPermissions, getRequiredPermissions
-
Field Details
-
ID
-
-
Constructor Details
-
ListRegionsOnServerFunction
public ListRegionsOnServerFunction()
-
-
Method Details
-
execute
public void execute(@NonNull org.apache.geode.cache.execute.FunctionContext functionContext) - Specified by:
executein interfaceorg.apache.geode.cache.execute.Function<Object>
-
getId
-
hasResult
public boolean hasResult()- Specified by:
hasResultin interfaceorg.apache.geode.cache.execute.Function<Object>
-
isHA
public boolean isHA()- Specified by:
isHAin interfaceorg.apache.geode.cache.execute.Function<Object>
-
optimizeForWrite
public boolean optimizeForWrite()- Specified by:
optimizeForWritein interfaceorg.apache.geode.cache.execute.Function<Object>
-