Uses of Class
org.apache.hadoop.hbase.ClusterId

Packages that use org.apache.hadoop.hbase.ClusterId
  • 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 in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.ClusterId
    ClusterId.convert(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterIdProtos.ClusterId cid)
    Returns A ClusterId made from the passed in cid
    org.apache.hadoop.hbase.ClusterId
    ClusterId.Parser.parseFrom(byte[] bytes)
    Parse the serialized representation of the ClusterId
    org.apache.hadoop.hbase.ClusterId
    ClusterId.Parser.readString(String input)
     
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.ClusterId in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.ActiveClusterSuffix
    ActiveClusterSuffix.fromConfig(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ClusterId clusterId)
     
  • 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 in
    Modifier and Type
    Method
    Description
    org.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.zookeeper

    Methods in org.apache.hadoop.hbase.zookeeper with parameters of type org.apache.hadoop.hbase.ClusterId in in
    Modifier and Type
    Method
    Description
    static void
    ZKClusterId.setClusterId(org.apache.hadoop.hbase.zookeeper.ZKWatcher watcher, org.apache.hadoop.hbase.ClusterId id)