Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F41F10B15 for ; Fri, 11 Mar 2016 18:44:18 +0000 (UTC) Received: (qmail 68402 invoked by uid 500); 11 Mar 2016 18:44:17 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 68157 invoked by uid 500); 11 Mar 2016 18:44:17 -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 67569 invoked by uid 99); 11 Mar 2016 18:44:17 -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; Fri, 11 Mar 2016 18:44:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C7385E0446; Fri, 11 Mar 2016 18:44:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Fri, 11 Mar 2016 18:44:24 -0000 Message-Id: In-Reply-To: <866560a410f84d7f8a4da6bef9365193@git.apache.org> References: <866560a410f84d7f8a4da6bef9365193@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/67] [abbrv] [partial] accumulo git commit: Jekyll build from gh-pages:cd6e7db http://git-wip-us.apache.org/repos/asf/accumulo/blob/823e2294/1.4/apidocs/org/apache/accumulo/core/data/ConstraintViolationSummary.html ---------------------------------------------------------------------- diff --git a/1.4/apidocs/org/apache/accumulo/core/data/ConstraintViolationSummary.html b/1.4/apidocs/org/apache/accumulo/core/data/ConstraintViolationSummary.html new file mode 100644 index 0000000..f5540a2 --- /dev/null +++ b/1.4/apidocs/org/apache/accumulo/core/data/ConstraintViolationSummary.html @@ -0,0 +1,420 @@ + + + + + + +ConstraintViolationSummary (accumulo 1.4.5 API) + + + + + + + + + + + +
+
org.apache.accumulo.core.data
+

Class ConstraintViolationSummary

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.accumulo.core.data.ConstraintViolationSummary
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class ConstraintViolationSummary
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        constrainClass

        +
        public String constrainClass
        +
      • +
      + + + +
        +
      • +

        violationCode

        +
        public short violationCode
        +
      • +
      + + + +
        +
      • +

        violationDescription

        +
        public String violationDescription
        +
      • +
      + + + +
        +
      • +

        numberOfViolatingMutations

        +
        public long numberOfViolatingMutations
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ConstraintViolationSummary

        +
        public ConstraintViolationSummary(String constrainClass,
        +                          short violationCode,
        +                          String violationDescription,
        +                          long numberOfViolatingMutations)
        +
      • +
      + + + +
        +
      • +

        ConstraintViolationSummary

        +
        public ConstraintViolationSummary(org.apache.accumulo.core.data.thrift.TConstraintViolationSummary tcvs)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getConstrainClass

        +
        public String getConstrainClass()
        +
      • +
      + + + +
        +
      • +

        getViolationCode

        +
        public short getViolationCode()
        +
      • +
      + + + +
        +
      • +

        getViolationDescription

        +
        public String getViolationDescription()
        +
      • +
      + + + +
        +
      • +

        getNumberOfViolatingMutations

        +
        public long getNumberOfViolatingMutations()
        +
      • +
      + + + + + + + +
        +
      • +

        toThrift

        +
        public org.apache.accumulo.core.data.thrift.TConstraintViolationSummary toThrift()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016 The Apache Software Foundation. All Rights Reserved.

+ +