Uses of Class
org.apache.hadoop.hbase.ClusterId
Package
Description
-
Uses of ClusterId in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionstatic ClusterId
ClusterId.convert
(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterIdProtos.ClusterId cid) Returns AClusterId
made from the passed incid
static ClusterId
ClusterId.parseFrom
(byte[] bytes) Parse the serialized representation of theClusterId
-
Uses of ClusterId in org.apache.hadoop.hbase.master
Modifier and TypeFieldDescriptionprivate ClusterId
CachedClusterId.clusterId
private ClusterId
MasterFileSystem.clusterId
Modifier and TypeMethodDescriptionMasterFileSystem.getClusterId()
Returns The unique identifier generated for this clusterModifier and TypeMethodDescriptionprivate void
CachedClusterId.setClusterId
(ClusterId id) Succeeds only once, when setting to a non-null value. -
Uses of ClusterId in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionstatic ClusterId
FSUtils.getClusterId
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootdir) Returns the value of the unique cluster ID stored for this HBase instance.Modifier and TypeMethodDescriptionprivate static void
FSUtils.rewriteAsPb
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootdir, org.apache.hadoop.fs.Path p, ClusterId cid) static void
FSUtils.setClusterId
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootdir, ClusterId clusterId, int wait) Writes a new unique identifier for this cluster to the "hbase.id" file in the HBase root directory -
Uses of ClusterId in org.apache.hadoop.hbase.zookeeper
Modifier and TypeMethodDescriptionstatic void
ZKClusterId.setClusterId
(ZKWatcher watcher, ClusterId id)