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 CD9CE200B7B for ; Thu, 25 Aug 2016 20:25:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CBE50160AC9; Thu, 25 Aug 2016 18:25:23 +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 823F2160ABD for ; Thu, 25 Aug 2016 20:25:21 +0200 (CEST) Received: (qmail 23079 invoked by uid 500); 25 Aug 2016 18:25:14 -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 20573 invoked by uid 99); 25 Aug 2016 18:25:13 -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; Thu, 25 Aug 2016 18:25:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0CCB9DFF8E; Thu, 25 Aug 2016 18:25:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Date: Thu, 25 Aug 2016 18:25:53 -0000 Message-Id: In-Reply-To: <92cfc475fdfb41bb906e7cf367e608c6@git.apache.org> References: <92cfc475fdfb41bb906e7cf367e608c6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [43/51] [abbrv] [partial] hbase-site git commit: Published site at 44c9021d67b0e922e1d2f5f53908742aceab6c80. archived-at: Thu, 25 Aug 2016 18:25:24 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a16749a7/apidocs/org/apache/hadoop/hbase/client/RpcRetryingCaller.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/RpcRetryingCaller.html b/apidocs/org/apache/hadoop/hbase/client/RpcRetryingCaller.html index 69df144..ab5eac7 100644 --- a/apidocs/org/apache/hadoop/hbase/client/RpcRetryingCaller.html +++ b/apidocs/org/apache/hadoop/hbase/client/RpcRetryingCaller.html @@ -89,7 +89,7 @@
@InterfaceAudience.Public
 @InterfaceStability.Evolving
