java.lang.Object
org.springframework.data.gemfire.config.schema.support.RegionCollector
All Implemented Interfaces:
SchemaObjectCollector<Region>
Direct Known Subclasses:
ClientRegionCollector

public class RegionCollector extends Object implements SchemaObjectCollector<Region>
The RegionCollector class is an implementation of the SchemaObjectCollector that is capable of inspecting a context and finding all Region schema object instances that have been declared in that context.
Since:
2.0.0
Author:
John Blum
See Also: