Uses of Class
org.apache.hadoop.hbase.ClusterId
Packages that use org.apache.hadoop.hbase.ClusterId
Package
Description
-
Uses of org.apache.hadoop.hbase.ClusterId in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.ClusterId in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.ClusterId
ClusterId.convert
(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterIdProtos.ClusterId cid) Returns AClusterId
made from the passed incid
static org.apache.hadoop.hbase.ClusterId
ClusterId.parseFrom
(byte[] bytes) Parse the serialized representation of theClusterId
-
Uses of org.apache.hadoop.hbase.ClusterId in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return org.apache.hadoop.hbase.ClusterId in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ClusterId
MasterFileSystem.getClusterId()
Returns The unique identifier generated for this cluster -
Uses of org.apache.hadoop.hbase.ClusterId in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.ClusterId in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.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.Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.ClusterId in inModifier and TypeMethodDescriptionstatic void
FSUtils.setClusterId
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootdir, org.apache.hadoop.hbase.ClusterId clusterId, long wait) Writes a new unique identifier for this cluster to the "hbase.id" file in the HBase root directory. -
Uses of org.apache.hadoop.hbase.ClusterId in org.apache.hadoop.hbase.zookeeper
Methods in org.apache.hadoop.hbase.zookeeper with parameters of type org.apache.hadoop.hbase.ClusterId in inModifier and TypeMethodDescriptionstatic void
ZKClusterId.setClusterId
(org.apache.hadoop.hbase.zookeeper.ZKWatcher watcher, org.apache.hadoop.hbase.ClusterId id)