Uses of Class
org.apache.hadoop.hbase.HColumnDescriptor
Packages that use HColumnDescriptor
-
Uses of HColumnDescriptor in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return HColumnDescriptorModifier 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 HColumnDescriptorHColumnDescriptor.parseFrom(byte[] bytes) Deprecated.Parse a serialized representation of aHColumnDescriptorHTableDescriptor.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 HColumnDescriptorHTableDescriptor.toHColumnDescriptor(ColumnFamilyDescriptor desc) Deprecated.Return a HColumnDescriptor for user to keep the compatibility as much as possible.Methods in org.apache.hadoop.hbase that return types with arguments of type HColumnDescriptorModifier and TypeMethodDescriptionHTableDescriptor.getFamilies()Deprecated.since 2.0.0 and will be removed in 3.0.0.Methods in org.apache.hadoop.hbase with parameters of type HColumnDescriptorModifier and TypeMethodDescriptionHTableDescriptor.addFamily(HColumnDescriptor family) Deprecated.Adds a column family.intHColumnDescriptor.compareTo(HColumnDescriptor other) Deprecated.HTableDescriptor.modifyFamily(HColumnDescriptor family) Deprecated.Modifies the existing column family.Constructors in org.apache.hadoop.hbase with parameters of type HColumnDescriptorModifierConstructorDescriptionDeprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 (HBASE-18433).protectedHColumnDescriptor(HColumnDescriptor desc, boolean deepClone) Deprecated. -
Uses of HColumnDescriptor in org.apache.hadoop.hbase.client
Subclasses of HColumnDescriptor in org.apache.hadoop.hbase.clientMethods in org.apache.hadoop.hbase.client that return HColumnDescriptorModifier and TypeMethodDescriptionprotected HColumnDescriptorImmutableHTableDescriptor.toHColumnDescriptor(ColumnFamilyDescriptor desc) Deprecated.Constructors in org.apache.hadoop.hbase.client with parameters of type HColumnDescriptorModifierConstructorDescription(package private)Deprecated. -
Uses of HColumnDescriptor in org.apache.hadoop.hbase.thrift
Methods in org.apache.hadoop.hbase.thrift that return HColumnDescriptorModifier and TypeMethodDescriptionstatic HColumnDescriptorThriftUtilities.colDescFromThrift(org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor in) This utility method creates a new Hbase HColumnDescriptor object based on a Thrift ColumnDescriptor "struct".Methods in org.apache.hadoop.hbase.thrift with parameters of type HColumnDescriptorModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift.generated.ColumnDescriptorThriftUtilities.colDescFromHbase(HColumnDescriptor in) This utility method creates a new Thrift ColumnDescriptor "struct" based on an Hbase HColumnDescriptor object.