Uses of Enum Class
org.apache.hadoop.hbase.KeepDeletedCells
-
Uses of KeepDeletedCells in org.apache.hadoop.hbase
Modifier 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.Modifier 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
Modifier and TypeFieldDescriptionstatic final KeepDeletedCells
ColumnFamilyDescriptorBuilder.DEFAULT_KEEP_DELETED
Default setting for preventing deleted from being collected immediately.Modifier and TypeMethodDescriptionColumnFamilyDescriptor.getKeepDeletedCells()
Returns return the KeepDeletedCellsColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.getKeepDeletedCells()
Modifier and TypeMethodDescriptionColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.setKeepDeletedCells
(KeepDeletedCells keepDeletedCells) ColumnFamilyDescriptorBuilder.setKeepDeletedCells
(KeepDeletedCells value) -
Uses of KeepDeletedCells in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescriptionprivate KeepDeletedCells
CustomizedScanInfoBuilder.keepDeletedCells
private KeepDeletedCells
ScanInfo.keepDeletedCells
Modifier and TypeMethodDescriptionCustomizedScanInfoBuilder.getKeepDeletedCells()
ScanInfo.getKeepDeletedCells()
ScanOptions.getKeepDeletedCells()
Modifier 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) ModifierConstructorDescriptionprivate
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
Modifier and TypeFieldDescriptionprotected final KeepDeletedCells
CompactionScanQueryMatcher.keepDeletedCells
whether to return deleted rows -
Uses of KeepDeletedCells in org.apache.hadoop.hbase.thrift2
Modifier and TypeMethodDescriptionstatic KeepDeletedCells
ThriftUtilities.keepDeletedCellsFromThrift
(org.apache.hadoop.hbase.thrift2.generated.TKeepDeletedCells in) Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift2.generated.TKeepDeletedCells
ThriftUtilities.keepDeletedCellsFromHBase
(KeepDeletedCells in)