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

Packages that use org.apache.hadoop.hbase.ActiveClusterSuffix
  • Uses of org.apache.hadoop.hbase.ActiveClusterSuffix in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.ActiveClusterSuffix in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.ActiveClusterSuffix
    ActiveClusterSuffix.convert(org.apache.hadoop.hbase.shaded.protobuf.generated.ActiveClusterSuffixProtos.ActiveClusterSuffix cs)
    Returns A ActiveClusterSuffix made from the passed in cs
    static org.apache.hadoop.hbase.ActiveClusterSuffix
    ActiveClusterSuffix.fromConfig(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ClusterId clusterId)
     
    static org.apache.hadoop.hbase.ActiveClusterSuffix
    ActiveClusterSuffix.parseFrom(byte[] bytes)
     
    org.apache.hadoop.hbase.ActiveClusterSuffix
    ActiveClusterSuffix.Parser.parseFrom(byte[] bytes)
    Parse the serialized representation of the ActiveClusterSuffix
    org.apache.hadoop.hbase.ActiveClusterSuffix
    ActiveClusterSuffix.Parser.readString(String input)
     
  • Uses of org.apache.hadoop.hbase.ActiveClusterSuffix in org.apache.hadoop.hbase.master

    Methods in org.apache.hadoop.hbase.master that return org.apache.hadoop.hbase.ActiveClusterSuffix in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.ActiveClusterSuffix
    MasterFileSystem.getActiveClusterSuffix()