org.apache.hadoop.hbase.HColumnDescriptor[]
HTableDescriptor.getColumnFamilies()
org.apache.hadoop.hbase.HColumnDescriptor
HTableDescriptor.getFamily(byte[] column)
static org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.parseFrom(byte[] bytes)
Deprecated.
Parse a serialized representation of a HColumnDescriptor
org.apache.hadoop.hbase.HColumnDescriptor
HTableDescriptor.removeFamily(byte[] column)
Deprecated.
Removes the HColumnDescriptor with name specified by the parameter column from the table
descriptor
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setBlockCacheEnabled(boolean value)
Deprecated.
Set or clear the block cache enabled flag.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setBlocksize(int value)
Deprecated.
Set block size to use when writing
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setBlocksize(String value)
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setBloomFilterType(org.apache.hadoop.hbase.regionserver.BloomType value)
Deprecated.
Set the bloom filter type.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setCacheBloomsOnWrite(boolean value)
Deprecated.
Set or clear the cache bloom filters on write flag.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setCacheDataInL1(boolean value)
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setCacheDataOnWrite(boolean value)
Deprecated.
Set or clear the cache data on write flag.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setCacheIndexesOnWrite(boolean value)
Deprecated.
Set or clear the cache indexes on write flag.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setCompactionCompressionType(org.apache.hadoop.hbase.io.compress.Compression.Algorithm value)
Deprecated.
Compression types supported in hbase.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setCompressionType(org.apache.hadoop.hbase.io.compress.Compression.Algorithm value)
Deprecated.
Compression types supported in hbase.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setCompressTags(boolean value)
Deprecated.
Set whether the tags should be compressed along with DataBlockEncoding.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setConfiguration(String key,
String value)
Deprecated.
Setter for storing a configuration setting.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setDataBlockEncoding(org.apache.hadoop.hbase.io.encoding.DataBlockEncoding value)
Deprecated.
Set data block encoding algorithm used in block cache.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setDFSReplication(short value)
Deprecated.
Set the replication factor to hfile(s) belonging to this family
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setEncryptionKey(byte[] value)
Deprecated.
Set the raw crypto key attribute for the family
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setEncryptionType(String value)
Deprecated.
Set the encryption algorithm for use with this family
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setEvictBlocksOnClose(boolean value)
Deprecated.
Set or clear the evict bloom filters on close flag.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setInMemory(boolean value)
Deprecated.
Set or clear the in memory flag.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setInMemoryCompaction(org.apache.hadoop.hbase.MemoryCompactionPolicy value)
Deprecated.
Set the in memory compaction policy.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setKeepDeletedCells(org.apache.hadoop.hbase.KeepDeletedCells value)
Deprecated.
Set the keep deleted cells policy.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setMajorCompactionCompressionType(org.apache.hadoop.hbase.io.compress.Compression.Algorithm value)
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setMaxVersions(int value)
Deprecated.
Set maximum versions to keep
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setMinorCompactionCompressionType(org.apache.hadoop.hbase.io.compress.Compression.Algorithm value)
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setMinVersions(int value)
Deprecated.
Set the minimum number of versions to keep.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setMobCompactPartitionPolicy(org.apache.hadoop.hbase.client.MobCompactPartitionPolicy value)
Deprecated.
Set the mob compact partition policy for the family.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setMobEnabled(boolean value)
Deprecated.
Enables the mob for the family.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setMobThreshold(long value)
Deprecated.
Sets the mob threshold of the family.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setNewVersionBehavior(boolean newVersionBehavior)
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setPrefetchBlocksOnOpen(boolean value)
Deprecated.
Set or clear the prefetch on open flag.
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setScope(int value)
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setStoragePolicy(String value)
Deprecated.
Set the storage policy for use with this family
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setTimeToLive(int value)
Deprecated.
Set the time to live of cell contents
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setTimeToLive(String value)
Deprecated.
Set the time to live of cell contents
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setValue(byte[] key,
byte[] value)
org.apache.hadoop.hbase.HColumnDescriptor
org.apache.hadoop.hbase.HColumnDescriptor
HColumnDescriptor.setVersions(int minVersions,
int maxVersions)
Deprecated.
Set minimum and maximum versions to keep
protected org.apache.hadoop.hbase.HColumnDescriptor
HTableDescriptor.toHColumnDescriptor(org.apache.hadoop.hbase.client.ColumnFamilyDescriptor desc)
Deprecated.
Return a HColumnDescriptor for user to keep the compatibility as much as possible.