Uses of Class
org.apache.hadoop.hbase.HColumnDescriptor

Packages that use org.apache.hadoop.hbase.HColumnDescriptor
Package
Description
 
Provides HBase Client
Provides an HBase Thrift service.
  • 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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.HColumnDescriptor[]
    HTableDescriptor.getColumnFamilies()
    Deprecated.
    since 2.0.0 and will be removed in 3.0.0.
    org.apache.hadoop.hbase.HColumnDescriptor
    HTableDescriptor.getFamily(byte[] column)
    Deprecated.
    since 2.0.0 and will be removed in 3.0.0.
    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)
    Deprecated.
     
    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)
    Deprecated.
    Since 2.0 and will be removed in 3.0 with out any replacement.
    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)
    Deprecated.
     
    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)
    Deprecated.
     
    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)
    Deprecated.
     
    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)
    Deprecated.
     
    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)
    Deprecated.
     
    org.apache.hadoop.hbase.HColumnDescriptor
    HColumnDescriptor.setValue(String key, String value)
    Deprecated.
     
    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.
    Methods in org.apache.hadoop.hbase that return types with arguments of type org.apache.hadoop.hbase.HColumnDescriptor in in
    Modifier and Type
    Method
    Description
    Collection<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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.addFamily(org.apache.hadoop.hbase.HColumnDescriptor family)
    Deprecated.
    Adds a column family.
    int
    HColumnDescriptor.compareTo(org.apache.hadoop.hbase.HColumnDescriptor other)
    Deprecated.
     
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.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 in
    Modifier
    Constructor
    Description
     
    HColumnDescriptor(org.apache.hadoop.hbase.HColumnDescriptor desc)
    Deprecated.
    As of release 2.0.0, this will be removed in HBase 3.0.0 (HBASE-18433).
    protected
    HColumnDescriptor(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.client
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.client.ImmutableHColumnDescriptor
    Deprecated.
    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.HColumnDescriptor in in
    Modifier and Type
    Method
    Description
    protected org.apache.hadoop.hbase.HColumnDescriptor
    ImmutableHTableDescriptor.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 in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.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".
    Methods in org.apache.hadoop.hbase.thrift with parameters of type org.apache.hadoop.hbase.HColumnDescriptor in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
    ThriftUtilities.colDescFromHbase(org.apache.hadoop.hbase.HColumnDescriptor in)
    This utility method creates a new Thrift ColumnDescriptor "struct" based on an Hbase HColumnDescriptor object.