Uses of Class
org.apache.hadoop.hbase.HColumnDescriptor
-
Uses of HColumnDescriptor in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionHTableDescriptor.getColumnFamilies()
Deprecated.since 2.0.0 and will be removed in 3.0.0.HTableDescriptor.getFamily
(byte[] column) Deprecated.since 2.0.0 and will be removed in 3.0.0.static HColumnDescriptor
HColumnDescriptor.parseFrom
(byte[] bytes) Deprecated.Parse a serialized representation of aHColumnDescriptor
HTableDescriptor.removeFamily
(byte[] column) Deprecated.Removes the HColumnDescriptor with name specified by the parameter column from the table descriptorHColumnDescriptor.setBlockCacheEnabled
(boolean value) Deprecated.Set or clear the block cache enabled flag.HColumnDescriptor.setBlocksize
(int value) Deprecated.Set block size to use when writingHColumnDescriptor.setBlocksize
(String value) Deprecated.HColumnDescriptor.setBloomFilterType
(BloomType value) Deprecated.Set the bloom filter type.HColumnDescriptor.setCacheBloomsOnWrite
(boolean value) Deprecated.Set or clear the cache bloom filters on write flag.HColumnDescriptor.setCacheDataInL1
(boolean value) Deprecated.Since 2.0 and will be removed in 3.0 with out any replacement.HColumnDescriptor.setCacheDataOnWrite
(boolean value) Deprecated.Set or clear the cache data on write flag.HColumnDescriptor.setCacheIndexesOnWrite
(boolean value) Deprecated.Set or clear the cache indexes on write flag.HColumnDescriptor.setCompactionCompressionType
(Compression.Algorithm value) Deprecated.Compression types supported in hbase.HColumnDescriptor.setCompressionType
(Compression.Algorithm value) Deprecated.Compression types supported in hbase.HColumnDescriptor.setCompressTags
(boolean value) Deprecated.Set whether the tags should be compressed along with DataBlockEncoding.HColumnDescriptor.setConfiguration
(String key, String value) Deprecated.Setter for storing a configuration setting.HColumnDescriptor.setDataBlockEncoding
(DataBlockEncoding value) Deprecated.Set data block encoding algorithm used in block cache.HColumnDescriptor.setDFSReplication
(short value) Deprecated.Set the replication factor to hfile(s) belonging to this familyHColumnDescriptor.setEncryptionKey
(byte[] value) Deprecated.Set the raw crypto key attribute for the familyHColumnDescriptor.setEncryptionType
(String value) Deprecated.Set the encryption algorithm for use with this familyHColumnDescriptor.setEvictBlocksOnClose
(boolean value) Deprecated.Set or clear the evict bloom filters on close flag.HColumnDescriptor.setInMemory
(boolean value) Deprecated.Set or clear the in memory flag.HColumnDescriptor.setInMemoryCompaction
(MemoryCompactionPolicy value) Deprecated.Set the in memory compaction policy.HColumnDescriptor.setKeepDeletedCells
(KeepDeletedCells value) Deprecated.Set the keep deleted cells policy.HColumnDescriptor.setMajorCompactionCompressionType
(Compression.Algorithm value) Deprecated.HColumnDescriptor.setMaxVersions
(int value) Deprecated.Set maximum versions to keepHColumnDescriptor.setMinorCompactionCompressionType
(Compression.Algorithm value) Deprecated.HColumnDescriptor.setMinVersions
(int value) Deprecated.Set the minimum number of versions to keep.HColumnDescriptor.setMobCompactPartitionPolicy
(MobCompactPartitionPolicy value) Deprecated.Set the mob compact partition policy for the family.HColumnDescriptor.setMobEnabled
(boolean value) Deprecated.Enables the mob for the family.HColumnDescriptor.setMobThreshold
(long value) Deprecated.Sets the mob threshold of the family.HColumnDescriptor.setNewVersionBehavior
(boolean newVersionBehavior) Deprecated.HColumnDescriptor.setPrefetchBlocksOnOpen
(boolean value) Deprecated.Set or clear the prefetch on open flag.HColumnDescriptor.setScope
(int value) Deprecated.HColumnDescriptor.setStoragePolicy
(String value) Deprecated.Set the storage policy for use with this familyHColumnDescriptor.setTimeToLive
(int value) Deprecated.Set the time to live of cell contentsHColumnDescriptor.setTimeToLive
(String value) Deprecated.Set the time to live of cell contentsHColumnDescriptor.setValue
(byte[] key, byte[] value) Deprecated.Deprecated.HColumnDescriptor.setVersions
(int minVersions, int maxVersions) Deprecated.Set minimum and maximum versions to keepprotected HColumnDescriptor
HTableDescriptor.toHColumnDescriptor
(ColumnFamilyDescriptor desc) Deprecated.Return a HColumnDescriptor for user to keep the compatibility as much as possible.Modifier and TypeMethodDescriptionHTableDescriptor.getFamilies()
Deprecated.since 2.0.0 and will be removed in 3.0.0.Modifier and TypeMethodDescriptionHTableDescriptor.addFamily
(HColumnDescriptor family) Deprecated.Adds a column family.int
HColumnDescriptor.compareTo
(HColumnDescriptor other) Deprecated.HTableDescriptor.modifyFamily
(HColumnDescriptor family) Deprecated.Modifies the existing column family.ModifierConstructorDescriptionDeprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 (HBASE-18433).protected
HColumnDescriptor
(HColumnDescriptor desc, boolean deepClone) Deprecated. -
Uses of HColumnDescriptor in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionprotected HColumnDescriptor
ImmutableHTableDescriptor.toHColumnDescriptor
(ColumnFamilyDescriptor desc) Deprecated.ModifierConstructorDescription(package private)
Deprecated. -
Uses of HColumnDescriptor in org.apache.hadoop.hbase.thrift
Modifier and TypeMethodDescriptionstatic HColumnDescriptor
ThriftUtilities.colDescFromThrift
(org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor in) This utility method creates a new Hbase HColumnDescriptor object based on a Thrift ColumnDescriptor "struct".Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
ThriftUtilities.colDescFromHbase
(HColumnDescriptor in) This utility method creates a new Thrift ColumnDescriptor "struct" based on an Hbase HColumnDescriptor object.