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 inModifier and TypeClassDescriptionstatic classorg.apache.hadoop.hbase.ActiveClusterSuffix.Parserstatic classorg.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 inModifier and TypeMethodDescriptionstatic <T extends org.apache.hadoop.hbase.ClusterIdFile>
TFSUtils.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.