krati.core.array.entry
Class EntryValueBatchInt

java.lang.Object
  extended by krati.core.array.entry.EntryValueBatch
      extended by krati.core.array.entry.EntryValueBatchInt

public class EntryValueBatchInt
extends EntryValueBatch


Field Summary
 
Fields inherited from class krati.core.array.entry.EntryValueBatch
_buffer, _valueCapacity, _valueSize
 
Constructor Summary
EntryValueBatchInt()
           
EntryValueBatchInt(int capacity)
           
 
Method Summary
 void add(int pos, int val, long scn)
           
 
Methods inherited from class krati.core.array.entry.EntryValueBatch
clear, getByteCapacity, getCapacity, getInternalBuffer, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryValueBatchInt

public EntryValueBatchInt()

EntryValueBatchInt

public EntryValueBatchInt(int capacity)
Method Detail

add

public void add(int pos,
                int val,
                long scn)


Copyright © 2011. All Rights Reserved.