Class TestCachedBlockQueue.CachedBlock

java.lang.Object
org.apache.hadoop.hbase.io.hfile.LruCachedBlock
org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue.CachedBlock
All Implemented Interfaces:
Comparable<org.apache.hadoop.hbase.io.hfile.LruCachedBlock>, org.apache.hadoop.hbase.io.HeapSize
Enclosing class:
TestCachedBlockQueue

private static class TestCachedBlockQueue.CachedBlock extends org.apache.hadoop.hbase.io.hfile.LruCachedBlock
  • Field Summary

    Fields inherited from class org.apache.hadoop.hbase.io.hfile.LruCachedBlock

    PER_BLOCK_OVERHEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
    CachedBlock(long heapSize, String name, long accessTime)
     
  • Method Summary

    Methods inherited from class org.apache.hadoop.hbase.io.hfile.LruCachedBlock

    access, compareTo, equals, getBuffer, getCachedTime, getCacheKey, getPriority, hashCode, heapSize

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details