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 75483200C5C for ; Wed, 5 Apr 2017 10:20:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 73BC7160B91; 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 2F37A160BAF for ; Wed, 5 Apr 2017 10:20:32 +0200 (CEST) Received: (qmail 52438 invoked by uid 500); 5 Apr 2017 08:20:31 -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 47801 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 CCB83F2181; 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:20:57 -0000 Message-Id: <60a6450dfe39405b8f19309810ed8ffb@git.apache.org> In-Reply-To: <7384ebb088134d0ea6aa96e2ea1caf78@git.apache.org> References: <7384ebb088134d0ea6aa96e2ea1caf78@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [35/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/Increment.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Increment.html b/apidocs/org/apache/hadoop/hbase/client/Increment.html index 7f424f2..a425b2e 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Increment.html +++ b/apidocs/org/apache/hadoop/hbase/client/Increment.html @@ -129,8 +129,7 @@ var activeTableTab = "activeTableTab";

@InterfaceAudience.Public
- @InterfaceStability.Stable
-public class Increment
+public class Increment
 extends Mutation
 implements Comparable<Row>
Used to perform Increment operations on a single row. @@ -394,7 +393,7 @@ implements
  • Increment

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

    At least one column must be incremented.

    @@ -410,7 +409,7 @@ implements
  • Increment

    -
    public Increment(byte[] row,
    +
    public Increment(byte[] row,
                      int offset,
                      int length)
    Create a Increment operation for the specified row. @@ -428,7 +427,7 @@ implements
  • Increment

    -
    public Increment(Increment i)
    +
    public Increment(Increment i)
    Copy constructor
    Parameters:
    @@ -450,7 +449,7 @@ implements
  • add

    -
    public Increment add(Cell cell)
    +
    public Increment add(Cell cell)
                   throws IOException
    Add the specified KeyValue to this operation.
    @@ -469,7 +468,7 @@ implements
  • addColumn

    -
    public Increment addColumn(byte[] family,
    +
    public Increment addColumn(byte[] family,
                                byte[] qualifier,
                                long amount)
    Increment the column from the specific family with the specified qualifier @@ -492,7 +491,7 @@ implements
  • getTimeRange

    -
    public TimeRange getTimeRange()
    +
    public TimeRange getTimeRange()
    Gets the TimeRange used for this increment.
    Returns:
    @@ -506,7 +505,7 @@ implements
  • setTimeRange

    -
    public Increment setTimeRange(long minStamp,
    +
    public Increment setTimeRange(long minStamp,
                                   long maxStamp)
                            throws IOException
    Sets the TimeRange to be used on the Get for this increment. @@ -534,7 +533,7 @@ implements
  • setReturnResults

    -
    public Increment setReturnResults(boolean returnResults)
    +
    public Increment setReturnResults(boolean returnResults)
    Parameters:
    returnResults - True (default) if the increment operation should return the results. A @@ -549,7 +548,7 @@ implements
  • isReturnResults

    -
    public boolean isReturnResults()
    +
    public boolean isReturnResults()
    Returns:
    current setting for returnResults
    @@ -562,7 +561,7 @@ implements
  • numFamilies

    -
    public int numFamilies()
    +
    public int numFamilies()
    Method for retrieving the number of families to increment from
    Overrides:
    @@ -578,7 +577,7 @@ implements
  • hasFamilies

    -
    public boolean hasFamilies()
    +
    public boolean hasFamilies()
    Method for checking if any families have been inserted into this Increment
    Returns:
    @@ -592,7 +591,7 @@ implements
  • getFamilyMapOfLongs

    -
    public Map<byte[],NavigableMap<byte[],Long>> getFamilyMapOfLongs()
    +
    public Map<byte[],NavigableMap<byte[],Long>> getFamilyMapOfLongs()
    Before 0.95, when you called Increment#getFamilyMap(), you got back a map of families to a list of Longs. Now, Mutation.getFamilyCellMap() returns families by list of Cells. This method has been added so you can have the @@ -611,7 +610,7 @@ implements
  • toString

    -
    public String toString()
    +
    public String toString()
    Description copied from class: Operation
    Produces a string representation of this Operation. It defaults to a JSON representation, but falls back to a string representation of the @@ -630,7 +629,7 @@ implements
  • compareTo

    -
    public int compareTo(Row i)
    +
    public int compareTo(Row i)
    Specified by:
    compareTo in interface Comparable<Row>
    @@ -645,7 +644,7 @@ implements
  • hashCode

    -
    public int hashCode()
    +
    public int hashCode()
    Overrides:
    hashCode in class Object
    @@ -658,7 +657,7 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    equals in class Object
    @@ -671,7 +670,7 @@ implements
  • extraHeapSize

    -
    protected long extraHeapSize()
    +
    protected long extraHeapSize()
    Description copied from class: Mutation
    Subclasses should override this method to add the heap size of their own fields.
    @@ -688,7 +687,7 @@ implements
  • setAttribute

    -
    public Increment setAttribute(String name,
    +
    public Increment setAttribute(String name,
                                   byte[] value)
    Description copied from interface: Attributes
    Sets an attribute. @@ -711,7 +710,7 @@ implements
  • setId

    -
    public Increment setId(String id)
    +
    public Increment 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 @@ -732,7 +731,7 @@ implements
  • setDurability

    -
    public Increment setDurability(Durability d)
    +
    public Increment setDurability(Durability d)
    Description copied from class: Mutation
    Set the durability for this mutation
    @@ -747,7 +746,7 @@ implements
  • setFamilyCellMap

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

    -
    public Increment setClusterIds(List<UUID> clusterIds)
    +
    public Increment setClusterIds(List<UUID> clusterIds)
    Description copied from class: Mutation
    Marks that the clusters with the given clusterIds have consumed the mutation
    @@ -779,7 +778,7 @@ implements
  • setCellVisibility

    -
    public Increment setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility expression)
    +
    public Increment 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.
    @@ -795,7 +794,7 @@ implements
  • setACL

    -
    public Increment setACL(String user,
    +
    public Increment setACL(String user,
                             org.apache.hadoop.hbase.security.access.Permission perms)
    Overrides:
    @@ -812,7 +811,7 @@ implements
  • setACL

    -
    public Increment setACL(Map<String,org.apache.hadoop.hbase.security.access.Permission> perms)
    +
    public Increment setACL(Map<String,org.apache.hadoop.hbase.security.access.Permission> perms)
    Overrides:
    setACL in class Mutation
    @@ -827,7 +826,7 @@ implements
  • setTTL

    -
    public Increment setTTL(long ttl)
    +
    public Increment 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/IsolationLevel.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/IsolationLevel.html b/apidocs/org/apache/hadoop/hbase/client/IsolationLevel.html index 26d960c..1e05440 100644 --- a/apidocs/org/apache/hadoop/hbase/client/IsolationLevel.html +++ b/apidocs/org/apache/hadoop/hbase/client/IsolationLevel.html @@ -119,8 +119,7 @@ var activeTableTab = "activeTableTab";

    @InterfaceAudience.Public
    - @InterfaceStability.Stable
    -public enum IsolationLevel
    +public enum IsolationLevel
     extends Enum<IsolationLevel>
    Specify Isolation levels in Scan operations.

    @@ -231,7 +230,7 @@ the order they are declared.

    @@ -240,7 +239,7 @@ the order they are declared.
  • @@ -257,7 +256,7 @@ the order they are declared.
  • @@ -326,7 +325,7 @@ not permitted.)
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/MasterSwitchType.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/MasterSwitchType.html b/apidocs/org/apache/hadoop/hbase/client/MasterSwitchType.html index ef4a6fa..53bdd4d 100644 --- a/apidocs/org/apache/hadoop/hbase/client/MasterSwitchType.html +++ b/apidocs/org/apache/hadoop/hbase/client/MasterSwitchType.html @@ -119,8 +119,7 @@ var activeTableTab = "activeTableTab";

    @InterfaceAudience.Public
    - @InterfaceStability.Evolving
    -public enum MasterSwitchType
    +public enum MasterSwitchType
     extends Enum<MasterSwitchType>
    Represents the master switch type
    @@ -209,7 +208,7 @@ the order they are declared.
    @@ -218,7 +217,7 @@ the order they are declared. @@ -235,7 +234,7 @@ the order they are declared.
    • values

      -
      public static MasterSwitchType[] values()
      +
      public static MasterSwitchType[] 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: @@ -255,7 +254,7 @@ for (MasterSwitchType c : MasterSwitchType.values())
      • valueOf

        -
        public static MasterSwitchType valueOf(String name)
        +
        public static MasterSwitchType 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/Mutation.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Mutation.html b/apidocs/org/apache/hadoop/hbase/client/Mutation.html index f24b9eb..506edfd 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Mutation.html +++ b/apidocs/org/apache/hadoop/hbase/client/Mutation.html @@ -128,8 +128,7 @@ var activeTableTab = "activeTableTab";

        @InterfaceAudience.Public
        - @InterfaceStability.Evolving
        -public abstract class Mutation
        +public abstract class Mutation
         extends OperationWithAttributes
         implements Row, org.apache.hadoop.hbase.CellScannable, org.apache.hadoop.hbase.io.HeapSize
      • @@ -379,7 +378,7 @@ implements
      • MUTATION_OVERHEAD

        -
        public static final long MUTATION_OVERHEAD
        +
        public static final long MUTATION_OVERHEAD
      @@ -388,7 +387,7 @@ implements
    • row

      -
      protected byte[] row
      +
      protected byte[] row
    @@ -397,7 +396,7 @@ implements
  • ts

    -
    protected long ts
    +
    protected long ts
  • @@ -406,7 +405,7 @@ implements
  • durability

    -
    protected Durability durability
    +
    protected Durability durability
  • @@ -415,7 +414,7 @@ implements
  • familyMap

    -
    protected NavigableMap<byte[],List<Cell>> familyMap
    +
    protected NavigableMap<byte[],List<Cell>> familyMap
  • @@ -432,7 +431,7 @@ implements
  • Mutation

    -
    public Mutation()
    +
    public Mutation()
  • @@ -449,7 +448,7 @@ implements
  • cellScanner

    -
    public org.apache.hadoop.hbase.CellScanner cellScanner()
    +
    public org.apache.hadoop.hbase.CellScanner cellScanner()
    Specified by:
    cellScanner in interface org.apache.hadoop.hbase.CellScannable
    @@ -464,7 +463,7 @@ implements
  • getFingerprint

    -
    public Map<String,ObjectgetFingerprint()
    +
    public Map<String,ObjectgetFingerprint()
    Compile the column family (i.e. schema) information into a Map. Useful for parsing and aggregation by debugging, logging, and administration tools.
    @@ -482,7 +481,7 @@ implements
  • toMap

    -
    public Map<String,ObjecttoMap(int maxCols)
    +
    public Map<String,ObjecttoMap(int maxCols)
    Compile the details beyond the scope of getFingerprint (row, columns, timestamps, etc.) into a Map along with the fingerprinted information. Useful for debugging, logging, and administration tools.
    @@ -502,7 +501,7 @@ implements
  • setDurability

    -
    public Mutation setDurability(Durability d)
    +
    public Mutation setDurability(Durability d)
    Set the durability for this mutation
    Parameters:
    @@ -516,7 +515,7 @@ implements
  • getDurability

    -
    public Durability getDurability()
    +
    public Durability getDurability()
    Get the current durability
  • @@ -526,7 +525,7 @@ implements
  • getFamilyCellMap

    -
    public NavigableMap<byte[],List<Cell>> getFamilyCellMap()
    +
    public NavigableMap<byte[],List<Cell>> getFamilyCellMap()
    Method for retrieving the put's familyMap
    Returns:
    @@ -540,7 +539,7 @@ implements
  • setFamilyCellMap

    -
    public Mutation setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)
    +
    public Mutation setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)
    Method for setting the put's familyMap
  • @@ -550,7 +549,7 @@ implements
  • isEmpty

    -
    public boolean isEmpty()
    +
    public boolean isEmpty()
    Method to check if the familyMap is empty
    Returns:
    @@ -564,7 +563,7 @@ implements
  • getRow

    -
    public byte[] getRow()
    +
    public byte[] getRow()
    Method for retrieving the delete's row
    Specified by:
    @@ -580,7 +579,7 @@ implements
  • compareTo

    -
    public int compareTo(Row d)
    +
    public int compareTo(Row d)
    Specified by:
    compareTo in interface Comparable<Row>
    @@ -593,7 +592,7 @@ implements
  • getTimeStamp

    -
    public long getTimeStamp()
    +
    public long getTimeStamp()
    Method for retrieving the timestamp
    Returns:
    @@ -607,7 +606,7 @@ implements
  • setClusterIds

    -
    public Mutation setClusterIds(List<UUID> clusterIds)
    +
    public Mutation setClusterIds(List<UUID> clusterIds)
    Marks that the clusters with the given clusterIds have consumed the mutation
    Parameters:
    @@ -621,7 +620,7 @@ implements
  • getClusterIds

    -
    public List<UUIDgetClusterIds()
    +
    public List<UUIDgetClusterIds()
    Returns:
    the set of clusterIds that have consumed the mutation
    @@ -634,7 +633,7 @@ implements
  • setCellVisibility

    -
    public Mutation setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility expression)
    +
    public Mutation setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility expression)
    Sets the visibility expression associated with cells in this Mutation. It is illegal to set CellVisibility on Delete mutation.
    @@ -649,7 +648,7 @@ implements
  • getCellVisibility

    -
    public org.apache.hadoop.hbase.security.visibility.CellVisibility getCellVisibility()
    +
    public org.apache.hadoop.hbase.security.visibility.CellVisibility getCellVisibility()
                                                                                  throws org.apache.hadoop.hbase.exceptions.DeserializationException
    Returns:
    @@ -665,7 +664,7 @@ implements
  • size

    -
    public int size()
    +
    public int size()
    Number of KeyValues carried by this Mutation.
    Returns:
    @@ -679,7 +678,7 @@ implements
  • numFamilies

    -
    public int numFamilies()
    +
    public int numFamilies()
    Returns:
    the number of different families
    @@ -692,7 +691,7 @@ implements
  • heapSize

    -
    public long heapSize()
    +
    public long heapSize()
    Specified by:
    heapSize in interface org.apache.hadoop.hbase.io.HeapSize
    @@ -707,7 +706,7 @@ implements
  • getACL

    -
    public byte[] getACL()
    +
    public byte[] getACL()
    Returns:
    The serialized ACL for this operation, or null if none
    @@ -720,7 +719,7 @@ implements
  • setACL

    -
    public Mutation setACL(String user,
    +
    public Mutation setACL(String user,
                            org.apache.hadoop.hbase.security.access.Permission perms)
    Parameters:
    @@ -735,7 +734,7 @@ implements
  • setACL

    -
    public Mutation setACL(Map<String,org.apache.hadoop.hbase.security.access.Permission> perms)
    +
    public Mutation setACL(Map<String,org.apache.hadoop.hbase.security.access.Permission> perms)
    Parameters:
    perms - A map of permissions for a user or users
    @@ -748,7 +747,7 @@ implements
  • getTTL

    -
    public long getTTL()
    +
    public long getTTL()
    Return the TTL requested for the result of the mutation, in milliseconds.
    Returns:
    @@ -763,7 +762,7 @@ implements
  • setTTL

    -
    public Mutation setTTL(long ttl)
    +
    public Mutation setTTL(long ttl)
    Set the TTL desired for the result of the mutation, in milliseconds.
    Parameters:
    @@ -779,7 +778,7 @@ implements
  • extraHeapSize

    -
    protected long extraHeapSize()
    +
    protected long extraHeapSize()
    Subclasses should override this method to add the heap size of their own fields.
    Returns:
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/NoServerForRegionException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/NoServerForRegionException.html b/apidocs/org/apache/hadoop/hbase/client/NoServerForRegionException.html index cecbbf7..1e165a6 100644 --- a/apidocs/org/apache/hadoop/hbase/client/NoServerForRegionException.html +++ b/apidocs/org/apache/hadoop/hbase/client/NoServerForRegionException.html @@ -138,8 +138,7 @@

    @InterfaceAudience.Public
    - @InterfaceStability.Stable
    -public class NoServerForRegionException
    +public class NoServerForRegionException
     extends DoNotRetryRegionException
    Thrown when no region server can be found for a region
    @@ -216,7 +215,7 @@ extends
  • NoServerForRegionException

    -
    public NoServerForRegionException()
    +
    public NoServerForRegionException()
    default constructor
  • @@ -226,7 +225,7 @@ extends
  • NoServerForRegionException

    -
    public NoServerForRegionException(String s)
    +
    public NoServerForRegionException(String s)
    Constructor
    Parameters:
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/Operation.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Operation.html b/apidocs/org/apache/hadoop/hbase/client/Operation.html index e181956..3895232 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Operation.html +++ b/apidocs/org/apache/hadoop/hbase/client/Operation.html @@ -114,8 +114,7 @@ var activeTableTab = "activeTableTab";

    @InterfaceAudience.Public
    - @InterfaceStability.Evolving
    -public abstract class Operation
    +public abstract class Operation
     extends Object
    Superclass for any type that maps to a potentially application-level query. (e.g. Put, Get, Delete, Scan, Next, etc.) @@ -229,7 +228,7 @@ extends
  • Operation

    -
    public Operation()
    +
    public Operation()
  • @@ -246,7 +245,7 @@ extends
  • getFingerprint

    -
    public abstract Map<String,ObjectgetFingerprint()
    +
    public abstract Map<String,ObjectgetFingerprint()
    Produces a Map containing a fingerprint which identifies the type and the static schema components of a query (i.e. column families)
    @@ -261,7 +260,7 @@ extends
  • toMap

    -
    public abstract Map<String,ObjecttoMap(int maxCols)
    +
    public abstract Map<String,ObjecttoMap(int maxCols)
    Produces a Map containing a summary of the details of a query beyond the scope of the fingerprint (i.e. columns, rows...)
    @@ -278,7 +277,7 @@ extends
  • toMap

    -
    public Map<String,ObjecttoMap()
    +
    public Map<String,ObjecttoMap()
    Produces a Map containing a full summary of a query.
    Returns:
    @@ -292,7 +291,7 @@ extends
  • toJSON

    -
    public String toJSON(int maxCols)
    +
    public String toJSON(int maxCols)
                   throws IOException
    Produces a JSON object for fingerprint and details exposure in a parseable format.
    @@ -312,7 +311,7 @@ extends
  • toJSON

    -
    public String toJSON()
    +
    public String toJSON()
                   throws IOException
    Produces a JSON object sufficient for description of a query in a debugging or logging context.
    @@ -330,7 +329,7 @@ extends
  • toString

    -
    public String toString(int maxCols)
    +
    public String toString(int maxCols)
    Produces a string representation of this Operation. It defaults to a JSON representation, but falls back to a string representation of the fingerprint and details in the case of a JSON encoding failure.
    @@ -349,7 +348,7 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Produces a string representation of this Operation. It defaults to a JSON representation, but falls back to a string representation of the fingerprint and details in the case of a JSON encoding failure.