Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-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 ABC14112E6 for ; Tue, 26 Aug 2014 18:49:55 +0000 (UTC) Received: (qmail 97520 invoked by uid 500); 26 Aug 2014 18:49:55 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 97478 invoked by uid 500); 26 Aug 2014 18:49:55 -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 97468 invoked by uid 99); 26 Aug 2014 18:49:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 18:49:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 18:49:19 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 145B82388C2C; Tue, 26 Aug 2014 18:49:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1620690 [5/40] - in /hbase/hbase.apache.org/trunk: ./ apidocs/org/apache/hadoop/hbase/client/ apidocs/org/apache/hadoop/hbase/client/class-use/ apidocs/org/apache/hadoop/hbase/coprocessor/ apidocs/org/apache/hadoop/hbase/coprocessor/class-... Date: Tue, 26 Aug 2014 18:49:10 -0000 To: commits@hbase.apache.org From: stack@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140826184916.145B82388C2C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: hbase/hbase.apache.org/trunk/apidocs/org/apache/hadoop/hbase/protobuf/generated/WALProtos.RegionEventDescriptor.EventType.html URL: http://svn.apache.org/viewvc/hbase/hbase.apache.org/trunk/apidocs/org/apache/hadoop/hbase/protobuf/generated/WALProtos.RegionEventDescriptor.EventType.html?rev=1620690&view=auto ============================================================================== --- hbase/hbase.apache.org/trunk/apidocs/org/apache/hadoop/hbase/protobuf/generated/WALProtos.RegionEventDescriptor.EventType.html (added) +++ hbase/hbase.apache.org/trunk/apidocs/org/apache/hadoop/hbase/protobuf/generated/WALProtos.RegionEventDescriptor.EventType.html Tue Aug 26 18:49:07 2014 @@ -0,0 +1,497 @@ + + + + + + +WALProtos.RegionEventDescriptor.EventType (HBase 2.0.0-SNAPSHOT API) + + + + + + + + + + + +
+
org.apache.hadoop.hbase.protobuf.generated
+

Enum WALProtos.RegionEventDescriptor.EventType

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

      Field Detail

      + + + +
        +
      • +

        REGION_OPEN_VALUE

        +
        public static final int REGION_OPEN_VALUE
        +
        REGION_OPEN = 0;
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        REGION_CLOSE_VALUE

        +
        public static final int REGION_CLOSE_VALUE
        +
        REGION_CLOSE = 1;
        +
        See Also:
        Constant Field Values
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static WALProtos.RegionEventDescriptor.EventType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (WALProtos.RegionEventDescriptor.EventType c : WALProtos.RegionEventDescriptor.EventType.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in +the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static WALProtos.RegionEventDescriptor.EventType valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant +with the specified name
        +
        NullPointerException - if the argument is null
        +
      • +
      + + + +
        +
      • +

        getNumber

        +
        public final int getNumber()
        +
        +
        Specified by:
        +
        getNumber in interface com.google.protobuf.Internal.EnumLite
        +
        Specified by:
        +
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getValueDescriptor

        +
        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        +
        +
        Specified by:
        +
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptorForType

        +
        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + Added: hbase/hbase.apache.org/trunk/apidocs/org/apache/hadoop/hbase/protobuf/generated/WALProtos.RegionEventDescriptor.StoreDescriptor.Builder.html URL: http://svn.apache.org/viewvc/hbase/hbase.apache.org/trunk/apidocs/org/apache/hadoop/hbase/protobuf/generated/WALProtos.RegionEventDescriptor.StoreDescriptor.Builder.html?rev=1620690&view=auto ============================================================================== --- hbase/hbase.apache.org/trunk/apidocs/org/apache/hadoop/hbase/protobuf/generated/WALProtos.RegionEventDescriptor.StoreDescriptor.Builder.html (added) +++ hbase/hbase.apache.org/trunk/apidocs/org/apache/hadoop/hbase/protobuf/generated/WALProtos.RegionEventDescriptor.StoreDescriptor.Builder.html Tue Aug 26 18:49:07 2014 @@ -0,0 +1,892 @@ + + + + + + +WALProtos.RegionEventDescriptor.StoreDescriptor.Builder (HBase 2.0.0-SNAPSHOT API) + + + + + + + + + + + +
+
org.apache.hadoop.hbase.protobuf.generated
+

Class WALProtos.RegionEventDescriptor.StoreDescriptor.Builder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
    • +
    • +
        +
      • com.google.protobuf.AbstractMessage.Builder<BuilderType>
      • +
      • + +
      • +
      +
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

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

+ +