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 6E47E200B88 for ; Wed, 7 Sep 2016 17:13:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6B1D2160AD2; Wed, 7 Sep 2016 15:13:41 +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 08045160AF3 for ; Wed, 7 Sep 2016 17:13:35 +0200 (CEST) Received: (qmail 28839 invoked by uid 500); 7 Sep 2016 15:13:34 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 27640 invoked by uid 99); 7 Sep 2016 15:13:34 -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, 07 Sep 2016 15:13:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E3A4BEEE7B; Wed, 7 Sep 2016 15:13:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mjwall@apache.org To: commits@accumulo.apache.org Date: Wed, 07 Sep 2016 15:14:06 -0000 Message-Id: <93765c2c4fb44a259f5bb9811d13a7f8@git.apache.org> In-Reply-To: <4f8370baf0864cb3a5540183c6142deb@git.apache.org> References: <4f8370baf0864cb3a5540183c6142deb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [35/51] [partial] accumulo git commit: Jekyll build from gh-pages:be3fc1b archived-at: Wed, 07 Sep 2016 15:13:41 -0000 http://git-wip-us.apache.org/repos/asf/accumulo/blob/d430a40a/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotFoundException.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotFoundException.html b/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotFoundException.html new file mode 100644 index 0000000..3a8854d --- /dev/null +++ b/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotFoundException.html @@ -0,0 +1,319 @@ + + + + + + +NamespaceNotFoundException (Apache Accumulo Project 1.8.0 API) + + + + + + + + + + + +
+
org.apache.accumulo.core.client
+

Class NamespaceNotFoundException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class NamespaceNotFoundException
    +extends Exception
    +
    Thrown when the namespace specified doesn't exist when it was expected to
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NamespaceNotFoundException

        +
        public NamespaceNotFoundException(String namespaceId,
        +                          String namespaceName,
        +                          String description)
        +
        Parameters:
        namespaceId - the internal id of the namespace that was sought
        namespaceName - the visible name of the namespace that was sought
        description - the specific reason why it failed
        +
      • +
      + + + +
        +
      • +

        NamespaceNotFoundException

        +
        public NamespaceNotFoundException(String namespaceId,
        +                          String namespaceName,
        +                          String description,
        +                          Throwable cause)
        +
        Parameters:
        namespaceId - the internal id of the namespace that was sought
        namespaceName - the visible name of the namespace that was sought
        description - the specific reason why it failed
        cause - the exception that caused this failure
        +
      • +
      + + + +
        +
      • +

        NamespaceNotFoundException

        +
        public NamespaceNotFoundException(org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException e)
        +
        Parameters:
        e - constructs an exception from a thrift exception
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getNamespaceName

        +
        public String getNamespaceName()
        +
        Returns:
        the name of the namespace sought
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/accumulo/blob/d430a40a/1.8/apidocs/org/apache/accumulo/core/client/RowIterator.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/RowIterator.html b/1.8/apidocs/org/apache/accumulo/core/client/RowIterator.html new file mode 100644 index 0000000..cfd6bdc --- /dev/null +++ b/1.8/apidocs/org/apache/accumulo/core/client/RowIterator.html @@ -0,0 +1,352 @@ + + + + + + +RowIterator (Apache Accumulo Project 1.8.0 API) + + + + + + + + + + + +
+
org.apache.accumulo.core.client
+

Class RowIterator

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RowIterator

        +
        public RowIterator(Iterator<Map.Entry<Key,Value>> iterator)
        +
        Create an iterator from an (ordered) sequence of KeyValue pairs.
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        hasNext

        +
        public boolean hasNext()
        +
        Returns true if there is at least one more row to get. + + If the last row hasn't been fully read, this method will read through the end of the last row so it can determine if the underlying iterator has a next + row. The last row is disabled from future use.
        +
        +
        Specified by:
        +
        hasNext in interface Iterator<Iterator<Map.Entry<Key,Value>>>
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getKVCount

        +
        public long getKVCount()
        +
        Get a count of the total number of entries in all rows read so far.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/accumulo/blob/d430a40a/1.8/apidocs/org/apache/accumulo/core/client/SampleNotPresentException.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/SampleNotPresentException.html b/1.8/apidocs/org/apache/accumulo/core/client/SampleNotPresentException.html new file mode 100644 index 0000000..21cae36 --- /dev/null +++ b/1.8/apidocs/org/apache/accumulo/core/client/SampleNotPresentException.html @@ -0,0 +1,286 @@ + + + + + + +SampleNotPresentException (Apache Accumulo Project 1.8.0 API) + + + + + + + + + + + +
