Uses of Interface
org.apache.hadoop.hbase.ClusterIdFile

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

    Classes in org.apache.hadoop.hbase that implement org.apache.hadoop.hbase.ClusterIdFile in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.ActiveClusterSuffix
    The read-replica cluster id for this cluster.
    class 
    org.apache.hadoop.hbase.ClusterId
    The identifier for this cluster.
  • Uses of org.apache.hadoop.hbase.ClusterIdFile in org.apache.hadoop.hbase.util

    Methods in org.apache.hadoop.hbase.util with type parameters of type org.apache.hadoop.hbase.ClusterIdFile in in
    Modifier and Type
    Method
    Description
    static <T extends org.apache.hadoop.hbase.ClusterIdFile>
    T
    FSUtils.getClusterIdFile(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootdir, org.apache.hadoop.hbase.ClusterIdFileParser<T> parser)
    Use the given parser object to read and parse contents of Cluster Id file.
    static <T extends org.apache.hadoop.hbase.ClusterIdFile>
    void
    FSUtils.setClusterIdFile(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootdir, String fileName, T cs, long wait)
    Writes a new unique identifier for this cluster to the Cluster Id ("hbase.id" or "active.cluster.suffix.id") file in the HBase root directory.