|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterId | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.util | |
org.apache.hadoop.hbase.zookeeper |
Uses of ClusterId in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that return ClusterId | |
---|---|
static ClusterId |
ClusterId.parseFrom(byte[] bytes)
|
Uses of ClusterId in org.apache.hadoop.hbase.master |
---|
Methods in org.apache.hadoop.hbase.master that return ClusterId | |
---|---|
ClusterId |
MasterFileSystem.getClusterId()
|
Uses of ClusterId in org.apache.hadoop.hbase.util |
---|
Methods in org.apache.hadoop.hbase.util that return ClusterId | |
---|---|
static 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 ClusterId | |
---|---|
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 |
---|
Methods in org.apache.hadoop.hbase.zookeeper with parameters of type ClusterId | |
---|---|
static void |
ZKClusterId.setClusterId(ZooKeeperWatcher watcher,
ClusterId id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |