Uses of Enum
org.apache.hadoop.hbase.KeepDeletedCells
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.KeepDeletedCells in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionstatic final org.apache.hadoop.hbase.KeepDeletedCells
HColumnDescriptor.DEFAULT_KEEP_DELETED
Deprecated.Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.KeepDeletedCells
HColumnDescriptor.getKeepDeletedCells()
Deprecated.static org.apache.hadoop.hbase.KeepDeletedCells
KeepDeletedCells.getValue
(String val) static org.apache.hadoop.hbase.KeepDeletedCells
KeepDeletedCells.valueOf
(String name) static org.apache.hadoop.hbase.KeepDeletedCells[]
KeepDeletedCells.values()
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setKeepDeletedCells
(org.apache.hadoop.hbase.KeepDeletedCells value) Deprecated.Set the keep deleted cells policy. -
Uses of org.apache.hadoop.hbase.KeepDeletedCells in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionstatic final org.apache.hadoop.hbase.KeepDeletedCells
ColumnFamilyDescriptorBuilder.DEFAULT_KEEP_DELETED
Default setting for preventing deleted from being collected immediately.Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.KeepDeletedCells
ColumnFamilyDescriptor.getKeepDeletedCells()
Returns return the KeepDeletedCellsorg.apache.hadoop.hbase.KeepDeletedCells
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.getKeepDeletedCells()
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.setKeepDeletedCells
(org.apache.hadoop.hbase.KeepDeletedCells keepDeletedCells) org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
ColumnFamilyDescriptorBuilder.setKeepDeletedCells
(org.apache.hadoop.hbase.KeepDeletedCells value) -
Uses of org.apache.hadoop.hbase.KeepDeletedCells in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.KeepDeletedCells
CustomizedScanInfoBuilder.getKeepDeletedCells()
org.apache.hadoop.hbase.KeepDeletedCells
ScanInfo.getKeepDeletedCells()
org.apache.hadoop.hbase.KeepDeletedCells
ScanOptions.getKeepDeletedCells()
Modifier and TypeMethodDescriptionvoid
CustomizedScanInfoBuilder.setKeepDeletedCells
(org.apache.hadoop.hbase.KeepDeletedCells keepDeletedCells) void
ScanOptions.setKeepDeletedCells
(org.apache.hadoop.hbase.KeepDeletedCells keepDeletedCells) ModifierConstructorDescriptionScanInfo
(org.apache.hadoop.conf.Configuration conf, byte[] family, int minVersions, int maxVersions, long ttl, org.apache.hadoop.hbase.KeepDeletedCells keepDeletedCells, long blockSize, long timeToPurgeDeletes, CellComparator comparator, boolean newVersionBehavior) -
Uses of org.apache.hadoop.hbase.KeepDeletedCells in org.apache.hadoop.hbase.regionserver.querymatcher
Modifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.KeepDeletedCells
CompactionScanQueryMatcher.keepDeletedCells
whether to return deleted rows