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

Packages that use org.apache.hadoop.hbase.HTableDescriptor
Package
Description
 
Provides HBase Client
Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility methods.
 
  • Uses of org.apache.hadoop.hbase.HTableDescriptor in org.apache.hadoop.hbase

    Fields in org.apache.hadoop.hbase declared as org.apache.hadoop.hbase.HTableDescriptor in in
    Modifier and Type
    Field
    Description
    static final org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.NAMESPACE_TABLEDESC
    Deprecated.
    Table descriptor for namespace table
    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.HTableDescriptor in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.addCoprocessor(String className)
    Deprecated.
    Add a table coprocessor to this table.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.addCoprocessor(String className, org.apache.hadoop.fs.Path jarFilePath, int priority, Map<String,String> kvs)
    Deprecated.
    Add a table coprocessor to this table.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.addCoprocessorWithSpec(String specStr)
    Deprecated.
    Add a table coprocessor to this table.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.addFamily(org.apache.hadoop.hbase.HColumnDescriptor family)
    Deprecated.
    Adds a column family.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.modifyFamily(org.apache.hadoop.hbase.HColumnDescriptor family)
    Deprecated.
    Modifies the existing column family.
    static org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.parseFrom(byte[] bytes)
    Deprecated.
    Parse the serialized representation of a HTableDescriptor
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setCompactionEnabled(boolean isEnable)
    Deprecated.
    Setting the table compaction enable flag.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setConfiguration(String key, String value)
    Deprecated.
    Setter for storing a configuration setting in map.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setDurability(org.apache.hadoop.hbase.client.Durability durability)
    Deprecated.
    Sets the Durability setting for the table.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setErasureCodingPolicy(String policy)
    Deprecated.
    Sets the HDFS erasure coding policy for the table.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setFlushPolicyClassName(String clazz)
    Deprecated.
    This sets the class associated with the flush policy which determines determines the stores need to be flushed when flushing a region.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setMaxFileSize(long maxFileSize)
    Deprecated.
    Sets the maximum size upto which a region can grow to after which a region split is triggered.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setMaxFileSize(String maxFileSize)
    Deprecated.
     
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setMemStoreFlushSize(long memstoreFlushSize)
    Deprecated.
    Represents the maximum size of the memstore after which the contents of the memstore are flushed to the filesystem.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setMemStoreFlushSize(String memStoreFlushSize)
    Deprecated.
     
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setMergeEnabled(boolean isEnable)
    Deprecated.
    Setting the table region merge enable flag.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setNormalizationEnabled(boolean isEnable)
    Deprecated.
    Setting the table normalization enable flag.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setNormalizerTargetRegionCount(int regionCount)
    Deprecated.
     
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setNormalizerTargetRegionSize(long regionSize)
    Deprecated.
     
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setOwner(org.apache.hadoop.hbase.security.User owner)
    Deprecated.
    since 0.94.1
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setOwnerString(String ownerString)
    Deprecated.
    since 0.94.1
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setPriority(int priority)
    Deprecated.
     
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setReadOnly(boolean readOnly)
    Deprecated.
    Setting the table as read only sets all the columns in the table as read only.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setRegionMemstoreReplication(boolean memstoreReplication)
    Deprecated.
    As of release 2.0.0, this will be removed in HBase 3.0.0.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setRegionMemStoreReplication(boolean memstoreReplication)
    Deprecated.
    Enable or Disable the memstore replication from the primary region to the replicas.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setRegionReplication(int regionReplication)
    Deprecated.
    Sets the number of replicas per region.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setRegionSplitPolicyClassName(String clazz)
    Deprecated.
    This sets the class associated with the region split policy which determines when a region split should occur.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setSplitEnabled(boolean isEnable)
    Deprecated.
    Setting the table region split enable flag.
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setValue(byte[] key, byte[] value)
    Deprecated.
    Setter for storing metadata as a (key, value) pair in map
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setValue(String key, String value)
    Deprecated.
    Setter for storing metadata as a (key, value) pair in map
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setValue(org.apache.hadoop.hbase.util.Bytes key, org.apache.hadoop.hbase.util.Bytes value)
    Deprecated.
     
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.HTableDescriptor in in
    Modifier and Type
    Method
    Description
    int
    HTableDescriptor.compareTo(org.apache.hadoop.hbase.HTableDescriptor other)
    Deprecated.
    Compares the descriptor with another descriptor which is passed as a parameter.
    Constructors in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.HTableDescriptor in in
    Modifier
    Constructor
    Description
     
    HTableDescriptor(org.apache.hadoop.hbase.HTableDescriptor desc)
    Deprecated.
    Construct a table descriptor by cloning the descriptor passed as a parameter.
    protected
    HTableDescriptor(org.apache.hadoop.hbase.HTableDescriptor desc, boolean deepClone)
    Deprecated.
     
     
    HTableDescriptor(org.apache.hadoop.hbase.TableName name, org.apache.hadoop.hbase.HTableDescriptor desc)
    Deprecated.
    Construct a table descriptor by cloning the descriptor passed as a parameter but using a different table name.
  • Uses of org.apache.hadoop.hbase.HTableDescriptor in org.apache.hadoop.hbase.client

    Subclasses of org.apache.hadoop.hbase.HTableDescriptor in in org.apache.hadoop.hbase.client
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.client.ImmutableHTableDescriptor
    Deprecated.
    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.HTableDescriptor in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.deleteTables(String regex)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version This is just a trivial helper method without any magic.
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.deleteTables(Pattern pattern)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version This is just a trivial helper method without any magic.
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.deleteTables(String regex)
     
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.deleteTables(Pattern pattern)
    Delete tables matching the passed in pattern and wait on completion.
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.disableTables(String regex)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version This is just a trivial helper method without any magic.
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.disableTables(Pattern pattern)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version This is just a trivial helper method without any magic.
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.disableTables(String regex)
     
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.disableTables(Pattern pattern)
     
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.enableTables(String regex)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version This is just a trivial helper method without any magic.
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.enableTables(Pattern pattern)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version This is just a trivial helper method without any magic.
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.enableTables(String regex)
     
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.enableTables(Pattern pattern)
     
    org.apache.hadoop.hbase.HTableDescriptor
    Admin.getTableDescriptor(org.apache.hadoop.hbase.TableName tableName)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version.
    org.apache.hadoop.hbase.HTableDescriptor
    HBaseAdmin.getTableDescriptor(org.apache.hadoop.hbase.TableName tableName)
     
    org.apache.hadoop.hbase.HTableDescriptor
    HTable.getTableDescriptor()
    Deprecated.
    default org.apache.hadoop.hbase.HTableDescriptor
    Table.getTableDescriptor()
    Deprecated.
    since 2.0 version and will be removed in 3.0 version.
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.getTableDescriptors(List<String> names)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version.
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.getTableDescriptors(List<String> names)
     
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.getTableDescriptorsByTableName(List<org.apache.hadoop.hbase.TableName> tableNames)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version.
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.getTableDescriptorsByTableName(List<org.apache.hadoop.hbase.TableName> tableNames)
     
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.listTableDescriptorsByNamespace(String name)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version.
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.listTableDescriptorsByNamespace(String name)
     
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.listTables()
    Deprecated.
    since 2.0 version and will be removed in 3.0 version.
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.listTables(String regex)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version.
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.listTables(String regex, boolean includeSysTables)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version.
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.listTables(Pattern pattern)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version.
    org.apache.hadoop.hbase.HTableDescriptor[]
    Admin.listTables(Pattern pattern, boolean includeSysTables)
    Deprecated.
    since 2.0 version and will be removed in 3.0 version.
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.listTables()
     
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.listTables(String regex)
     
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.listTables(String regex, boolean includeSysTables)
     
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.listTables(Pattern pattern)
     
    org.apache.hadoop.hbase.HTableDescriptor[]
    HBaseAdmin.listTables(Pattern pattern, boolean includeSysTables)
     
    Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.HTableDescriptor in in
    Modifier
    Constructor
    Description
     
    ImmutableHTableDescriptor(org.apache.hadoop.hbase.HTableDescriptor desc)
    Deprecated.
     
  • Uses of org.apache.hadoop.hbase.HTableDescriptor in org.apache.hadoop.hbase.mapred

    Constructors in org.apache.hadoop.hbase.mapred with parameters of type org.apache.hadoop.hbase.HTableDescriptor in in
    Modifier
    Constructor
    Description
     
    TableSnapshotRegionSplit(org.apache.hadoop.hbase.HTableDescriptor htd, org.apache.hadoop.hbase.HRegionInfo regionInfo, List<String> locations, org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.fs.Path restoreDir)
     
  • Uses of org.apache.hadoop.hbase.HTableDescriptor in org.apache.hadoop.hbase.mapreduce

    Constructors in org.apache.hadoop.hbase.mapreduce with parameters of type org.apache.hadoop.hbase.HTableDescriptor in in
    Modifier
    Constructor
    Description
     
    TableSnapshotRegionSplit(org.apache.hadoop.hbase.HTableDescriptor htd, org.apache.hadoop.hbase.HRegionInfo regionInfo, List<String> locations, org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.fs.Path restoreDir)
     
  • Uses of org.apache.hadoop.hbase.HTableDescriptor in org.apache.hadoop.hbase.quotas

    Fields in org.apache.hadoop.hbase.quotas declared as org.apache.hadoop.hbase.HTableDescriptor in in
    Modifier and Type
    Field
    Description
    static final org.apache.hadoop.hbase.HTableDescriptor
    QuotaUtil.QUOTA_TABLE_DESC
    Table descriptor for Quota internal table