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