Uses of Enum Class
org.apache.hadoop.hbase.KeepDeletedCells
Packages that use org.apache.hadoop.hbase.KeepDeletedCells
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.KeepDeletedCells in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.KeepDeletedCells in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.KeepDeletedCellsKeepDeletedCells.getValue(String val) static org.apache.hadoop.hbase.KeepDeletedCellsKeepDeletedCells.valueOf(String name) static org.apache.hadoop.hbase.KeepDeletedCells[]KeepDeletedCells.values()Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.KeepDeletedCells in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.TableDescriptorBuilderHBaseTestingUtility.createModifyableTableDescriptor(org.apache.hadoop.hbase.TableName name, int minVersions, int versions, int ttl, org.apache.hadoop.hbase.KeepDeletedCells keepDeleted) Deprecated.org.apache.hadoop.hbase.client.TableDescriptorHBaseTestingUtility.createTableDescriptor(org.apache.hadoop.hbase.TableName name, int minVersions, int versions, int ttl, org.apache.hadoop.hbase.KeepDeletedCells keepDeleted) Deprecated. -
Uses of org.apache.hadoop.hbase.KeepDeletedCells in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as org.apache.hadoop.hbase.KeepDeletedCells in inModifier and TypeFieldDescriptionstatic final org.apache.hadoop.hbase.KeepDeletedCellsColumnFamilyDescriptorBuilder.DEFAULT_KEEP_DELETEDDefault setting for preventing deleted from being collected immediately.Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.KeepDeletedCells in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.KeepDeletedCellsColumnFamilyDescriptor.getKeepDeletedCells()Returns return the KeepDeletedCellsMethods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.KeepDeletedCells in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilderColumnFamilyDescriptorBuilder.setKeepDeletedCells(org.apache.hadoop.hbase.KeepDeletedCells value) -
Uses of org.apache.hadoop.hbase.KeepDeletedCells in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.KeepDeletedCells in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.KeepDeletedCellsCustomizedScanInfoBuilder.getKeepDeletedCells()org.apache.hadoop.hbase.KeepDeletedCellsScanInfo.getKeepDeletedCells()org.apache.hadoop.hbase.KeepDeletedCellsScanOptions.getKeepDeletedCells()Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.KeepDeletedCells in inModifier and TypeMethodDescriptionvoidCustomizedScanInfoBuilder.setKeepDeletedCells(org.apache.hadoop.hbase.KeepDeletedCells keepDeletedCells) voidScanOptions.setKeepDeletedCells(org.apache.hadoop.hbase.KeepDeletedCells keepDeletedCells) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.KeepDeletedCells in inModifierConstructorDescriptionScanInfo(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
Fields in org.apache.hadoop.hbase.regionserver.querymatcher declared as org.apache.hadoop.hbase.KeepDeletedCells in inModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.KeepDeletedCellsCompactionScanQueryMatcher.keepDeletedCellswhether to return deleted rows