Class CompactionServiceId
java.lang.Object
org.apache.accumulo.core.data.AbstractId<CompactionServiceId>
org.apache.accumulo.core.spi.compaction.CompactionServiceId
- All Implemented Interfaces:
Serializable,Comparable<CompactionServiceId>
A unique identifier for a compaction service
- Since:
- 2.1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompactionServiceIdGet a CompactionServiceID object for the provided canonical string.
-
Method Details
-
of
Get a CompactionServiceID object for the provided canonical string. This is guaranteed to be non-null.- Parameters:
canonical- compaction service ID string- Returns:
- CompactionServiceId object
-