+
org.apache.accumulo.core.client
+

Class SampleNotPresentException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class SampleNotPresentException
    +extends RuntimeException
    +
    Exception thrown when a table does not have sampling configured or when sampling is configured but it differs from what was requested.
    +
    Since:
    +
    1.8.0
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SampleNotPresentException

        +
        public SampleNotPresentException(String message,
        +                         Exception cause)
        +
      • +
      + + + +
        +
      • +

        SampleNotPresentException

        +
        public SampleNotPresentException(String message)
        +
      • +
      + + + +
        +
      • +

        SampleNotPresentException

        +
        public SampleNotPresentException()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/accumulo/blob/d430a40a/1.8/apidocs/org/apache/accumulo/core/client/Scanner.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/Scanner.html b/1.8/apidocs/org/apache/accumulo/core/client/Scanner.html new file mode 100644 index 0000000..556642e --- /dev/null +++ b/1.8/apidocs/org/apache/accumulo/core/client/Scanner.html @@ -0,0 +1,394 @@ + + + + + + +Scanner (Apache Accumulo Project 1.8.0 API) + + + + + + + + + + + +
+
org.apache.accumulo.core.client
+

Interface Scanner

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    AutoCloseable, Iterable<Map.Entry<Key,Value>>, ScannerBase
    +
    +
    +
    All Known Implementing Classes:
    +
    ClientSideIteratorScanner, IsolatedScanner, MockScanner
    +
    +
    +
    +
    public interface Scanner
    +extends ScannerBase
    +
    Scans a table over a given range. + + "Clients can iterate over multiple column families, and there are several mechanisms for limiting the rows, columns, and timestamps traversed by a scan. For + example, we could restrict [a] scan ... to only produce anchors whose columns match [a] regular expression ..., or to only produce anchors whose timestamps + fall within ten days of the current time."
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + +
        +
      • +

        setRange

        +
        void setRange(Range range)
        +
        Sets the range of keys to scan over.
        +
        Parameters:
        range - key range to begin and end scan
        +
      • +
      + + + +
        +
      • +

        getRange

        +
        Range getRange()
        +
        Returns the range of keys to scan over.
        +
        Returns:
        the range configured for this scanner
        +
      • +
      + + + +
        +
      • +

        setBatchSize

        +
        void setBatchSize(int size)
        +
        Sets the number of Key/Value pairs that will be fetched at a time from a tablet server.
        +
        Parameters:
        size - the number of Key/Value pairs to fetch per call to Accumulo
        +
      • +
      + + + +
        +
      • +

        getBatchSize

        +
        int getBatchSize()
        +
        Returns the batch size (number of Key/Value pairs) that will be fetched at a time from a tablet server.
        +
        Returns:
        the batch size configured for this scanner
        +
      • +
      + + + +
        +
      • +

        enableIsolation

        +
        void enableIsolation()
        +
        Enables row isolation. Writes that occur to a row after a scan of that row has begun will not be seen if this option is enabled.
        +
      • +
      + + + +
        +
      • +

        disableIsolation

        +
        void disableIsolation()
        +
        Disables row isolation. Writes that occur to a row after a scan of that row has begun may be seen if this option is enabled.
        +
      • +
      + + + +
        +
      • +

        getReadaheadThreshold

        +
        long getReadaheadThreshold()
        +
        The number of batches of Key/Value pairs returned before the Scanner will begin to prefetch the next batch
        +
        Returns:
        Number of batches before read-ahead begins
        Since:
        +
        1.6.0
        +
      • +
      + + + +
        +
      • +

        setReadaheadThreshold

        +
        void setReadaheadThreshold(long batches)
        +
        Sets the number of batches of Key/Value pairs returned before the Scanner will begin to prefetch the next batch
        +
        Parameters:
        batches - Non-negative number of batches
        Since:
        +
        1.6.0
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.

+ +