Uses of Enum
org.apache.hadoop.hbase.MetaTableAccessor.QueryType
Packages that use MetaTableAccessor.QueryType
-
Uses of MetaTableAccessor.QueryType in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return MetaTableAccessor.QueryTypeModifier and TypeMethodDescriptionstatic MetaTableAccessor.QueryTypeReturns 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.Methods in org.apache.hadoop.hbase with parameters of type MetaTableAccessor.QueryTypeModifier 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 voidMetaTableAccessor.scanMeta(Connection connection, byte[] startRow, byte[] stopRow, MetaTableAccessor.QueryType type, int maxRows, MetaTableAccessor.Visitor visitor) Performs a scan of META table.private static voidMetaTableAccessor.scanMeta(Connection connection, byte[] startRow, byte[] stopRow, MetaTableAccessor.QueryType type, Filter filter, int maxRows, MetaTableAccessor.Visitor visitor, CatalogReplicaMode metaReplicaMode) private static voidMetaTableAccessor.scanMeta(Connection connection, byte[] startRow, byte[] stopRow, MetaTableAccessor.QueryType type, MetaTableAccessor.Visitor visitor) private static voidMetaTableAccessor.scanMeta(Connection connection, TableName table, MetaTableAccessor.QueryType type, int maxRows, MetaTableAccessor.Visitor visitor, CatalogReplicaMode metaReplicaMode)