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

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

    Classes in org.apache.hadoop.hbase that implement org.apache.hadoop.hbase.ClusterIdFileParser in in
    Modifier and Type
    Class
    Description
    static class 
    org.apache.hadoop.hbase.ActiveClusterSuffix.Parser
     
    static class 
    org.apache.hadoop.hbase.ClusterId.Parser
     
  • Uses of org.apache.hadoop.hbase.ClusterIdFileParser in org.apache.hadoop.hbase.util

    Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.ClusterIdFileParser 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.