Package org.apache.accumulo.core.data
Class TableId
- java.lang.Object
-
- org.apache.accumulo.core.data.AbstractId<TableId>
-
- org.apache.accumulo.core.data.TableId
-
- All Implemented Interfaces:
Serializable
,Comparable<TableId>
public class TableId extends AbstractId<TableId>
A strongly typed representation of a table ID. This class cannot be used to get a table ID from a table name, but does provide the table ID string wrapped with a stronger type. The constructor for this class will throw an error if the canonical parameter is null.- Since:
- 2.0.0
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TableId
of(String canonical)
Get a TableId object for the provided canonical string.
-