Uses of Enum Class
org.apache.hadoop.hbase.KeepDeletedCells
Packages that use KeepDeletedCells
-
Uses of KeepDeletedCells in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return KeepDeletedCellsModifier and TypeMethodDescriptionstatic KeepDeletedCells
static KeepDeletedCells
Returns the enum constant of this class with the specified name.static KeepDeletedCells[]
KeepDeletedCells.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase with parameters of type KeepDeletedCellsModifier and TypeMethodDescriptionHBaseTestingUtility.createModifyableTableDescriptor
(TableName name, int minVersions, int versions, int ttl, KeepDeletedCells keepDeleted) Deprecated.HBaseTestingUtility.createTableDescriptor
(TableName name, int minVersions, int versions, int ttl, KeepDeletedCells keepDeleted) Deprecated. -
Uses of KeepDeletedCells in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as KeepDeletedCellsModifier and TypeFieldDescriptionstatic final KeepDeletedCells
ColumnFamilyDescriptorBuilder.DEFAULT_KEEP_DELETED
Default setting for preventing deleted from being collected immediately.Methods in org.apache.hadoop.hbase.client that return KeepDeletedCellsModifier and TypeMethodDescriptionColumnFamilyDescriptor.getKeepDeletedCells()
Returns return the KeepDeletedCellsColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.getKeepDeletedCells()
Methods in org.apache.hadoop.hbase.client with parameters of type KeepDeletedCellsModifier and TypeMethodDescriptionColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.setKeepDeletedCells
(KeepDeletedCells keepDeletedCells) ColumnFamilyDescriptorBuilder.setKeepDeletedCells
(KeepDeletedCells value) -
Uses of KeepDeletedCells in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as KeepDeletedCellsModifier and TypeFieldDescriptionprivate KeepDeletedCells
CustomizedScanInfoBuilder.keepDeletedCells
private KeepDeletedCells
ScanInfo.keepDeletedCells
Methods in org.apache.hadoop.hbase.regionserver that return KeepDeletedCellsModifier and TypeMethodDescriptionCustomizedScanInfoBuilder.getKeepDeletedCells()
ScanInfo.getKeepDeletedCells()
ScanOptions.getKeepDeletedCells()
Methods in org.apache.hadoop.hbase.regionserver with parameters of type KeepDeletedCellsModifier and TypeMethodDescription(package private) ScanInfo
ScanInfo.customize
(int maxVersions, long ttl, KeepDeletedCells keepDeletedCells) Used by CP users for customizing max versions, ttl and keepDeletedCells.(package private) ScanInfo
ScanInfo.customize
(int maxVersions, long ttl, KeepDeletedCells keepDeletedCells, int minVersions, long timeToPurgeDeletes) Used by CP users for customizing max versions, ttl, keepDeletedCells, min versions, and time to purge deletes.void
CustomizedScanInfoBuilder.setKeepDeletedCells
(KeepDeletedCells keepDeletedCells) void
ScanOptions.setKeepDeletedCells
(KeepDeletedCells keepDeletedCells) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type KeepDeletedCellsModifierConstructorDescriptionprivate
ScanInfo
(byte[] family, int minVersions, int maxVersions, long ttl, KeepDeletedCells keepDeletedCells, long timeToPurgeDeletes, CellComparator comparator, long tableMaxRowSize, boolean usePread, long cellsPerTimeoutCheck, boolean parallelSeekEnabled, long preadMaxBytes, boolean newVersionBehavior) ScanInfo
(org.apache.hadoop.conf.Configuration conf, byte[] family, int minVersions, int maxVersions, long ttl, KeepDeletedCells keepDeletedCells, long blockSize, long timeToPurgeDeletes, CellComparator comparator, boolean newVersionBehavior) -
Uses of KeepDeletedCells in org.apache.hadoop.hbase.regionserver.querymatcher
Fields in org.apache.hadoop.hbase.regionserver.querymatcher declared as KeepDeletedCellsModifier and TypeFieldDescriptionprotected final KeepDeletedCells
CompactionScanQueryMatcher.keepDeletedCells
whether to return deleted rows -
Uses of KeepDeletedCells in org.apache.hadoop.hbase.thrift2
Methods in org.apache.hadoop.hbase.thrift2 that return KeepDeletedCellsModifier and TypeMethodDescriptionstatic KeepDeletedCells
ThriftUtilities.keepDeletedCellsFromThrift
(org.apache.hadoop.hbase.thrift2.generated.TKeepDeletedCells in) Methods in org.apache.hadoop.hbase.thrift2 with parameters of type KeepDeletedCellsModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift2.generated.TKeepDeletedCells
ThriftUtilities.keepDeletedCellsFromHBase
(KeepDeletedCells in)