Uses of Enum
org.apache.hadoop.hbase.CatalogReplicaMode
Packages that use CatalogReplicaMode
-
Uses of CatalogReplicaMode in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return CatalogReplicaModeModifier and TypeMethodDescriptionstatic CatalogReplicaMode
CatalogReplicaMode.fromString
(String value) static CatalogReplicaMode
Returns the enum constant of this type with the specified name.static CatalogReplicaMode[]
CatalogReplicaMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hadoop.hbase with parameters of type CatalogReplicaModeModifier and TypeMethodDescriptionprivate static void
MetaTableAccessor.scanMeta
(Connection connection, byte[] startRow, byte[] stopRow, MetaTableAccessor.QueryType type, Filter filter, int maxRows, MetaTableAccessor.Visitor visitor, CatalogReplicaMode metaReplicaMode) private static void
MetaTableAccessor.scanMeta
(Connection connection, TableName table, MetaTableAccessor.QueryType type, int maxRows, MetaTableAccessor.Visitor visitor, CatalogReplicaMode metaReplicaMode) static void
MetaTableAccessor.scanMetaForTableRegions
(Connection connection, MetaTableAccessor.Visitor visitor, TableName tableName, CatalogReplicaMode metaReplicaMode) -
Uses of CatalogReplicaMode in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as CatalogReplicaModeModifier and TypeFieldDescriptionprivate CatalogReplicaMode
AsyncNonMetaRegionLocator.metaReplicaMode
private CatalogReplicaMode
ConnectionImplementation.metaReplicaMode