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 4DA32200C4D for ; Wed, 5 Apr 2017 10:20:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4C347160BAA; Wed, 5 Apr 2017 08:20:34 +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 0EA6D160B91 for ; Wed, 5 Apr 2017 10:20:31 +0200 (CEST) Received: (qmail 50762 invoked by uid 500); 5 Apr 2017 08:20:29 -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 47797 invoked by uid 99); 5 Apr 2017 08:20:26 -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; Wed, 05 Apr 2017 08:20:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DA18AF2188; Wed, 5 Apr 2017 08:20:24 +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: Wed, 05 Apr 2017 08:21:00 -0000 Message-Id: In-Reply-To: <7384ebb088134d0ea6aa96e2ea1caf78@git.apache.org> References: <7384ebb088134d0ea6aa96e2ea1caf78@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [38/51] [partial] hbase-site git commit: Published site at a66d491892514fd4a188d6ca87d6260d8ae46184. archived-at: Wed, 05 Apr 2017 08:20:34 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/Append.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Append.html b/apidocs/org/apache/hadoop/hbase/client/Append.html index 3129b69..6a8918a 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Append.html +++ b/apidocs/org/apache/hadoop/hbase/client/Append.html @@ -129,8 +129,7 @@ var activeTableTab = "activeTableTab";

@InterfaceAudience.Public
- @InterfaceStability.Stable
-public class Append
+public class Append
 extends Mutation
Performs Append operations on a single row.

