[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-08-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/346adc37/apidocs/org/apache/hadoop/hbase/client/Query.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Query.html 
b/apidocs/org/apache/hadoop/hbase/client/Query.html
index 98c304b..a1cfe33 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Query.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Query.html
@@ -468,9 +468,9 @@ extends 
 setFilter
 publicQuerysetFilter(Filterfilter)
-Apply the specified server-side filter when performing the 
Query.
- Only Filter.filterKeyValue(org.apache.hadoop.hbase.Cell)
 is called AFTER all tests
- for ttl, column match, deletes and max versions have been run.
+Apply the specified server-side filter when performing the 
Query. Only
+ Filter.filterKeyValue(org.apache.hadoop.hbase.Cell)
 is called AFTER all tests for ttl,
+ column match, deletes and column family's max versions have been run.
 
 Parameters:
 filter - filter to run on the server

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/346adc37/apidocs/org/apache/hadoop/hbase/client/Scan.ReadType.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Scan.ReadType.html 
b/apidocs/org/apache/hadoop/hbase/client/Scan.ReadType.html
index c90f409..e8bfff2 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Scan.ReadType.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Scan.ReadType.html
@@ -123,7 +123,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
-public static enum Scan.ReadType
+public static enum Scan.ReadType
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumScan.ReadType
 
 
@@ -214,7 +214,7 @@ the order they are declared.
 
 
 DEFAULT
-public static finalScan.ReadType DEFAULT
+public static finalScan.ReadType DEFAULT
 
 
 
@@ -223,7 +223,7 @@ the order they are declared.
 
 
 STREAM
-public static finalScan.ReadType STREAM
+public static finalScan.ReadType STREAM
 
 
 
@@ -232,7 +232,7 @@ the order they are declared.
 
 
 PREAD
-public static finalScan.ReadType PREAD
+public static finalScan.ReadType PREAD
 
 
 



[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-08-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2aec596e/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html 
b/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
index e8bf13b..c8f1a11 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
@@ -330,7 +330,9 @@
 void
 Admin.closeRegion(ServerNamesn,
HRegionInfohri)
-Close a region.
+Deprecated.
+Since 2.0. Will be removed 
in 3.0. Use Admin.unassign(byte[],
 boolean) instead.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2aec596e/apidocs/org/apache/hadoop/hbase/class-use/ServerName.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/ServerName.html 
b/apidocs/org/apache/hadoop/hbase/class-use/ServerName.html
index 4b44669..d1a7f89 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/ServerName.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/ServerName.html
@@ -348,7 +348,9 @@
 void
 Admin.closeRegion(ServerNamesn,
HRegionInfohri)
-Close a region.
+Deprecated.
+Since 2.0. Will be removed 
in 3.0. Use Admin.unassign(byte[],
 boolean) instead.
+
 
 
 
@@ -481,7 +483,9 @@
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">Boolean
 AsyncAdmin.closeRegion(byte[]regionName,
http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalServerNameserverName)
-Close a region.
+Deprecated.
+Since 2.0. Will be removed 
in 3.0. Use AsyncAdmin.unassign(byte[],
 boolean) instead.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2aec596e/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html 
b/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
index 8db2c76..4fed5d0 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -391,43 +391,43 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 TableName
-AsyncTableRegionLocator.getName()
-Gets the fully qualified table name instance of the table 
whose region we want to locate.
+BufferedMutator.getName()
+Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
 
 
 
 TableName
-BufferedMutator.getName()
-Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
+AsyncTableBase.getName()
+Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-Table.getName()
+RegionLocator.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-AsyncTableBase.getName()
-Gets the fully qualified table name instance of this 
table.
+AsyncTableRegionLocator.getName()
+Gets the fully qualified table name instance of the table 
whose region we want to locate.
 
 
 
 TableName
-RegionLocator.getName()
+Table.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-TableDescriptor.getTableName()
-Get the name of the table
-
+SnapshotDescription.getTableName()
 
 
 TableName
-SnapshotDescription.getTableName()
+TableDescriptor.getTableName()
+Get the name of the table
+
 
 
 TableName
@@ -799,17 +799,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-AsyncTableRegionLocator
-AsyncConnection.getRegionLocator(TableNametableName)
-Retrieve a AsyncRegionLocator implementation to inspect 
region information on a table.
-
-
-
 RegionLocator
 Connection.getRegionLocator(TableNametableName)
 Retrieve a RegionLocator implementation to inspect region 
information on a table.
 
 
+
+AsyncTableRegionLocator
+AsyncConnection.getRegionLocator(TableNametableName)
+Retrieve a AsyncRegionLocator implementation to inspect 
region information on a table.
+
+
 
 default Table
 Connection.getTable(TableNametableName)
@@ -817,31 +817,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-default AsyncTable
-AsyncConnection.getTable(TableNametableName,
+default Table
+Connection.getTable(TableNametableName,
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
-Retrieve an AsyncTable implementation for accessing a 
table.
+Retrieve a Table implementation 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-31 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1837997e/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 c589952..2ad1f75 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html
@@ -166,10 +166,10 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumE (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableT, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
 
-org.apache.hadoop.hbase.backup.BackupType
 org.apache.hadoop.hbase.backup.BackupInfo.BackupState
-org.apache.hadoop.hbase.backup.BackupInfo.BackupPhase
+org.apache.hadoop.hbase.backup.BackupType
 org.apache.hadoop.hbase.backup.BackupRestoreConstants.BackupCommand
+org.apache.hadoop.hbase.backup.BackupInfo.BackupPhase
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1837997e/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 488d788..623845f 100644
--- a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
@@ -89,11 +89,11 @@
 Annotation Type Hierarchy
 
 org.apache.hadoop.hbase.classification.InterfaceStability.Unstable (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
-org.apache.hadoop.hbase.classification.InterfaceAudience.Private (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
+org.apache.hadoop.hbase.classification.InterfaceStability.Stable (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceStability.Evolving (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceAudience.LimitedPrivate (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceAudience.Public (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
-org.apache.hadoop.hbase.classification.InterfaceStability.Stable (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
+org.apache.hadoop.hbase.classification.InterfaceAudience.Private (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true;
 title="class or interface in java.lang.annotation">Annotation)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1837997e/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.AddColumnFamilyProcedureBiConsumer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.AddColumnFamilyProcedureBiConsumer.html
 
b/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.AddColumnFamilyProcedureBiConsumer.html
index eec096e..4556bef 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.AddColumnFamilyProcedureBiConsumer.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.AddColumnFamilyProcedureBiConsumer.html
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private class RawAsyncHBaseAdmin.AddColumnFamilyProcedureBiConsumer
+private class RawAsyncHBaseAdmin.AddColumnFamilyProcedureBiConsumer
 extends RawAsyncHBaseAdmin.TableProcedureBiConsumer
 
 
@@ -240,7 +240,7 @@ extends 
 
 AddColumnFamilyProcedureBiConsumer

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-28 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a2b2dd19/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 3bfa60b..ea6a772 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -289,7 +289,7 @@
 2249
 0
 0
-14885
+14890
 
 Files
 
@@ -4057,7 +4057,7 @@
 org/apache/hadoop/hbase/regionserver/CompactSplit.java
 0
 0
-12
+11
 
 org/apache/hadoop/hbase/regionserver/CompactedHFilesDischargeHandler.java
 0
@@ -4324,2961 +4324,2966 @@
 0
 1
 
+org/apache/hadoop/hbase/regionserver/MetricsRegionWrapper.java
+0
+0
+6
+
 org/apache/hadoop/hbase/regionserver/MetricsRegionWrapperImpl.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/MetricsTable.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/MetricsTableAggregateSourceImpl.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/MetricsTableSourceImpl.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/MetricsTableWrapperAggregateImpl.java
 0
 0
 20
-
+
 org/apache/hadoop/hbase/regionserver/MiniBatchOperationInProgress.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/regionserver/MultiRowMutationProcessor.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/regionserver/MultiVersionConcurrencyControl.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/regionserver/MutableSegment.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/regionserver/NoOpHeapMemoryTuner.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/NonLazyKeyValueScanner.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/NonReversedNonLazyKeyValueScanner.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/OnlineRegions.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/regionserver/OperationStatus.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/RSDumpServlet.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/RSRpcServices.java
 0
 0
 133
-
+
 org/apache/hadoop/hbase/regionserver/RSStatusServlet.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/regionserver/Region.java
 0
 0
 62
-
+
 org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java
 0
 0
 191
-
+
 org/apache/hadoop/hbase/regionserver/RegionMergeRequest.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/regionserver/RegionScanner.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/RegionServerCoprocessorHost.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/regionserver/RegionServerServices.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/regionserver/RegionServicesForStores.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/regionserver/RegionSplitPolicy.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/regionserver/ReplicationService.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/regionserver/ReplicationSinkService.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/ReversedKeyValueHeap.java
 0
 0
 7
-
+
 org/apache/hadoop/hbase/regionserver/ReversedRegionScannerImpl.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/regionserver/ReversedStoreScanner.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/regionserver/RowProcessor.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/regionserver/RpcSchedulerFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/ScanInfo.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/regionserver/ScannerContext.java
 0
 0
 14
-
+
 org/apache/hadoop/hbase/regionserver/ScannerIdGenerator.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/regionserver/SecureBulkLoadManager.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/regionserver/Segment.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/SegmentFactory.java
 0
 0
 24
-
+
 org/apache/hadoop/hbase/regionserver/SegmentScanner.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/ServerNonceManager.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/regionserver/ShipperListener.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/ShutdownHook.java
 0
 0
 7
-
+
 org/apache/hadoop/hbase/regionserver/SimpleRpcSchedulerFactory.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/regionserver/SplitLogWorker.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/regionserver/SplitRequest.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/SteppingSplitPolicy.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/regionserver/Store.java
 0
 0
 16
-
+
 org/apache/hadoop/hbase/regionserver/StoreEngine.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/regionserver/StoreFile.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/StoreFileComparators.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/StoreFileInfo.java
 0
 0
 22
-
+
 org/apache/hadoop/hbase/regionserver/StoreFileManager.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/regionserver/StoreFileReader.java
 0
 0
 4
-
+
 org/apache/hadoop/hbase/regionserver/StoreFileScanner.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/regionserver/StoreFileWriter.java
 0
 0
 16
-
+
 org/apache/hadoop/hbase/regionserver/StoreFlushContext.java
 0
 0
 4
-
+
 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-26 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/apidocs/src-html/org/apache/hadoop/hbase/HColumnDescriptor.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/HColumnDescriptor.html 
b/apidocs/src-html/org/apache/hadoop/hbase/HColumnDescriptor.html
index a8c351f..f95 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/HColumnDescriptor.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/HColumnDescriptor.html
@@ -105,704 +105,721 @@
 097  public static final boolean 
DEFAULT_EVICT_BLOCKS_ON_CLOSE = 
ColumnFamilyDescriptorBuilder.DEFAULT_EVICT_BLOCKS_ON_CLOSE;
 098  public static final boolean 
DEFAULT_COMPRESS_TAGS = ColumnFamilyDescriptorBuilder.DEFAULT_COMPRESS_TAGS;
 099  public static final boolean 
DEFAULT_PREFETCH_BLOCKS_ON_OPEN = 
ColumnFamilyDescriptorBuilder.DEFAULT_PREFETCH_BLOCKS_ON_OPEN;
-100  protected final 
ModifyableColumnFamilyDescriptor delegatee;
-101  /**
-102   * Construct a column descriptor 
specifying only the family name
-103   * The other attributes are 
defaulted.
-104   *
-105   * @param familyName Column family 
name. Must be 'printable' -- digit or
-106   * letter -- and may not contain a 
code:/code
-107   * @deprecated use {@link 
ColumnFamilyDescriptorBuilder#of(String)}
-108   */
-109  public HColumnDescriptor(final String 
familyName) {
-110this(Bytes.toBytes(familyName));
-111  }
-112
-113  /**
-114   * Construct a column descriptor 
specifying only the family name
-115   * The other attributes are 
defaulted.
-116   *
-117   * @param familyName Column family 
name. Must be 'printable' -- digit or
-118   * letter -- and may not contain a 
code:/code
-119   * @deprecated use {@link 
ColumnFamilyDescriptorBuilder#of(byte[])}
-120   */
-121  public HColumnDescriptor(final byte [] 
familyName) {
-122this(new 
ModifyableColumnFamilyDescriptor(familyName));
-123  }
-124
-125  /**
-126   * Constructor.
-127   * Makes a deep copy of the supplied 
descriptor.
-128   * Can make a modifiable descriptor 
from an UnmodifyableHColumnDescriptor.
-129   * @param desc The descriptor.
-130   * @deprecated use {@link 
ColumnFamilyDescriptorBuilder#copy(ColumnFamilyDescriptor)}
-131   */
-132  public 
HColumnDescriptor(HColumnDescriptor desc) {
-133this(desc, true);
-134  }
-135
-136  protected 
HColumnDescriptor(HColumnDescriptor desc, boolean deepClone) {
-137this(deepClone ? new 
ModifyableColumnFamilyDescriptor(desc)
-138: desc.delegatee);
-139  }
-140
-141  protected 
HColumnDescriptor(ModifyableColumnFamilyDescriptor delegate) {
-142this.delegatee = delegate;
-143  }
-144
-145  /**
-146   * @param b Family name.
-147   * @return codeb/code
-148   * @throws IllegalArgumentException If 
not null and not a legitimate family
-149   * name: i.e. 'printable' and ends in a 
':' (Null passes are allowed because
-150   * codeb/code can be 
null when deserializing).  Cannot start with a '.'
-151   * either. Also Family can not be an 
empty value or equal "recovered.edits".
-152   * @deprecated Use {@link 
ColumnFamilyDescriptorBuilder#isLegalColumnFamilyName(byte[])}.
-153   */
-154  @Deprecated
-155  public static byte [] 
isLegalFamilyName(final byte [] b) {
-156return 
ColumnFamilyDescriptorBuilder.isLegalColumnFamilyName(b);
-157  }
-158
-159  /**
-160   * @return Name of this column family
-161   */
-162  @Override
-163  public byte [] getName() {
-164return delegatee.getName();
-165  }
-166
-167  /**
-168   * @return The name string of this 
column family
-169   */
-170  @Override
-171  public String getNameAsString() {
-172return delegatee.getNameAsString();
-173  }
-174
-175  /**
-176   * @param key The key.
-177   * @return The value.
-178   */
-179  @Override
-180  public byte[] getValue(byte[] key) {
-181return delegatee.getValue(key);
-182  }
-183
-184  /**
-185   * @param key The key.
-186   * @return The value as a string.
-187   */
-188  public String getValue(String key) {
-189byte[] value = 
getValue(Bytes.toBytes(key));
-190return value == null ? null : 
Bytes.toString(value);
-191  }
-192
-193  @Override
-194  public MapBytes, Bytes 
getValues() {
-195return delegatee.getValues();
-196  }
-197
-198  /**
-199   * @param key The key.
-200   * @param value The value.
-201   * @return this (for chained 
invocation)
-202   */
-203  public HColumnDescriptor 
setValue(byte[] key, byte[] value) {
-204
getDelegateeForModification().setValue(key, value);
-205return this;
-206  }
-207
-208  /**
-209   * @param key Key whose key and value 
we're to remove from HCD parameters.
-210   */
-211  public HColumnDescriptor remove(final 
byte [] key) {
-212
getDelegateeForModification().removeValue(new Bytes(key));
-213return this;
-214  }
-215
-216  /**
-217   * @param key The key.
-218   * @param value The value.
-219   * @return this (for chained 
invocation)
-220   */
-221  public HColumnDescriptor 
setValue(String 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-23 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0383a9c2/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
index 2177b08..c5198f7 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
@@ -2523,24 +2523,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 long
-HMaster.dispatchMergingRegions(HRegionInforegionInfoA,
-  HRegionInforegionInfoB,
-  booleanforcible,
-  longnonceGroup,
-  longnonce)
-
-
-long
-MasterServices.dispatchMergingRegions(HRegionInforegion_a,
-  HRegionInforegion_b,
-  booleanforcible,
-  longnonceGroup,
-  longnonce)
-Merge two regions.
-
-
-
-long
 HMaster.mergeRegions(HRegionInfo[]regionsToMerge,
 booleanforcible,
 longnonceGroup,
@@ -2596,14 +2578,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-MasterCoprocessorHost.postDispatchMerge(HRegionInforegionInfoA,
- HRegionInforegionInfoB)
-
-
-void
 MasterCoprocessorHost.postMergeRegions(HRegionInfo[]regionsToMerge)
 
-
+
 void
 MasterCoprocessorHost.postMergeRegionsCommit(HRegionInfo[]regionsToMerge,
   HRegionInfomergedRegion,
@@ -2611,7 +2588,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Invoked after merge regions operation writes the new region 
to hbase:meta
 
 
-
+
 void
 MasterCoprocessorHost.postMergeRegionsCommit(HRegionInfo[]regionsToMerge,
   HRegionInfomergedRegion,
@@ -2619,17 +2596,17 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 Invoked after merge regions operation writes the new region 
to hbase:meta
 
 
-
+
 void
 MasterCoprocessorHost.postMove(HRegionInforegion,
 ServerNamesrcServer,
 ServerNamedestServer)
 
-
+
 void
 MasterCoprocessorHost.postRegionOffline(HRegionInforegionInfo)
 
-
+
 void
 MasterCoprocessorHost.postRequestLock(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringnamespace,
TableNametableName,
@@ -2637,38 +2614,33 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
LockProcedure.LockTypetype,
http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">Stringdescription)
 
-
+
 void
 MasterCoprocessorHost.postRollBackMergeRegionsAction(HRegionInfo[]regionsToMerge,
   Useruser)
 Invoked after rollback merge regions operation
 
 
-
+
 void
 MasterCoprocessorHost.postUnassign(HRegionInforegionInfo,
 booleanforce)
 
-
+
 boolean
 MasterCoprocessorHost.preAssign(HRegionInforegionInfo)
 
-
+
 void
 MasterCoprocessorHost.preCreateTable(HTableDescriptorhtd,
   HRegionInfo[]regions)
 
-
+
 void
 MasterCoprocessorHost.preCreateTableAction(HTableDescriptorhtd,
 HRegionInfo[]regions,
 Useruser)
 
-
-void
-MasterCoprocessorHost.preDispatchMerge(HRegionInforegionInfoA,
-HRegionInforegionInfoB)
-
 
 void
 MasterCoprocessorHost.preMergeRegions(HRegionInfo[]regionsToMerge)
@@ -2773,30 +2745,19 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-ServerManager.sendRegionsMerge(ServerNameserver,
-HRegionInforegion_a,
-HRegionInforegion_b,
-booleanforcible,
-Useruser)
-Sends an MERGE REGIONS RPC to the specified server to merge 
the specified
- regions.
-
-
-
-void
 ServerManager.sendRegionWarmup(ServerNameserver,
 HRegionInforegion)
 Sends a WARMUP RPC to the specified server to warmup the 
specified region.
 
 
-
+
 long
 HMaster.splitRegion(HRegionInforegionInfo,
byte[]splitRow,
longnonceGroup,
longnonce)
 
-
+
 long
 MasterServices.splitRegion(HRegionInforegionInfo,
byte[]splitRow,
@@ -4276,10 +4237,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 private HRegionInfo
 RSProcedureDispatcher.RegionOperation.regionInfo
 
-
-private HRegionInfo[]
-DispatchMergingRegionsProcedure.regionsToMerge
-
 
 
 
@@ -4439,29 +4396,23 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-private RegionLoad
-DispatchMergingRegionsProcedure.getRegionLoad(MasterProcedureEnvenv,
- ServerNamesn,
- HRegionInfohri)
-
-
 private boolean
 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f391bcef/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html 
b/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
index 3320d4d..893c059 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html
@@ -421,8 +421,9 @@
 
 
 HColumnDescriptor(HColumnDescriptordesc)
-Deprecated.
-Constructor.
+Deprecated.
+use ColumnFamilyDescriptorBuilder.copy(ColumnFamilyDescriptor)
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f391bcef/apidocs/org/apache/hadoop/hbase/client/Append.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Append.html 
b/apidocs/org/apache/hadoop/hbase/client/Append.html
index 9cd47c4..684c41f 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Append.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Append.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":42,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10};
+var methods = 
{"i0":42,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -289,10 +289,14 @@ extends 
 
 Append
-setReturnResults(booleanreturnResults)
+setPriority(intpriority)
 
 
 Append
+setReturnResults(booleanreturnResults)
+
+
+Append
 setTTL(longttl)
 Set the TTL desired for the result of the mutation, in 
milliseconds.
 
@@ -310,7 +314,7 @@ extends 
 
 Methods inherited from classorg.apache.hadoop.hbase.client.OperationWithAttributes
-getAttribute,
 getAttributeSize,
 getAttributesMap,
 getId
+getAttribute,
 getAttributeSize,
 getAttributesMap,
 getId,
 getPriority
 
 
 
@@ -376,7 +380,7 @@ extends 
 
 Append
-publicAppend(byte[]rowArray,
+publicAppend(byte[]rowArray,
   introwOffset,
   introwLength)
 Create a Append operation for the specified row.
@@ -433,7 +437,7 @@ extends 
 add
 http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true;
 title="class or interface in java.lang">@Deprecated
-publicAppendadd(byte[]family,
+publicAppendadd(byte[]family,
   byte[]qualifier,
   byte[]value)
 Deprecated.As of release 2.0.0, this will be removed in HBase 
3.0.0.
@@ -455,7 +459,7 @@ public
 
 addColumn
-publicAppendaddColumn(byte[]family,
+publicAppendaddColumn(byte[]family,
 byte[]qualifier,
 byte[]value)
 Add the specified column and value to this Append 
operation.
@@ -475,7 +479,7 @@ public
 
 add
-publicAppendadd(Cellcell)
+publicAppendadd(Cellcell)
 Add column and value to this Append operation.
 
 Parameters:
@@ -491,7 +495,7 @@ public
 
 setAttribute
-publicAppendsetAttribute(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname,
+publicAppendsetAttribute(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname,
byte[]value)
 Description copied from 
interface:Attributes
 Sets an attribute.
@@ -514,7 +518,7 @@ public
 
 setId
-publicAppendsetId(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringid)
+publicAppendsetId(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringid)
 Description copied from 
class:OperationWithAttributes
 This method allows you to set an identifier on an 
operation. The original
  motivation for this was to allow the identifier to be used in slow query
@@ -535,7 +539,7 @@ public
 
 setDurability
-publicAppendsetDurability(Durabilityd)
+publicAppendsetDurability(Durabilityd)
 Description copied from 
class:Mutation
 Set the durability for this mutation
 
@@ -550,7 +554,7 @@ public
 
 setFamilyCellMap
-publicAppendsetFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+publicAppendsetFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-21 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ca5b0275/apidocs/src-html/org/apache/hadoop/hbase/TableName.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/TableName.html 
b/apidocs/src-html/org/apache/hadoop/hbase/TableName.html
index b54153b..655084f 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/TableName.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/TableName.html
@@ -149,415 +149,417 @@
 141  throw new 
IllegalArgumentException("Name is null or empty");
 142}
 143
-144int namespaceDelimIndex = 
com.google.common.primitives.Bytes.lastIndexOf(tableName,
-145(byte) NAMESPACE_DELIM);
-146if (namespaceDelimIndex  0){
-147  
isLegalTableQualifierName(tableName);
-148} else {
-149  isLegalNamespaceName(tableName, 0, 
namespaceDelimIndex);
-150  
isLegalTableQualifierName(tableName, namespaceDelimIndex + 1, 
tableName.length);
-151}
-152return tableName;
-153  }
-154
-155  public static byte [] 
isLegalTableQualifierName(final byte[] qualifierName) {
-156
isLegalTableQualifierName(qualifierName, 0, qualifierName.length, false);
-157return qualifierName;
-158  }
-159
-160  public static byte [] 
isLegalTableQualifierName(final byte[] qualifierName, boolean isSnapshot) {
-161
isLegalTableQualifierName(qualifierName, 0, qualifierName.length, 
isSnapshot);
-162return qualifierName;
-163  }
-164
+144int namespaceDelimIndex =
+145  
org.apache.hadoop.hbase.shaded.com.google.common.primitives.Bytes.lastIndexOf(tableName,
+146(byte) NAMESPACE_DELIM);
+147if (namespaceDelimIndex  0){
+148  
isLegalTableQualifierName(tableName);
+149} else {
+150  isLegalNamespaceName(tableName, 0, 
namespaceDelimIndex);
+151  
isLegalTableQualifierName(tableName, namespaceDelimIndex + 1, 
tableName.length);
+152}
+153return tableName;
+154  }
+155
+156  public static byte [] 
isLegalTableQualifierName(final byte[] qualifierName) {
+157
isLegalTableQualifierName(qualifierName, 0, qualifierName.length, false);
+158return qualifierName;
+159  }
+160
+161  public static byte [] 
isLegalTableQualifierName(final byte[] qualifierName, boolean isSnapshot) {
+162
isLegalTableQualifierName(qualifierName, 0, qualifierName.length, 
isSnapshot);
+163return qualifierName;
+164  }
 165
-166  /**
-167   * Qualifier names can only contain 
'word' characters
-168   * 
code[\p{IsAlphabetic}\p{Digit}]/code or '_', '.' or '-'.
-169   * The name may not start with '.' or 
'-'.
-170   *
-171   * @param qualifierName byte array 
containing the qualifier name
-172   * @param start start index
-173   * @param end end index (exclusive)
-174   */
-175  public static void 
isLegalTableQualifierName(final byte[] qualifierName,
-176  
  int start,
-177  
  int end) {
-178  
isLegalTableQualifierName(qualifierName, start, end, false);
-179  }
-180
-181  public static void 
isLegalTableQualifierName(final byte[] qualifierName,
-182  
  int start,
-183  
  int end,
-184  
  boolean isSnapshot) {
-185if(end - start  1) {
-186  throw new 
IllegalArgumentException(isSnapshot ? "Snapshot" : "Table" + " qualifier must 
not be empty");
-187}
-188if (qualifierName[start] == '.' || 
qualifierName[start] == '-') {
-189  throw new 
IllegalArgumentException("Illegal first character " + qualifierName[start] 
+
-190 
" at 0. " + (isSnapshot ? "Snapshot" : "User-space table") +
-191 
" qualifiers can only start with 'alphanumeric " +
-192 
"characters' from any language: " +
-193 
Bytes.toString(qualifierName, start, end));
-194}
-195// Treat the bytes as UTF-8
-196String qualifierString = new 
String(
-197qualifierName, start, (end - 
start), StandardCharsets.UTF_8);
-198if 
(qualifierString.equals(DISALLOWED_TABLE_NAME)) {
-199  // Per 
https://zookeeper.apache.org/doc/r3.4.10/zookeeperProgrammers.html#ch_zkDataModel
-200  // A znode named "zookeeper" is 
disallowed by zookeeper.
-201  throw new 
IllegalArgumentException("Tables may not be named '" + DISALLOWED_TABLE_NAME + 
"'");
-202}
-203for (int i = 0; i  
qualifierString.length(); i++) {
-204  // Treat the string as a char-array 
as some characters may be multi-byte
-205  char c = 
qualifierString.charAt(i);
-206  // Check for letter, digit, 
underscore, hyphen, or period, and allowed by ZK.
-207  // ZooKeeper also has limitations, 
but Character.isAlphabetic omits those all
-208  //   See 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-19 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9eba7fcf/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index 3c69db4..55440a4 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -26,7 +26,7 @@ under the License.
 2007 - 2017 The Apache Software Foundation
 
   File: 2247,
- Errors: 14813,
+ Errors: 14814,
  Warnings: 0,
  Infos: 0
   
@@ -13831,7 +13831,7 @@ under the License.
   0
 
 
-  6
+  7
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9eba7fcf/coc.html
--
diff --git a/coc.html b/coc.html
index 6c19e1f..9afc2e2 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -380,7 +380,7 @@ email to mailto:priv...@hbase.apache.org;>the priv
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-18
+  Last Published: 
2017-07-19
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9eba7fcf/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index c6ac414..de21f6e 100644
--- a/cygwin.html
+++ b/cygwin.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Installing Apache HBase (TM) on Windows using 
Cygwin
 
@@ -679,7 +679,7 @@ Now your HBase server is running, start 
coding and build that next
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-18
+  Last Published: 
2017-07-19
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9eba7fcf/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 62c9ec0..163eef0 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependencies
 
@@ -527,7 +527,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-18
+  Last Published: 
2017-07-19
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9eba7fcf/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index 9f85aa0..7294e72 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Reactor Dependency Convergence
 
@@ -703,7 +703,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-18
+  Last Published: 
2017-07-19
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9eba7fcf/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index 4214e70..f2f904b 100644
--- a/dependency-info.html
+++ b/dependency-info.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Dependency Information
 
@@ -318,7 +318,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-18
+  Last Published: 
2017-07-19
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9eba7fcf/dependency-management.html
--
diff --git a/dependency-management.html b/dependency-management.html
index 8ccd2d5..fc48ae6 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependency Management
 
@@ -900,7 +900,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-18
+  Last Published: 
2017-07-19
 
 
 


[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/17128d27/apidocs/org/apache/hadoop/hbase/client/Admin.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Admin.html 
b/apidocs/org/apache/hadoop/hbase/client/Admin.html
index 737f8a5..98da31f 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Admin.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Admin.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":6,"i1":6,"i2":6,"i3":38,"i4":6,"i5":6,"i6":18,"i7":18,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":50,"i33":50,"i34":50,"i35":6,"i36":6,"i37":6,"i38":50,"i39":6,"i40":38,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":38,"i52":38,"i53":6,"i54":6,"i55":18,"i56":6,"i57":6,"i58":6,"i59":38,"i60":38,"i61":6,"i62":6,"i63":18,"i64":6,"i65":6,"i66":6,"i67":38,"i68":38,"i69":6,"i70":6,"i71":6,"i72":6,"i73":38,"i74":6,"i75":6,"i76":6,"i77":6,"i78":6,"i79":6,"i80":6,"i81":6,"i82":6,"i83":6,"i84":6,"i85":6,"i86":6,"i87":6,"i88":6,"i89":6,"i90":6,"i91":18,"i92":6,"i93":38,"i94":38,"i95":38,"i96":6,"i97":6,"i98":6,"i99":6,"i100":6,"i101":6,"i102":6,"i103":6,"i104":6,"i105":6,"i106":6,"i107":6,"i108":6,"i109":6,"i110":6,"i111":6,"i112":6,"i113":6,"i114":6,"i115":18,"i116":18,"i117":18,"i118"
 
:6,"i119":6,"i120":6,"i121":6,"i122":6,"i123":6,"i124":6,"i125":6,"i126":6,"i127":6,"i128":6,"i129":38,"i130":6,"i131":6,"i132":6,"i133":6,"i134":6,"i135":6,"i136":38,"i137":38,"i138":38,"i139":38,"i140":38,"i141":6,"i142":6,"i143":6,"i144":6,"i145":6,"i146":6,"i147":6,"i148":6,"i149":38,"i150":6,"i151":6,"i152":38,"i153":6,"i154":6,"i155":6,"i156":6,"i157":6,"i158":38,"i159":6,"i160":38,"i161":6,"i162":6,"i163":6,"i164":6,"i165":18,"i166":18,"i167":6,"i168":6,"i169":6,"i170":6,"i171":6,"i172":6,"i173":6,"i174":6,"i175":6,"i176":6,"i177":6,"i178":6,"i179":6,"i180":6,"i181":6,"i182":6,"i183":6,"i184":6,"i185":6,"i186":6,"i187":6,"i188":6,"i189":6,"i190":6,"i191":6,"i192":6,"i193":6,"i194":6,"i195":6,"i196":6,"i197":6,"i198":6,"i199":18};
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":38,"i4":6,"i5":6,"i6":18,"i7":18,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":50,"i33":50,"i34":50,"i35":6,"i36":6,"i37":6,"i38":50,"i39":6,"i40":38,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":38,"i52":38,"i53":6,"i54":6,"i55":18,"i56":6,"i57":6,"i58":6,"i59":38,"i60":38,"i61":6,"i62":6,"i63":18,"i64":6,"i65":6,"i66":6,"i67":38,"i68":38,"i69":6,"i70":6,"i71":6,"i72":6,"i73":38,"i74":6,"i75":6,"i76":6,"i77":6,"i78":6,"i79":6,"i80":6,"i81":6,"i82":6,"i83":6,"i84":6,"i85":6,"i86":6,"i87":6,"i88":6,"i89":6,"i90":6,"i91":18,"i92":6,"i93":38,"i94":38,"i95":38,"i96":6,"i97":6,"i98":6,"i99":6,"i100":6,"i101":6,"i102":6,"i103":6,"i104":6,"i105":6,"i106":6,"i107":6,"i108":6,"i109":6,"i110":6,"i111":6,"i112":6,"i113":6,"i114":6,"i115":18,"i116":18,"i117":18,"i118"
 
:6,"i119":6,"i120":6,"i121":6,"i122":6,"i123":6,"i124":6,"i125":6,"i126":6,"i127":6,"i128":6,"i129":38,"i130":6,"i131":6,"i132":6,"i133":6,"i134":6,"i135":6,"i136":38,"i137":38,"i138":38,"i139":38,"i140":38,"i141":6,"i142":6,"i143":6,"i144":6,"i145":6,"i146":6,"i147":6,"i148":6,"i149":38,"i150":6,"i151":6,"i152":38,"i153":6,"i154":6,"i155":6,"i156":6,"i157":6,"i158":38,"i159":6,"i160":38,"i161":6,"i162":6,"i163":6,"i164":6,"i165":18,"i166":18,"i167":6,"i168":6,"i169":6,"i170":6,"i171":6,"i172":6,"i173":6,"i174":6,"i175":6,"i176":6,"i177":6,"i178":6,"i179":6,"i180":6,"i181":6,"i182":6,"i183":6,"i184":6,"i185":6,"i186":6,"i187":6,"i188":38,"i189":38,"i190":6,"i191":6,"i192":6,"i193":6,"i194":6,"i195":6,"i196":6,"i197":6,"i198":6,"i199":6,"i200":18};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default 
Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -1444,75 +1444,88 @@ extends org.apache.hadoop.hbase.Abortable, http://docs.oracle.com/javas
 
 void
 splitRegion(byte[]regionName)
-Split an individual region.
+Deprecated.
+Since 2.0. Will be removed 
in 3.0. Use
+ splitRegionAsync(byte[],
 byte[]) instead.
+
 
 
 
 void
 splitRegion(byte[]regionName,
byte[]splitPoint)
-Split an individual region.
+Deprecated.
+Since 2.0. Will be removed 
in 3.0. Use
+ splitRegionAsync(byte[],
 byte[]) instead.
+
 
 
 
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html?is-external=true;
 title="class or interface in java.util.concurrent">Futurehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-12 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2777c693/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.CancelOnClose.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.CancelOnClose.html
 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.CancelOnClose.html
index 3608537..9501d32 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.CancelOnClose.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.CancelOnClose.html
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-static final class FanOutOneBlockAsyncDFSOutputHelper.CancelOnClose
+static final class FanOutOneBlockAsyncDFSOutputHelper.CancelOnClose
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements CancelableProgressable
 
@@ -208,7 +208,7 @@ implements 
 
 client
-private finalorg.apache.hadoop.hdfs.DFSClient client
+private finalorg.apache.hadoop.hdfs.DFSClient client
 
 
 
@@ -225,7 +225,7 @@ implements 
 
 CancelOnClose
-publicCancelOnClose(org.apache.hadoop.hdfs.DFSClientclient)
+publicCancelOnClose(org.apache.hadoop.hdfs.DFSClientclient)
 
 
 
@@ -242,7 +242,7 @@ implements 
 
 progress
-publicbooleanprogress()
+publicbooleanprogress()
 Description copied from 
interface:CancelableProgressable
 Report progress.  Returns true if operations should 
continue, false if the
  operation should be canceled and rolled back.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2777c693/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.ChecksumCreater.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.ChecksumCreater.html
 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.ChecksumCreater.html
index 8bde0e5..180315b 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.ChecksumCreater.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.ChecksumCreater.html
@@ -105,7 +105,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static interface FanOutOneBlockAsyncDFSOutputHelper.ChecksumCreater
+private static interface FanOutOneBlockAsyncDFSOutputHelper.ChecksumCreater
 
 
 
@@ -149,7 +149,7 @@ var activeTableTab = "activeTableTab";
 
 
 createChecksum
-org.apache.hadoop.util.DataChecksumcreateChecksum(http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objectconf)
+org.apache.hadoop.util.DataChecksumcreateChecksum(http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objectconf)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2777c693/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.DFSClientAdaptor.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.DFSClientAdaptor.html
 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.DFSClientAdaptor.html
index dffe7ae..38b665f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.DFSClientAdaptor.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.DFSClientAdaptor.html
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 
 
 PrevClass
-NextClass
+NextClass
 
 
 Frames
@@ -105,7 +105,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static interface FanOutOneBlockAsyncDFSOutputHelper.DFSClientAdaptor
+private static interface FanOutOneBlockAsyncDFSOutputHelper.DFSClientAdaptor
 
 
 
@@ -149,7 +149,7 @@ var activeTableTab = "activeTableTab";
 
 
 isClientRunning
-booleanisClientRunning(org.apache.hadoop.hdfs.DFSClientclient)
+booleanisClientRunning(org.apache.hadoop.hdfs.DFSClientclient)
 
 
 
@@ -181,7 +181,7 @@ var activeTableTab = "activeTableTab";
 
 
 PrevClass
-NextClass
+NextClass
 
 
 Frames

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2777c693/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.FileCreator.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.FileCreator.html
 
b/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.FileCreator.html
new file mode 100644
index 000..6008fc4
--- /dev/null
+++ 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/90c7dfe4/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
index e303773..2748f45 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html
@@ -29,985 +29,1046 @@
 021import java.util.Collection;
 022import java.util.Map;
 023import java.util.Optional;
-024import 
java.util.concurrent.CompletableFuture;
-025import java.util.regex.Pattern;
-026
-027import 
org.apache.hadoop.hbase.ClusterStatus;
-028import 
org.apache.hadoop.hbase.HRegionInfo;
-029import 
org.apache.hadoop.hbase.ProcedureInfo;
-030import 
org.apache.hadoop.hbase.RegionLoad;
-031import 
org.apache.hadoop.hbase.ServerName;
-032import 
org.apache.hadoop.hbase.NamespaceDescriptor;
-033import 
org.apache.hadoop.hbase.TableName;
-034import 
org.apache.hadoop.hbase.classification.InterfaceAudience;
-035import 
org.apache.hadoop.hbase.quotas.QuotaFilter;
-036import 
org.apache.hadoop.hbase.quotas.QuotaSettings;
-037import 
org.apache.hadoop.hbase.client.replication.TableCFs;
-038import 
org.apache.hadoop.hbase.replication.ReplicationPeerConfig;
-039import 
org.apache.hadoop.hbase.replication.ReplicationPeerDescription;
-040import 
org.apache.hadoop.hbase.util.Pair;
-041
-042/**
-043 * The asynchronous administrative API 
for HBase.
-044 * p
-045 * This feature is still under 
development, so marked as IA.Private. Will change to public when
-046 * done. Use it with caution.
-047 */
-048@InterfaceAudience.Public
-049public interface AsyncAdmin {
-050
-051  /**
-052   * @param tableName Table to check.
-053   * @return True if table exists 
already. The return value will be wrapped by a
-054   * {@link CompletableFuture}.
-055   */
-056  CompletableFutureBoolean 
tableExists(TableName tableName);
-057
-058  /**
-059   * List all the userspace tables.
-060   * @return - returns a list of 
TableDescriptors wrapped by a {@link CompletableFuture}.
-061   * @see #listTables(Optional, 
boolean)
-062   */
-063  default 
CompletableFutureListTableDescriptor listTables() {
-064return listTables(Optional.empty(), 
false);
-065  }
-066
-067  /**
-068   * List all the tables matching the 
given pattern.
-069   * @param pattern The compiled regular 
expression to match against
-070   * @param includeSysTables False to 
match only against userspace tables
-071   * @return - returns a list of 
TableDescriptors wrapped by a {@link CompletableFuture}.
-072   */
-073  
CompletableFutureListTableDescriptor 
listTables(OptionalPattern pattern,
-074  boolean includeSysTables);
-075
-076  /**
-077   * List all of the names of userspace 
tables.
-078   * @return a list of table names 
wrapped by a {@link CompletableFuture}.
-079   * @see #listTableNames(Optional, 
boolean)
-080   */
-081  default 
CompletableFutureListTableName listTableNames() {
-082return 
listTableNames(Optional.empty(), false);
-083  }
-084
-085  /**
-086   * List all of the names of userspace 
tables.
-087   * @param pattern The regular 
expression to match against
-088   * @param includeSysTables False to 
match only against userspace tables
-089   * @return a list of table names 
wrapped by a {@link CompletableFuture}.
-090   */
-091  
CompletableFutureListTableName 
listTableNames(OptionalPattern pattern,
-092  boolean includeSysTables);
-093
-094  /**
-095   * Method for getting the 
tableDescriptor
-096   * @param tableName as a {@link 
TableName}
-097   * @return the read-only 
tableDescriptor wrapped by a {@link CompletableFuture}.
-098   */
-099  
CompletableFutureTableDescriptor getTableDescriptor(TableName 
tableName);
-100
-101  /**
-102   * Creates a new table.
-103   * @param desc table descriptor for 
table
-104   */
-105  default CompletableFutureVoid 
createTable(TableDescriptor desc) {
-106return createTable(desc, 
Optional.empty());
-107  }
-108
-109  /**
-110   * Creates a new table with the 
specified number of regions. The start key specified will become
-111   * the end key of the first region of 
the table, and the end key specified will become the start
-112   * key of the last region of the table 
(the first region has a null start key and the last region
-113   * has a null end key). BigInteger math 
will be used to divide the key range specified into enough
-114   * segments to make the required number 
of total regions.
-115   * @param desc table descriptor for 
table
-116   * @param startKey beginning of key 
range
-117   * @param endKey end of key range
-118   * @param numRegions the total number 
of regions to create
-119   */
-120  CompletableFutureVoid 
createTable(TableDescriptor desc, byte[] startKey, byte[] endKey,
-121  int numRegions);
-122
-123  /**
-124   * Creates 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-10 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0821e51a/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index 4c349ef..54a5ff5 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -25,8 +25,8 @@ under the License.
 en-us
 2007 - 2017 The Apache Software Foundation
 
-  File: 2242,
- Errors: 14785,
+  File: 2244,
+ Errors: 14778,
  Warnings: 0,
  Infos: 0
   
@@ -16897,7 +16897,7 @@ under the License.
   0
 
 
-  2
+  1
 
   
   
@@ -17989,7 +17989,7 @@ under the License.
   0
 
 
-  136
+  129
 
   
   
@@ -19935,7 +19935,7 @@ under the License.
   0
 
 
-  15
+  16
 
   
   
@@ -21564,6 +21564,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.wal.NettyAsyncFSWALConfigHelper.java;>org/apache/hadoop/hbase/wal/NettyAsyncFSWALConfigHelper.java
+
+
+  0
+
+
+  0
+
+
+  2
+
+  
+  
+
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.master.assignment.RegionStates.java;>org/apache/hadoop/hbase/master/assignment/RegionStates.java
 
 
@@ -26459,7 +26473,7 @@ under the License.
   0
 
 
-  2
+  1
 
   
   
@@ -27220,6 +27234,20 @@ under the License.
   
   
 
+  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.util.NettyEventLoopGroupConfig.java;>org/apache/hadoop/hbase/util/NettyEventLoopGroupConfig.java
+
+
+  0
+
+
+  0
+
+
+  0
+
+  
+  
+
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.metrics.Snapshot.java;>org/apache/hadoop/hbase/metrics/Snapshot.java
 
 
@@ -31429,7 +31457,7 @@ under the License.
   0
 
 
-  1
+  0
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0821e51a/coc.html
--
diff --git a/coc.html b/coc.html
index ca07225..db663e4 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -380,7 +380,7 @@ email to mailto:priv...@hbase.apache.org;>the priv
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-09
+  Last Published: 
2017-07-10
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0821e51a/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index 0fd1f51..174b518 100644
--- a/cygwin.html
+++ b/cygwin.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Installing Apache HBase (TM) on Windows using 
Cygwin
 
@@ -679,7 +679,7 @@ Now your HBase server is running, start 
coding and build that next
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-09
+  Last Published: 
2017-07-10
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0821e51a/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 2557ab6..48c5ab7 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependencies
 
@@ -527,7 +527,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d27954a/bulk-loads.html
--
diff --git a/bulk-loads.html b/bulk-loads.html
index f619129..8855f5e 100644
--- a/bulk-loads.html
+++ b/bulk-loads.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase   
   Bulk Loads in Apache HBase (TM)
@@ -311,7 +311,7 @@ under the License. -->
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-07-08
+  Last Published: 
2017-07-09
 
 
 



[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-08 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9fb0764b/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html 
b/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html
index 84ddf7d..db3401c 100644
--- a/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html
+++ b/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html
@@ -590,7 +590,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 getValue(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringkey)
 Deprecated.
-Getter for accessing the metadata associated with the 
key
+Getter for accessing the metadata associated with the 
key.
 
 
 
@@ -1221,7 +1221,7 @@ implements 
 
 NAMESPACE_FAMILY_INFO
-public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String NAMESPACE_FAMILY_INFO
+public static finalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String NAMESPACE_FAMILY_INFO
 Deprecated.
 
 See Also:
@@ -1235,7 +1235,7 @@ implements 
 
 NAMESPACE_FAMILY_INFO_BYTES
-public static finalbyte[] NAMESPACE_FAMILY_INFO_BYTES
+public static finalbyte[] NAMESPACE_FAMILY_INFO_BYTES
 Deprecated.
 
 
@@ -1245,7 +1245,7 @@ implements 
 
 NAMESPACE_COL_DESC_BYTES
-public static finalbyte[] NAMESPACE_COL_DESC_BYTES
+public static finalbyte[] NAMESPACE_COL_DESC_BYTES
 Deprecated.
 
 
@@ -1255,7 +1255,7 @@ implements 
 
 NAMESPACE_TABLEDESC
-public static finalHTableDescriptor NAMESPACE_TABLEDESC
+public static finalHTableDescriptor NAMESPACE_TABLEDESC
 Deprecated.
 Table descriptor for namespace table
 
@@ -1414,30 +1414,13 @@ implements 
-
-
-
-
-getValue
-publichttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetValue(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringkey)
-Deprecated.
-Getter for accessing the metadata associated with the 
key
-
-Parameters:
-key - The key.
-Returns:
-The value.
-
-
-
 
 
 
 
 
 getValues
-publichttp://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,BytesgetValues()
+publichttp://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapBytes,BytesgetValues()
 Deprecated.
 
 Specified by:
@@ -1453,7 +1436,7 @@ implements 
 
 setValue
-publicHTableDescriptorsetValue(byte[]key,
+publicHTableDescriptorsetValue(byte[]key,
  byte[]value)
 Deprecated.
 Setter for storing metadata as a (key, value) pair in 
map
@@ -1470,7 +1453,7 @@ implements 
 
 setValue
-publicHTableDescriptorsetValue(Byteskey,
+publicHTableDescriptorsetValue(Byteskey,
  Bytesvalue)
 Deprecated.
 
@@ -1481,7 +1464,7 @@ implements 
 
 setValue
-publicHTableDescriptorsetValue(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringkey,
+publicHTableDescriptorsetValue(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringkey,
  http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringvalue)
 Deprecated.
 Setter for storing metadata as a (key, value) pair in 
map
@@ -1498,7 +1481,7 @@ implements 
 
 remove
-publicvoidremove(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringkey)
+publicvoidremove(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringkey)
 Deprecated.
 Remove metadata represented by the key from the map
 
@@ -1514,7 +1497,7 @@ implements 
 
 remove
-publicvoidremove(Byteskey)
+publicvoidremove(Byteskey)
 Deprecated.
 Remove metadata represented by the key from the map
 
@@ -1530,7 +1513,7 @@ implements 
 
 remove
-publicvoidremove(byte[]key)
+publicvoidremove(byte[]key)
 Deprecated.
 Remove metadata represented by the key from the map
 
@@ -1546,7 +1529,7 @@ implements 
 
 isReadOnly
-publicbooleanisReadOnly()
+publicbooleanisReadOnly()
 Deprecated.
 Check if the readOnly flag of the table is set. If the 
readOnly flag is
  set then the contents of the table can only be read from but not 
modified.
@@ -1564,7 +1547,7 @@ implements 
 
 setReadOnly
-publicHTableDescriptorsetReadOnly(booleanreadOnly)
+publicHTableDescriptorsetReadOnly(booleanreadOnly)
 Deprecated.
 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-07 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b3b50f22/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
index f3f8bd3..3558414 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
@@ -2634,12 +2634,12 @@
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName
 ServerManager.createDestinationServersList()
-Calls ServerManager.createDestinationServersList(org.apache.hadoop.hbase.ServerName)
 without server to exclude.
+Calls ServerManager.createDestinationServersList(java.util.Listorg.apache.hadoop.hbase.ServerName)
 without server to exclude.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName
-ServerManager.createDestinationServersList(ServerNameserverToExclude)
+ServerManager.createDestinationServersList(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerNameserversToExclude)
 Creates a list of possible destinations for a region.
 
 
@@ -2841,54 +2841,52 @@
 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName
-ServerManager.createDestinationServersList(ServerNameserverToExclude)
-Creates a list of possible destinations for a region.
-
-
-
 void
 HMaster.drainRegionServer(ServerNameserver)
 
-
+
 void
 MasterServices.drainRegionServer(ServerNameserver)
 Mark a region server as draining to prevent additional 
regions from getting assigned to it.
 
 
-
+
 void
 ServerManager.expireServer(ServerNameserverName)
 
-
+
 private ServerName
 ServerManager.findServerWithSameHostnamePortWithLock(ServerNameserverName)
 Assumes onlineServers is locked.
 
 
-
+
 void
 DeadServer.finish(ServerNamesn)
 
-
+
 ServerLoad
 ServerManager.getLoad(ServerNameserverName)
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 RackManager.getRack(ServerNameserver)
 Get the name of the rack containing a server, according to 
the DNS to
  switch mapping.
 
 
-
+
 int
 HMaster.getRegionServerInfoPort(ServerNamesn)
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 HMaster.getRegionServerVersion(ServerNamesn)
 
+
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+MasterServices.getRegionServerVersion(ServerNamesn)
+
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
 ServerManager.getRsAdmin(ServerNamesn)
@@ -3180,43 +3178,49 @@
 
 
 
+http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName
+ServerManager.createDestinationServersList(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerNameserversToExclude)
+Creates a list of possible destinations for a region.
+
+
+
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.fs.Path
 MasterWalManager.getLogDirs(http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerNameserverNames)
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName
 ServerManager.getOnlineServersListWithPredicator(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerNamekeys,
   http://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true;
 title="class or interface in java.util.function">PredicateServerLoadidleServerPredicator)
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 RackManager.getRack(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerNameservers)
 Same as RackManager.getRack(ServerName)
 except that a list is passed
 
 
-
+
 (package private) void
 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ca9f6925/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html 
b/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
index 35871a4..5e905d5 100644
--- a/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
+++ b/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":18,"i6":6,"i7":6,"i8":6,"i9":18,"i10":6,"i11":18,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":6,"i52":18,"i53":6,"i54":6,"i55":6,"i56":18,"i57":6,"i58":18,"i59":6,"i60":6,"i61":18,"i62":6,"i63":18,"i64":6,"i65":6,"i66":6,"i67":6,"i68":6,"i69":6,"i70":6,"i71":6,"i72":6,"i73":6,"i74":6,"i75":6,"i76":6,"i77":6,"i78":6,"i79":6,"i80":6,"i81":6,"i82":18,"i83":6,"i84":6,"i85":6,"i86":6,"i87":6};
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":18,"i6":6,"i7":6,"i8":6,"i9":18,"i10":6,"i11":18,"i12":6,"i13":6,"i14":6,"i15":18,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":18,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6,"i43":6,"i44":18,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":18,"i52":6,"i53":18,"i54":6,"i55":18,"i56":6,"i57":18,"i58":6,"i59":6,"i60":18,"i61":6,"i62":18,"i63":6,"i64":6,"i65":6,"i66":6,"i67":6,"i68":6,"i69":6,"i70":6,"i71":6,"i72":6,"i73":6,"i74":6,"i75":6,"i76":6,"i77":18,"i78":18,"i79":6,"i80":6,"i81":18,"i82":6,"i83":6,"i84":6,"i85":6,"i86":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 
 
 PrevClass
-NextClass
+NextClass
 
 
 Frames
@@ -148,7 +148,7 @@ public interface 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-appendReplicationPeerTableCFs(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringid,
+appendReplicationPeerTableCFs(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId,
  http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapTableName,? extends http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">Collectionhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringtableCfs)
 Append the replicable table-cf config of the specified 
peer
 
@@ -211,7 +211,7 @@ public interface 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-compactRegionServer(ServerNamesn)
+compactRegionServer(ServerNameserverName)
 Compact all regions on the region server.
 
 
@@ -222,20 +222,13 @@ public interface 
-http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+default http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
 createTable(TableDescriptordesc)
 Creates a new table.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-createTable(TableDescriptordesc,
-   byte[][]splitKeys)
-Creates a new table with an initial set 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8e3b63ca/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index b8c89ca..41da4d5 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Checkstyle Results
 
@@ -289,7 +289,7 @@
 2235
 0
 0
-14647
+14643
 
 Files
 
@@ -307,7 +307,7 @@
 org/apache/hadoop/hbase/AsyncMetaTableAccessor.java
 0
 0
-54
+53
 
 org/apache/hadoop/hbase/AuthUtil.java
 0
@@ -792,7 +792,7 @@
 org/apache/hadoop/hbase/client/AsyncHBaseAdmin.java
 0
 0
-94
+92
 
 org/apache/hadoop/hbase/client/AsyncMetaRegionLocator.java
 0
@@ -6137,7 +6137,7 @@
 org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java
 0
 0
-228
+227
 
 org/apache/hadoop/hbase/shaded/protobuf/RequestConverter.java
 0
@@ -7308,7 +7308,7 @@
 http://checkstyle.sourceforge.net/config_imports.html#UnusedImports;>UnusedImports
 
 processJavadoc: true
-92
+88
 Error
 
 indentation
@@ -7400,44 +7400,44 @@
 
 Error
 imports
-UnusedImports
-Unused import - org.apache.hadoop.hbase.client.Connection.
-42
-
-Error
-imports
 ImportOrder
 Wrong order for 'org.apache.hadoop.hbase.client.Scan.ReadType' import.
-51
-
+50
+
 Error
 design
 HideUtilityClassConstructor
 Utility classes should not have a public or default constructor.
-61
-
+60
+
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 102).
-74
-
+73
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-107
-
+106
+
 Error
 indentation
 Indentation
 'lambda arguments' have incorrect indentation level 8, expected level 
should be 14.
+118
+
+Error
+indentation
+Indentation
+'if' have incorrect indentation level 10, expected level should be 16.
 119
 
 Error
 indentation
 Indentation
-'if' have incorrect indentation level 10, expected level should be 16.
+'if' child have incorrect indentation level 12, expected level should be 
18.
 120
 
 Error
@@ -7449,133 +7449,133 @@
 Error
 indentation
 Indentation
-'if' child have incorrect indentation level 12, expected level should be 
18.
+'if rcurly' have incorrect indentation level 10, expected level should be 
16.
 122
 
 Error
 indentation
 Indentation
-'if rcurly' have incorrect indentation level 10, expected level should be 
16.
+'block' child have incorrect indentation level 10, expected level should 
be 16.
 123
 
 Error
 indentation
 Indentation
-'block' child have incorrect indentation level 10, expected level should 
be 16.
-124
-
-Error
-indentation
-Indentation
 'block rcurly' have incorrect indentation level 8, expected level should 
be 14.
-126
-
+125
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-136
-
+135
+
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-176
-
+175
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-189
-
+188
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-215
-
+214
+
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 119).
-231
-
+230
+
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-242
-
+241
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-273
-
+272
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-286
-
+285
+
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 101).
-293
-
+292
+
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 104).
-324
+323
+
+Error
+blocks
+NeedBraces
+'if' construct must use '{}'s.
+382
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-383
+384
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-385
+392
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-393
+400
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-401
+445
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-446
+450
 
 Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-451
+468
 
 Error
-blocks
-NeedBraces
-'if' construct must use '{}'s.
-469
+indentation
+Indentation
+'case' child have incorrect indentation level 6, expected level should be 
8.
+480
 
 Error
 indentation
 Indentation
-'case' child have incorrect indentation level 6, expected level should be 
8.
+'block' child have incorrect indentation level 8, expected level should be 
10.
 481
 
 Error
@@ -7605,7 +7605,7 @@
 Error
 indentation
 Indentation
-'block' child have incorrect indentation level 8, expected level should be 
10.
+'case' child have incorrect indentation level 6, expected level should be 
8.
 486
 
 Error
@@ -7623,19 +7623,19 @@
 Error
 indentation
 Indentation
-'case' child have incorrect indentation level 6, expected level should be 
8.
+'block' child have incorrect indentation level 8, expected level 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-26 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/aecb1286/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html 
b/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
new file mode 100644
index 000..35871a4
--- /dev/null
+++ b/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html
@@ -0,0 +1,2250 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+AsyncAdmin (Apache HBase 3.0.0-SNAPSHOT API)
+
+
+
+
+
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":18,"i6":6,"i7":6,"i8":6,"i9":18,"i10":6,"i11":18,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":6,"i52":18,"i53":6,"i54":6,"i55":6,"i56":18,"i57":6,"i58":18,"i59":6,"i60":6,"i61":18,"i62":6,"i63":18,"i64":6,"i65":6,"i66":6,"i67":6,"i68":6,"i69":6,"i70":6,"i71":6,"i72":6,"i73":6,"i74":6,"i75":6,"i76":6,"i77":6,"i78":6,"i79":6,"i80":6,"i81":6,"i82":18,"i83":6,"i84":6,"i85":6,"i86":6,"i87":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.hadoop.hbase.client
+Interface AsyncAdmin
+
+
+
+
+
+
+
+@InterfaceAudience.Public
+public interface AsyncAdmin
+The asynchronous administrative API for HBase.
+ 
+ This feature is still under development, so marked as IA.Private. Will change 
to public when
+ done. Use it with caution.
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract MethodsDefault Methods
+
+Modifier and Type
+Method and Description
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true;
 title="class or interface in java.lang">Boolean
+abortProcedure(longprocId,
+  booleanmayInterruptIfRunning)
+abort a procedure
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+addColumnFamily(TableNametableName,
+   ColumnFamilyDescriptorcolumnFamily)
+Add a column family to an existing table.
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+addReplicationPeer(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringpeerId,
+  ReplicationPeerConfigpeerConfig)
+Add a new replication peer for replicating data to slave 
cluster
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+appendReplicationPeerTableCFs(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringid,
+ http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapTableName,? extends http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-20 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a719cd00/devapidocs/org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.Cluster.LocalityType.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.Cluster.LocalityType.html
 
b/devapidocs/org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.Cluster.LocalityType.html
new file mode 100644
index 000..29dcc55
--- /dev/null
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.Cluster.LocalityType.html
@@ -0,0 +1,346 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+BaseLoadBalancer.Cluster.LocalityType (Apache HBase 3.0.0-SNAPSHOT 
API)
+
+
+
+
+
+var methods = {"i0":9,"i1":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Enum Constants|
+Field|
+Method
+
+
+Detail:
+Enum Constants|
+Field|
+Method
+
+
+
+
+
+
+
+
+org.apache.hadoop.hbase.master.balancer
+Enum 
BaseLoadBalancer.Cluster.LocalityType
+
+
+
+http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">java.lang.EnumBaseLoadBalancer.Cluster.LocalityType
+
+
+org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster.LocalityType
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable, http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableBaseLoadBalancer.Cluster.LocalityType
+
+
+Enclosing class:
+BaseLoadBalancer.Cluster
+
+
+
+static enum BaseLoadBalancer.Cluster.LocalityType
+extends http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">EnumBaseLoadBalancer.Cluster.LocalityType
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+RACK
+
+
+SERVER
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+static BaseLoadBalancer.Cluster.LocalityType
+valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+Returns the enum constant of this type with the specified 
name.
+
+
+
+static BaseLoadBalancer.Cluster.LocalityType[]
+values()
+Returns an array containing the constants of this enum 
type, in
+the order they are declared.
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true;
 title="class or interface in java.lang">Enum
+http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-;
 title="class or interface in java.lang">compareTo, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--;
 title="class or interface in java.lang">getDeclaringClass, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/8/docs/
 api/java/lang/Enum.html?is-external=true#name--" title="class or interface in 
java.lang">name, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--;
 title="class or interface in java.lang">ordinal, 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-10 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/476c54ed/devapidocs/index-all.html
--
diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html
index cf7404f..97b9f09 100644
--- a/devapidocs/index-all.html
+++ b/devapidocs/index-all.html
@@ -1666,6 +1666,8 @@
 
 addFamilyPart(Cell)
 - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.PrefixTreeEncoder
 
+addFamilyStoreFile(String,
 String) - Method in class org.apache.hadoop.hbase.quotas.SnapshotQuotaObserverChore.StoreFileReference
+
 addFamilyVersion(byte[],
 long) - Method in class org.apache.hadoop.hbase.client.Delete
 
 Delete all columns of the specified family with a timestamp 
equal to
@@ -10795,6 +10797,8 @@
 
 chore()
 - Method in class org.apache.hadoop.hbase.quotas.QuotaObserverChore
 
+chore()
 - Method in class org.apache.hadoop.hbase.quotas.SnapshotQuotaObserverChore
+
 chore()
 - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore
 
 chore
 - Variable in class org.apache.hadoop.hbase.quotas.TableQuotaSnapshotStore
@@ -15305,6 +15309,10 @@
 
 Computes total FileSystem size for the given Region.
 
+computeSnapshotSizes(MultimapTableName,
 String) - Method in class org.apache.hadoop.hbase.quotas.SnapshotQuotaObserverChore
+
+Computes the size of each snapshot provided given the 
current files referenced by the table.
+
 computeTrailerSizeByVersion()
 - Static method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
 ConcatenatedListsT - Class in org.apache.hadoop.hbase.util
@@ -15510,6 +15518,8 @@
 
 conf
 - Variable in class org.apache.hadoop.hbase.quotas.QuotaObserverChore.TablesWithQuotas
 
+conf
 - Variable in class org.apache.hadoop.hbase.quotas.SnapshotQuotaObserverChore
+
 conf
 - Static variable in class org.apache.hadoop.hbase.quotas.TimeBasedLimiter
 
 conf
 - Variable in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
@@ -15978,6 +15988,8 @@
 
 conn
 - Variable in class org.apache.hadoop.hbase.quotas.QuotaObserverChore.TablesWithQuotas
 
+conn
 - Variable in class org.apache.hadoop.hbase.quotas.SnapshotQuotaObserverChore
+
 conn
 - Variable in class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore
 
 conn
 - Variable in class org.apache.hadoop.hbase.quotas.TableQuotaSnapshotStore
@@ -18766,6 +18778,10 @@
 
 Creates Get operation to retrieve start code from backup 
system table
 
+createGetNamespaceSnapshotSize(String)
 - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
+
+Creates a Get to fetch the namespace's total 
snapshot size.
+
 createGroupKey(byte[][])
 - Method in class org.apache.hadoop.hbase.mapred.GroupingTableMap
 
 Create a key by concatenating multiple column values.
@@ -19198,12 +19214,26 @@
 
 Creates Put to store incremental backup table set
 
+createPutForNamespaceSnapshotSize(String,
 long) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
+
+Creates a Put for the namespace's total 
snapshot size.
+
 createPutForPreparedBulkload(TableName,
 byte[], byte[], ListPairPath, Path) - Static method 
in class org.apache.hadoop.hbase.backup.impl.BackupSystemTable
 
 createPutForRegionServerLastLogRollResult(String,
 Long, String) - Method in class 
org.apache.hadoop.hbase.backup.impl.BackupSystemTable
 
 Creates Put to store RS last log result
 
+createPutForSnapshotSize(TableName,
 String, long) - Static method in class 
org.apache.hadoop.hbase.quotas.QuotaTableUtil
+
+Creates a Put to persist 
the current size of the snapshot with respect to
+ the given table.
+
+createPutForSpaceSnapshot(TableName,
 SpaceQuotaSnapshot) - Static method in class 
org.apache.hadoop.hbase.quotas.QuotaTableUtil
+
+Creates a Put to store 
the given snapshot for the given tableName in
+ the quota table.
+
 createPutForStartBackupSession()
 - Method in class org.apache.hadoop.hbase.backup.impl.BackupSystemTable
 
 createPutForStartCode(String,
 String) - Method in class org.apache.hadoop.hbase.backup.impl.BackupSystemTable
@@ -19228,11 +19258,6 @@
 
 Creates put list for list of WAL files
 
-createPutSpaceSnapshot(TableName,
 SpaceQuotaSnapshot) - Static method in class 
org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
-Creates a Put to store 
the given snapshot for the given tableName in
- the quota table.
-
 createQuarantinePath(Path)
 - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
 
 Given a path, generates a new path to where we move a 
corrupted hfile (bad
@@ -19483,6 +19508,8 @@
 
 Creates Scan operation to load last RS log roll 
results
 
+createScanForSnapshotSizes(TableName)
 - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
+
 createScanFromConfiguration(Configuration)
 - Static method in class org.apache.hadoop.hbase.mapreduce.TableInputFormat
 
 Sets up a Scan instance, applying 
settings from the configuration property
@@ -26862,6 +26889,10 @@
 
 equals(Object)
 - Method in class 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/77a552c4/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html 
b/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html
index 47e71b4..84ddf7d 100644
--- a/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html
+++ b/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":42,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":42,"i9":42,"i10":42,"i11":42,"i12":42,"i13":42,"i14":42,"i15":42,"i16":42,"i17":42,"i18":42,"i19":42,"i20":42,"i21":42,"i22":42,"i23":42,"i24":42,"i25":42,"i26":42,"i27":42,"i28":42,"i29":42,"i30":42,"i31":42,"i32":42,"i33":42,"i34":42,"i35":42,"i36":42,"i37":42,"i38":42,"i39":41,"i40":42,"i41":42,"i42":42,"i43":42,"i44":42,"i45":42,"i46":42,"i47":42,"i48":42,"i49":42,"i50":42,"i51":42,"i52":42,"i53":42,"i54":42,"i55":42,"i56":42,"i57":42,"i58":42,"i59":42,"i60":42,"i61":42,"i62":42,"i63":42,"i64":42,"i65":42,"i66":42};
+var methods = 
{"i0":42,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":42,"i9":42,"i10":42,"i11":42,"i12":42,"i13":42,"i14":42,"i15":42,"i16":42,"i17":42,"i18":42,"i19":42,"i20":42,"i21":42,"i22":42,"i23":42,"i24":42,"i25":42,"i26":42,"i27":42,"i28":42,"i29":42,"i30":42,"i31":42,"i32":42,"i33":42,"i34":42,"i35":42,"i36":42,"i37":42,"i38":42,"i39":42,"i40":42,"i41":42,"i42":42,"i43":42,"i44":41,"i45":42,"i46":42,"i47":42,"i48":42,"i49":42,"i50":42,"i51":42,"i52":42,"i53":42,"i54":42,"i55":42,"i56":42,"i57":42,"i58":42,"i59":42,"i60":42,"i61":42,"i62":42,"i63":42,"i64":42,"i65":42,"i66":42,"i67":42,"i68":42,"i69":42,"i70":42,"i71":42,"i72":42};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 
Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -123,7 +123,7 @@ var activeTableTab = "activeTableTab";
 
 http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true;
 title="class or interface in java.lang">@Deprecated
  @InterfaceAudience.Public
-public class HTableDescriptor
+public class HTableDescriptor
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements TableDescriptor, http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true;
 title="class or interface in java.lang">ComparableHTableDescriptor
 HTableDescriptor contains the details about an HBase table  
such as the descriptors of
@@ -191,109 +191,115 @@ implements 
+protected 
org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
+delegatee
+Deprecated.
+
+
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 DURABILITY
 Deprecated.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 FLUSH_POLICY
 Deprecated.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 IS_META
 Deprecated.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 IS_ROOT
 Deprecated.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 MAX_FILESIZE
 Deprecated.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 MEMSTORE_FLUSHSIZE
 Deprecated.
 
 
-
+
 static byte[]
 NAMESPACE_COL_DESC_BYTES
 Deprecated.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 NAMESPACE_FAMILY_INFO
 Deprecated.
 
 
-
+
 static byte[]
 NAMESPACE_FAMILY_INFO_BYTES
 Deprecated.
 
 
-
+
 static HTableDescriptor
 NAMESPACE_TABLEDESC
 Deprecated.
 Table descriptor for namespace table
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 NORMALIZATION_ENABLED
 Deprecated.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 OWNER
 Deprecated.
 
 
-
+
 static Bytes
 OWNER_KEY
 Deprecated.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 PRIORITY
 Deprecated.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 

[48/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-07 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b44796ef/apidocs/org/apache/hadoop/hbase/classification/tools/package-tree.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/classification/tools/package-tree.html 
b/apidocs/org/apache/hadoop/hbase/classification/tools/package-tree.html
index 267f07c..a5284f9 100644
--- a/apidocs/org/apache/hadoop/hbase/classification/tools/package-tree.html
+++ b/apidocs/org/apache/hadoop/hbase/classification/tools/package-tree.html
@@ -4,7 +4,7 @@
 
 
 
-org.apache.hadoop.hbase.classification.tools Class Hierarchy (Apache 
HBase 2.0.0-SNAPSHOT API)
+org.apache.hadoop.hbase.classification.tools Class Hierarchy (Apache 
HBase 3.0.0-SNAPSHOT API)
 
 
 
@@ -12,7 +12,7 @@
 
 
-Uses of Package org.apache.hadoop.hbase.classification.tools (Apache 
HBase 2.0.0-SNAPSHOT API)
+Uses of Package org.apache.hadoop.hbase.classification.tools (Apache 
HBase 3.0.0-SNAPSHOT API)