org.apache.hadoop.hbase.regionserver
Class MemStoreLAB.Allocation

java.lang.Object
  extended by org.apache.hadoop.hbase.regionserver.MemStoreLAB.Allocation
Enclosing class:
MemStoreLAB

public static class MemStoreLAB.Allocation
extends Object

The result of a single allocation. Contains the chunk that the allocation points into, and the offset in this array where the slice begins.


Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.