Interface SchemaObjectCollector<T>

All Known Implementing Classes:
ClientRegionCollector, ComposableSchemaObjectCollector, IndexCollector, RegionCollector

public interface SchemaObjectCollector<T>
The SchemaObjectCollector interface defines a contract for implementing objects to search for and find all schema objects of a particular type in a given context. Implementations of this interface know how to inspect the given context and find all references to the schema object instances of a particular type.
Since:
2.0.0
Author:
John Blum
See Also: