Uses of Class
org.fusesource.mq.leveldb.record.EntryRecord.Bean

Packages that use EntryRecord.Bean
org.fusesource.mq.leveldb.record   
 

Uses of EntryRecord.Bean in org.fusesource.mq.leveldb.record
 

Methods in org.fusesource.mq.leveldb.record that return EntryRecord.Bean
 EntryRecord.Bean EntryRecord.Getter.copy()
           
 EntryRecord.Bean EntryRecord.Bean.copy()
           
 EntryRecord.Bean EntryRecord.Buffer.copy()
           
 EntryRecord.Bean EntryRecord.create()
           
 EntryRecord.Bean EntryRecord.Bean.mergeFrom(EntryRecord.Getter other)
           
 EntryRecord.Bean EntryRecord.Bean.mergeUnframed(org.fusesource.hawtbuf.proto.CodedInputStream input)
           
 EntryRecord.Bean EntryRecord.Bean.mergeUnframed(java.io.InputStream input)
           
 EntryRecord.Bean EntryRecord.parseUnframed(org.fusesource.hawtbuf.proto.CodedInputStream data)
           
 EntryRecord.Bean EntryRecord.parseUnframed(java.io.InputStream data)
           
 EntryRecord.Bean EntryRecord.Bean.setCollectionKey(long collectionKey)
           
 EntryRecord.Bean EntryRecord.Bean.setEntryKey(org.fusesource.hawtbuf.Buffer entryKey)
           
 EntryRecord.Bean EntryRecord.Bean.setMeta(org.fusesource.hawtbuf.Buffer meta)
           
 EntryRecord.Bean EntryRecord.Bean.setValue(org.fusesource.hawtbuf.Buffer value)
           
 EntryRecord.Bean EntryRecord.Bean.setValueLength(int valueLength)
           
 EntryRecord.Bean EntryRecord.Bean.setValueLocation(long valueLocation)
           
 

Methods in org.fusesource.mq.leveldb.record with parameters of type EntryRecord.Bean
 boolean EntryRecord.Bean.equals(EntryRecord.Bean obj)
           
 

Constructors in org.fusesource.mq.leveldb.record with parameters of type EntryRecord.Bean
EntryRecord.Bean(EntryRecord.Bean copy)
           
 



Copyright © 2012 FuseSource. All Rights Reserved.