Uses of Enum Class
org.apache.hadoop.hbase.client.CompactionState
Packages that use CompactionState
Package
Description
Provides HBase Client
-
Uses of CompactionState in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as CompactionStateModifier and TypeFieldDescriptionprivate CompactionState
RegionMetricsBuilder.compactionState
private final CompactionState
RegionMetricsBuilder.RegionMetricsImpl.compactionState
Methods in org.apache.hadoop.hbase that return CompactionStateModifier and TypeMethodDescriptionRegionMetrics.getCompactionState()
Returns the compaction state of this regionRegionMetricsBuilder.RegionMetricsImpl.getCompactionState()
Methods in org.apache.hadoop.hbase with parameters of type CompactionStateModifier and TypeMethodDescriptionRegionMetricsBuilder.setCompactionState
(CompactionState compactionState) Constructors in org.apache.hadoop.hbase with parameters of type CompactionStateModifierConstructorDescription(package private)
RegionMetricsImpl
(byte[] name, int storeCount, int storeFileCount, int storeRefCount, int maxCompactedStoreFileRefCount, long compactingCellCount, long compactedCellCount, Size storeFileSize, Size memStoreSize, Size indexSize, Size rootLevelIndexSize, Size uncompressedDataIndexSize, Size bloomFilterSize, Size uncompressedStoreFileSize, long writeRequestCount, long readRequestCount, long cpRequestCount, long filteredReadRequestCount, long completedSequenceId, Map<byte[], Long> storeSequenceIds, float dataLocality, long lastMajorCompactionTimestamp, float dataLocalityForSsd, long blocksLocalWeight, long blocksLocalWithSsdWeight, long blocksTotalWeight, CompactionState compactionState, Size regionSizeMB, float currentRegionCachedRatio) -
Uses of CompactionState in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return CompactionStateModifier and TypeMethodDescriptionAdmin.getCompactionState
(TableName tableName) Get the current compaction state of a table.Admin.getCompactionState
(TableName tableName, CompactType compactType) Get the current compaction state of a table.AdminOverAsyncAdmin.getCompactionState
(TableName tableName) AdminOverAsyncAdmin.getCompactionState
(TableName tableName, CompactType compactType) Admin.getCompactionStateForRegion
(byte[] regionName) Get the current compaction state of region.AdminOverAsyncAdmin.getCompactionStateForRegion
(byte[] regionName) static CompactionState
Returns the enum constant of this class with the specified name.static CompactionState[]
CompactionState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.client that return types with arguments of type CompactionStateModifier and TypeMethodDescriptiondefault CompletableFuture<CompactionState>
AsyncAdmin.getCompactionState
(TableName tableName) Get the current compaction state of a table.AsyncAdmin.getCompactionState
(TableName tableName, CompactType compactType) Get the current compaction state of a table.AsyncHBaseAdmin.getCompactionState
(TableName tableName, CompactType compactType) RawAsyncHBaseAdmin.getCompactionState
(TableName tableName, CompactType compactType) AsyncAdmin.getCompactionStateForRegion
(byte[] regionName) Get the current compaction state of region.AsyncHBaseAdmin.getCompactionStateForRegion
(byte[] regionName) RawAsyncHBaseAdmin.getCompactionStateForRegion
(byte[] regionName) -
Uses of CompactionState in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return CompactionStateModifier and TypeMethodDescriptionHMaster.getCompactionState
(TableName tableName) Get the compaction state of the table -
Uses of CompactionState in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return CompactionStateModifier and TypeMethodDescriptionHRegion.getCompactionState()
Region.getCompactionState()
Returns if a given region is in compaction now. -
Uses of CompactionState in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client that return CompactionStateModifier and TypeMethodDescriptionThriftAdmin.getCompactionState
(TableName tableName) ThriftAdmin.getCompactionState
(TableName tableName, CompactType compactType) ThriftAdmin.getCompactionStateForRegion
(byte[] regionName)