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 816BA200BBD for ; Tue, 8 Nov 2016 14:58:40 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8014F160B14; 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 9DE3B160B12 for ; Tue, 8 Nov 2016 14:58:38 +0100 (CET) Received: (qmail 70991 invoked by uid 500); 8 Nov 2016 13:58:36 -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 67118 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 E0AA5F1705; 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:06 -0000 Message-Id: In-Reply-To: <065dc7d126f84223b091f8cffe878384@git.apache.org> References: <065dc7d126f84223b091f8cffe878384@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [35/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/DroppedSnapshotException.html ---------------------------------------------------------------------- diff --git a/1.1/apidocs/org/apache/hadoop/hbase/DroppedSnapshotException.html b/1.1/apidocs/org/apache/hadoop/hbase/DroppedSnapshotException.html deleted file mode 100644 index 9fb8ff8..0000000 --- a/1.1/apidocs/org/apache/hadoop/hbase/DroppedSnapshotException.html +++ /dev/null @@ -1,275 +0,0 @@ - - - - - -DroppedSnapshotException (Apache HBase 1.1.8-SNAPSHOT API) - - - - - - - - - - -
-
org.apache.hadoop.hbase
-

Class DroppedSnapshotException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Serializable
    -
    -
    -
    -
    @InterfaceAudience.Public
    -@InterfaceStability.Stable
    -public class DroppedSnapshotException
    -extends IOException
    -
    Thrown during flush if the possibility snapshot content was not properly - persisted into store files. Response should include replay of wal content.
    -
    See Also:
    Serialized Form
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DroppedSnapshotException

        -
        public DroppedSnapshotException(String msg)
        -
        Parameters:
        msg -
        -
      • -
      - - - -
        -
      • -

        DroppedSnapshotException

        -
        public DroppedSnapshotException()
        -
        default constructor
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

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/HBaseConfiguration.html ---------------------------------------------------------------------- diff --git a/1.1/apidocs/org/apache/hadoop/hbase/HBaseConfiguration.html b/1.1/apidocs/org/apache/hadoop/hbase/HBaseConfiguration.html deleted file mode 100644 index 5268679..0000000 --- a/1.1/apidocs/org/apache/hadoop/hbase/HBaseConfiguration.html +++ /dev/null @@ -1,448 +0,0 @@ - - - - - -HBaseConfiguration (Apache HBase 1.1.8-SNAPSHOT API) - - - - - - - - - - -
-
org.apache.hadoop.hbase
-

Class HBaseConfiguration

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • org.apache.hadoop.conf.Configuration
    • -
    • -
        -
      • org.apache.hadoop.hbase.HBaseConfiguration
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Iterable<Map.Entry<String,String>>, org.apache.hadoop.io.Writable
    -
    -
    -
    -
    @InterfaceAudience.Public
    -@InterfaceStability.Stable
    -public class HBaseConfiguration
    -extends org.apache.hadoop.conf.Configuration
    -
    Adds HBase configuration files to a Configuration
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      HBaseConfiguration() -
      Deprecated. 
      -
      HBaseConfiguration(org.apache.hadoop.conf.Configuration c) -
      Deprecated. 
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static org.apache.hadoop.conf.ConfigurationaddHbaseResources(org.apache.hadoop.conf.Configuration conf) 
      static org.apache.hadoop.conf.Configurationcreate() -
      Creates a Configuration with HBase resources
      -
      static org.apache.hadoop.conf.Configurationcreate(org.apache.hadoop.conf.Configuration that) 
      static intgetInt(org.apache.hadoop.conf.Configuration conf, - String name, - String deprecatedName, - int defaultValue) -
      Get the value of the name property as an int, possibly - referring to the deprecated name of the configuration property.
      -
      static StringgetPassword(org.apache.hadoop.conf.Configuration conf, - String alias, - String defPass) -
      Get the password from the Configuration instance using the - getPassword method if it exists.
      -
      static booleanisShowConfInServlet() 
      static voidmain(String[] args) -
      For debugging.
      -
      static voidmerge(org.apache.hadoop.conf.Configuration destConf, - org.apache.hadoop.conf.Configuration srcConf) -
      Merge two configurations.
      -
      -
        -
      • - - -

        Methods inherited from class org.apache.hadoop.conf.Configuration

        -addDefaultResource, addDeprecation, addDeprecation, addDeprecation, addDeprecation, addDeprecations, addResource, addResource, addResource, addResource, addResource, addResource, clear, dumpConfiguration, dumpDeprecatedKeys, get, get, getBoolean, getClass, getClass, getClassByName, getClassByNameOrNull, getClasses, getClassLoader, getConfResourceAsInputStream, getConfResourceAsReader, getDouble, getEnum, getFile, getFinalParameters, getFloat, getInstances, getInt, getInts, getLocalPath, getLong, getLongBytes, getPattern, getPropertySources, getProps, getRange, getRaw, getResource, getSocketAddr, getStringCollection, getStrings, getStrings, getTimeDuration, getTrimmed, getTrimmed, getTrimmedStringCollection, getTrimmedStrings, getTrimmedStrings, getValByRegex, hasWarnedDeprecation, isDeprecated, iterator, readFields, reloadConfiguration, set, set, setBoolean, setBooleanIfUnset, setClass, setClassLoader, setDouble, setEnum, setFloat, setIfUnset, setInt, setLong, setPattern, setQ uietMode, setSocketAddr, setStrings, setTimeDuration, size, toString, unset, updateConnectAddr, write, writeXml, writeXml
      • -
      - -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        HBaseConfiguration

        -
        @Deprecated
        -public HBaseConfiguration()
        -
        Deprecated. 
        -
        Instantinating HBaseConfiguration() is deprecated. Please use - HBaseConfiguration#create() to construct a plain Configuration
        -
      • -
      - - - -
        -
      • -

        HBaseConfiguration

        -
        @Deprecated
        -public HBaseConfiguration(org.apache.hadoop.conf.Configuration c)
        -
        Deprecated. 
        -
        Instantiating HBaseConfiguration() is deprecated. Please use - HBaseConfiguration#create(conf) to construct a plain Configuration
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        addHbaseResources

        -
        public static org.apache.hadoop.conf.Configuration addHbaseResources(org.apache.hadoop.conf.Configuration conf)
        -
      • -
      - - - -
        -
      • -

        create

        -
        public static org.apache.hadoop.conf.Configuration create()
        -
        Creates a Configuration with HBase resources
        -
        Returns:
        a Configuration with HBase resources
        -
      • -
      - - - -
        -
      • -

        create

        -
        public static org.apache.hadoop.conf.Configuration create(org.apache.hadoop.conf.Configuration that)
        -
        Parameters:
        that - Configuration to clone.
        -
        Returns:
        a Configuration created with the hbase-*.xml files plus - the given configuration.
        -
      • -
      - - - -
        -
      • -

        merge

        -
        public static void merge(org.apache.hadoop.conf.Configuration destConf,
        -         org.apache.hadoop.conf.Configuration srcConf)
        -
        Merge two configurations.
        -
        Parameters:
        destConf - the configuration that will be overwritten with items - from the srcConf
        srcConf - the source configuration
        -
      • -
      - - - -
        -
      • -

        isShowConfInServlet

        -
        public static boolean isShowConfInServlet()
        -
        Returns:
        whether to show HBase Configuration in servlet
        -
      • -
      - - - -
        -
      • -

        getInt

        -
        public static int getInt(org.apache.hadoop.conf.Configuration conf,
        -         String name,
        -         String deprecatedName,
        -         int defaultValue)
        -
        Get the value of the name property as an int, possibly - referring to the deprecated name of the configuration property. - If no such property exists, the provided default value is returned, - or if the specified value is not a valid int, - then an error is thrown.
        -
        Parameters:
        name - property name.
        deprecatedName - a deprecatedName for the property to use - if non-deprecated name is not used
        defaultValue - default value.
        -
        Returns:
        property value as an int, - or defaultValue.
        -
        Throws:
        -
        NumberFormatException - when the value is invalid
        -
      • -
      - - - -
        -
      • -

        getPassword

        -
        public static String getPassword(org.apache.hadoop.conf.Configuration conf,
        -                 String alias,
        -                 String defPass)
        -                          throws IOException
        -
        Get the password from the Configuration instance using the - getPassword method if it exists. If not, then fall back to the - general get method for configuration elements.
        -
        Parameters:
        conf - configuration instance for accessing the passwords
        alias - the name of the password element
        defPass - the default password
        -
        Returns:
        String password or default password
        -
        Throws:
        -
        IOException
        -
      • -
      - - - -
        -
      • -

        main

        -
        public static void main(String[] args)
        -                 throws Exception
        -
        For debugging. Dump configurations to system output as xml format. - Master and RS configurations can also be dumped using - http services. e.g. "curl http://master:16010/dump"
        -
        Throws:
        -
        Exception
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

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/HBaseIOException.html ---------------------------------------------------------------------- diff --git a/1.1/apidocs/org/apache/hadoop/hbase/HBaseIOException.html b/1.1/apidocs/org/apache/hadoop/hbase/HBaseIOException.html deleted file mode 100644 index dd3557a..0000000 --- a/1.1/apidocs/org/apache/hadoop/hbase/HBaseIOException.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - -HBaseIOException (Apache HBase 1.1.8-SNAPSHOT API) - - - - - - - - - - -
-
org.apache.hadoop.hbase
-

Class HBaseIOException

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

      Constructor Detail

      - - - -
        -
      • -

        HBaseIOException

        -
        public HBaseIOException()
        -
      • -
      - - - -
        -
      • -

        HBaseIOException

        -
        public HBaseIOException(String message)
        -
      • -
      - - - -
        -
      • -

        HBaseIOException

        -
        public HBaseIOException(String message,
        -                Throwable cause)
        -
      • -
      - - - -
        -
      • -

        HBaseIOException

        -
        public HBaseIOException(Throwable cause)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

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/HBaseInterfaceAudience.html ---------------------------------------------------------------------- diff --git a/1.1/apidocs/org/apache/hadoop/hbase/HBaseInterfaceAudience.html b/1.1/apidocs/org/apache/hadoop/hbase/HBaseInterfaceAudience.html deleted file mode 100644 index 2d2a352..0000000 --- a/1.1/apidocs/org/apache/hadoop/hbase/HBaseInterfaceAudience.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - - -HBaseInterfaceAudience (Apache HBase 1.1.8-SNAPSHOT API) - - - - - - - - - - -
-
org.apache.hadoop.hbase
-

Class HBaseInterfaceAudience

-
-
- -
-
    -
  • -
    -
    -
    @InterfaceAudience.Public
    -@InterfaceStability.Evolving
    -public class HBaseInterfaceAudience
    -extends Object
    -
    This class defines constants for different classes of hbase limited private apis
    -
  • -
-
-
- -
-
- -
-
- - - - - -

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

- -