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:
  • Field Details

    • ID

      public static final String ID
  • Constructor Details

    • ListRegionsOnServerFunction

      public ListRegionsOnServerFunction()
  • Method Details

    • execute

      public void execute(@NonNull org.apache.geode.cache.execute.FunctionContext functionContext)
      Specified by:
      execute in interface org.apache.geode.cache.execute.Function<Object>
    • getId

      public String getId()
      Specified by:
      getId in interface org.apache.geode.cache.execute.Function<Object>
      Specified by:
      getId in interface org.apache.geode.lang.Identifiable<String>
    • hasResult

      public boolean hasResult()
      Specified by:
      hasResult in interface org.apache.geode.cache.execute.Function<Object>
    • isHA

      public boolean isHA()
      Specified by:
      isHA in interface org.apache.geode.cache.execute.Function<Object>
    • optimizeForWrite

      public boolean optimizeForWrite()
      Specified by:
      optimizeForWrite in interface org.apache.geode.cache.execute.Function<Object>