Uses of Class
org.apache.accumulo.core.data.AbstractId
-
Packages that use AbstractId Package Description org.apache.accumulo.core.data org.apache.accumulo.core.spi.compaction This package provides a place for plugin interfaces related to executing compactions. -
-
Uses of AbstractId in org.apache.accumulo.core.data
Classes in org.apache.accumulo.core.data with type parameters of type AbstractId Modifier and Type Class Description classAbstractId<T extends AbstractId<T>>An abstract identifier class for comparing equality of identifiers of the same type.Subclasses of AbstractId in org.apache.accumulo.core.data Modifier and Type Class Description classNamespaceIdA strongly typed representation of a namespace ID.classTableIdA strongly typed representation of a table ID. -
Uses of AbstractId in org.apache.accumulo.core.spi.compaction
Subclasses of AbstractId in org.apache.accumulo.core.spi.compaction Modifier and Type Class Description classCompactionExecutorIdA unique identifier for a a compaction executor that aCompactionPlannercan schedule compactions on using aCompactionJob.classCompactionServiceIdA unique identifier for a compaction service
-