org.elasticsearch.common.lab
Class LongsLAB.Allocation

java.lang.Object
  extended by org.elasticsearch.common.lab.LongsLAB.Allocation
Enclosing class:
LongsLAB

public static class LongsLAB.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
 long[] getData()
           
 int getOffset()
           
 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

getData

public long[] getData()

getOffset

public int getOffset()


Copyright © 2009-2012. All Rights Reserved.