Uses of Enum
org.apache.hadoop.hbase.MetaTableAccessor.QueryType
-
Uses of MetaTableAccessor.QueryType in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionstatic MetaTableAccessor.QueryType
Returns the enum constant of this type with the specified name.static MetaTableAccessor.QueryType[]
MetaTableAccessor.QueryType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionMetaTableAccessor.fullScan
(Connection connection, MetaTableAccessor.QueryType type) Performs a full scan ofhbase:meta
.private static byte[]
AsyncMetaTableAccessor.getTableStartRowForMeta
(TableName tableName, MetaTableAccessor.QueryType type) static byte[]
MetaTableAccessor.getTableStartRowForMeta
(TableName tableName, MetaTableAccessor.QueryType type) Returns start row for scanning META according to query typeprivate static byte[]
AsyncMetaTableAccessor.getTableStopRowForMeta
(TableName tableName, MetaTableAccessor.QueryType type) static byte[]
MetaTableAccessor.getTableStopRowForMeta
(TableName tableName, MetaTableAccessor.QueryType type) Returns stop row for scanning META according to query typeprivate static CompletableFuture<Void>
AsyncMetaTableAccessor.scanMeta
(AsyncTable<AdvancedScanResultConsumer> metaTable, byte[] startRow, byte[] stopRow, MetaTableAccessor.QueryType type, int maxRows, MetaTableAccessor.Visitor visitor) Performs a scan of META table for given table.private static CompletableFuture<Void>
AsyncMetaTableAccessor.scanMeta
(AsyncTable<AdvancedScanResultConsumer> metaTable, TableName tableName, MetaTableAccessor.QueryType type, MetaTableAccessor.Visitor visitor) Performs a scan of META table for given table.(package private) static void
MetaTableAccessor.scanMeta
(Connection connection, byte[] startRow, byte[] stopRow, MetaTableAccessor.QueryType type, int maxRows, MetaTableAccessor.Visitor visitor) Performs a scan of META table.private 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, byte[] startRow, byte[] stopRow, MetaTableAccessor.QueryType type, MetaTableAccessor.Visitor visitor) private static void
MetaTableAccessor.scanMeta
(Connection connection, TableName table, MetaTableAccessor.QueryType type, int maxRows, MetaTableAccessor.Visitor visitor, CatalogReplicaMode metaReplicaMode)