@@ -336,7 +335,7 @@ extends

  • Append

    -
    public Append(byte[] row)
    +
    public Append(byte[] row)
    Create a Append operation for the specified row.

    At least one column must be appended to.

    @@ -352,7 +351,7 @@ extends
  • Append

    -
    public Append(Append a)
    +
    public Append(Append a)
    Copy constructor
    Parameters:
    @@ -366,7 +365,7 @@ extends
  • Append

    -
    public Append(byte[] rowArray,
    +
    public Append(byte[] rowArray,
                   int rowOffset,
                   int rowLength)
    Create a Append operation for the specified row. @@ -394,7 +393,7 @@ extends
  • setReturnResults

    -
    public Append setReturnResults(boolean returnResults)
    +
    public Append setReturnResults(boolean returnResults)
    Parameters:
    returnResults - True (default) if the append operation should return the results. @@ -409,7 +408,7 @@ extends
  • isReturnResults

    -
    public boolean isReturnResults()
    +
    public boolean isReturnResults()
    Returns:
    current setting for returnResults
    @@ -422,7 +421,7 @@ extends
  • add

    -
    public Append add(byte[] family,
    +
    public Append add(byte[] family,
                       byte[] qualifier,
                       byte[] value)
    Add the specified column and value to this Append operation.
    @@ -442,7 +441,7 @@ extends
  • add

    -
    public Append add(Cell cell)
    +
    public Append add(Cell cell)
    Add column and value to this Append operation.
    Parameters:
    @@ -458,7 +457,7 @@ extends
  • setAttribute

    -
    public Append setAttribute(String name,
    +
    public Append setAttribute(String name,
                                byte[] value)
    Description copied from interface: Attributes
    Sets an attribute. @@ -481,7 +480,7 @@ extends
  • setId

    -
    public Append setId(String id)
    +
    public Append setId(String id)
    Description copied from class: OperationWithAttributes
    This method allows you to set an identifier on an operation. The original motivation for this was to allow the identifier to be used in slow query @@ -502,7 +501,7 @@ extends
  • setDurability

    -
    public Append setDurability(Durability d)
    +
    public Append setDurability(Durability d)
    Description copied from class: Mutation
    Set the durability for this mutation
    @@ -517,7 +516,7 @@ extends
  • setFamilyCellMap

    -
    public Append setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)
    +
    public Append setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)
    Description copied from class: Mutation
    Method for setting the put's familyMap
    @@ -532,7 +531,7 @@ extends
  • setClusterIds

    -
    public Append setClusterIds(List<UUID> clusterIds)
    +
    public Append setClusterIds(List<UUID> clusterIds)
    Description copied from class: Mutation
    Marks that the clusters with the given clusterIds have consumed the mutation
    @@ -549,7 +548,7 @@ extends
  • setCellVisibility

    -
    public Append setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility expression)
    +
    public Append setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility expression)
    Description copied from class: Mutation
    Sets the visibility expression associated with cells in this Mutation. It is illegal to set CellVisibility on Delete mutation.
    @@ -565,7 +564,7 @@ extends
  • setACL

    -
    public Append setACL(String user,
    +
    public Append setACL(String user,
                          org.apache.hadoop.hbase.security.access.Permission perms)
    Overrides:
    @@ -582,7 +581,7 @@ extends
  • setACL

    -
    public Append setACL(Map<String,org.apache.hadoop.hbase.security.access.Permission> perms)
    +
    public Append setACL(Map<String,org.apache.hadoop.hbase.security.access.Permission> perms)
    Overrides:
    setACL in class Mutation
    @@ -597,7 +596,7 @@ extends
  • setTTL

    -
    public Append setTTL(long ttl)
    +
    public Append setTTL(long ttl)
    Description copied from class: Mutation
    Set the TTL desired for the result of the mutation, in milliseconds.
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/AsyncConnection.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/AsyncConnection.html b/apidocs/org/apache/hadoop/hbase/client/AsyncConnection.html index dd2883d..e6afdba 100644 --- a/apidocs/org/apache/hadoop/hbase/client/AsyncConnection.html +++ b/apidocs/org/apache/hadoop/hbase/client/AsyncConnection.html @@ -106,8 +106,7 @@ var activeTableTab = "activeTableTab";

    @InterfaceAudience.Public
    - @InterfaceStability.Unstable
    -public interface AsyncConnection
    +public interface AsyncConnection
     extends Closeable
    The asynchronous version of Connection.
  • @@ -200,7 +199,7 @@ extends
  • getConfiguration

    -
    org.apache.hadoop.conf.Configuration getConfiguration()
    +
    org.apache.hadoop.conf.Configuration getConfiguration()
    Returns the Configuration object used by this instance.

    The reference returned is not a copy, so any change made to it will affect this instance.

    @@ -212,7 +211,7 @@ extends
  • getRegionLocator

    -
    AsyncTableRegionLocator getRegionLocator(TableName tableName)
    +
    AsyncTableRegionLocator getRegionLocator(TableName tableName)
    Retrieve a AsyncRegionLocator implementation to inspect region information on a table. The returned AsyncRegionLocator is not thread-safe, so a new instance should be created for each using thread. This is a lightweight operation. Pooling or caching of the returned @@ -231,7 +230,7 @@ extends
  • getRawTable

    -
    default RawAsyncTable getRawTable(TableName tableName)
    +
    default RawAsyncTable getRawTable(TableName tableName)
    Retrieve an RawAsyncTable implementation for accessing a table.

    The returned instance will use default configs. Use getRawTableBuilder(TableName) if you @@ -255,7 +254,7 @@ extends

  • getRawTableBuilder

    -
    AsyncTableBuilder<RawAsyncTablegetRawTableBuilder(TableName tableName)
    +
    AsyncTableBuilder<RawAsyncTablegetRawTableBuilder(TableName tableName)
    Returns an AsyncTableBuilder for creating RawAsyncTable.

    This method no longer checks table existence. An exception will be thrown if the table does not @@ -272,7 +271,7 @@ extends

  • getTable

    -
    default AsyncTable getTable(TableName tableName,
    +
    default AsyncTable getTable(TableName tableName,
                                 ExecutorService pool)
    Retrieve an AsyncTable implementation for accessing a table.

    @@ -293,7 +292,7 @@ extends

  • getTableBuilder

    -
    AsyncTableBuilder<AsyncTablegetTableBuilder(TableName tableName,
    +
    AsyncTableBuilder<AsyncTablegetTableBuilder(TableName tableName,
                                                   ExecutorService pool)
    Returns an AsyncTableBuilder for creating AsyncTable.

    @@ -312,7 +311,7 @@ extends

  • getAdmin

    -
    AsyncAdmin getAdmin()
    +
    AsyncAdmin getAdmin()
    Retrieve an AsyncAdmin implementation to administer an HBase cluster. The returned AsyncAdmin is not guaranteed to be thread-safe. A new instance should be created for each using thread. This is a lightweight operation. Pooling or caching of the returned AsyncAdmin is not http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/AsyncTable.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/AsyncTable.html b/apidocs/org/apache/hadoop/hbase/client/AsyncTable.html index 2212b51..ade58b8 100644 --- a/apidocs/org/apache/hadoop/hbase/client/AsyncTable.html +++ b/apidocs/org/apache/hadoop/hbase/client/AsyncTable.html @@ -106,8 +106,7 @@ var activeTableTab = "activeTableTab";

    @InterfaceAudience.Public
    - @InterfaceStability.Unstable
    -public interface AsyncTable
    +public interface AsyncTable
     extends AsyncTableBase
    The asynchronous table for normal users.

    @@ -188,7 +187,7 @@ extends

  • getScanner

    -
    default ResultScanner getScanner(byte[] family)
    +
    default ResultScanner getScanner(byte[] family)
    Gets a scanner on the current table for the given family.
    Parameters:
    @@ -204,7 +203,7 @@ extends
  • getScanner

    -
    default ResultScanner getScanner(byte[] family,
    +
    default ResultScanner getScanner(byte[] family,
                                      byte[] qualifier)
    Gets a scanner on the current table for the given family and qualifier.
    @@ -222,7 +221,7 @@ extends
  • getScanner

    -
    ResultScanner getScanner(Scan scan)
    +
    ResultScanner getScanner(Scan scan)
    Returns a scanner on the current table as specified by the Scan object.
    Parameters:
    @@ -238,7 +237,7 @@ extends
  • scan

    -
    void scan(Scan scan,
    +
    void scan(Scan scan,
               ScanResultConsumer consumer)
    The scan API uses the observer pattern. All results that match the given scan object will be passed to the given consumer by calling ScanResultConsumer.onNext(Result). http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/AsyncTableRegionLocator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/AsyncTableRegionLocator.html b/apidocs/org/apache/hadoop/hbase/client/AsyncTableRegionLocator.html index 1dfe148..3065d4d 100644 --- a/apidocs/org/apache/hadoop/hbase/client/AsyncTableRegionLocator.html +++ b/apidocs/org/apache/hadoop/hbase/client/AsyncTableRegionLocator.html @@ -102,8 +102,7 @@ var activeTableTab = "activeTableTab";

    @InterfaceAudience.Public
    - @InterfaceStability.Unstable
    -public interface AsyncTableRegionLocator
    +public interface AsyncTableRegionLocator
    The asynchronous version of RegionLocator.

    Usually the implementations will not throw any exception directly, you need to get the exception @@ -166,7 +165,7 @@ public interface

  • getName

    -
    TableName getName()
    +
    TableName getName()
    Gets the fully qualified table name instance of the table whose region we want to locate.
  • @@ -176,7 +175,7 @@ public interface
  • getRegionLocation

    -
    default CompletableFuture<HRegionLocationgetRegionLocation(byte[] row)
    +
    default CompletableFuture<HRegionLocationgetRegionLocation(byte[] row)
    Finds the region on which the given row is being served. Does not reload the cache.

    Returns the location of the region to which the row belongs.

    @@ -192,7 +191,7 @@ public interface
  • getRegionLocation

    -
    CompletableFuture<HRegionLocationgetRegionLocation(byte[] row,
    +
    CompletableFuture<HRegionLocationgetRegionLocation(byte[] row,
                                                          boolean reload)
    Finds the region on which the given row is being served.

    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/Attributes.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Attributes.html b/apidocs/org/apache/hadoop/hbase/client/Attributes.html index a88df36..2b7b790 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Attributes.html +++ b/apidocs/org/apache/hadoop/hbase/client/Attributes.html @@ -106,8 +106,7 @@ var activeTableTab = "activeTableTab";



    @InterfaceAudience.Public
    - @InterfaceStability.Stable
    -public interface Attributes
    +public interface Attributes
  • @@ -166,7 +165,7 @@ public interface
  • setAttribute

    -
    Attributes setAttribute(String name,
    +
    Attributes setAttribute(String name,
                             byte[] value)
    Sets an attribute. In case value = null attribute is removed from the attributes map. @@ -184,7 +183,7 @@ public interface
  • getAttribute

    -
    byte[] getAttribute(String name)
    +
    byte[] getAttribute(String name)
    Gets an attribute
    Parameters:
    @@ -200,7 +199,7 @@ public interface
  • getAttributesMap

    -
    Map<String,byte[]> getAttributesMap()
    +
    Map<String,byte[]> getAttributesMap()
    Gets all attributes
    Returns:
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.ExceptionListener.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.ExceptionListener.html b/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.ExceptionListener.html index 09b8999..a634599 100644 --- a/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.ExceptionListener.html +++ b/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.ExceptionListener.html @@ -106,8 +106,7 @@ var activeTableTab = "activeTableTab";

    @InterfaceAudience.Public
    - @InterfaceStability.Evolving
    -public static interface BufferedMutator.ExceptionListener
    +public static interface BufferedMutator.ExceptionListener
  • Listens for asynchronous exceptions on a BufferedMutator.
  • @@ -153,7 +152,7 @@ public static interface
  • onException

    -
    void onException(RetriesExhaustedWithDetailsException exception,
    +
    void onException(RetriesExhaustedWithDetailsException exception,
                      BufferedMutator mutator)
               throws RetriesExhaustedWithDetailsException
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.html b/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.html index 4637c15..32920d7 100644 --- a/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.html +++ b/apidocs/org/apache/hadoop/hbase/client/BufferedMutator.html @@ -106,8 +106,7 @@ var activeTableTab = "activeTableTab";

    @InterfaceAudience.Public
    - @InterfaceStability.Evolving
    -public interface BufferedMutator
    +public interface BufferedMutator
     extends Closeable

    Used to communicate with a single HBase table similar to Table but meant for batched, asynchronous puts. Obtain an instance from a Connection and call @@ -280,7 +279,7 @@ extends

  • CLASSNAME_KEY

    -
    static final String CLASSNAME_KEY
    +
    static final String CLASSNAME_KEY
    Key to use setting non-default BufferedMutator implementation in Configuration.
    See Also:
    @@ -302,7 +301,7 @@ extends
  • getName

    -
    TableName getName()
    +
    TableName getName()
    Gets the fully qualified table name instance of the table that this BufferedMutator writes to.
  • @@ -312,7 +311,7 @@ extends
  • getConfiguration

    -
    org.apache.hadoop.conf.Configuration getConfiguration()
    +
    org.apache.hadoop.conf.Configuration getConfiguration()
    Returns the Configuration object used by this instance.

    The reference returned is not a copy, so any change made to it will @@ -325,7 +324,7 @@ extends

  • mutate

    -
    void mutate(Mutation mutation)
    +
    void mutate(Mutation mutation)
          throws IOException
    Sends a Mutation to the table. The mutations will be buffered and sent over the wire as part of a batch. Currently only supports Put and Delete mutations.
    @@ -343,7 +342,7 @@ extends
  • mutate

    -
    void mutate(List<? extends Mutation> mutations)
    +
    void mutate(List<? extends Mutation> mutations)
          throws IOException
    Send some Mutations to the table. The mutations will be buffered and sent over the wire as part of a batch. There is no guarantee of sending entire content of mutations @@ -362,7 +361,7 @@ extends
  • close

    -
    void close()
    +
    void close()
         throws IOException
    Performs a flush() and releases any resources held.
    @@ -381,7 +380,7 @@ extends
  • flush

    -
    void flush()
    +
    void flush()
         throws IOException
    Executes all the buffered, asynchronous Mutation operations and waits until they are done.
    @@ -397,7 +396,7 @@ extends
  • getWriteBufferSize

    -
    long getWriteBufferSize()
    +
    long getWriteBufferSize()
    Returns the maximum size in bytes of the write buffer for this HTable.

    The default value comes from the configuration parameter hbase.client.write.buffer.

    @@ -413,7 +412,7 @@ extends
  • setRpcTimeout

    -
    void setRpcTimeout(int timeout)
    +
    void setRpcTimeout(int timeout)
    Set rpc timeout for this mutator instance
  • @@ -423,7 +422,7 @@ extends
  • setOperationTimeout

    -
    void setOperationTimeout(int timeout)
    +
    void setOperationTimeout(int timeout)
    Set operation timeout for this mutator instance
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/BufferedMutatorParams.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/BufferedMutatorParams.html b/apidocs/org/apache/hadoop/hbase/client/BufferedMutatorParams.html index 1524db9..a64d29b 100644 --- a/apidocs/org/apache/hadoop/hbase/client/BufferedMutatorParams.html +++ b/apidocs/org/apache/hadoop/hbase/client/BufferedMutatorParams.html @@ -114,8 +114,7 @@ var activeTableTab = "activeTableTab";

    @InterfaceAudience.Public
    - @InterfaceStability.Evolving
    -public class BufferedMutatorParams
    +public class BufferedMutatorParams
     extends Object
     implements Cloneable
    Parameters for instantiating a BufferedMutator.
    @@ -261,7 +260,7 @@ implements
  • BufferedMutatorParams

    -
    public BufferedMutatorParams(TableName tableName)
    +
    public BufferedMutatorParams(TableName tableName)
  • @@ -278,7 +277,7 @@ implements
  • getTableName

    -
    public TableName getTableName()
    +
    public TableName getTableName()
  • @@ -287,7 +286,7 @@ implements
  • getWriteBufferSize

    -
    public long getWriteBufferSize()
    +
    public long getWriteBufferSize()
  • @@ -296,7 +295,7 @@ implements
  • rpcTimeout

    -
    public BufferedMutatorParams rpcTimeout(int rpcTimeout)
    +
    public BufferedMutatorParams rpcTimeout(int rpcTimeout)
  • @@ -305,7 +304,7 @@ implements
  • getRpcTimeout

    -
    public int getRpcTimeout()
    +
    public int getRpcTimeout()
  • @@ -314,7 +313,7 @@ implements
  • opertationTimeout

    -
    public BufferedMutatorParams opertationTimeout(int operationTimeout)
    +
    public BufferedMutatorParams opertationTimeout(int operationTimeout)
  • @@ -323,7 +322,7 @@ implements
  • getOperationTimeout

    -
    public int getOperationTimeout()
    +
    public int getOperationTimeout()
  • @@ -332,7 +331,7 @@ implements
  • writeBufferSize

    -
    public BufferedMutatorParams writeBufferSize(long writeBufferSize)
    +
    public BufferedMutatorParams writeBufferSize(long writeBufferSize)
    Override the write buffer size specified by the provided Connection's Configuration instance, via the configuration key hbase.client.write.buffer.
    @@ -344,7 +343,7 @@ implements
  • getMaxKeyValueSize

    -
    public int getMaxKeyValueSize()
    +
    public int getMaxKeyValueSize()
  • @@ -353,7 +352,7 @@ implements
  • maxKeyValueSize

    -
    public BufferedMutatorParams maxKeyValueSize(int maxKeyValueSize)
    +
    public BufferedMutatorParams maxKeyValueSize(int maxKeyValueSize)
    Override the maximum key-value size specified by the provided Connection's Configuration instance, via the configuration key hbase.client.keyvalue.maxsize.
    @@ -365,7 +364,7 @@ implements
  • getPool

    -
    public ExecutorService getPool()
    +
    public ExecutorService getPool()
  • @@ -374,7 +373,7 @@ implements
  • pool

    -
    public BufferedMutatorParams pool(ExecutorService pool)
    +
    public BufferedMutatorParams pool(ExecutorService pool)
    Override the default executor pool defined by the hbase.htable.threads.* configuration values.
  • @@ -385,7 +384,7 @@ implements
  • getImplementationClassName

    -
    public String getImplementationClassName()
    +
    public String getImplementationClassName()
    Returns:
    Name of the class we will use when we construct a @@ -399,7 +398,7 @@ implements
  • implementationClassName

    -
    public BufferedMutatorParams implementationClassName(String implementationClassName)
    +
    public BufferedMutatorParams implementationClassName(String implementationClassName)
    Specify a BufferedMutator implementation other than the default.
    Parameters:
    @@ -413,7 +412,7 @@ implements
  • getListener

    -
    public BufferedMutator.ExceptionListener getListener()
    +
    public BufferedMutator.ExceptionListener getListener()
  • @@ -422,7 +421,7 @@ implements
  • listener

    -
    public BufferedMutatorParams listener(BufferedMutator.ExceptionListener listener)
    +
    public BufferedMutatorParams listener(BufferedMutator.ExceptionListener listener)
    Override the default error handler. Default handler simply rethrows the exception.
  • @@ -432,7 +431,7 @@ implements
  • clone

    -
    public BufferedMutatorParams clone()
    +
    public BufferedMutatorParams clone()
    Overrides:
    clone in class Object
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/CompactType.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/CompactType.html b/apidocs/org/apache/hadoop/hbase/client/CompactType.html index f83472a..9158a2b 100644 --- a/apidocs/org/apache/hadoop/hbase/client/CompactType.html +++ b/apidocs/org/apache/hadoop/hbase/client/CompactType.html @@ -119,8 +119,7 @@ var activeTableTab = "activeTableTab";

    @InterfaceAudience.Public
    - @InterfaceStability.Unstable
    -public enum CompactType
    +public enum CompactType
     extends Enum<CompactType>
    Currently, there are only two compact types: NORMAL means do store files compaction; @@ -211,7 +210,7 @@ the order they are declared.
    @@ -220,7 +219,7 @@ the order they are declared.
  • @@ -237,7 +236,7 @@ the order they are declared.
    • values

      -
      public static CompactType[] values()
      +
      public static CompactType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -257,7 +256,7 @@ for (CompactType c : CompactType.values())
      • valueOf

        -
        public static CompactType valueOf(String name)
        +
        public static CompactType valueOf(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/CompactionState.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/CompactionState.html b/apidocs/org/apache/hadoop/hbase/client/CompactionState.html index aef63a6..3a7bfc0 100644 --- a/apidocs/org/apache/hadoop/hbase/client/CompactionState.html +++ b/apidocs/org/apache/hadoop/hbase/client/CompactionState.html @@ -119,8 +119,7 @@ var activeTableTab = "activeTableTab";

        @InterfaceAudience.Public
        - @InterfaceStability.Evolving
        -public enum CompactionState
        +public enum CompactionState
         extends Enum<CompactionState>
        POJO representing the compaction state
      • @@ -215,7 +214,7 @@ the order they are declared.
      @@ -224,7 +223,7 @@ the order they are declared.
  • @@ -233,7 +232,7 @@ the order they are declared.
  • @@ -242,7 +241,7 @@ the order they are declared.
  • @@ -259,7 +258,7 @@ the order they are declared.
    • values

      -
      public static CompactionState[] values()
      +
      public static CompactionState[] values()
      Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -279,7 +278,7 @@ for (CompactionState c : CompactionState.values())
      • valueOf

        -
        public static CompactionState valueOf(String name)
        +
        public static CompactionState valueOf(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are