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 198BA200B4A for ; Wed, 6 Jul 2016 01:54:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1834C160A77; Tue, 5 Jul 2016 23:54:05 +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 68776160A70 for ; Wed, 6 Jul 2016 01:54:03 +0200 (CEST) Received: (qmail 15311 invoked by uid 500); 5 Jul 2016 23:54:02 -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 13421 invoked by uid 99); 5 Jul 2016 23:54:00 -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, 05 Jul 2016 23:54:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9C89CE95B7; Tue, 5 Jul 2016 23:54:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@hbase.apache.org Date: Tue, 05 Jul 2016 23:54:21 -0000 Message-Id: In-Reply-To: <2977d85550e241f3a4f5191b5a23609d@git.apache.org> References: <2977d85550e241f3a4f5191b5a23609d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [22/52] [partial] hbase-site git commit: Published site at 29c46c4834a3f96e9fca33cb16bc7f3748fcd60c. archived-at: Tue, 05 Jul 2016 23:54:05 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html b/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html index c9d1384..17a77fc 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html @@ -767,17 +767,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. List<Tag> -VisibilityLabelService.createVisibilityExpTags(String visExpression, +DefaultVisibilityLabelServiceImpl.createVisibilityExpTags(String visExpression, boolean withSerializationFormat, - boolean checkAuths) -
Creates tags corresponding to given visibility expression.
- + boolean checkAuths)
  List<Tag> -DefaultVisibilityLabelServiceImpl.createVisibilityExpTags(String visExpression, +VisibilityLabelService.createVisibilityExpTags(String visExpression, boolean withSerializationFormat, - boolean checkAuths)  + boolean checkAuths) +
