Class StandaloneDataIndex

All Implemented Interfaces:
LogOutputAppendable, LivenessManager, LivenessNode, LivenessReferent, BasicDataIndex, Serializable

public class StandaloneDataIndex extends LivenessArtifact implements BasicDataIndex
BasicDataIndex implementation that holds an index Table and does not specify the ColumnSources that were indexed, and hence cannot support keyColumnNamesByIndexedColumn(). This is useful for standalone indices that are not associated with a specific table, but rather used to accumulate a merged index for a merged table over the indexed data.
See Also: