java.lang.Object
org.springframework.data.gemfire.config.schema.support.IndexCollector
All Implemented Interfaces:
SchemaObjectCollector<Index>

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