Creates tags corresponding to given visibility expression.
+ static List<Tag> @@ -823,6 +823,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. byte[] +DefaultVisibilityLabelServiceImpl.encodeVisibilityForReplication(List<Tag> tags, + Byte serializationFormat)  + + +byte[] VisibilityLabelService.encodeVisibilityForReplication(List<Tag> visTags, Byte serializationFormat)
Provides a way to modify the visibility tags of type TagType @@ -832,11 +837,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
.replicate(). - -byte[] -DefaultVisibilityLabelServiceImpl.encodeVisibilityForReplication(List<Tag> tags, - Byte serializationFormat)  - static Byte VisibilityUtils.extractAndPartitionTags(Cell cell, @@ -882,6 +882,20 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. boolean +DefaultVisibilityLabelServiceImpl.matchVisibility(List<Tag> putVisTags, + Byte putTagsFormat, + List<Tag> deleteVisTags, + Byte deleteTagsFormat)  + + +boolean +DefaultVisibilityLabelServiceImpl.matchVisibility(List<Tag> putVisTags, + Byte putTagsFormat, + List<Tag> deleteVisTags, + Byte deleteTagsFormat)  + + +boolean VisibilityLabelService.matchVisibility(List<Tag> putVisTags, Byte putVisTagFormat, List<Tag> deleteVisTags, @@ -901,20 +915,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. -boolean -DefaultVisibilityLabelServiceImpl.matchVisibility(List<Tag> putVisTags, - Byte putTagsFormat, - List<Tag> deleteVisTags, - Byte deleteTagsFormat)  - - -boolean -DefaultVisibilityLabelServiceImpl.matchVisibility(List<Tag> putVisTags, - Byte putTagsFormat, - List<Tag> deleteVisTags, - Byte deleteTagsFormat)  - - private void VisibilityController.removeReplicationVisibilityTag(List<Tag> tags)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html index 85b81b8..f10f73b 100644 --- a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html +++ b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html @@ -4035,6 +4035,12 @@ service.
This Chore, every time it runs, will attempt to delete the WALs in the old logs folder.
+ +class  +ReplicationZKLockCleanerChore +
A cleaner that cleans replication locks on zk which is locked by dead region servers
+ + @@ -7858,188 +7864,182 @@ service. class  -ConcurrentIndex<K,V> -
A simple concurrent map of sets.
- - - -class  ConnectionCache
A utility to store user specific HConnections in memory.
- + class  CoprocessorClassLoader
ClassLoader used to load classes for Coprocessor instances.
- + class  DefaultEnvironmentEdge
Default implementation of an environment edge.
- + class  DirectMemoryUtils
Utilities for interacting with and monitoring DirectByteBuffer allocations.
- + class  DNS
Wrapper around Hadoop's DNS class to hide reflection.
- + class  DrainBarrier
A simple barrier that can be used by classes that need to wait for some operations to finish before stopping/closing/etc.
- + class  DynamicClassLoader
This is a class loader that can load classes dynamically from new jar files under a configured folder.
- + interface  EnvironmentEdge
Has some basic interaction with the environment.
- + class  EnvironmentEdgeManager
Manages a singleton instance of the environment edge.
- + class  ExceptionUtil
This class handles the different interruption classes.
- + class  ForeignExceptionUtil
Helper to convert Exceptions and StackTraces from/to protobuf.
- + class  FSHDFSUtils
Implementation for hdfs
- + class  FSMapRUtils
MapR implementation.
- + (package private) class  FSRegionScanner
Thread that walks over the filesystem, and computes the mappings Region -> BestHost and Region -> Map<HostName, fractional-locality-of-region>
- + class  FSTableDescriptors
Implementation of TableDescriptors that reads descriptors from the passed filesystem.
- + class  FSUtils
Utility methods for interacting with the underlying file system.
- + class  FSVisitor
Utility methods for interacting with the hbase.root file system.
- + class  Hash
This class represents a common API for hashing functions.
- + class  HashedBytes
This class encapsulates a byte array and overrides hashCode and equals so that it's identity is based on the data rather than the array instance.
- + class  HasThread
Abstract class which contains a Thread and delegates the common Thread methods to that instance.
- + class  HBaseConfTool
Tool that prints out a configuration.
- + class  HBaseFsckRepair
This class contains helper methods that repair parts of hbase's filesystem contents.
- + (package private) class  HMerge
A non-instantiable class that has a static method capable of compacting a table by merging adjacent regions.
- + class  IdLock
Allows multiple concurrent clients to lock on a numeric id with a minimal memory overhead.
- + class  IdReadWriteLock
Allows multiple concurrent clients to lock on a numeric id with ReentrantReadWriteLock.
- + class  IncrementingEnvironmentEdge
Uses an incrementing algorithm instead of the default.
- + class  IterableUtils
Utility methods for Iterable including null-safe handlers.
- + class  JenkinsHash
Produces 32-bit hash for hash table lookup.
- + class  JVM
This class is a wrapper for the implementation of @@ -8048,67 +8048,67 @@ service.
depending on the runtime (vendor) used. - + class  JVMClusterUtil
Utility used running a cluster all in the one JVM.
- + class  JvmPauseMonitor
Class which sets up a simple thread which runs in a loop sleeping for a short interval of time.
- + class  JvmVersion
Certain JVM versions are known to be unstable with HBase.
- + class  KeyLocker<K>
A utility class to manage a set of locks.
- + interface  KeyRange
A key range use in split coverage.
- + class  ManualEnvironmentEdge
An environment edge that uses a manually set value.
- + class  MetaUtils
Contains utility methods for manipulating HBase meta tables.
- + class  Methods  - + class  ModifyRegionUtils
Utility methods for interacting with the regions.
- + class  MultiHConnection
Provides ability to create multiple Connection instances and allows to process a batch of actions using CHTable.doBatchWithCallback()
- + class  MunkresAssignment
Computes the optimal (minimal cost) assignment of jobs to workers (or other @@ -8119,64 +8119,64 @@ service.
Problem: An Improved Version of Munkres' Algorithm". - + class  MurmurHash
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
- + class  MurmurHash3
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
- + class  NonceKey
This implementation is not smart and just treats nonce group and nonce as random bits.
- + class  ObjectIntPair<T>
A generic class for pair of an Object and and a primitive int value.
- + class  PoolMap<K,V>
The PoolMap maps a key to a collection of values, the elements of which are managed by a pool.
- + class  PrettyPrinter  - + class  ProtoUtil  - + class  ReflectionUtils  - + class  RegionSizeCalculator
Computes size of each region for given table and given column families.
- + class  RegionSplitCalculator<R extends KeyRange>
This is a generic region split calculator.
- + class  RegionSplitter
The RegionSplitter class provides several utilities to help in the @@ -8184,78 +8184,78 @@ service.
instead of having HBase handle that automatically. - + class  RetryCounter  - + class  RetryCounterFactory  - + class  ServerCommandLine
Base class for command lines that start up various HBase daemons.
- + class  Sleeper
Sleeper for current thread.
- + class  SortedCopyOnWriteSet<E>
Simple SortedSet implementation that uses an internal TreeSet to provide ordering.
- + class  StealJobQueue<T>
This queue allows a ThreadPoolExecutor to steal jobs from another ThreadPoolExecutor.
- + class  Strings
Utility for Strings.
- + class  Threads
Thread Utility
- + class  Triple<A,B,C>
Utility class to manage a triple.
- + class  UnsafeAccess  - + class  UnsafeAvailChecker  - + class  WeakObjectPool<K,V>
A WeakReference based shared object pool.
- + class  Writables
Utility class with methods for manipulating Writable objects
- + class  ZKDataMigrator
utlity method to migrate zookeeper data across HBase versions.
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceStability.Evolving.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceStability.Evolving.html b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceStability.Evolving.html index 44eb998..9b27f5c 100644 --- a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceStability.Evolving.html +++ b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceStability.Evolving.html @@ -3090,85 +3090,79 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. class  -ConcurrentIndex<K,V> -
A simple concurrent map of sets.
- - - -class  ConfigurationUtil
Utilities for storing more complex collection types in Configuration instances.
- + class  Counter
High scalable counter.
- + class  DirectMemoryUtils
Utilities for interacting with and monitoring DirectByteBuffer allocations.
- + class  EncryptionTest  - + class  FastLongHistogram
FastLongHistogram is a thread-safe class that estimate distribution of data and computes the quantiles.
- + class  FileSystemVersionException
Thrown when the file system needs to be upgraded
- + class  ForeignExceptionUtil
Helper to convert Exceptions and StackTraces from/to protobuf.
- + class  FSHDFSUtils
Implementation for hdfs
- + class  HBaseFsck
HBaseFsck (hbck) is a tool for checking and repairing region consistency and table integrity problems in a corrupted HBase.
- + class  JsonMapper
Utility class for converting objects to JSON
- + class  Order
Used to describe or modify the lexicographical sort order of a byte[].
- + class  OrderedBytes
Utility class that handles ordered byte arrays.
- + interface  PositionedByteRange
@@ -3176,49 +3170,49 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
consumers position within the viewport. - + class  ReadOnlyByteRangeException
Exception thrown when a read only byte range is modified
- + class  RegionSizeCalculator
Computes size of each region for given table and given column families.
- + class  SimpleByteRange
A read only version of the ByteRange.
- + class  SimpleMutableByteRange
A basic mutable ByteRange implementation.
- + class  SimplePositionedByteRange
Extends the basic SimpleMutableByteRange implementation with position support and it is a readonly version.
- + class  SimplePositionedMutableByteRange
Extends the basic AbstractPositionedByteRange implementation with position support and it is a mutable version.
- + class  UnsafeAccess  - + class  VersionInfo
This class finds the package info for hbase and the VersionAnnotation http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html index 33cb78f..c5145f3 100644 --- a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html @@ -81,10 +81,10 @@

Annotation Type Hierarchy

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/classification/package-use.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/classification/package-use.html b/devapidocs/org/apache/hadoop/hbase/classification/package-use.html index 4cbdb06..5e17019 100644 --- a/devapidocs/org/apache/hadoop/hbase/classification/package-use.html +++ b/devapidocs/org/apache/hadoop/hbase/classification/package-use.html @@ -2798,11 +2798,6 @@ service. -InterfaceAudience.LimitedPrivate -
Intended only for the project(s) specified in the annotation.
- - - InterfaceAudience.Private
Intended for use only within Hadoop itself.
@@ -2820,6 +2815,11 @@ service. +InterfaceAudience.LimitedPrivate +
Intended only for the project(s) specified in the annotation.
+ + + InterfaceAudience.Private
Intended for use only within Hadoop itself.
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.html b/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.html index 1cde784..22249e3 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.html +++ b/devapidocs/org/apache/hadoop/hbase/client/ConnectionImplementation.html @@ -1514,7 +1514,10 @@ implements
  • retrieveClusterId

    -
    protected void retrieveClusterId()
    +
    protected void retrieveClusterId()
    +                          throws IOException
    +
    Throws:
    +
    IOException
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.NamespaceFuture.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.NamespaceFuture.html b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.NamespaceFuture.html index 0c66571..8270f25 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.NamespaceFuture.html +++ b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.NamespaceFuture.html @@ -110,7 +110,7 @@
    @InterfaceAudience.Private
     @InterfaceStability.Evolving
    -protected abstract static class HBaseAdmin.NamespaceFuture
    +protected abstract static class HBaseAdmin.NamespaceFuture
     extends HBaseAdmin.ProcedureFuture<Void>
    @@ -230,7 +230,7 @@ extends
  • namespaceName

    -
    private final String namespaceName
    +
    private final String namespaceName
  • @@ -247,7 +247,7 @@ extends
  • HBaseAdmin.NamespaceFuture

    -
    public HBaseAdmin.NamespaceFuture(HBaseAdmin admin,
    +
    public HBaseAdmin.NamespaceFuture(HBaseAdmin admin,
                               String namespaceName,
                               Long procId)
  • @@ -266,7 +266,7 @@ extends
  • getNamespaceName

    -
    protected String getNamespaceName()
    +
    protected String getNamespaceName()
    Returns:
    the namespace name
  • @@ -276,7 +276,7 @@ extends
  • getOperationType

    -
    public abstract String getOperationType()
    +
    public abstract String getOperationType()
    Returns:
    the operation type like CREATE_NAMESPACE, DELETE_NAMESPACE, etc.
  • @@ -286,7 +286,7 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class Object
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6444c276/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ProcedureFuture.WaitForStateCallable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ProcedureFuture.WaitForStateCallable.html b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ProcedureFuture.WaitForStateCallable.html index a428a0d..cf186f5 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ProcedureFuture.WaitForStateCallable.html +++ b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ProcedureFuture.WaitForStateCallable.html @@ -95,7 +95,7 @@


    -
    protected static interface HBaseAdmin.ProcedureFuture.WaitForStateCallable
    +
    protected static interface HBaseAdmin.ProcedureFuture.WaitForStateCallable
  • @@ -147,7 +147,7 @@