Uses of Enum Class
org.apache.hadoop.hbase.client.CompactionState
Package
Description
Provides HBase Client
-
Uses of CompactionState in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionprivate CompactionState
RegionMetricsBuilder.compactionState
private final CompactionState
RegionMetricsBuilder.RegionMetricsImpl.compactionState
Modifier and TypeMethodDescriptionRegionMetrics.getCompactionState()
Returns the compaction state of this regionRegionMetricsBuilder.RegionMetricsImpl.getCompactionState()
Modifier and TypeMethodDescriptionRegionMetricsBuilder.setCompactionState
(CompactionState compactionState) ModifierConstructorDescription(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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionHMaster.getCompactionState
(TableName tableName) Get the compaction state of the table -
Uses of CompactionState in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionHRegion.getCompactionState()
Region.getCompactionState()
Returns if a given region is in compaction now. -
Uses of CompactionState in org.apache.hadoop.hbase.thrift2.client
Modifier and TypeMethodDescriptionThriftAdmin.getCompactionState
(TableName tableName) ThriftAdmin.getCompactionState
(TableName tableName, CompactType compactType) ThriftAdmin.getCompactionStateForRegion
(byte[] regionName)