Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7CFC0200C74 for ; Sat, 29 Apr 2017 16:58:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7BAA2160BA9; Sat, 29 Apr 2017 14:58:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 38249160BBE for ; Sat, 29 Apr 2017 16:58:47 +0200 (CEST) Received: (qmail 26105 invoked by uid 500); 29 Apr 2017 14:58:43 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 21800 invoked by uid 99); 29 Apr 2017 14:58:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Apr 2017 14:58:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 32249E01BC; Sat, 29 Apr 2017 14:58:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Sat, 29 Apr 2017 14:59:07 -0000 Message-Id: <8e4630c26b92459bb1622109dc988b07@git.apache.org> In-Reply-To: <583f7baa0f14489b97b65a71735dedf3@git.apache.org> References: <583f7baa0f14489b97b65a71735dedf3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [30/41] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd. archived-at: Sat, 29 Apr 2017 14:58:49 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6fbeb554/devapidocs/org/apache/hadoop/hbase/HTableDescriptor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/HTableDescriptor.html b/devapidocs/org/apache/hadoop/hbase/HTableDescriptor.html index 2c698af..0fab344 100644 --- a/devapidocs/org/apache/hadoop/hbase/HTableDescriptor.html +++ b/devapidocs/org/apache/hadoop/hbase/HTableDescriptor.html @@ -127,8 +127,8 @@ public class Object implements TableDescriptor, Comparable<HTableDescriptor>
HTableDescriptor contains the details about an HBase table such as the descriptors of - all the column families, is the table a catalog table, -ROOT- or - hbase:meta , if the table is read only, the maximum size of the memstore, + all the column families, is the table a catalog table, hbase:meta , + if the table is read only, the maximum size of the memstore, when the region split should occur, coprocessors associated with it etc...
@@ -647,7 +647,7 @@ implements boolean isRootRegion()
Deprecated. 
-
Check if the descriptor represents a -ROOT- region.
+
This is vestigial API.
@@ -1182,7 +1182,7 @@ implements
  • NAMESPACE_FAMILY_INFO

    -
    public static final String NAMESPACE_FAMILY_INFO
    +
    public static final String NAMESPACE_FAMILY_INFO
    Deprecated. 
    See Also:
    @@ -1196,7 +1196,7 @@ implements
  • NAMESPACE_FAMILY_INFO_BYTES

    -
    public static final byte[] NAMESPACE_FAMILY_INFO_BYTES
    +
    public static final byte[] NAMESPACE_FAMILY_INFO_BYTES
    Deprecated. 
  • @@ -1206,7 +1206,7 @@ implements
  • NAMESPACE_COL_DESC_BYTES

    -
    public static final byte[] NAMESPACE_COL_DESC_BYTES
    +
    public static final byte[] NAMESPACE_COL_DESC_BYTES
    Deprecated. 
  • @@ -1216,7 +1216,7 @@ implements
  • NAMESPACE_TABLEDESC

    -
    public static final HTableDescriptor NAMESPACE_TABLEDESC
    +
    public static final HTableDescriptor NAMESPACE_TABLEDESC
    Deprecated. 
    Table descriptor for namespace table
  • @@ -1332,14 +1332,12 @@ implements
  • isRootRegion

    -
    public boolean isRootRegion()
    +
    public boolean isRootRegion()
    Deprecated. 
    -
    Check if the descriptor represents a -ROOT- region.
    +
    This is vestigial API. It will be removed in 3.0.
    -
    Specified by:
    -
    isRootRegion in interface TableDescriptor
    Returns:
    -
    true if this is a -ROOT- region
    +
    always return the false
  • @@ -1349,7 +1347,7 @@ implements
  • isMetaRegion

    -
    public boolean isMetaRegion()
    +
    public boolean isMetaRegion()
    Deprecated. 
    Checks if this table is hbase:meta region.
    @@ -1368,7 +1366,7 @@ implements
  • isMetaTable

    -
    public boolean isMetaTable()
    +
    public boolean isMetaTable()
    Deprecated. 
    Checks if the table is a hbase:meta table
    @@ -1385,7 +1383,7 @@ implements
  • getValue

    -
    public byte[] getValue(byte[] key)
    +
    public byte[] getValue(byte[] key)
    Deprecated. 
    Getter for accessing the metadata associated with the key
    @@ -1404,7 +1402,7 @@ implements
  • getValue

    -
    public String getValue(String key)
    +
    public String getValue(String key)
    Deprecated. 
    Getter for accessing the metadata associated with the key
    @@ -1421,7 +1419,7 @@ implements
  • getValues

    -
    public Map<Bytes,BytesgetValues()
    +
    public Map<Bytes,BytesgetValues()
    Deprecated. 
    Specified by:
    @@ -1437,7 +1435,7 @@ implements
  • setValue

    -
    public HTableDescriptor setValue(byte[] key,
    +
    public HTableDescriptor setValue(byte[] key,
                                      byte[] value)
    Deprecated. 
    Setter for storing metadata as a (key, value) pair in map
    @@ -1454,7 +1452,7 @@ implements
  • setValue

    -
    public HTableDescriptor setValue(Bytes key,
    +
    public HTableDescriptor setValue(Bytes key,
                                      Bytes value)
    Deprecated. 
  • @@ -1465,7 +1463,7 @@ implements
  • setValue

    -
    public HTableDescriptor setValue(String key,
    +
    public HTableDescriptor setValue(String key,
                                      String value)
    Deprecated. 
    Setter for storing metadata as a (key, value) pair in map
    @@ -1482,7 +1480,7 @@ implements
  • remove

    -
    public void remove(String key)
    +
    public void remove(String key)
    Deprecated. 
    Remove metadata represented by the key from the map
    @@ -1498,7 +1496,7 @@ implements
  • remove

    -
    public void remove(Bytes key)
    +
    public void remove(Bytes key)
    Deprecated. 
    Remove metadata represented by the key from the map
    @@ -1514,7 +1512,7 @@ implements
  • remove

    -
    public void remove(byte[] key)
    +
    public void remove(byte[] key)
    Deprecated. 
    Remove metadata represented by the key from the map
    @@ -1530,7 +1528,7 @@ implements
  • isReadOnly

    -
    public boolean isReadOnly()
    +
    public boolean isReadOnly()
    Deprecated. 
    Check if the readOnly flag of the table is set. If the readOnly flag is set then the contents of the table can only be read from but not modified.
    @@ -1548,7 +1546,7 @@ implements
  • setReadOnly

    -
    public HTableDescriptor setReadOnly(boolean readOnly)
    +
    public HTableDescriptor setReadOnly(boolean readOnly)
    Deprecated. 
    Setting the table as read only sets all the columns in the table as read only. By default all tables are modifiable, but if the readOnly flag is @@ -1566,7 +1564,7 @@ implements
  • isCompactionEnabled

    -
    public boolean isCompactionEnabled()
    +
    public boolean isCompactionEnabled()
    Deprecated. 
    Check if the compaction enable flag of the table is true. If flag is false then no minor/major compactions will be done in real.
    @@ -1584,7 +1582,7 @@ implements
  • setCompactionEnabled

    -
    public HTableDescriptor setCompactionEnabled(boolean isEnable)
    +
    public HTableDescriptor setCompactionEnabled(boolean isEnable)
    Deprecated. 
    Setting the table compaction enable flag.
    @@ -1599,7 +1597,7 @@ implements
  • isNormalizationEnabled

    -
    public boolean isNormalizationEnabled()
    +
    public boolean isNormalizationEnabled()
    Deprecated. 
    Check if normalization enable flag of the table is true. If flag is false then no region normalizer won't attempt to normalize this table.
    @@ -1617,7 +1615,7 @@ implements
  • setNormalizationEnabled

    -
    public HTableDescriptor setNormalizationEnabled(boolean isEnable)
    +
    public HTableDescriptor setNormalizationEnabled(boolean isEnable)
    Deprecated. 
    Setting the table normalization enable flag.
    @@ -1632,7 +1630,7 @@ implements
  • setDurability

    -
    public HTableDescriptor setDurability(Durability durability)
    +
    public HTableDescriptor setDurability(Durability durability)
    Deprecated. 
    Sets the Durability setting for the table. This defaults to Durability.USE_DEFAULT.
    @@ -1647,7 +1645,7 @@ implements
  • getDurability

    -
    public Durability getDurability()
    +
    public Durability getDurability()
    Deprecated. 
    Returns the durability setting for the table.
    @@ -1664,7 +1662,7 @@ implements
  • getTableName

    -
    public TableName getTableName()
    +
    public TableName getTableName()
    Deprecated. 
    Get the name of the table
    @@ -1681,7 +1679,7 @@ implements
  • getNameAsString

    -
    public String getNameAsString()
    +
    public String getNameAsString()
    Deprecated. 
    Get the name of the table as a String
    @@ -1696,7 +1694,7 @@ implements
  • setRegionSplitPolicyClassName

    -
    public HTableDescriptor setRegionSplitPolicyClassName(String clazz)
    +
    public HTableDescriptor setRegionSplitPolicyClassName(String clazz)
    Deprecated. 
    This sets the class associated with the region split policy which determines when a region split should occur. The class used by @@ -1713,7 +1711,7 @@ implements
  • getRegionSplitPolicyClassName

    -
    public String getRegionSplitPolicyClassName()
    +
    public String getRegionSplitPolicyClassName()
    Deprecated. 
    This gets the class associated with the region split policy which determines when a region split should occur. The class used by @@ -1733,7 +1731,7 @@ implements
  • getMaxFileSize

    -
    public long getMaxFileSize()
    +
    public long getMaxFileSize()
    Deprecated. 
    Returns the maximum size upto which a region can grow to after which a region split is triggered. The region size is represented by the size of the biggest @@ -1754,7 +1752,7 @@ implements
  • setMaxFileSize

    -
    public HTableDescriptor setMaxFileSize(long maxFileSize)
    +
    public HTableDescriptor setMaxFileSize(long maxFileSize)
    Deprecated. 
    Sets the maximum size upto which a region can grow to after which a region split is triggered. The region size is represented by the size of the biggest @@ -1779,7 +1777,7 @@ implements
  • getMemStoreFlushSize

    -
    public long getMemStoreFlushSize()
    +
    public long getMemStoreFlushSize()
    Deprecated. 
    Returns the size of the memstore after which a flush to filesystem is triggered.
    @@ -1798,7 +1796,7 @@ implements
  • setMemStoreFlushSize

    -
    public HTableDescriptor setMemStoreFlushSize(long memstoreFlushSize)
    +
    public HTableDescriptor setMemStoreFlushSize(long memstoreFlushSize)
    Deprecated. 
    Represents the maximum size of the memstore after which the contents of the memstore are flushed to the filesystem. This defaults to a size of 64 MB.
    @@ -1814,7 +1812,7 @@ implements
  • setFlushPolicyClassName

    -
    public HTableDescriptor setFlushPolicyClassName(String clazz)
    +
    public 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. The class used by default is defined in @@ -1831,7 +1829,7 @@ implements
  • getFlushPolicyClassName

    -
    public String getFlushPolicyClassName()
    +
    public String getFlushPolicyClassName()
    Deprecated. 
    This gets the class associated with the flush policy which determines the stores need to be flushed when flushing a region. The class used by default is defined in @@ -1851,7 +1849,7 @@ implements
  • addFamily

    -
    public HTableDescriptor addFamily(HColumnDescriptor family)
    +
    public HTableDescriptor addFamily(HColumnDescriptor family)
    Deprecated. 
    Adds a column family. For the updating purpose please use modifyFamily(HColumnDescriptor) instead.
    @@ -1867,7 +1865,7 @@ implements
  • modifyFamily

    -
    public HTableDescriptor modifyFamily(HColumnDescriptor family)
    +
    public HTableDescriptor modifyFamily(HColumnDescriptor family)
    Deprecated. 
    Modifies the existing column family.
    @@ -1884,7 +1882,7 @@ implements
  • hasFamily

    -
    public boolean hasFamily(byte[] familyName)
    +
    public boolean hasFamily(byte[] familyName)
    Deprecated. 
    Checks to see if this table contains the given column family
    @@ -1903,7 +1901,7 @@ implements
  • toString

    -
    public String toString()
    +
    public String toString()
    Deprecated. 
    Overrides:
    @@ -1922,7 +1920,7 @@ implements
  • toStringCustomizedValues

    -
    public String toStringCustomizedValues()
    +
    public String toStringCustomizedValues()
    Deprecated. 
    Returns:
    @@ -1937,7 +1935,7 @@ implements
  • toStringTableAttributes

    -
    public String toStringTableAttributes()
    +
    public String toStringTableAttributes()
    Deprecated. 
    Returns:
    @@ -1951,7 +1949,7 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Deprecated. 
    Compare the contents of the descriptor with another one passed as a parameter. Checks if the obj passed is an instance of HTableDescriptor, if yes then the @@ -1972,7 +1970,7 @@ implements
  • hashCode

    -
    public int hashCode()
    +
    public int hashCode()
    Deprecated. 
    Overrides:
    @@ -1988,7 +1986,7 @@ implements
  • compareTo

    -
    public int compareTo(HTableDescriptor other)
    +
    public int compareTo(HTableDescriptor other)
    Deprecated. 
    Compares the descriptor with another descriptor which is passed as a parameter. This compares the content of the two descriptors and not the reference.
    @@ -2007,7 +2005,7 @@ implements
  • getFamilies

    -
    public Collection<HColumnDescriptorgetFamilies()
    +
    public Collection<HColumnDescriptorgetFamilies()
    Deprecated. 
    Returns an unmodifiable collection of all the HColumnDescriptor of all the column families of the table.
    @@ -2026,7 +2024,7 @@ implements
  • hasSerialReplicationScope

    -
    public boolean hasSerialReplicationScope()
    +
    public boolean hasSerialReplicationScope()
    Deprecated. 
    Return true if there are at least one cf whose replication scope is serial.
    @@ -2044,7 +2042,7 @@ implements
  • getRegionReplication

    -
    public int getRegionReplication()
    +
    public int getRegionReplication()
    Deprecated. 
    Returns the configured replicas per region
    @@ -2061,7 +2059,7 @@ implements
  • setRegionReplication

    -
    public HTableDescriptor setRegionReplication(int regionReplication)
    +
    public HTableDescriptor setRegionReplication(int regionReplication)
    Deprecated. 
    Sets the number of replicas per region.
    @@ -2076,7 +2074,7 @@ implements
  • hasRegionMemstoreReplication

    -
    public boolean hasRegionMemstoreReplication()
    +
    public boolean hasRegionMemstoreReplication()
    Deprecated. 
    Specified by:
    @@ -2092,7 +2090,7 @@ implements
  • setRegionMemstoreReplication

    -
    public HTableDescriptor setRegionMemstoreReplication(boolean memstoreReplication)
    +
    public HTableDescriptor setRegionMemstoreReplication(boolean memstoreReplication)
    Deprecated. 
    Enable or Disable the memstore replication from the primary region to the replicas. The replication will be used only for meta operations (e.g. flush, compaction, ...)
    @@ -2111,7 +2109,7 @@ implements
  • setPriority

    -
    public HTableDescriptor setPriority(int priority)
    +
    public HTableDescriptor setPriority(int priority)
    Deprecated. 
  • @@ -2121,7 +2119,7 @@ implements
  • getPriority

    -
    public int getPriority()
    +
    public int getPriority()
    Deprecated. 
    Specified by:
    @@ -2135,7 +2133,7 @@ implements
  • getFamiliesKeys

    -
    public Set<byte[]> getFamiliesKeys()
    +
    public Set<byte[]> getFamiliesKeys()
    Deprecated. 
    Returns all the column family names of the current table. The map of HTableDescriptor contains mapping of family name to HColumnDescriptors. @@ -2155,7 +2153,7 @@ implements
  • getColumnFamilyCount

    -
    public int getColumnFamilyCount()
    +
    public int getColumnFamilyCount()
    Deprecated. 
    Returns the count of the column families of the table.
    @@ -2172,7 +2170,7 @@ implements
  • getColumnFamilies

    -
    public HColumnDescriptor[] getColumnFamilies()
    +
    public HColumnDescriptor[] getColumnFamilies()
    Deprecated. 
    Returns an array all the HColumnDescriptor of the column families of the table.
    @@ -2192,7 +2190,7 @@ implements
  • getFamily

    -
    public HColumnDescriptor getFamily(byte[] column)
    +
    public HColumnDescriptor getFamily(byte[] column)
    Deprecated. 
    Returns the HColumnDescriptor for a specific column family with name as specified by the parameter column.
    @@ -2213,7 +2211,7 @@ implements
  • removeFamily

    -
    public HColumnDescriptor removeFamily(byte[] column)
    +
    public HColumnDescriptor removeFamily(byte[] column)
    Deprecated. 
    Removes the HColumnDescriptor with name specified by the parameter column from the table descriptor
    @@ -2232,7 +2230,7 @@ implements
  • addCoprocessor

    -
    public HTableDescriptor addCoprocessor(String className)
    +
    public HTableDescriptor addCoprocessor(String className)
                                     throws IOException
    Deprecated. 
    Add a table coprocessor to this table. The coprocessor @@ -2255,7 +2253,7 @@ implements
  • addCoprocessor

    -
    public HTableDescriptor addCoprocessor(String className,
    +
    public HTableDescriptor addCoprocessor(String className,
                                            org.apache.hadoop.fs.Path jarFilePath,
                                            int priority,
                                            Map<String,String> kvs)
    @@ -2285,7 +2283,7 @@ implements 
     
  • addCoprocessorWithSpec

    -
    public HTableDescriptor addCoprocessorWithSpec(String specStr)
    +
    public HTableDescriptor addCoprocessorWithSpec(String specStr)
                                             throws IOException
    Deprecated. 
    Add a table coprocessor to this table. The coprocessor @@ -2309,7 +2307,7 @@ implements
  • hasCoprocessor

    -
    public boolean hasCoprocessor(String classNameToMatch)
    +
    public boolean hasCoprocessor(String classNameToMatch)
    Deprecated. 
    Check if the table has an attached co-processor represented by the name className
    @@ -2328,7 +2326,7 @@ implements
  • getCoprocessors

    -
    public List<StringgetCoprocessors()
    +
    public List<StringgetCoprocessors()
    Deprecated. 
    Return the list of attached co-processor represented by their name className
    @@ -2345,7 +2343,7 @@ implements
  • removeCoprocessor

    -
    public void removeCoprocessor(String className)
    +
    public void removeCoprocessor(String className)
    Deprecated. 
    Remove a coprocessor from those set on the table
    @@ -2361,7 +2359,7 @@ implements

    setOwner

    @Deprecated
    -public HTableDescriptor setOwner(User owner)
    +public HTableDescriptor setOwner(User owner)
  • Deprecated. 
  • @@ -2372,7 +2370,7 @@ public 

    setOwnerString

    @Deprecated
    -public HTableDescriptor setOwnerString(String ownerString)
    +public HTableDescriptor setOwnerString(String ownerString)
    Deprecated. 
  • @@ -2383,7 +2381,7 @@ public 

    getOwnerString

    @Deprecated
    -public String getOwnerString()
    +public String getOwnerString()
    Deprecated. 
    Specified by:
    @@ -2397,7 +2395,7 @@ public 
  • toByteArray

    -
    public byte[] toByteArray()
    +
    public byte[] toByteArray()
    Deprecated. 
    Returns:
    @@ -2413,7 +2411,7 @@ public 
  • parseFrom

    -
    public static HTableDescriptor parseFrom(byte[] bytes)
    +
    public static HTableDescriptor parseFrom(byte[] bytes)
                                       throws DeserializationException,
                                              IOException
    Deprecated. 
    @@ -2436,7 +2434,7 @@ public 
  • getConfigurationValue

    -
    public String getConfigurationValue(String key)
    +
    public String getConfigurationValue(String key)
    Deprecated. 
    Getter for accessing the configuration value by key
    @@ -2456,7 +2454,7 @@ public 
  • getConfiguration

    -
    public Map<String,StringgetConfiguration()
    +
    public Map<String,StringgetConfiguration()
    Deprecated. 
    Getter for fetching an unmodifiable map.
    @@ -2473,7 +2471,7 @@ public 
  • setConfiguration

    -
    public HTableDescriptor setConfiguration(String key,
    +
    public HTableDescriptor setConfiguration(String key,
                                              String value)
    Deprecated. 
    Setter for storing a configuration setting in map.
    @@ -2490,7 +2488,7 @@ public 
  • removeConfiguration

    -
    public void removeConfiguration(String key)
    +
    public void removeConfiguration(String key)
    Deprecated. 
    Remove a config setting represented by the key from the map
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6fbeb554/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html b/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html index 72dbc96..52166f6 100644 --- a/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html @@ -166,8 +166,8 @@
  • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6fbeb554/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html index aeafe90..cc0e87f 100644 --- a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html +++ b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html @@ -2158,11 +2158,7 @@ service. static class  TableDescriptorBuilder.ModifyableTableDescriptor -
    ModifyableTableDescriptor contains the details about an HBase table such as the - descriptors of all the column families, is the table a catalog table, -ROOT- - or hbase:meta , if the table is read only, the - maximum size of the memstore, when the region split should occur, - coprocessors associated with it etc...
    +
    TODO: make this private after removing the HTableDescriptor
    @@ -2195,6 +2191,111 @@ service. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Fields in org.apache.hadoop.hbase.client with annotations of type InterfaceAudience.Private 
    Modifier and TypeField and Description
    static StringTableDescriptorBuilder.COMPACTION_ENABLED +
    Used by HBase Shell interface to access this metadata + attribute which denotes if the table is compaction enabled.
    +
    static StringTableDescriptorBuilder.DURABILITY +
    Durability setting for the table.
    +
    static StringTableDescriptorBuilder.FLUSH_POLICY 
    static StringTableDescriptorBuilder.IS_META +
    Used by rest interface to access this metadata attribute + which denotes if it is a catalog table, either hbase:meta .
    +
    static StringTableDescriptorBuilder.MAX_FILESIZE +
    Used by HBase Shell interface to access this metadata + attribute which denotes the maximum size of the store file after which a + region split occurs.
    +
    static StringTableDescriptorBuilder.MEMSTORE_FLUSHSIZE +
    Used by HBase Shell interface to access this metadata + attribute which represents the maximum size of the memstore after which its + contents are flushed onto the disk.
    +
    static byte[]TableDescriptorBuilder.NAMESPACE_COL_DESC_BYTES 
    static StringTableDescriptorBuilder.NAMESPACE_FAMILY_INFO 
    static byte[]TableDescriptorBuilder.NAMESPACE_FAMILY_INFO_BYTES 
    static StringTableDescriptorBuilder.NORMALIZATION_ENABLED +
    Used by shell/rest interface to access this metadata + attribute which denotes if the table should be treated by region + normalizer.
    +
    static StringTableDescriptorBuilder.OWNER 
    static BytesTableDescriptorBuilder.OWNER_KEY 
    static StringTableDescriptorBuilder.PRIORITY 
    static StringTableDescriptorBuilder.READONLY +
    Used by rest interface to access this metadata attribute + which denotes if the table is Read Only.
    +
    static StringTableDescriptorBuilder.REGION_MEMSTORE_REPLICATION +
    The flag to indicate whether or not the memstore should be + replicated for read-replicas (CONSISTENCY => TIMELINE).
    +
    static StringTableDescriptorBuilder.REGION_REPLICATION +
    The number of region replicas for the table.
    +
    static StringTableDescriptorBuilder.SPLIT_POLICY 
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6fbeb554/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html index e2f911d..da18709 100644 --- a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html +++ b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html @@ -1021,8 +1021,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
    Methods in org.apache.hadoop.hbase.client with annotations of type InterfaceAudience.Private 
    interface  TableDescriptor
    TableDescriptor contains the details about an HBase table such as the descriptors of - all the column families, is the table a catalog table, -ROOT- or - hbase:meta , if the table is read only, the maximum size of the memstore, + all the column families, is the table a catalog table, hbase:meta , + if the table is read only, the maximum size of the memstore, when the region split should occur, coprocessors associated with it etc...