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 inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.ActiveClusterSuffixThe read-replica cluster id for this cluster.classorg.apache.hadoop.hbase.ClusterIdThe 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 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.static <T extends org.apache.hadoop.hbase.ClusterIdFile>
voidFSUtils.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.