org.apache.activemq.leveldb.record
Interface EntryRecord.Getter
- All Superinterfaces:
- org.fusesource.hawtbuf.proto.PBMessage<EntryRecord.Bean,EntryRecord.Buffer>
- All Known Implementing Classes:
- EntryRecord.Bean, EntryRecord.Buffer
- Enclosing class:
- EntryRecord
public static interface EntryRecord.Getter
- extends org.fusesource.hawtbuf.proto.PBMessage<EntryRecord.Bean,EntryRecord.Buffer>
| Methods inherited from interface org.fusesource.hawtbuf.proto.PBMessage |
frozen |
hasCollectionKey
boolean hasCollectionKey()
getCollectionKey
long getCollectionKey()
hasEntryKey
boolean hasEntryKey()
getEntryKey
org.fusesource.hawtbuf.Buffer getEntryKey()
hasValueLocation
boolean hasValueLocation()
getValueLocation
long getValueLocation()
hasValueLength
boolean hasValueLength()
getValueLength
int getValueLength()
hasValue
boolean hasValue()
getValue
org.fusesource.hawtbuf.Buffer getValue()
hasMeta
boolean hasMeta()
getMeta
org.fusesource.hawtbuf.Buffer getMeta()
copy
EntryRecord.Bean copy()
- Specified by:
copy in interface org.fusesource.hawtbuf.proto.PBMessage<EntryRecord.Bean,EntryRecord.Buffer>
freeze
EntryRecord.Buffer freeze()
- Specified by:
freeze in interface org.fusesource.hawtbuf.proto.PBMessage<EntryRecord.Bean,EntryRecord.Buffer>
toString
java.lang.StringBuilder toString(java.lang.StringBuilder sb,
java.lang.String prefix)
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.