Uses of Class
org.apache.hadoop.hbase.HColumnDescriptor
Packages that use org.apache.hadoop.hbase.HColumnDescriptor
-
Uses of org.apache.hadoop.hbase.HColumnDescriptor in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.HColumnDescriptor in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.HColumnDescriptor[]HTableDescriptor.getColumnFamilies()Deprecated.since 2.0.0 and will be removed in 3.0.0.org.apache.hadoop.hbase.HColumnDescriptorHTableDescriptor.getFamily(byte[] column) Deprecated.since 2.0.0 and will be removed in 3.0.0.static org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.parseFrom(byte[] bytes) Deprecated.Parse a serialized representation of aHColumnDescriptororg.apache.hadoop.hbase.HColumnDescriptorHTableDescriptor.removeFamily(byte[] column) Deprecated.Removes the HColumnDescriptor with name specified by the parameter column from the table descriptororg.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setBlockCacheEnabled(boolean value) Deprecated.Set or clear the block cache enabled flag.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setBlocksize(int value) Deprecated.Set block size to use when writingorg.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setBlocksize(String value) Deprecated.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setBloomFilterType(org.apache.hadoop.hbase.regionserver.BloomType value) Deprecated.Set the bloom filter type.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setCacheBloomsOnWrite(boolean value) Deprecated.Set or clear the cache bloom filters on write flag.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setCacheDataInL1(boolean value) Deprecated.Since 2.0 and will be removed in 3.0 with out any replacement.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setCacheDataOnWrite(boolean value) Deprecated.Set or clear the cache data on write flag.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setCacheIndexesOnWrite(boolean value) Deprecated.Set or clear the cache indexes on write flag.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setCompactionCompressionType(org.apache.hadoop.hbase.io.compress.Compression.Algorithm value) Deprecated.Compression types supported in hbase.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setCompressionType(org.apache.hadoop.hbase.io.compress.Compression.Algorithm value) Deprecated.Compression types supported in hbase.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setCompressTags(boolean value) Deprecated.Set whether the tags should be compressed along with DataBlockEncoding.org.apache.hadoop.hbase.HColumnDescriptorDeprecated.Setter for storing a configuration setting.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setDataBlockEncoding(org.apache.hadoop.hbase.io.encoding.DataBlockEncoding value) Deprecated.Set data block encoding algorithm used in block cache.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setDFSReplication(short value) Deprecated.Set the replication factor to hfile(s) belonging to this familyorg.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setEncryptionKey(byte[] value) Deprecated.Set the raw crypto key attribute for the familyorg.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setEncryptionType(String value) Deprecated.Set the encryption algorithm for use with this familyorg.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setEvictBlocksOnClose(boolean value) Deprecated.Set or clear the evict bloom filters on close flag.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setInMemory(boolean value) Deprecated.Set or clear the in memory flag.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setInMemoryCompaction(org.apache.hadoop.hbase.MemoryCompactionPolicy value) Deprecated.Set the in memory compaction policy.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setKeepDeletedCells(org.apache.hadoop.hbase.KeepDeletedCells value) Deprecated.Set the keep deleted cells policy.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setMajorCompactionCompressionType(org.apache.hadoop.hbase.io.compress.Compression.Algorithm value) Deprecated.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setMaxVersions(int value) Deprecated.Set maximum versions to keeporg.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setMinorCompactionCompressionType(org.apache.hadoop.hbase.io.compress.Compression.Algorithm value) Deprecated.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setMinVersions(int value) Deprecated.Set the minimum number of versions to keep.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setMobCompactPartitionPolicy(org.apache.hadoop.hbase.client.MobCompactPartitionPolicy value) Deprecated.Set the mob compact partition policy for the family.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setMobEnabled(boolean value) Deprecated.Enables the mob for the family.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setMobThreshold(long value) Deprecated.Sets the mob threshold of the family.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setNewVersionBehavior(boolean newVersionBehavior) Deprecated.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setPrefetchBlocksOnOpen(boolean value) Deprecated.Set or clear the prefetch on open flag.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setScope(int value) Deprecated.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setStoragePolicy(String value) Deprecated.Set the storage policy for use with this familyorg.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setTimeToLive(int value) Deprecated.Set the time to live of cell contentsorg.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setTimeToLive(String value) Deprecated.Set the time to live of cell contentsorg.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setValue(byte[] key, byte[] value) Deprecated.org.apache.hadoop.hbase.HColumnDescriptorDeprecated.org.apache.hadoop.hbase.HColumnDescriptorHColumnDescriptor.setVersions(int minVersions, int maxVersions) Deprecated.Set minimum and maximum versions to keepprotected org.apache.hadoop.hbase.HColumnDescriptorHTableDescriptor.toHColumnDescriptor(org.apache.hadoop.hbase.client.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 org.apache.hadoop.hbase.HColumnDescriptor in inModifier and TypeMethodDescriptionCollection<org.apache.hadoop.hbase.HColumnDescriptor>HTableDescriptor.getFamilies()Deprecated.since 2.0.0 and will be removed in 3.0.0.Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.HColumnDescriptor in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.HTableDescriptorHTableDescriptor.addFamily(org.apache.hadoop.hbase.HColumnDescriptor family) Deprecated.Adds a column family.intHColumnDescriptor.compareTo(org.apache.hadoop.hbase.HColumnDescriptor other) Deprecated.org.apache.hadoop.hbase.HTableDescriptorHTableDescriptor.modifyFamily(org.apache.hadoop.hbase.HColumnDescriptor family) Deprecated.Modifies the existing column family.Constructors in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.HColumnDescriptor in inModifierConstructorDescriptionHColumnDescriptor(org.apache.hadoop.hbase.HColumnDescriptor desc) Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0 (HBASE-18433).protectedHColumnDescriptor(org.apache.hadoop.hbase.HColumnDescriptor desc, boolean deepClone) Deprecated. -
Uses of org.apache.hadoop.hbase.HColumnDescriptor in org.apache.hadoop.hbase.client
Subclasses of org.apache.hadoop.hbase.HColumnDescriptor in in org.apache.hadoop.hbase.clientModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.client.ImmutableHColumnDescriptorDeprecated.Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.HColumnDescriptor in inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.HColumnDescriptorImmutableHTableDescriptor.toHColumnDescriptor(org.apache.hadoop.hbase.client.ColumnFamilyDescriptor desc) Deprecated. -
Uses of org.apache.hadoop.hbase.HColumnDescriptor in org.apache.hadoop.hbase.thrift
Methods in org.apache.hadoop.hbase.thrift that return org.apache.hadoop.hbase.HColumnDescriptor in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.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 org.apache.hadoop.hbase.HColumnDescriptor in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift.generated.ColumnDescriptorThriftUtilities.colDescFromHbase(org.apache.hadoop.hbase.HColumnDescriptor in) This utility method creates a new Thrift ColumnDescriptor "struct" based on an Hbase HColumnDescriptor object.