Uses of Class
org.apache.hadoop.hbase.ActiveClusterSuffix
Packages that use ActiveClusterSuffix
Package
Description
-
Uses of ActiveClusterSuffix in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return ActiveClusterSuffixModifier and TypeMethodDescriptionstatic ActiveClusterSuffixActiveClusterSuffix.convert(org.apache.hadoop.hbase.shaded.protobuf.generated.ActiveClusterSuffixProtos.ActiveClusterSuffix cs) Returns AActiveClusterSuffixmade from the passed incsstatic ActiveClusterSuffixActiveClusterSuffix.fromConfig(org.apache.hadoop.conf.Configuration conf, ClusterId clusterId) static ActiveClusterSuffixActiveClusterSuffix.parseFrom(byte[] bytes) ActiveClusterSuffix.Parser.parseFrom(byte[] bytes) Parse the serialized representation of theActiveClusterSuffixActiveClusterSuffix.Parser.readString(String input) -
Uses of ActiveClusterSuffix in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as ActiveClusterSuffixModifier and TypeFieldDescriptionprivate ActiveClusterSuffixMasterFileSystem.activeClusterSuffixMethods in org.apache.hadoop.hbase.master that return ActiveClusterSuffix -
Uses of ActiveClusterSuffix in org.apache.hadoop.hbase.security.access
Methods in org.apache.hadoop.hbase.security.access with parameters of type ActiveClusterSuffixModifier and TypeMethodDescriptionstatic booleanAbstractReadOnlyController.isAnotherClusterActive(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootDir, ActiveClusterSuffix localClusterSuffix) Checks whether another cluster is currently active on this storage location by reading the "active.cluster.suffix.id" file on the filesystem.