Package org.apache.accumulo.core.data
Class TableId
- All Implemented Interfaces:
Serializable
,Comparable<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:
-
Method Details
-
of
Get a TableId object for the provided canonical string. This is guaranteed to be non-null.- Parameters:
canonical
- table ID string- Returns:
- TableId object
-