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 599F4200C5C for ; Wed, 5 Apr 2017 10:20:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 58752160BA8; Wed, 5 Apr 2017 08:20:33 +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 F04A7160BAB for ; Wed, 5 Apr 2017 10:20:30 +0200 (CEST) Received: (qmail 50576 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 47793 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 D1951F2183; 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:58 -0000 Message-Id: <73d9cc63b93b4d80bdc11bb83e768507@git.apache.org> In-Reply-To: <7384ebb088134d0ea6aa96e2ea1caf78@git.apache.org> References: <7384ebb088134d0ea6aa96e2ea1caf78@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [36/51] [partial] hbase-site git commit: Published site at a66d491892514fd4a188d6ca87d6260d8ae46184. archived-at: Wed, 05 Apr 2017 08:20:33 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/Get.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Get.html b/apidocs/org/apache/hadoop/hbase/client/Get.html index 5c96a82..480c415 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Get.html +++ b/apidocs/org/apache/hadoop/hbase/client/Get.html @@ -129,8 +129,7 @@ var activeTableTab = "activeTableTab";

@InterfaceAudience.Public
- @InterfaceStability.Stable
-public class Get
+public class Get
 extends Query
 implements Row, Comparable<Row>
Used to perform Get operations on a single row. @@ -520,7 +519,7 @@ implements
  • Get

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

    If no further operations are done, this will get the latest version of @@ -537,7 +536,7 @@ implements

  • Get

    -
    public Get(Get get)
    +
    public Get(Get get)
    Copy-constructor
    Parameters:
    @@ -551,7 +550,7 @@ implements
  • Get

    -
    public Get(byte[] row,
    +
    public Get(byte[] row,
                int rowOffset,
                int rowLength)
    Create a Get operation for the specified row.
    @@ -569,7 +568,7 @@ implements
  • Get

    -
    public Get(ByteBuffer row)
    +
    public Get(ByteBuffer row)
    Create a Get operation for the specified row.
    Parameters:
    @@ -591,7 +590,7 @@ implements
  • isCheckExistenceOnly

    -
    public boolean isCheckExistenceOnly()
    +
    public boolean isCheckExistenceOnly()
  • @@ -600,7 +599,7 @@ implements
  • setCheckExistenceOnly

    -
    public Get setCheckExistenceOnly(boolean checkExistenceOnly)
    +
    public Get setCheckExistenceOnly(boolean checkExistenceOnly)
  • @@ -610,7 +609,7 @@ implements

    isClosestRowBefore

    @Deprecated
    -public boolean isClosestRowBefore()
    +public boolean isClosestRowBefore()
  • Deprecated. since 2.0.0 and will be removed in 3.0.0
    This will always return the default value which is false as client cannot set the value to this property any more.
    @@ -623,7 +622,7 @@ public boolean 

    setClosestRowBefore

    @Deprecated
    -public Get setClosestRowBefore(boolean closestRowBefore)
    +public Get setClosestRowBefore(boolean closestRowBefore)
    Deprecated. since 2.0.0 and will be removed in 3.0.0
    This is not used any more and does nothing. Use reverse scan instead.
  • @@ -634,7 +633,7 @@ public 
  • addFamily

    -
    public Get addFamily(byte[] family)
    +
    public Get addFamily(byte[] family)
    Get all columns from the specified family.

    Overrides previous calls to addColumn for this family.

    @@ -652,7 +651,7 @@ public 
  • addColumn

    -
    public Get addColumn(byte[] family,
    +
    public Get addColumn(byte[] family,
                          byte[] qualifier)
    Get the column from the specific family with the specified qualifier.

    @@ -672,7 +671,7 @@ public 

  • setTimeRange

    -
    public Get setTimeRange(long minStamp,
    +
    public Get setTimeRange(long minStamp,
                             long maxStamp)
                      throws IOException
    Get versions of columns only within the specified timestamp range, @@ -696,7 +695,7 @@ public 
  • setTimeRange

    -
    public Get setTimeRange(TimeRange tr)
    +
    public Get setTimeRange(TimeRange tr)
    Get versions of columns only within the specified timestamp range,
    Overrides:
    @@ -714,7 +713,7 @@ public 
  • setTimeStamp

    -
    public Get setTimeStamp(long timestamp)
    +
    public Get setTimeStamp(long timestamp)
                      throws IOException
    Get versions of columns with the specified timestamp.
    @@ -733,7 +732,7 @@ public 
  • setColumnFamilyTimeRange

    -
    public Get setColumnFamilyTimeRange(byte[] cf,
    +
    public Get setColumnFamilyTimeRange(byte[] cf,
                                         long minStamp,
                                         long maxStamp)
    Description copied from class: Query
    @@ -760,7 +759,7 @@ public 
  • setColumnFamilyTimeRange

    -
    public Get setColumnFamilyTimeRange(byte[] cf,
    +
    public Get setColumnFamilyTimeRange(byte[] cf,
                                         TimeRange tr)
    Overrides:
    @@ -774,7 +773,7 @@ public 
  • setMaxVersions

    -
    public Get setMaxVersions()
    +
    public Get setMaxVersions()
    Get all available versions.
    Returns:
    @@ -788,7 +787,7 @@ public 
  • setMaxVersions

    -
    public Get setMaxVersions(int maxVersions)
    +
    public Get setMaxVersions(int maxVersions)
                        throws IOException
    Get up to the specified number of versions of each column.
    @@ -807,7 +806,7 @@ public 
  • setLoadColumnFamiliesOnDemand

    -
    public Get setLoadColumnFamiliesOnDemand(boolean value)
    +
    public Get setLoadColumnFamiliesOnDemand(boolean value)
    Description copied from class: Query
    Set the value indicating whether loading CFs on demand should be allowed (cluster default is false). On-demand CF loading doesn't load column families until necessary, e.g. @@ -835,7 +834,7 @@ public 
  • setMaxResultsPerColumnFamily

    -
    public Get setMaxResultsPerColumnFamily(int limit)
    +
    public Get setMaxResultsPerColumnFamily(int limit)
    Set the maximum number of values to return per row per Column Family
    Parameters:
    @@ -851,7 +850,7 @@ public 
  • setRowOffsetPerColumnFamily

    -
    public Get setRowOffsetPerColumnFamily(int offset)
    +
    public Get setRowOffsetPerColumnFamily(int offset)
    Set offset for the row per Column Family. This offset is only within a particular row/CF combination. It gets reset back to zero when we move to the next row or CF.
    @@ -868,7 +867,7 @@ public 
  • setFilter

    -
    public Get setFilter(Filter filter)
    +
    public Get setFilter(Filter filter)
    Description copied from class: Query
    Apply the specified server-side filter when performing the Query. Only Filter.filterKeyValue(org.apache.hadoop.hbase.Cell) is called AFTER all tests @@ -889,7 +888,7 @@ public 
  • setCacheBlocks

    -
    public Get setCacheBlocks(boolean cacheBlocks)
    +
    public Get setCacheBlocks(boolean cacheBlocks)
    Set whether blocks should be cached for this Get.

    This is true by default. When true, default settings of the table and @@ -908,7 +907,7 @@ public 

  • getCacheBlocks

    -
    public boolean getCacheBlocks()
    +
    public boolean getCacheBlocks()
    Get whether blocks should be cached for this Get.
    Returns:
    @@ -923,7 +922,7 @@ public 
  • getRow

    -
    public byte[] getRow()
    +
    public byte[] getRow()
    Method for retrieving the get's row
    Specified by:
    @@ -939,7 +938,7 @@ public 
  • getMaxVersions

    -
    public int getMaxVersions()
    +
    public int getMaxVersions()
    Method for retrieving the get's maximum number of version
    Returns:
    @@ -953,7 +952,7 @@ public 
  • getMaxResultsPerColumnFamily

    -
    public int getMaxResultsPerColumnFamily()
    +
    public int getMaxResultsPerColumnFamily()
    Method for retrieving the get's maximum number of values to return per Column Family
    @@ -968,7 +967,7 @@ public 
  • getRowOffsetPerColumnFamily

    -
    public int getRowOffsetPerColumnFamily()
    +
    public int getRowOffsetPerColumnFamily()
    Method for retrieving the get's offset per row per column family (#kvs to be skipped)
    @@ -983,7 +982,7 @@ public 
  • familySet

    -
    public Set<byte[]> familySet()
    +
    public Set<byte[]> familySet()
    Method for retrieving the keys in the familyMap
    Returns:
    @@ -997,7 +996,7 @@ public 
  • numFamilies

    -
    public int numFamilies()
    +
    public int numFamilies()
    Method for retrieving the number of families to get from
    Returns:
    @@ -1011,7 +1010,7 @@ public 
  • hasFamilies

    -
    public boolean hasFamilies()
    +
    public boolean hasFamilies()
    Method for checking if any families have been inserted into this Get
    Returns:
    @@ -1025,7 +1024,7 @@ public 
  • getFamilyMap

    -
    public Map<byte[],NavigableSet<byte[]>> getFamilyMap()
    +
    public Map<byte[],NavigableSet<byte[]>> getFamilyMap()
    Method for retrieving the get's familyMap
    Returns:
    @@ -1039,7 +1038,7 @@ public 
  • getFingerprint

    -
    public Map<String,ObjectgetFingerprint()
    +
    public Map<String,ObjectgetFingerprint()
    Compile the table and column family (i.e. schema) information into a String. Useful for parsing and aggregation by debugging, logging, and administration tools.
    @@ -1057,7 +1056,7 @@ public 
  • 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.
    @@ -1077,7 +1076,7 @@ public 
  • compareTo

    -
    public int compareTo(Row other)
    +
    public int compareTo(Row other)
    Specified by:
    compareTo in interface Comparable<Row>
    @@ -1090,7 +1089,7 @@ public 
  • hashCode

    -
    public int hashCode()
    +
    public int hashCode()
    Overrides:
    hashCode in class Object
    @@ -1103,7 +1102,7 @@ public 
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    equals in class Object
    @@ -1116,7 +1115,7 @@ public 
  • setAttribute

    -
    public Get setAttribute(String name,
    +
    public Get setAttribute(String name,
                             byte[] value)
    Description copied from interface: Attributes
    Sets an attribute. @@ -1139,7 +1138,7 @@ public 
  • setId

    -
    public Get setId(String id)
    +
    public Get 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 @@ -1160,7 +1159,7 @@ public 
  • setAuthorizations

    -
    public Get setAuthorizations(org.apache.hadoop.hbase.security.visibility.Authorizations authorizations)
    +
    public Get setAuthorizations(org.apache.hadoop.hbase.security.visibility.Authorizations authorizations)
    Description copied from class: Query
    Sets the authorizations to be used by this Query
    @@ -1175,7 +1174,7 @@ public 
  • setACL

    -
    public Get setACL(Map<String,org.apache.hadoop.hbase.security.access.Permission> perms)
    +
    public Get setACL(Map<String,org.apache.hadoop.hbase.security.access.Permission> perms)
    Overrides:
    setACL in class Query
    @@ -1190,7 +1189,7 @@ public 
  • setACL

    -
    public Get setACL(String user,
    +
    public Get setACL(String user,
                       org.apache.hadoop.hbase.security.access.Permission perms)
    Overrides:
    @@ -1207,7 +1206,7 @@ public 
  • setConsistency

    -
    public Get setConsistency(Consistency consistency)
    +
    public Get setConsistency(Consistency consistency)
    Description copied from class: Query
    Sets the consistency level for this operation
    @@ -1224,7 +1223,7 @@ public 
  • setReplicaId

    -
    public Get setReplicaId(int Id)
    +
    public Get setReplicaId(int Id)
    Description copied from class: Query
    Specify region replica id where Query will fetch data from. Use this together with Query.setConsistency(Consistency) passing Consistency.TIMELINE to read data from @@ -1242,7 +1241,7 @@ public 
  • setIsolationLevel

    -
    public Get setIsolationLevel(IsolationLevel level)
    +
    public Get setIsolationLevel(IsolationLevel level)
    Description copied from class: Query
    Set the isolation level for this query. If the isolation level is set to READ_UNCOMMITTED, then http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/HTableMultiplexer.HTableMultiplexerStatus.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/HTableMultiplexer.HTableMultiplexerStatus.html b/apidocs/org/apache/hadoop/hbase/client/HTableMultiplexer.HTableMultiplexerStatus.html index 8491a3e..d769697 100644 --- a/apidocs/org/apache/hadoop/hbase/client/HTableMultiplexer.HTableMultiplexerStatus.html +++ b/apidocs/org/apache/hadoop/hbase/client/HTableMultiplexer.HTableMultiplexerStatus.html @@ -114,8 +114,7 @@ var activeTableTab = "activeTableTab";

    @InterfaceAudience.Public
    - @InterfaceStability.Evolving
    -public static class HTableMultiplexer.HTableMultiplexerStatus
    +public static class HTableMultiplexer.HTableMultiplexerStatus
     extends Object
    HTableMultiplexerStatus keeps track of the current status of the HTableMultiplexer. report the number of buffered requests and the number of the failed (dropped) requests @@ -215,7 +214,7 @@ extends
  • HTableMultiplexerStatus

    -
    public HTableMultiplexerStatus(Map<HRegionLocation,org.apache.hadoop.hbase.client.HTableMultiplexer.FlushWorker> serverToFlushWorkerMap)
    +
    public HTableMultiplexerStatus(Map<HRegionLocation,org.apache.hadoop.hbase.client.HTableMultiplexer.FlushWorker> serverToFlushWorkerMap)
  • @@ -232,7 +231,7 @@ extends
  • getTotalBufferedCounter

    -
    public long getTotalBufferedCounter()
    +
    public long getTotalBufferedCounter()
  • @@ -241,7 +240,7 @@ extends
  • getTotalFailedCounter

    -
    public long getTotalFailedCounter()
    +
    public long getTotalFailedCounter()
  • @@ -250,7 +249,7 @@ extends
  • getMaxLatency

    -
    public long getMaxLatency()
    +
    public long getMaxLatency()
  • @@ -259,7 +258,7 @@ extends
  • getOverallAverageLatency

    -
    public long getOverallAverageLatency()
    +
    public long getOverallAverageLatency()
  • @@ -268,7 +267,7 @@ extends
  • getBufferedCounterForEachRegionServer

    -
    public Map<String,LonggetBufferedCounterForEachRegionServer()
    +
    public Map<String,LonggetBufferedCounterForEachRegionServer()
  • @@ -277,7 +276,7 @@ extends
  • getFailedCounterForEachRegionServer

    -
    public Map<String,LonggetFailedCounterForEachRegionServer()
    +
    public Map<String,LonggetFailedCounterForEachRegionServer()
  • @@ -286,7 +285,7 @@ extends
  • getMaxLatencyForEachRegionServer

    -
    public Map<String,LonggetMaxLatencyForEachRegionServer()
    +
    public Map<String,LonggetMaxLatencyForEachRegionServer()
  • @@ -295,7 +294,7 @@ extends
  • getAverageLatencyForEachRegionServer

    -
    public Map<String,LonggetAverageLatencyForEachRegionServer()
    +
    public Map<String,LonggetAverageLatencyForEachRegionServer()
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/client/HTableMultiplexer.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/HTableMultiplexer.html b/apidocs/org/apache/hadoop/hbase/client/HTableMultiplexer.html index d161667..c47bef3 100644 --- a/apidocs/org/apache/hadoop/hbase/client/HTableMultiplexer.html +++ b/apidocs/org/apache/hadoop/hbase/client/HTableMultiplexer.html @@ -110,8 +110,7 @@ var activeTableTab = "activeTableTab";

    @InterfaceAudience.Public
    - @InterfaceStability.Evolving
    -public class HTableMultiplexer
    +public class HTableMultiplexer
     extends Object
    HTableMultiplexer provides a thread-safe non blocking PUT API across all the tables. Each put will be sharded into different buffer queues based on its destination region server. @@ -302,7 +301,7 @@ extends
  • TABLE_MULTIPLEXER_FLUSH_PERIOD_MS

    -
    public static final String TABLE_MULTIPLEXER_FLUSH_PERIOD_MS
    +
    public static final String TABLE_MULTIPLEXER_FLUSH_PERIOD_MS
    See Also:
    Constant Field Values
    @@ -315,7 +314,7 @@ extends
  • TABLE_MULTIPLEXER_INIT_THREADS

    -
    public static final String TABLE_MULTIPLEXER_INIT_THREADS
    +
    public static final String TABLE_MULTIPLEXER_INIT_THREADS
    See Also:
    Constant Field Values
    @@ -328,7 +327,7 @@ extends
  • TABLE_MULTIPLEXER_MAX_RETRIES_IN_QUEUE

    -
    public static final String TABLE_MULTIPLEXER_MAX_RETRIES_IN_QUEUE
    +
    public static final String TABLE_MULTIPLEXER_MAX_RETRIES_IN_QUEUE
    See Also:
    Constant Field Values
    @@ -349,7 +348,7 @@ extends
  • HTableMultiplexer

    -
    public HTableMultiplexer(org.apache.hadoop.conf.Configuration conf,
    +
    public HTableMultiplexer(org.apache.hadoop.conf.Configuration conf,
                              int perRegionServerBufferQueueSize)
                       throws IOException
    @@ -368,7 +367,7 @@ extends
  • HTableMultiplexer

    -
    public HTableMultiplexer(Connection conn,
    +
    public HTableMultiplexer(Connection conn,
                              org.apache.hadoop.conf.Configuration conf,
                              int perRegionServerBufferQueueSize)
    @@ -394,7 +393,7 @@ extends
  • close

    -
    public void close()
    +
    public void close()
                throws IOException
    Closes the internal Connection. Does nothing if the Connection has already been closed.
    @@ -410,7 +409,7 @@ extends
  • put

    -
    public boolean put(TableName tableName,
    +
    public boolean put(TableName tableName,
                        Put put)
    The put request will be buffered by its corresponding buffer queue. Return false if the queue is already full.
    @@ -429,7 +428,7 @@ extends
  • put

    -
    public List<Putput(TableName tableName,
    +
    public List<Putput(TableName tableName,
                          List<Put> puts)
    The puts request will be buffered by their corresponding buffer queue. Return the list of puts which could not be queued.
    @@ -449,7 +448,7 @@ extends

    put

    @Deprecated
    -public List<Putput(byte[] tableName,
    +public List<Putput(byte[] tableName,
                                      List<Put> puts)
    Deprecated. Use put(TableName, List) instead.
  • @@ -460,7 +459,7 @@ public 
  • put

    -
    public boolean put(TableName tableName,
    +
    public boolean put(TableName tableName,
                        Put put,
                        int maxAttempts)
    The put request will be buffered by its corresponding buffer queue. And the put request will be @@ -479,7 +478,7 @@ public 

    put

    @Deprecated
    -public boolean put(byte[] tableName,
    +public boolean put(byte[] tableName,
                                    Put put,
                                    int retry)
    Deprecated. Use put(TableName, Put) instead.
    @@ -492,7 +491,7 @@ public boolean 

    put

    @Deprecated
    -public boolean put(byte[] tableName,
    +public boolean put(byte[] tableName,
                                    Put put)
    Deprecated. Use put(TableName, Put) instead.
  • @@ -503,7 +502,7 @@ public boolean 
  • getHTableMultiplexerStatus

    -
    public HTableMultiplexer.HTableMultiplexerStatus getHTableMultiplexerStatus()
    +
    public HTableMultiplexer.HTableMultiplexerStatus getHTableMultiplexerStatus()
    Returns:
    the current HTableMultiplexerStatus