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:
-
Serial
Function
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
execute
in interfaceorg.apache.geode.cache.execute.Function<Object>
-
getId
-
hasResult
public boolean hasResult()- Specified by:
hasResult
in interfaceorg.apache.geode.cache.execute.Function<Object>
-
isHA
public boolean isHA()- Specified by:
isHA
in interfaceorg.apache.geode.cache.execute.Function<Object>
-
optimizeForWrite
public boolean optimizeForWrite()- Specified by:
optimizeForWrite
in interfaceorg.apache.geode.cache.execute.Function<Object>
-