public static class Table.ID extends AbstractId
Tables.getTableId(ClientContext, String)
Uses an internal cache and private constructor for storing a WeakReference of every Table.ID.
Therefore, a Table.ID can't be instantiated outside this class and is accessed by calling
Table.ID.of(String)
.Modifier and Type | Field and Description |
---|---|
static Table.ID |
METADATA |
static Table.ID |
REPLICATION |
static Table.ID |
ROOT |
Modifier and Type | Method and Description |
---|---|
static Table.ID |
of(String canonical)
Get a Table.ID object for the provided canonical string.
|
canonicalID, compareTo, equals, getUtf8, hashCode, isEmpty, toString
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.