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 9A5DB200BC8 for ; Tue, 8 Nov 2016 14:58:40 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 990E7160B12; Tue, 8 Nov 2016 13:58: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 730B9160B17 for ; Tue, 8 Nov 2016 14:58:38 +0100 (CET) Received: (qmail 71349 invoked by uid 500); 8 Nov 2016 13:58:37 -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 67120 invoked by uid 99); 8 Nov 2016 13:58: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, 08 Nov 2016 13:58:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E5C49F1732; Tue, 8 Nov 2016 13:58:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stack@apache.org To: commits@hbase.apache.org Date: Tue, 08 Nov 2016 13:59:07 -0000 Message-Id: <09015bceee9a410da9bc8d8836479061@git.apache.org> In-Reply-To: <065dc7d126f84223b091f8cffe878384@git.apache.org> References: <065dc7d126f84223b091f8cffe878384@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [36/51] [partial] hbase-site git commit: Remove 1.1 accidentally built from a SNAPSHOT archived-at: Tue, 08 Nov 2016 13:58:40 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5efde4c2/1.1/apidocs/org/apache/hadoop/hbase/Coprocessor.State.html ---------------------------------------------------------------------- diff --git a/1.1/apidocs/org/apache/hadoop/hbase/Coprocessor.State.html b/1.1/apidocs/org/apache/hadoop/hbase/Coprocessor.State.html deleted file mode 100644 index b745e7d..0000000 --- a/1.1/apidocs/org/apache/hadoop/hbase/Coprocessor.State.html +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - -Coprocessor.State (Apache HBase 1.1.8-SNAPSHOT API) - - - - - - - - - - - -
-
org.apache.hadoop.hbase
-

Enum Coprocessor.State

-
-
- -
- -
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Coprocessor.State[] 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 (Coprocessor.State c : Coprocessor.State.values())
        -    System.out.println(c);
        -
        -
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Coprocessor.State 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
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

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

- - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5efde4c2/1.1/apidocs/org/apache/hadoop/hbase/Coprocessor.html ---------------------------------------------------------------------- diff --git a/1.1/apidocs/org/apache/hadoop/hbase/Coprocessor.html b/1.1/apidocs/org/apache/hadoop/hbase/Coprocessor.html deleted file mode 100644 index afcf895..0000000 --- a/1.1/apidocs/org/apache/hadoop/hbase/Coprocessor.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - -Coprocessor (Apache HBase 1.1.8-SNAPSHOT API) - - - - - - - - - - - -
-
org.apache.hadoop.hbase
-

Interface Coprocessor

-
-
- -
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeInterface and Description
      static class Coprocessor.State -
      Lifecycle state of a given coprocessor instance.
      -
      -
    • -
    - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      static intPRIORITY_HIGHEST -
      Highest installation priority
      -
      static intPRIORITY_LOWEST -
      Lowest installation priority
      -
      static intPRIORITY_SYSTEM -
      High (system) installation priority
      -
      static intPRIORITY_USER -
      Default installation priority for user coprocessors
      -
      static intVERSION 
      -
    • -
    - - -
  • -
-
-
- -
-
- - - - - -

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

- - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5efde4c2/1.1/apidocs/org/apache/hadoop/hbase/CoprocessorEnvironment.html ---------------------------------------------------------------------- diff --git a/1.1/apidocs/org/apache/hadoop/hbase/CoprocessorEnvironment.html b/1.1/apidocs/org/apache/hadoop/hbase/CoprocessorEnvironment.html deleted file mode 100644 index 8e65c95..0000000 --- a/1.1/apidocs/org/apache/hadoop/hbase/CoprocessorEnvironment.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - -CoprocessorEnvironment (Apache HBase 1.1.8-SNAPSHOT API) - - - - - - - - - - - -
-
org.apache.hadoop.hbase
-

Interface CoprocessorEnvironment

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getVersion

        -
        int getVersion()
        -
        Returns:
        the Coprocessor interface version
        -
      • -
      - - - -
        -
      • -

        getHBaseVersion

        -
        String getHBaseVersion()
        -
        Returns:
        the HBase version as a string (e.g. "0.21.0")
        -
      • -
      - - - -
        -
      • -

        getInstance

        -
        Coprocessor getInstance()
        -
        Returns:
        the loaded coprocessor instance
        -
      • -
      - - - -
        -
      • -

        getPriority

        -
        int getPriority()
        -
        Returns:
        the priority assigned to the loaded coprocessor
        -
      • -
      - - - -
        -
      • -

        getLoadSequence

        -
        int getLoadSequence()
        -
        Returns:
        the load sequence number
        -
      • -
      - - - -
        -
      • -

        getConfiguration

        -
        org.apache.hadoop.conf.Configuration getConfiguration()
        -
        Returns:
        the configuration
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        getClassLoader

        -
        ClassLoader getClassLoader()
        -
        Returns:
        the classloader for the loaded coprocessor instance
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

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

- - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5efde4c2/1.1/apidocs/org/apache/hadoop/hbase/DaemonThreadFactory.html ---------------------------------------------------------------------- diff --git a/1.1/apidocs/org/apache/hadoop/hbase/DaemonThreadFactory.html b/1.1/apidocs/org/apache/hadoop/hbase/DaemonThreadFactory.html deleted file mode 100644 index 8954721..0000000 --- a/1.1/apidocs/org/apache/hadoop/hbase/DaemonThreadFactory.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - -DaemonThreadFactory (Apache HBase 1.1.8-SNAPSHOT API) - - - - - - - - - - - -
-
org.apache.hadoop.hbase
-

Class DaemonThreadFactory

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    ThreadFactory
    -
    -
    -
    -
    public class DaemonThreadFactory
    -extends Object
    -implements ThreadFactory
    -
    Thread factory that creates daemon threads
    -
  • -
-
-
- -
-
- -
-
- - - - - -

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

- - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5efde4c2/1.1/apidocs/org/apache/hadoop/hbase/DoNotRetryIOException.html ---------------------------------------------------------------------- diff --git a/1.1/apidocs/org/apache/hadoop/hbase/DoNotRetryIOException.html b/1.1/apidocs/org/apache/hadoop/hbase/DoNotRetryIOException.html deleted file mode 100644 index 6e8fac8..0000000 --- a/1.1/apidocs/org/apache/hadoop/hbase/DoNotRetryIOException.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - -DoNotRetryIOException (Apache HBase 1.1.8-SNAPSHOT API) - - - - - - - - - - -
-
org.apache.hadoop.hbase
-

Class DoNotRetryIOException

-
-
- - -
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DoNotRetryIOException

        -
        public DoNotRetryIOException()
        -
        default constructor
        -
      • -
      - - - -
        -
      • -

        DoNotRetryIOException

        -
        public DoNotRetryIOException(String message)
        -
        Parameters:
        message -
        -
      • -
      - - - -
        -
      • -

        DoNotRetryIOException

        -
        public DoNotRetryIOException(String message,
        -                     Throwable cause)
        -
        Parameters:
        message -
        cause -
        -
      • -
      - - - -
        -
      • -

        DoNotRetryIOException

        -
        public DoNotRetryIOException(Throwable cause)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

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

- -