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>

public class CompactionServiceId extends AbstractId<CompactionServiceId>
A unique identifier for a compaction service
Since:
2.1.0
See Also:
  • Method Details

    • of

      public static CompactionServiceId of(String canonical)
      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