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 233DC200C5C for ; Wed, 5 Apr 2017 22:53:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 21DF9160BA9; Wed, 5 Apr 2017 20:53:57 +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 4A189160BAF for ; Wed, 5 Apr 2017 22:53:54 +0200 (CEST) Received: (qmail 35558 invoked by uid 500); 5 Apr 2017 20:53:50 -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 35046 invoked by uid 99); 5 Apr 2017 20:53:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2017 20:53:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0928BE0896; Wed, 5 Apr 2017 20:53:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Wed, 05 Apr 2017 20:54:11 -0000 Message-Id: In-Reply-To: <1b30e30b83b24038a18871c9af639590@git.apache.org> References: <1b30e30b83b24038a18871c9af639590@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/51] [partial] hbase-site git commit: Published site at cbcbcf4dcd3401327cc36173f3ca8e5362da1e0c. archived-at: Wed, 05 Apr 2017 20:53:57 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/12ed5f60/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html index 793bd20..b3951ce 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html +++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html @@ -168,23 +168,23 @@ void +CombinedBlockCache.cacheBlock(BlockCacheKey cacheKey, + Cacheable buf)  + + +void BlockCache.cacheBlock(BlockCacheKey cacheKey, Cacheable buf)
Add block to cache (defaults to not in-memory).
- + void LruBlockCache.cacheBlock(BlockCacheKey cacheKey, Cacheable buf)
Cache the block with the specified name and buffer.
- -void -CombinedBlockCache.cacheBlock(BlockCacheKey cacheKey, - Cacheable buf)  - void MemcachedBlockCache.cacheBlock(BlockCacheKey cacheKey, @@ -192,35 +192,35 @@ void -BlockCache.cacheBlock(BlockCacheKey cacheKey, +CombinedBlockCache.cacheBlock(BlockCacheKey cacheKey, Cacheable buf, boolean inMemory, - boolean cacheDataInL1) -
Add block to cache.
- + boolean cacheDataInL1)
  void -LruBlockCache.cacheBlock(BlockCacheKey cacheKey, +InclusiveCombinedBlockCache.cacheBlock(BlockCacheKey cacheKey, Cacheable buf, boolean inMemory, - boolean cacheDataInL1) -
Cache the block with the specified name and buffer.
- + boolean cacheDataInL1)
  void -CombinedBlockCache.cacheBlock(BlockCacheKey cacheKey, +BlockCache.cacheBlock(BlockCacheKey cacheKey, Cacheable buf, boolean inMemory, - boolean cacheDataInL1)  + boolean cacheDataInL1) +
Add block to cache.
+ void -InclusiveCombinedBlockCache.cacheBlock(BlockCacheKey cacheKey, +LruBlockCache.cacheBlock(BlockCacheKey cacheKey, Cacheable buf, boolean inMemory, - boolean cacheDataInL1)  + boolean cacheDataInL1) +
Cache the block with the specified name and buffer.
+ void @@ -237,17 +237,17 @@ boolean -BlockCache.evictBlock(BlockCacheKey cacheKey) -
Evict block from cache.
- +CombinedBlockCache.evictBlock(BlockCacheKey cacheKey)  boolean -LruBlockCache.evictBlock(BlockCacheKey cacheKey)  +BlockCache.evictBlock(BlockCacheKey cacheKey) +
Evict block from cache.
+ boolean -CombinedBlockCache.evictBlock(BlockCacheKey cacheKey)  +LruBlockCache.evictBlock(BlockCacheKey cacheKey)  boolean @@ -255,35 +255,35 @@ Cacheable -BlockCache.getBlock(BlockCacheKey cacheKey, +CombinedBlockCache.getBlock(BlockCacheKey cacheKey, boolean caching, boolean repeat, - boolean updateCacheMetrics) -
Fetch block from cache.
- + boolean updateCacheMetrics)
  Cacheable -LruBlockCache.getBlock(BlockCacheKey cacheKey, +InclusiveCombinedBlockCache.getBlock(BlockCacheKey cacheKey, boolean caching, boolean repeat, - boolean updateCacheMetrics) -
Get the buffer of the block with the specified name.
- + boolean updateCacheMetrics)
  Cacheable -CombinedBlockCache.getBlock(BlockCacheKey cacheKey, +BlockCache.getBlock(BlockCacheKey cacheKey, boolean caching, boolean repeat, - boolean updateCacheMetrics)  + boolean updateCacheMetrics) +
Fetch block from cache.
+ Cacheable -InclusiveCombinedBlockCache.getBlock(BlockCacheKey cacheKey, +LruBlockCache.getBlock(BlockCacheKey cacheKey, boolean caching, boolean repeat, - boolean updateCacheMetrics)  + boolean updateCacheMetrics) +
Get the buffer of the block with the specified name.
+ Cacheable @@ -310,20 +310,20 @@ void +CombinedBlockCache.returnBlock(BlockCacheKey cacheKey, + Cacheable block)  + + +void BlockCache.returnBlock(BlockCacheKey cacheKey, Cacheable block)
Called when the scanner using the block decides to return the block once its usage is over.
- -void -LruBlockCache.returnBlock(BlockCacheKey cacheKey, - Cacheable block)  - void -CombinedBlockCache.returnBlock(BlockCacheKey cacheKey, +LruBlockCache.returnBlock(BlockCacheKey cacheKey, Cacheable block)  @@ -509,13 +509,13 @@ void -CachedEntryQueue.add(Map.Entry<BlockCacheKey,BucketCache.BucketEntry> entry) -
Attempt to add the specified entry to this queue.
- +BucketCache.BucketEntryGroup.add(Map.Entry<BlockCacheKey,BucketCache.BucketEntry> block)  void -BucketCache.BucketEntryGroup.add(Map.Entry<BlockCacheKey,BucketCache.BucketEntry> block)  +CachedEntryQueue.add(Map.Entry<BlockCacheKey,BucketCache.BucketEntry> entry) +
Attempt to add the specified entry to this queue.
+ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/12ed5f60/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockType.html b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockType.html index 7357a80..0606faf 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockType.html +++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockType.html @@ -169,20 +169,20 @@ private BlockType -BlockCacheKey.blockType  - - -private BlockType HFileBlock.blockType
Type of block.
- + private BlockType HFileBlock.Writer.blockType
Current block type.
+ +private BlockType +BlockCacheKey.blockType  + @@ -194,7 +194,7 @@ - + @@ -208,22 +208,22 @@ - + - + - - - - + + + + @@ -284,26 +284,26 @@ the order they are declared. - - + BlockType blockType)  - + BlockType blockType) +
Ends encoding for a block of KeyValues.
+ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/12ed5f60/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheConfig.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheConfig.html b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheConfig.html index 18e401a..66c3554 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheConfig.html +++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheConfig.html @@ -213,9 +213,9 @@ - - + @@ -223,9 +223,9 @@ - - + @@ -393,6 +393,13 @@ + + + + - - - - - - - - + + + + @@ -711,19 +711,19 @@ - + - + - + - +
BlockTypeBlockCacheKey.getBlockType() CachedBlock.getBlockType() 
BlockType
BlockTypeCacheable.getBlockType() BlockCacheKey.getBlockType() 
BlockTypeCachedBlock.getBlockType() Cacheable.getBlockType() 
BlockTypeHFileBlockIndex.BlockIndexWriter.getInlineBlockType() 
BlockType InlineBlockWriter.getInlineBlockType()
The type of blocks this block writer produces.
BlockTypeHFileBlockIndex.BlockIndexWriter.getInlineBlockType() 
BlockType CompoundBloomFilterWriter.getInlineBlockType() 
voidNoOpDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, +HFileDataBlockEncoderImpl.endBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out, byte[] uncompressedBytesWithHeader, BlockType blockType) 
voidHFileDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, +NoOpDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out, byte[] uncompressedBytesWithHeader, - BlockType blockType) -
Ends encoding for a block of KeyValues.
-
voidHFileDataBlockEncoderImpl.endBlockEncoding(HFileBlockEncodingContext encodingCtx, +HFileDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out, byte[] uncompressedBytesWithHeader, - BlockType blockType) 
private DataInput
private CacheConfigHFileBlockIndex.BlockIndexWriter.cacheConf -
CacheConfig, or null if cache-on-write is disabled
+
protected CacheConfigHFileWriterImpl.cacheConf +
Cache configuration for caching data on write.
HFile.WriterFactory.cacheConf 
protected CacheConfigHFileWriterImpl.cacheConf -
Cache configuration for caching data on write.
+
private CacheConfigHFileBlockIndex.BlockIndexWriter.cacheConf +
CacheConfig, or null if cache-on-write is disabled
static CachedMobFileCachedMobFile.create(org.apache.hadoop.fs.FileSystem fs, + org.apache.hadoop.fs.Path path, + org.apache.hadoop.conf.Configuration conf, + CacheConfig cacheConf) 
static MobFile MobFile.create(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, @@ -401,13 +408,6 @@
Creates an instance of the MobFile.
static CachedMobFileCachedMobFile.create(org.apache.hadoop.fs.FileSystem fs, - org.apache.hadoop.fs.Path path, - org.apache.hadoop.conf.Configuration conf, - CacheConfig cacheConf) 
static StoreFileWriter MobUtils.createDelFileWriter(org.apache.hadoop.conf.Configuration conf, @@ -573,14 +573,14 @@
CacheConfigHRegionServer.getCacheConfig() 
CacheConfig Store.getCacheConfig()
Used for tests.
CacheConfigHRegionServer.getCacheConfig() 
CacheConfig HStore.getCacheConfig() 
private CacheConfigBlockCacheViewTmplImpl.cacheConfig BlockCacheTmplImpl.cacheConfig 
private CacheConfigBlockCacheTmplImpl.cacheConfig BlockCacheViewTmplImpl.cacheConfig 
private CacheConfigBlockCacheTmpl.ImplData.m_cacheConfig BlockCacheViewTmpl.ImplData.m_cacheConfig 
private CacheConfigBlockCacheViewTmpl.ImplData.m_cacheConfig BlockCacheTmpl.ImplData.m_cacheConfig 
@@ -736,11 +736,11 @@ CacheConfig -BlockCacheTmpl.ImplData.getCacheConfig()  +BlockCacheViewTmpl.ImplData.getCacheConfig()  CacheConfig -BlockCacheViewTmpl.ImplData.getCacheConfig()  +BlockCacheTmpl.ImplData.getCacheConfig()  @@ -810,11 +810,11 @@ void -BlockCacheTmpl.ImplData.setCacheConfig(CacheConfig cacheConfig)  +BlockCacheViewTmpl.ImplData.setCacheConfig(CacheConfig cacheConfig)  void -BlockCacheViewTmpl.ImplData.setCacheConfig(CacheConfig cacheConfig)  +BlockCacheTmpl.ImplData.setCacheConfig(CacheConfig cacheConfig)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/12ed5f60/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheStats.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheStats.html b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheStats.html index 4723449..ca72aa6 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheStats.html +++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheStats.html @@ -158,20 +158,20 @@ CacheStats +CombinedBlockCache.getStats()  + + +CacheStats BlockCache.getStats()
Get the statistics for this block cache.
- + CacheStats LruBlockCache.getStats()
Get counter statistics for this cache.
- -CacheStats -CombinedBlockCache.getStats()  - CacheStats MemcachedBlockCache.getStats()  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/12ed5f60/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/Cacheable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/Cacheable.html b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/Cacheable.html index 151a710..b4ae52f 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/Cacheable.html +++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/Cacheable.html @@ -176,35 +176,35 @@ Cacheable -BlockCache.getBlock(BlockCacheKey cacheKey, +CombinedBlockCache.getBlock(BlockCacheKey cacheKey, boolean caching, boolean repeat, - boolean updateCacheMetrics) -
Fetch block from cache.
- + boolean updateCacheMetrics)
  Cacheable -LruBlockCache.getBlock(BlockCacheKey cacheKey, +InclusiveCombinedBlockCache.getBlock(BlockCacheKey cacheKey, boolean caching, boolean repeat, - boolean updateCacheMetrics) -
Get the buffer of the block with the specified name.
- + boolean updateCacheMetrics)
  Cacheable -CombinedBlockCache.getBlock(BlockCacheKey cacheKey, +BlockCache.getBlock(BlockCacheKey cacheKey, boolean caching, boolean repeat, - boolean updateCacheMetrics)  + boolean updateCacheMetrics) +
Fetch block from cache.
+ Cacheable -InclusiveCombinedBlockCache.getBlock(BlockCacheKey cacheKey, +LruBlockCache.getBlock(BlockCacheKey cacheKey, boolean caching, boolean repeat, - boolean updateCacheMetrics)  + boolean updateCacheMetrics) +
Get the buffer of the block with the specified name.
+ Cacheable @@ -253,23 +253,23 @@ void +CombinedBlockCache.cacheBlock(BlockCacheKey cacheKey, + Cacheable buf)  + + +void BlockCache.cacheBlock(BlockCacheKey cacheKey, Cacheable buf)
Add block to cache (defaults to not in-memory).
- + void LruBlockCache.cacheBlock(BlockCacheKey cacheKey, Cacheable buf)
Cache the block with the specified name and buffer.
- -void -CombinedBlockCache.cacheBlock(BlockCacheKey cacheKey, - Cacheable buf)  - void MemcachedBlockCache.cacheBlock(BlockCacheKey cacheKey, @@ -277,35 +277,35 @@ void -BlockCache.cacheBlock(BlockCacheKey cacheKey, +CombinedBlockCache.cacheBlock(BlockCacheKey cacheKey, Cacheable buf, boolean inMemory, - boolean cacheDataInL1) -
Add block to cache.
- + boolean cacheDataInL1)
  void -LruBlockCache.cacheBlock(BlockCacheKey cacheKey, +InclusiveCombinedBlockCache.cacheBlock(BlockCacheKey cacheKey, Cacheable buf, boolean inMemory, - boolean cacheDataInL1) -
Cache the block with the specified name and buffer.
- + boolean cacheDataInL1)
  void -CombinedBlockCache.cacheBlock(BlockCacheKey cacheKey, +BlockCache.cacheBlock(BlockCacheKey cacheKey, Cacheable buf, boolean inMemory, - boolean cacheDataInL1)  + boolean cacheDataInL1) +
Add block to cache.
+ void -InclusiveCombinedBlockCache.cacheBlock(BlockCacheKey cacheKey, +LruBlockCache.cacheBlock(BlockCacheKey cacheKey, Cacheable buf, boolean inMemory, - boolean cacheDataInL1)  + boolean cacheDataInL1) +
Cache the block with the specified name and buffer.
+ void @@ -321,20 +321,20 @@ void +CombinedBlockCache.returnBlock(BlockCacheKey cacheKey, + Cacheable block)  + + +void BlockCache.returnBlock(BlockCacheKey cacheKey, Cacheable block)
Called when the scanner using the block decides to return the block once its usage is over.
- -void -LruBlockCache.returnBlock(BlockCacheKey cacheKey, - Cacheable block)  - void -CombinedBlockCache.returnBlock(BlockCacheKey cacheKey, +LruBlockCache.returnBlock(BlockCacheKey cacheKey, Cacheable block)  @@ -419,13 +419,19 @@ Cacheable +ByteBufferIOEngine.read(long offset, + int length, + CacheableDeserializer<Cacheable> deserializer)  + + +Cacheable FileIOEngine.read(long offset, int length, CacheableDeserializer<Cacheable> deserializer)
Transfers data from file to the given byte buffer
- + Cacheable IOEngine.read(long offset, int length, @@ -433,12 +439,6 @@
Transfers data from IOEngine to a Cacheable object.
- -Cacheable -ByteBufferIOEngine.read(long offset, - int length, - CacheableDeserializer<Cacheable> deserializer)  - Cacheable FileMmapEngine.read(long offset, @@ -508,13 +508,19 @@ Cacheable +ByteBufferIOEngine.read(long offset, + int length, + CacheableDeserializer<Cacheable> deserializer)  + + +Cacheable FileIOEngine.read(long offset, int length, CacheableDeserializer<Cacheable> deserializer)
Transfers data from file to the given byte buffer
- + Cacheable IOEngine.read(long offset, int length, @@ -522,12 +528,6 @@
Transfers data from IOEngine to a Cacheable object.
- -Cacheable -ByteBufferIOEngine.read(long offset, - int length, - CacheableDeserializer<Cacheable> deserializer)  - Cacheable FileMmapEngine.read(long offset, http://git-wip-us.apache.org/repos/asf/hbase-site/blob/12ed5f60/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheableDeserializer.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheableDeserializer.html b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheableDeserializer.html index 3b1b102..a27d307 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheableDeserializer.html +++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CacheableDeserializer.html @@ -201,13 +201,19 @@ Cacheable +ByteBufferIOEngine.read(long offset, + int length, + CacheableDeserializer<Cacheable> deserializer)  + + +Cacheable FileIOEngine.read(long offset, int length, CacheableDeserializer<Cacheable> deserializer)
Transfers data from file to the given byte buffer
- + Cacheable IOEngine.read(long offset, int length, @@ -215,12 +221,6 @@
Transfers data from IOEngine to a Cacheable object.
- -Cacheable -ByteBufferIOEngine.read(long offset, - int length, - CacheableDeserializer<Cacheable> deserializer)  - Cacheable FileMmapEngine.read(long offset,