Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9A356200B87 for ; Sun, 4 Sep 2016 17:54:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 98F2B160AD7; Sun, 4 Sep 2016 15:54:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8FDF7160AC9 for ; Sun, 4 Sep 2016 17:54:11 +0200 (CEST) Received: (qmail 12141 invoked by uid 500); 4 Sep 2016 15:54:06 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 10359 invoked by uid 99); 4 Sep 2016 15:54:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2016 15:54:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D8AEBDFDD3; Sun, 4 Sep 2016 15:54:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dimaspivak@apache.org To: commits@hbase.apache.org Date: Sun, 04 Sep 2016 15:54:34 -0000 Message-Id: <7d12ebdaf9d142dcbc4000bb326ff4e1@git.apache.org> In-Reply-To: <08f89282ffe740e6990312eb90b0aef7@git.apache.org> References: <08f89282ffe740e6990312eb90b0aef7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [31/52] [partial] hbase-site git commit: Published site at ab07f0087b8c5efcb1b084e42f4941ddb0c8885e. archived-at: Sun, 04 Sep 2016 15:54:13 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8ba76a42/devapidocs/org/apache/hadoop/hbase/class-use/InterProcessLock.MetadataHandler.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/InterProcessLock.MetadataHandler.html b/devapidocs/org/apache/hadoop/hbase/class-use/InterProcessLock.MetadataHandler.html index 38c22d9..1689c47 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/InterProcessLock.MetadataHandler.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/InterProcessLock.MetadataHandler.html @@ -166,13 +166,13 @@ -private InterProcessLock.MetadataHandler -ZKInterProcessReadWriteLock.handler  - - protected InterProcessLock.MetadataHandler ZKInterProcessLockBase.handler  + +private InterProcessLock.MetadataHandler +ZKInterProcessReadWriteLock.handler  + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8ba76a42/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html b/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html index 228983f..b7e5ae0 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html @@ -205,22 +205,22 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - + - + - - @@ -336,31 +336,31 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - + - + - - - + - + @@ -524,17 +524,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - - @@ -811,28 +811,22 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - - - - - + - + - + - + - + + + + +
static KeyValueKeyValue.create(DataInput in) KeyValueUtil.create(DataInput in) 
static KeyValueKeyValueUtil.create(DataInput in) KeyValue.create(DataInput in) 
static KeyValueKeyValue.create(int length, +KeyValueUtil.create(int length, DataInput in)
Create a KeyValue reading length from in
static KeyValueKeyValueUtil.create(int length, +KeyValue.create(int length, DataInput in)
Create a KeyValue reading length from in
static KeyValueKeyValue.createKeyValueFromKey(byte[] b) KeyValueUtil.createKeyValueFromKey(byte[] b) 
static KeyValueKeyValueUtil.createKeyValueFromKey(byte[] b) KeyValue.createKeyValueFromKey(byte[] b) 
static KeyValueKeyValue.createKeyValueFromKey(byte[] b, +KeyValueUtil.createKeyValueFromKey(byte[] b, int o, int l) 
static KeyValueKeyValueUtil.createKeyValueFromKey(byte[] b, +KeyValue.createKeyValueFromKey(byte[] b, int o, int l) 
static KeyValueKeyValue.createKeyValueFromKey(ByteBuffer bb) KeyValueUtil.createKeyValueFromKey(ByteBuffer bb) 
static KeyValueKeyValueUtil.createKeyValueFromKey(ByteBuffer bb) KeyValue.createKeyValueFromKey(ByteBuffer bb) 
static KeyValue
static longKeyValue.write(KeyValue kv, +KeyValueUtil.write(KeyValue kv, DataOutput out) -
Write out a KeyValue in the manner in which we used to when KeyValue was a Writable.
+
Write out a KeyValue in the manner in which we used to when KeyValue was a + Writable.
static longKeyValueUtil.write(KeyValue kv, +KeyValue.write(KeyValue kv, DataOutput out) -
Write out a KeyValue in the manner in which we used to when KeyValue was a - Writable.
+
Write out a KeyValue in the manner in which we used to when KeyValue was a Writable.
Iterator<StoreFile>DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey) 
Iterator<StoreFile> StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)
Gets initial, full list of candidate store files to check for row-key-before.
Iterator<StoreFile> StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)
Iterator<StoreFile>DefaultStoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, - KeyValue targetKey, - Cell candidate) DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey) 
Iterator<StoreFile> StoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, KeyValue targetKey, @@ -840,7 +834,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Updates the candidate list for finding row key before.
Iterator<StoreFile> StripeStoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, KeyValue targetKey, @@ -850,6 +844,12 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. for details on this methods.
Iterator<StoreFile>DefaultStoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, + KeyValue targetKey, + Cell candidate) 
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8ba76a42/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html b/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html index 025666a..1b83c0d 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/NamespaceDescriptor.html @@ -316,16 +316,6 @@ void -BaseMasterObserver.postCreateNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, - NamespaceDescriptor ns)  - - -void -BaseMasterAndRegionObserver.postCreateNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, - NamespaceDescriptor ns)  - - -void MasterObserver.postCreateNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, NamespaceDescriptor ns)
Called after the createNamespace operation has been requested.
@@ -333,13 +323,13 @@ void -BaseMasterObserver.postGetNamespaceDescriptor(ObserverContext<MasterCoprocessorEnvironment> ctx, - NamespaceDescriptor ns)  +BaseMasterAndRegionObserver.postCreateNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, + NamespaceDescriptor ns)  void -BaseMasterAndRegionObserver.postGetNamespaceDescriptor(ObserverContext<MasterCoprocessorEnvironment> ctx, - NamespaceDescriptor ns)  +BaseMasterObserver.postCreateNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, + NamespaceDescriptor ns)  void @@ -350,13 +340,13 @@ void -BaseMasterObserver.postModifyNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, - NamespaceDescriptor ns)  +BaseMasterAndRegionObserver.postGetNamespaceDescriptor(ObserverContext<MasterCoprocessorEnvironment> ctx, + NamespaceDescriptor ns)  void -BaseMasterAndRegionObserver.postModifyNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, - NamespaceDescriptor ns)  +BaseMasterObserver.postGetNamespaceDescriptor(ObserverContext<MasterCoprocessorEnvironment> ctx, + NamespaceDescriptor ns)  void @@ -367,13 +357,13 @@ void -BaseMasterObserver.preCreateNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, - NamespaceDescriptor ns)  +BaseMasterAndRegionObserver.postModifyNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, + NamespaceDescriptor ns)  void -BaseMasterAndRegionObserver.preCreateNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, - NamespaceDescriptor ns)  +BaseMasterObserver.postModifyNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, + NamespaceDescriptor ns)  void @@ -385,12 +375,12 @@ void -BaseMasterObserver.preModifyNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterAndRegionObserver.preCreateNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, NamespaceDescriptor ns)  void -BaseMasterAndRegionObserver.preModifyNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preCreateNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, NamespaceDescriptor ns)  @@ -400,6 +390,16 @@
Called prior to modifying a namespace's properties.
+ +void +BaseMasterAndRegionObserver.preModifyNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, + NamespaceDescriptor ns)  + + +void +BaseMasterObserver.preModifyNamespace(ObserverContext<MasterCoprocessorEnvironment> ctx, + NamespaceDescriptor ns)  + @@ -411,8 +411,10 @@ - + @@ -421,15 +423,15 @@ - + - + @@ -438,10 +440,8 @@ - +
voidBaseMasterObserver.postListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment> ctx, - List<NamespaceDescriptor> descriptors) MasterObserver.postListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment> ctx, + List<NamespaceDescriptor> descriptors) +
Called after a listNamespaceDescriptors request has been processed.
+
void
voidMasterObserver.postListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment> ctx, - List<NamespaceDescriptor> descriptors) -
Called after a listNamespaceDescriptors request has been processed.
-
BaseMasterObserver.postListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment> ctx, + List<NamespaceDescriptor> descriptors) 
voidBaseMasterObserver.preListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment> ctx, - List<NamespaceDescriptor> descriptors) MasterObserver.preListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment> ctx, + List<NamespaceDescriptor> descriptors) +
Called before a listNamespaceDescriptors request has been processed.
+
void
voidMasterObserver.preListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment> ctx, - List<NamespaceDescriptor> descriptors) -
Called before a listNamespaceDescriptors request has been processed.
-
BaseMasterObserver.preListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment> ctx, + List<NamespaceDescriptor> descriptors) 
@@ -481,7 +481,9 @@ NamespaceDescriptor -ClusterSchemaServiceImpl.getNamespace(String name)  +ClusterSchema.getNamespace(String name) +
Get a Namespace
+ (package private) NamespaceDescriptor @@ -491,9 +493,7 @@ NamespaceDescriptor -ClusterSchema.getNamespace(String name) -
Get a Namespace
- +ClusterSchemaServiceImpl.getNamespace(String name)  @@ -506,7 +506,9 @@ List<NamespaceDescriptor> -ClusterSchemaServiceImpl.getNamespaces()  +ClusterSchema.getNamespaces() +
Get all Namespaces
+ (package private) List<NamespaceDescriptor> @@ -516,9 +518,7 @@ List<NamespaceDescriptor> -ClusterSchema.getNamespaces() -
Get all Namespaces
- +ClusterSchemaServiceImpl.getNamespaces()  NavigableSet<NamespaceDescriptor> @@ -541,9 +541,11 @@ long -ClusterSchemaServiceImpl.createNamespace(NamespaceDescriptor namespaceDescriptor, +ClusterSchema.createNamespace(NamespaceDescriptor namespaceDescriptor, long nonceGroup, - long nonce)  + long nonce) +
Create a new Namespace.
+ (package private) long @@ -555,11 +557,9 @@ long -ClusterSchema.createNamespace(NamespaceDescriptor namespaceDescriptor, +ClusterSchemaServiceImpl.createNamespace(NamespaceDescriptor namespaceDescriptor, long nonceGroup, - long nonce) -
Create a new Namespace.
- + long nonce)
  static long @@ -575,9 +575,11 @@ long -ClusterSchemaServiceImpl.modifyNamespace(NamespaceDescriptor namespaceDescriptor, +ClusterSchema.modifyNamespace(NamespaceDescriptor descriptor, long nonceGroup, - long nonce)  + long nonce) +
Modify an existing Namespace.
+ (package private) long @@ -589,11 +591,9 @@ long -ClusterSchema.modifyNamespace(NamespaceDescriptor descriptor, +ClusterSchemaServiceImpl.modifyNamespace(NamespaceDescriptor namespaceDescriptor, long nonceGroup, - long nonce) -
Modify an existing Namespace.
- + long nonce)
  void @@ -660,11 +660,11 @@ private NamespaceDescriptor -DeleteNamespaceProcedure.nsDescriptor  +CreateNamespaceProcedure.nsDescriptor  private NamespaceDescriptor -CreateNamespaceProcedure.nsDescriptor  +DeleteNamespaceProcedure.nsDescriptor  private NamespaceDescriptor http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8ba76a42/devapidocs/org/apache/hadoop/hbase/class-use/ProcedureInfo.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ProcedureInfo.html b/devapidocs/org/apache/hadoop/hbase/class-use/ProcedureInfo.html index 1cc3b5c..889ea95 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/ProcedureInfo.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/ProcedureInfo.html @@ -200,8 +200,10 @@ void -BaseMasterObserver.postListProcedures(ObserverContext<MasterCoprocessorEnvironment> ctx, - List<ProcedureInfo> procInfoList)  +MasterObserver.postListProcedures(ObserverContext<MasterCoprocessorEnvironment> ctx, + List<ProcedureInfo> procInfoList) +
Called after a listProcedures request has been processed.
+ void @@ -210,10 +212,8 @@ void -MasterObserver.postListProcedures(ObserverContext<MasterCoprocessorEnvironment> ctx, - List<ProcedureInfo> procInfoList) -
Called after a listProcedures request has been processed.
- +BaseMasterObserver.postListProcedures(ObserverContext<MasterCoprocessorEnvironment> ctx, + List<ProcedureInfo> procInfoList)  @@ -231,14 +231,14 @@ List<ProcedureInfo> -HMaster.listProcedures()  - - -List<ProcedureInfo> MasterServices.listProcedures()
List procedures
+ +List<ProcedureInfo> +HMaster.listProcedures()  + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8ba76a42/devapidocs/org/apache/hadoop/hbase/class-use/RegionLocations.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/RegionLocations.html b/devapidocs/org/apache/hadoop/hbase/class-use/RegionLocations.html index 1b0eef4..d1f0c00 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/RegionLocations.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/RegionLocations.html @@ -194,15 +194,15 @@ boolean useCache)  - - + - - + @@ -343,23 +343,23 @@ - - - - - + + + + +
RegionLocationsMetaCache.getCachedLocation(TableName tableName, +(package private) RegionLocationsConnectionImplementation.getCachedLocation(TableName tableName, byte[] row)
Search the cache for a location that fits our table and row key.
(package private) RegionLocationsConnectionImplementation.getCachedLocation(TableName tableName, +RegionLocationsMetaCache.getCachedLocation(TableName tableName, byte[] row)
Search the cache for a location that fits our table and row key.
voidMetaCache.cacheLocation(TableName tableName, - RegionLocations locations) -
Put a newly discovered HRegionLocation into the cache.
-
void ConnectionImplementation.cacheLocation(TableName tableName, RegionLocations location)
Put a newly discovered HRegionLocation into the cache.
void ClusterConnection.cacheLocation(TableName tableName, RegionLocations location) 
voidMetaCache.cacheLocation(TableName tableName, + RegionLocations locations) +
Put a newly discovered HRegionLocation into the cache.
+