Class ListRegionsOnServerFunction

java.lang.Object
org.springframework.data.gemfire.client.function.ListRegionsOnServerFunction
All Implemented Interfaces:
Serializable, Function<Object>, Identifiable<String>

public class ListRegionsOnServerFunction extends Object implements Function<Object>
ListRegionsOnServerFunction is an Apache Geode Function returning a List of names for all Regions defined in the Apache Geode cache.
Author:
David Turanski, John Blum
See Also: