Class IdentityIndexer

All Implemented Interfaces:
Iterable<Tuple>, Indexer, IterableIndexer, ProjectionIndexer, NetworkStructureChangeSensitiveNode, Node
Direct Known Subclasses:
MemoryIdentityIndexer, TimelyMemoryIdentityIndexer

public abstract class IdentityIndexer extends SpecializedProjectionIndexer
Defines an abstract trivial indexer that identically projects the contents of some stateful node, and can therefore save space. Can only exist in connection with a stateful store, and must be operated by another node (the active node). Do not attach parents directly!