Class NullIndexer

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

public abstract class NullIndexer extends SpecializedProjectionIndexer
Defines an abstract trivial indexer that projects the contents of some stateful node to the empty tuple, 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!