Class CompactionExecutorId
- java.lang.Object
-
- org.apache.accumulo.core.data.AbstractId<CompactionExecutorId>
-
- org.apache.accumulo.core.spi.compaction.CompactionExecutorId
-
- All Implemented Interfaces:
Serializable
,Comparable<CompactionExecutorId>
public class CompactionExecutorId extends AbstractId<CompactionExecutorId>
A unique identifier for a a compaction executor that aCompactionPlanner
can schedule compactions on using aCompactionJob
.- Since:
- 2.1.0
- See Also:
org.apache.accumulo.core.spi.compaction
, Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CompactionExecutorId
of(String canonical)
-
-
-
Method Detail
-
of
public static CompactionExecutorId of(String canonical)
-
-