-public interface RpcRetryingCaller<T>
+public interface RpcRetryingCaller<T> @@ -147,7 +147,7 @@ public interface
  • cancel

    -
    void cancel()
    +
    void cancel()
  • @@ -156,7 +156,7 @@ public interface
  • callWithRetries

    -
    T callWithRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable,
    +
    T callWithRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable,
                     int callTimeout)
                       throws IOException,
                              RuntimeException
    @@ -174,7 +174,7 @@ public interface
  • callWithoutRetries

    -
    T callWithoutRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable,
    +
    T callWithoutRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable,
                        int callTimeout)
                          throws IOException,
                                 RuntimeException
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a16749a7/apidocs/org/apache/hadoop/hbase/client/Scan.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Scan.html b/apidocs/org/apache/hadoop/hbase/client/Scan.html index c34d5f6..083342e 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Scan.html +++ b/apidocs/org/apache/hadoop/hbase/client/Scan.html @@ -447,7 +447,7 @@ extends Scan setBatch(int batch) -
    Set the maximum number of values to return for each call to next()
    +
    Set the maximum number of values to return for each call to next().
    @@ -977,8 +977,13 @@ public static final 
  • setBatch

    -
    public Scan setBatch(int batch)
    -
    Set the maximum number of values to return for each call to next()
    +
    public Scan setBatch(int batch)
    +
    Set the maximum number of values to return for each call to next(). + Callers should be aware that invoking this method with any value + is equivalent to calling setAllowPartialResults(boolean) + with a value of true; partial results may be returned if + this method is called. Use setMaxResultSize(long)} to + limit the size of a Scan's Results instead.
    Parameters:
    batch - the maximum number of values
  • @@ -988,7 +993,7 @@ public static final 
  • setMaxResultsPerColumnFamily

    -
    public Scan setMaxResultsPerColumnFamily(int limit)
    +
    public Scan setMaxResultsPerColumnFamily(int limit)
    Set the maximum number of values to return per row per Column Family
    Parameters:
    limit - the maximum number of values returned / row / CF
  • @@ -999,7 +1004,7 @@ public static final 
  • setRowOffsetPerColumnFamily

    -
    public Scan setRowOffsetPerColumnFamily(int offset)
    +
    public Scan setRowOffsetPerColumnFamily(int offset)
    Set offset for the row per Column Family.
    Parameters:
    offset - is the number of kvs that will be skipped.
  • @@ -1010,7 +1015,7 @@ public static final 
  • setCaching

    -
    public Scan setCaching(int caching)
    +
    public Scan setCaching(int caching)
    Set the number of rows for caching that will be passed to scanners. If not set, the Configuration setting HConstants.HBASE_CLIENT_SCANNER_CACHING will apply. @@ -1024,7 +1029,7 @@ public static final 
  • getMaxResultSize

    -
    public long getMaxResultSize()
    +
    public long getMaxResultSize()
    Returns:
    the maximum result size in bytes. See setMaxResultSize(long)
  • @@ -1034,7 +1039,7 @@ public static final 
  • setMaxResultSize

    -
    public Scan setMaxResultSize(long maxResultSize)
    +
    public Scan setMaxResultSize(long maxResultSize)
    Set the maximum result size. The default is -1; this means that no specific maximum result size will be set for this scan, and the global configured value will be used instead. (Defaults to unlimited).
    @@ -1047,7 +1052,7 @@ public static final 
  • setFilter

    -
    public Scan setFilter(Filter filter)
    +
    public Scan setFilter(Filter filter)
    Description copied from class: Query
    Apply the specified server-side filter when performing the Query. Only Filter.filterKeyValue(Cell) is called AFTER all tests @@ -1065,7 +1070,7 @@ public static final 
  • setFamilyMap

    -
    public Scan setFamilyMap(Map<byte[],NavigableSet<byte[]>> familyMap)
    +
    public Scan setFamilyMap(Map<byte[],NavigableSet<byte[]>> familyMap)
    Setting the familyMap
    Parameters:
    familyMap - map of family to qualifier
    Returns:
    this
    @@ -1077,7 +1082,7 @@ public static final 
  • getFamilyMap

    -
    public Map<byte[],NavigableSet<byte[]>> getFamilyMap()
    +
    public Map<byte[],NavigableSet<byte[]>> getFamilyMap()
    Getting the familyMap
    Returns:
    familyMap
  • @@ -1088,7 +1093,7 @@ public static final 
  • numFamilies

    -
    public int numFamilies()
    +
    public int numFamilies()
    Returns:
    the number of families in familyMap
  • @@ -1098,7 +1103,7 @@ public static final 
  • hasFamilies

    -
    public boolean hasFamilies()
    +
    public boolean hasFamilies()
    Returns:
    true if familyMap is non empty, false otherwise
  • @@ -1108,7 +1113,7 @@ public static final 
  • getFamilies

    -
    public byte[][] getFamilies()
    +
    public byte[][] getFamilies()
    Returns:
    the keys of the familyMap
  • @@ -1118,7 +1123,7 @@ public static final 
  • getStartRow

    -
    public byte[] getStartRow()
    +
    public byte[] getStartRow()
    Returns:
    the startrow
  • @@ -1128,7 +1133,7 @@ public static final 
  • getStopRow

    -
    public byte[] getStopRow()
    +
    public byte[] getStopRow()
    Returns:
    the stoprow
  • @@ -1138,7 +1143,7 @@ public static final 
  • getMaxVersions

    -
    public int getMaxVersions()
    +
    public int getMaxVersions()
    Returns:
    the max number of versions to fetch
  • @@ -1148,7 +1153,7 @@ public static final 
  • getBatch

    -
    public int getBatch()
    +
    public int getBatch()
    Returns:
    maximum number of values to return for a single call to next()
  • @@ -1158,7 +1163,7 @@ public static final 
  • getMaxResultsPerColumnFamily

    -
    public int getMaxResultsPerColumnFamily()
    +
    public int getMaxResultsPerColumnFamily()
    Returns:
    maximum number of values to return per row per CF
  • @@ -1168,7 +1173,7 @@ public static final 
  • getRowOffsetPerColumnFamily

    -
    public int getRowOffsetPerColumnFamily()
    +
    public int getRowOffsetPerColumnFamily()
    Method for retrieving the scan's offset per row per column family (#kvs to be skipped)
    Returns:
    row offset
    @@ -1180,7 +1185,7 @@ public static final 
  • getCaching

    -
    public int getCaching()
    +
    public int getCaching()
    Returns:
    caching the number of rows fetched when calling next on a scanner
  • @@ -1190,7 +1195,7 @@ public static final 
  • getTimeRange

    -
    public TimeRange getTimeRange()
    +
    public TimeRange getTimeRange()
    Returns:
    TimeRange
  • @@ -1200,7 +1205,7 @@ public static final 
  • getFilter

    -
    public Filter getFilter()
    +
    public Filter getFilter()
    Overrides:
    getFilter in class Query
    @@ -1213,7 +1218,7 @@ public static final 
  • hasFilter

    -
    public boolean hasFilter()
    +
    public boolean hasFilter()
    Returns:
    true is a filter has been specified, false if not
  • @@ -1223,7 +1228,7 @@ public static final 
  • setCacheBlocks

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

    This is true by default. When true, default settings of the table and @@ -1239,7 +1244,7 @@ public static final 

  • getCacheBlocks

    -
    public boolean getCacheBlocks()
    +
    public boolean getCacheBlocks()
    Get whether blocks should be cached for this Scan.
    Returns:
    true if default caching should be used, false if blocks should not be cached
    @@ -1251,7 +1256,7 @@ public static final 
  • setReversed

    -
    public Scan setReversed(boolean reversed)
    +
    public Scan setReversed(boolean reversed)
    Set whether this scan is a reversed one

    This is false by default which means forward(normal) scan.

    @@ -1265,7 +1270,7 @@ public static final 
  • isReversed

    -
    public boolean isReversed()
    +
    public boolean isReversed()
    Get whether this scan is a reversed one.
    Returns:
    true if backward scan, false if forward(default) scan
  • @@ -1276,7 +1281,7 @@ public static final 
  • setAllowPartialResults

    -
    public Scan setAllowPartialResults(boolean allowPartialResults)
    +
    public Scan setAllowPartialResults(boolean allowPartialResults)
    Setting whether the caller wants to see the partial results that may be returned from the server. By default this value is false and the complete results will be assembled client side before being delivered to the caller.
    @@ -1290,7 +1295,7 @@ public static final 
  • getAllowPartialResults

    -
    public boolean getAllowPartialResults()
    +
    public boolean getAllowPartialResults()
    Returns:
    true when the constructor of this scan understands that the results they will see may only represent a partial portion of a row. The entire row would be retrieved by subsequent calls to ResultScanner.next()
    @@ -1302,7 +1307,7 @@ public static final 
  • setLoadColumnFamiliesOnDemand

    -
    public Scan setLoadColumnFamiliesOnDemand(boolean value)
    +
    public Scan setLoadColumnFamiliesOnDemand(boolean value)
    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. if you filter on one column, the other column family data will be loaded only for the rows @@ -1325,7 +1330,7 @@ public static final 
  • getLoadColumnFamiliesOnDemandValue

    -
    public Boolean getLoadColumnFamiliesOnDemandValue()
    +
    public Boolean getLoadColumnFamiliesOnDemandValue()
    Get the raw loadColumnFamiliesOnDemand setting; if it's not set, can be null.
  • @@ -1335,7 +1340,7 @@ public static final 
  • doLoadColumnFamiliesOnDemand

    -
    public boolean doLoadColumnFamiliesOnDemand()
    +
    public boolean doLoadColumnFamiliesOnDemand()
    Get the logical value indicating whether on-demand CF loading should be allowed.
  • @@ -1345,7 +1350,7 @@ public static final 
  • 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.
    @@ -1361,7 +1366,7 @@ public static final 
  • 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.
    @@ -1378,7 +1383,7 @@ public static final 
  • setRaw

    -
    public Scan setRaw(boolean raw)
    +
    public Scan setRaw(boolean raw)
    Enable/disable "raw" mode for this scan. If "raw" is enabled the scan will return all delete marker and deleted rows that have not @@ -1395,7 +1400,7 @@ public static final 
  • isRaw

    -
    public boolean isRaw()
    +
    public boolean isRaw()
    Returns:
    True if this Scan is in "raw" mode.
  • @@ -1405,7 +1410,7 @@ public static final 
  • setSmall

    -
    public Scan setSmall(boolean small)
    +
    public Scan setSmall(boolean small)
    Set whether this scan is a small scan

    Small scan should use pread and big scan can use seek + read @@ -1431,7 +1436,7 @@ public static final 

  • isSmall

    -
    public boolean isSmall()
    +
    public boolean isSmall()
    Get whether this scan is a small scan
    Returns:
    true if small scan
  • @@ -1442,7 +1447,7 @@ public static final 
  • setAttribute

    -
    public Scan setAttribute(String name,
    +
    public Scan setAttribute(String name,
                     byte[] value)
    Description copied from interface: Attributes
    Sets an attribute. @@ -1462,7 +1467,7 @@ public static final 
  • setId

    -
    public Scan setId(String id)
    +
    public Scan 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 @@ -1481,7 +1486,7 @@ public static final 
  • setAuthorizations

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

    -
    public Scan setACL(Map<String,org.apache.hadoop.hbase.security.access.Permission> perms)
    +
    public Scan setACL(Map<String,org.apache.hadoop.hbase.security.access.Permission> perms)
    Overrides:
    setACL in class Query
    @@ -1509,7 +1514,7 @@ public static final 
  • setACL

    -
    public Scan setACL(String user,
    +
    public Scan setACL(String user,
               org.apache.hadoop.hbase.security.access.Permission perms)
    Overrides:
    @@ -1523,7 +1528,7 @@ public static final 
  • setConsistency

    -
    public Scan setConsistency(Consistency consistency)
    +
    public Scan setConsistency(Consistency consistency)
    Description copied from class: Query
    Sets the consistency level for this operation
    @@ -1538,7 +1543,7 @@ public static final 
  • setReplicaId

    -
    public Scan setReplicaId(int Id)
    +
    public Scan 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 @@ -1556,7 +1561,7 @@ public static final 
  • setIsolationLevel

    -
    public Scan setIsolationLevel(IsolationLevel level)
    +
    public Scan 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 @@ -1578,7 +1583,7 @@ public static final 
  • setScanMetricsEnabled

    -
    public Scan setScanMetricsEnabled(boolean enabled)
    +
    public Scan setScanMetricsEnabled(boolean enabled)
    Enable collection of ScanMetrics. For advanced users.
    Parameters:
    enabled - Set to true to enable accumulating scan metrics
  • @@ -1589,7 +1594,7 @@ public static final 
  • isScanMetricsEnabled

    -
    public boolean isScanMetricsEnabled()
    +
    public boolean isScanMetricsEnabled()
    Returns:
    True if collection of scan metrics is enabled. For advanced users.
  • @@ -1599,7 +1604,7 @@ public static final 
  • getScanMetrics

    -
    public org.apache.hadoop.hbase.client.metrics.ScanMetrics getScanMetrics()
    +
    public org.apache.hadoop.hbase.client.metrics.ScanMetrics getScanMetrics()
    Returns:
    Metrics on this Scan, if metrics were enabled.
    See Also:
    setScanMetricsEnabled(boolean)
  • @@ -1609,7 +1614,7 @@ public static final 
  • isAsyncPrefetch

    -
    public Boolean isAsyncPrefetch()
    +
    public Boolean isAsyncPrefetch()
  • @@ -1618,7 +1623,7 @@ public static final 
  • setAsyncPrefetch

    -
    public Scan setAsyncPrefetch(boolean asyncPrefetch)
    +
    public Scan setAsyncPrefetch(boolean asyncPrefetch)
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a16749a7/apidocs/org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.html b/apidocs/org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.html index b092e55..852905c 100644 --- a/apidocs/org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.html +++ b/apidocs/org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.html @@ -224,7 +224,7 @@ extends

    Methods inherited from class org.apache.hadoop.hbase.HTableDescriptor

    -addCoprocessor, addCoprocessor, addCoprocessorWithSpec, compareTo, equals, getColumnFamilies, getConfiguration, getConfigurationValue, getCoprocessors, getDurability, getFamilies, getFamiliesKeys, getFamily, getFlushPolicyClassName, getMaxFileSize, getMemStoreFlushSize, getName, getNameAsString, getOwnerString, getPriority, getRegionReplication, getRegionSplitPolicyClassName, getTableDir, getTableName, getValue, getValue, getValues, hasCoprocessor, hasFamily, hashCode, hasRegionMemstoreReplication, isCompactionEnabled, isMetaRegion, isMetaTable, isNormalizationEnabled, isReadOnly, isRootRegion, parseFrom, remove, remove, remove, removeConfiguration, removeCoprocessor, setCompactionEnabled, setConfiguration, setDurability, setFlushPolicyClassName, setMetaRegion, setName, setName, setNormalizationEnabled, setOwner, setOwnerString, setPriority, setRegionMemstoreReplication, setRegionReplication, setRegionSplitPolicyClassName, setRootRegion, setValue, toByteArray, toString, toStringCustomizedValues, toStringTableAttributes
  • +addCoprocessor, addCoprocessor, addCoprocessorWithSpec, compareTo, equals, getColumnFamilies, getConfiguration, getConfigurationValue, getCoprocessors, getDurability, getFamilies, getFamiliesKeys, getFamily, getFlushPolicyClassName, getMaxFileSize, getMemStoreFlushSize, getName, getNameAsString, getOwnerString, getPriority, getRegionReplication, getRegionSplitPolicyClassName, getTableDir, getTableName, getValue, getValue, getValues, hasCoprocessor, hasFamily, hashCode, hasRegionMemstoreReplication, hasSerialReplicationScope, isCompactionEnabled, isMetaRegion, isMetaTable, isNormalizationEnabled, isReadOnly, isRootRegion, parseFrom, remove, remove, remove, removeConfiguration, removeCoprocessor, setCompactionEnabled, setConfiguration, setDurability, setFlushPolicyClassName, setMetaRegion, setName, setName, setNormalizationEnabled, setOwner, setOwnerString, setPriority, setRegionMemstoreReplication, setRegionReplication, setRegionSplitPolicyClassName, setRootRegion, setValue, toByteArray, toString, toStringCustomizedValues, toStringTableAttributes
  • Scan Scan.setBatch(int batch) -
    Set the maximum number of values to return for each call to next()
    +
    Set the maximum number of values to return for each call to next().
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a16749a7/apidocs/org/apache/hadoop/hbase/client/package-frame.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/package-frame.html b/apidocs/org/apache/hadoop/hbase/client/package-frame.html index 57dbe2d..cb1031e 100644 --- a/apidocs/org/apache/hadoop/hbase/client/package-frame.html +++ b/apidocs/org/apache/hadoop/hbase/client/package-frame.html @@ -16,7 +16,6 @@
  • BufferedMutator
  • BufferedMutator.ExceptionListener
  • Connection
  • -
  • Future
  • RegionLocator
  • ResultScanner
  • Row
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a16749a7/apidocs/org/apache/hadoop/hbase/client/package-summary.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/package-summary.html b/apidocs/org/apache/hadoop/hbase/client/package-summary.html index 999659f..e526bb9 100644 --- a/apidocs/org/apache/hadoop/hbase/client/package-summary.html +++ b/apidocs/org/apache/hadoop/hbase/client/package-summary.html @@ -109,34 +109,28 @@ -Future<V> - -
    Promise for responses
    - - - RegionLocator
    Used to view region location information for a single HBase table.
    - + ResultScanner
    Interface for client-side scanning.
    - + Row
    Has a row.
    - + RpcRetryingCaller<T>   - + Table
    Used to communicate with a single HBase table.
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a16749a7/apidocs/org/apache/hadoop/hbase/client/package-tree.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/package-tree.html b/apidocs/org/apache/hadoop/hbase/client/package-tree.html index 2fb616d..32ea1f8 100644 --- a/apidocs/org/apache/hadoop/hbase/client/package-tree.html +++ b/apidocs/org/apache/hadoop/hbase/client/package-tree.html @@ -183,15 +183,6 @@
  • org.apache.hadoop.hbase.client.Row
  • -
  • java.util.concurrent.Future<V> -
      -
    • io.netty.util.concurrent.Future<V> -
        -
      • org.apache.hadoop.hbase.client.Future<V>
      • -
      -
    • -
    -
  • java.lang.Iterable<T>