Uses of Class
org.mapdb.DataOutput2

Uses of DataOutput2 in org.mapdb
 

Fields in org.mapdb with type parameters of type DataOutput2
protected  Queue<DataOutput2> Store.recycledDataOuts
           
 

Methods in org.mapdb that return DataOutput2
protected  DataOutput2 Store.newDataOut2()
           
protected
<A> DataOutput2
Store.serialize(A value, Serializer<A> serializer)
           
 

Methods in org.mapdb with parameters of type DataOutput2
protected  void StoreDirect.put2(DataOutput2 out, long ioRecid, long[] indexVals)
           
protected  void StoreDirect.update2(DataOutput2 out, long ioRecid)
           
protected  void StoreWAL.walPhysArray(DataOutput2 out, long[] physPos, long[] logPos)
           
 



Copyright © 2014. All Rights Reserved.