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 73CD3200B7E for ; Tue, 6 Sep 2016 21:43:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 72BEF160ACF; Tue, 6 Sep 2016 19:43:40 +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 D4A7C160AD4 for ; Tue, 6 Sep 2016 21:43:37 +0200 (CEST) Received: (qmail 15411 invoked by uid 500); 6 Sep 2016 19:43:37 -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 13754 invoked by uid 99); 6 Sep 2016 19:43:33 -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; Tue, 06 Sep 2016 19:43:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CC469E024E; Tue, 6 Sep 2016 19:43: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: Tue, 06 Sep 2016 19:44:08 -0000 Message-Id: In-Reply-To: <8af9106e244c4ef580b9cc80df65975f@git.apache.org> References: <8af9106e244c4ef580b9cc80df65975f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [37/51] [partial] accumulo git commit: Updates for 1.8.0 Release archived-at: Tue, 06 Sep 2016 19:43:40 -0000 http://git-wip-us.apache.org/repos/asf/accumulo/blob/97bc584b/1.8/apidocs/org/apache/accumulo/core/client/MutationsRejectedException.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/MutationsRejectedException.html b/1.8/apidocs/org/apache/accumulo/core/client/MutationsRejectedException.html new file mode 100644 index 0000000..aaa452a --- /dev/null +++ b/1.8/apidocs/org/apache/accumulo/core/client/MutationsRejectedException.html @@ -0,0 +1,438 @@ + + + + + + +MutationsRejectedException (Apache Accumulo Project 1.8.0 API) + + + + + + + + + + + +
+
org.apache.accumulo.core.client
+

Class MutationsRejectedException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class MutationsRejectedException
    +extends AccumuloException
    +
    Communicate the failed mutations of a BatchWriter back to the client.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

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

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

Class NamespaceExistsException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class NamespaceExistsException
    +extends Exception
    +
    Thrown when the namespace specified already exists, and it was expected that it didn't
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NamespaceExistsException

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

        NamespaceExistsException

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

        NamespaceExistsException

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

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

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

Class NamespaceNotEmptyException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class NamespaceNotEmptyException
    +extends Exception
    +
    Thrown when the namespace specified contains tables
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NamespaceNotEmptyException

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

        NamespaceNotEmptyException

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

        NamespaceNotEmptyException

        +
        public NamespaceNotEmptyException(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
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ +