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 76FB8200D4C for ; Wed, 15 Nov 2017 16:30:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 75369160BEA; Wed, 15 Nov 2017 15:30:43 +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 0CD9A160C18 for ; Wed, 15 Nov 2017 16:30:37 +0100 (CET) Received: (qmail 68404 invoked by uid 500); 15 Nov 2017 15:30:33 -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 65968 invoked by uid 99); 15 Nov 2017 15:30:32 -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; Wed, 15 Nov 2017 15:30:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A60C8F5E6E; Wed, 15 Nov 2017 15:30:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Wed, 15 Nov 2017 15:31:02 -0000 Message-Id: <878a83bc9c29478483f95c0e7802302a@git.apache.org> In-Reply-To: <67e4cc16295a40faaf2f98b501a06374@git.apache.org> References: <67e4cc16295a40faaf2f98b501a06374@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [35/51] [partial] hbase-site git commit: Published site at . archived-at: Wed, 15 Nov 2017 15:30:43 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cba900e4/devapidocs/org/apache/hadoop/hbase/HConstants.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/HConstants.html b/devapidocs/org/apache/hadoop/hbase/HConstants.html index bd701c1..3b14bfa 100644 --- a/devapidocs/org/apache/hadoop/hbase/HConstants.html +++ b/devapidocs/org/apache/hadoop/hbase/HConstants.html @@ -1499,318 +1499,326 @@ extends +static String +REPLICATION_DROP_ON_DELETED_TABLE_KEY +
Drop edits for tables that been deleted from the replication source and target
+ + + static byte[] REPLICATION_META_FAMILY
The replication meta family
- + static String REPLICATION_META_FAMILY_STR
The replication meta family as a string
- + static byte[] REPLICATION_POSITION_FAMILY
The replication position family
- + static String REPLICATION_POSITION_FAMILY_STR
The replication position family as a string
- + static int REPLICATION_QOS  - + static int REPLICATION_SCOPE_GLOBAL
Scope tag for globally scoped data.
- + static int REPLICATION_SCOPE_LOCAL
Scope tag for locally scoped data.
- + static int REPLICATION_SCOPE_SERIAL
Scope tag for serially scoped data This data will be replicated to all peers by the order of sequence id.
- + static long REPLICATION_SERIALLY_WAITING_DEFAULT  - + static String REPLICATION_SERIALLY_WAITING_KEY  - + static String REPLICATION_SERVICE_CLASSNAME_DEFAULT  - + static String REPLICATION_SINK_SERVICE_CLASSNAME  - + static int -REPLICATION_SOURCE_MAXTHREADS_DEFAULT  +REPLICATION_SOURCE_MAXTHREADS_DEFAULT +
Maximum number of threads used by the replication source for shipping edits to the sinks
+ - + static String REPLICATION_SOURCE_MAXTHREADS_KEY
Maximum number of threads used by the replication source for shipping edits to the sinks
- + static String REPLICATION_SOURCE_SERVICE_CLASSNAME  - + static int REPLICATION_SOURCE_TOTAL_BUFFER_DFAULT  - + static String REPLICATION_SOURCE_TOTAL_BUFFER_KEY
Max total size of buffered entries in all replication peers.
- + static int[] RETRY_BACKOFF
Retrying we multiply hbase.client.pause setting by what we have in this array until we run out of array items.
- + static String RPC_CODEC_CONF_KEY
Configuration key for setting RPC codec class name
- + static byte RPC_CURRENT_VERSION  - + static byte[] RPC_HEADER
The first four bytes of Hadoop RPC connections
- + static byte[] SEQNUM_QUALIFIER
The open seqnum column qualifier
- + static String SEQNUM_QUALIFIER_STR
The open seqnum column qualifier
- + static byte[] SERVER_QUALIFIER
The server column qualifier
- + static String SERVER_QUALIFIER_STR
The server column qualifier
- + static byte[] SERVERNAME_QUALIFIER  - + static String SERVERNAME_QUALIFIER_STR
The serverName column qualifier.
- + static String SNAPSHOT_DIR_NAME
Name of the directory to store all snapshots.
- + static String SNAPSHOT_RESTORE_FAILSAFE_NAME  - + static String SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT  - + static int SOCKET_RETRY_WAIT_MS
The delay when re-trying a socket operation in a loop (HBASE-4712)
- + static String SPLIT_LOGDIR_NAME
Used to construct the name of the splitlog directory for a region server
- + static byte[] SPLITA_QUALIFIER
The lower-half split region column qualifier
- + static byte[] SPLITB_QUALIFIER
The upper-half split region column qualifier
- + static byte[] STARTCODE_QUALIFIER
The startcode column qualifier
- + static String STARTCODE_QUALIFIER_STR
The startcode column qualifier
- + static byte[] STATE_QUALIFIER  - + static String STATE_QUALIFIER_STR
The state column qualifier
- + static String STATUS_MULTICAST_ADDRESS
IP to use for the multicast status messages between the master and the clients.
- + static String STATUS_MULTICAST_BIND_ADDRESS
The address to use for binding the local socket for receiving multicast.
- + static String STATUS_MULTICAST_PORT
The port to use for the multicast messages.
- + static String STATUS_PUBLISHED
Setting to activate, or not, the publication of the status by the master.
- + static boolean STATUS_PUBLISHED_DEFAULT  - + static int SYSTEMTABLE_QOS  - + static byte[] TABLE_FAMILY
The catalog family
- + static String TABLE_FAMILY_STR
The catalog family as a string
- + static long TABLE_MAX_ROWSIZE_DEFAULT
Default max row size (1 Gb).
- + static String TABLE_MAX_ROWSIZE_KEY
Max size of single row for Get's or Scan's without in-row scanning flag set.
- + static byte[] TABLE_STATE_QUALIFIER
The serialized table state qualifier
- + static String TEMPORARY_FS_DIRECTORY_KEY
Config key for hbase temporary directory in hdfs
- + static String THREAD_WAKE_FREQUENCY
Parameter name for how often threads should wake up
- + static String USE_META_REPLICAS
Conf key for enabling meta replication
- + static Charset UTF8_CHARSET
When we encode strings, we always specify UTF8 encoding
- + static String UTF8_ENCODING
When we encode strings, we always specify UTF8 encoding
- + static String VERSION_FILE_NAME
name of version file
- + static String VERSION_FILE_WRITE_ATTEMPTS
Parameter name for how often we should try to write a version file, before failing
- + static String VERSIONS  - + static String WAL_STORAGE_POLICY
Configuration name of WAL storage policy @@ -1818,82 +1826,82 @@ extends + static Long ZERO_L
long constant for zero
- + static String ZEROES  - + static String ZK_CFG_PROPERTY_PREFIX
Common prefix of ZooKeeper configuration properties
- + static int ZK_CFG_PROPERTY_PREFIX_LEN  - + static String ZK_CLIENT_KERBEROS_PRINCIPAL  - + static String ZK_CLIENT_KEYTAB_FILE
Configuration keys for programmatic JAAS configuration for secured ZK interaction
- + static String ZK_SERVER_KERBEROS_PRINCIPAL  - + static String ZK_SERVER_KEYTAB_FILE  - + static String ZK_SESSION_TIMEOUT
Configuration key for ZooKeeper session timeout
- + static String ZOOKEEPER_CLIENT_PORT
Parameter name for the client port that the zookeeper listens on
- + static String ZOOKEEPER_DATA_DIR
Parameter name for the ZK data directory
- + static String ZOOKEEPER_MAX_CLIENT_CNXNS
Parameter name for the limit on concurrent client-side zookeeper connections
- + static String ZOOKEEPER_QUORUM
Name of ZooKeeper quorum configuration parameter.
- + static String ZOOKEEPER_TICK_TIME
Parameter name for the ZK tick time
- + static String ZOOKEEPER_ZNODE_PARENT
Parameter name for the root dir in ZK for this cluster
@@ -5824,13 +5832,28 @@ public static final  + + + @@ -6232,7 +6255,7 @@ public static final 
  • SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT

    -
    public static final String SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT
    +
    public static final String SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT
    See Also:
    Constant Field Values
    @@ -6245,7 +6268,7 @@ public static final 
  • DEFAULT_SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT

    -
    public static final boolean DEFAULT_SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT
    +
    public static final boolean DEFAULT_SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT
    See Also:
    Constant Field Values
    @@ -6258,7 +6281,7 @@ public static final 
  • SNAPSHOT_RESTORE_FAILSAFE_NAME

    -
    public static final String SNAPSHOT_RESTORE_FAILSAFE_NAME
    +
    public static final String SNAPSHOT_RESTORE_FAILSAFE_NAME
    See Also:
    Constant Field Values
    @@ -6271,7 +6294,7 @@ public static final 
  • DEFAULT_SNAPSHOT_RESTORE_FAILSAFE_NAME

    -
    public static final String DEFAULT_SNAPSHOT_RESTORE_FAILSAFE_NAME
    +
    public static final String DEFAULT_SNAPSHOT_RESTORE_FAILSAFE_NAME
    See Also:
    Constant Field Values
    @@ -6284,7 +6307,7 @@ public static final 
  • NOT_IMPLEMENTED

    -
    public static final String NOT_IMPLEMENTED
    +
    public static final String NOT_IMPLEMENTED
    See Also:
    Constant Field Values
    @@ -6305,7 +6328,7 @@ public static final 
  • HConstants

    -
    private HConstants()
    +
    private HConstants()
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cba900e4/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.QueryType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.QueryType.html b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.QueryType.html index 264e3ba..a046492 100644 --- a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.QueryType.html +++ b/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.QueryType.html @@ -289,7 +289,7 @@ the order they are declared.
    • values

      -
      public static MetaTableAccessor.QueryType[] values()
      +
      public static MetaTableAccessor.QueryType[] 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: @@ -309,7 +309,7 @@ for (MetaTableAccessor.QueryType c : MetaTableAccessor.QueryType.values())
      • valueOf

        -
        public static MetaTableAccessor.QueryType valueOf(String name)
        +
        public static MetaTableAccessor.QueryType 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 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cba900e4/devapidocs/org/apache/hadoop/hbase/backup/class-use/BackupInfo.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/class-use/BackupInfo.html b/devapidocs/org/apache/hadoop/hbase/backup/class-use/BackupInfo.html index f6b1696..6b62aea 100644 --- a/devapidocs/org/apache/hadoop/hbase/backup/class-use/BackupInfo.html +++ b/devapidocs/org/apache/hadoop/hbase/backup/class-use/BackupInfo.html @@ -336,14 +336,14 @@ List<BackupInfo> -BackupAdminImpl.getHistory(int n)  - - -List<BackupInfo> BackupSystemTable.getHistory(int n)
        Get first n backup history records
        + +List<BackupInfo> +BackupAdminImpl.getHistory(int n)  + List<BackupInfo> BackupAdminImpl.getHistory(int n, http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cba900e4/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html b/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html index e8066a2..ae84eb3 100644 --- a/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html @@ -168,8 +168,8 @@
      • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
      • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cba900e4/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html b/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html index e95cc63..d760ef6 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/Abortable.html @@ -410,11 +410,11 @@ private Abortable -RpcExecutor.abortable  +SimpleRpcScheduler.abortable  private Abortable -SimpleRpcScheduler.abortable  +RpcExecutor.abortable  @@ -649,9 +649,11 @@ RpcScheduler -FifoRpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf, +RpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, - Abortable server)  + Abortable server) +
        Constructs a RpcScheduler.
        + RpcScheduler @@ -661,11 +663,9 @@ RpcScheduler -RpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf, +FifoRpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, - Abortable server) -
        Constructs a RpcScheduler.
        - + Abortable server)
          EntityLock @@ -751,16 +751,16 @@ ReplicationQueuesArguments.abort  -protected Abortable -ReplicationStateZKBase.abortable  +private Abortable +ReplicationPeersZKImpl.abortable  protected Abortable ReplicationTableBase.abortable  -private Abortable -ReplicationPeersZKImpl.abortable  +protected Abortable +ReplicationStateZKBase.abortable  private Abortable @@ -826,7 +826,8 @@ -Context(org.apache.hadoop.conf.Configuration conf, +Context(org.apache.hadoop.conf.Configuration localConf, + org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, String peerId, UUID clusterId, @@ -1030,18 +1031,18 @@ protected Abortable -ZooKeeperNodeTracker.abortable -
        Used to abort if a fatal error occurs
        - - - -protected Abortable ZooKeeperWatcher.abortable  - + private Abortable ZKClusterId.abortable  + +protected Abortable +ZooKeeperNodeTracker.abortable +
        Used to abort if a fatal error occurs
        + + private Abortable DrainingServerTracker.abortable