public static final class EntryRecord.Bean extends java.lang.Object implements EntryRecord.Getter
| Constructor and Description |
|---|
EntryRecord.Bean() |
EntryRecord.Bean(EntryRecord.Bean copy) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearCollectionKey() |
void |
clearEntryKey() |
void |
clearMeta() |
void |
clearValue() |
void |
clearValueLength() |
void |
clearValueLocation() |
EntryRecord.Bean |
copy() |
boolean |
equals(EntryRecord.Bean obj) |
boolean |
equals(java.lang.Object obj) |
EntryRecord.Buffer |
freeze() |
boolean |
frozen() |
long |
getCollectionKey() |
org.fusesource.hawtbuf.Buffer |
getEntryKey() |
org.fusesource.hawtbuf.Buffer |
getMeta() |
org.fusesource.hawtbuf.Buffer |
getValue() |
int |
getValueLength() |
long |
getValueLocation() |
boolean |
hasCollectionKey() |
boolean |
hasEntryKey() |
int |
hashCode() |
boolean |
hasMeta() |
boolean |
hasValue() |
boolean |
hasValueLength() |
boolean |
hasValueLocation() |
EntryRecord.Bean |
mergeFrom(EntryRecord.Getter other) |
EntryRecord.Bean |
mergeUnframed(org.fusesource.hawtbuf.proto.CodedInputStream input) |
EntryRecord.Bean |
mergeUnframed(java.io.InputStream input) |
void |
readExternal(java.io.DataInput in) |
EntryRecord.Bean |
setCollectionKey(long collectionKey) |
EntryRecord.Bean |
setEntryKey(org.fusesource.hawtbuf.Buffer entryKey) |
EntryRecord.Bean |
setMeta(org.fusesource.hawtbuf.Buffer meta) |
EntryRecord.Bean |
setValue(org.fusesource.hawtbuf.Buffer value) |
EntryRecord.Bean |
setValueLength(int valueLength) |
EntryRecord.Bean |
setValueLocation(long valueLocation) |
java.lang.String |
toString() |
java.lang.StringBuilder |
toString(java.lang.StringBuilder sb,
java.lang.String prefix) |
void |
writeExternal(java.io.DataOutput out) |
public EntryRecord.Bean()
public EntryRecord.Bean(EntryRecord.Bean copy)
public EntryRecord.Bean copy()
copy in interface EntryRecord.Gettercopy in interface org.fusesource.hawtbuf.proto.PBMessage<EntryRecord.Bean,EntryRecord.Buffer>public boolean frozen()
frozen in interface org.fusesource.hawtbuf.proto.PBMessage<EntryRecord.Bean,EntryRecord.Buffer>public EntryRecord.Buffer freeze()
freeze in interface EntryRecord.Getterfreeze in interface org.fusesource.hawtbuf.proto.PBMessage<EntryRecord.Bean,EntryRecord.Buffer>public boolean hasCollectionKey()
hasCollectionKey in interface EntryRecord.Getterpublic long getCollectionKey()
getCollectionKey in interface EntryRecord.Getterpublic EntryRecord.Bean setCollectionKey(long collectionKey)
public void clearCollectionKey()
public boolean hasEntryKey()
hasEntryKey in interface EntryRecord.Getterpublic org.fusesource.hawtbuf.Buffer getEntryKey()
getEntryKey in interface EntryRecord.Getterpublic EntryRecord.Bean setEntryKey(org.fusesource.hawtbuf.Buffer entryKey)
public void clearEntryKey()
public boolean hasValueLocation()
hasValueLocation in interface EntryRecord.Getterpublic long getValueLocation()
getValueLocation in interface EntryRecord.Getterpublic EntryRecord.Bean setValueLocation(long valueLocation)
public void clearValueLocation()
public boolean hasValueLength()
hasValueLength in interface EntryRecord.Getterpublic int getValueLength()
getValueLength in interface EntryRecord.Getterpublic EntryRecord.Bean setValueLength(int valueLength)
public void clearValueLength()
public boolean hasValue()
hasValue in interface EntryRecord.Getterpublic org.fusesource.hawtbuf.Buffer getValue()
getValue in interface EntryRecord.Getterpublic EntryRecord.Bean setValue(org.fusesource.hawtbuf.Buffer value)
public void clearValue()
public boolean hasMeta()
hasMeta in interface EntryRecord.Getterpublic org.fusesource.hawtbuf.Buffer getMeta()
getMeta in interface EntryRecord.Getterpublic EntryRecord.Bean setMeta(org.fusesource.hawtbuf.Buffer meta)
public void clearMeta()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder toString(java.lang.StringBuilder sb,
java.lang.String prefix)
toString in interface EntryRecord.Getterpublic EntryRecord.Bean mergeUnframed(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic EntryRecord.Bean mergeUnframed(org.fusesource.hawtbuf.proto.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean equals(EntryRecord.Bean obj)
public int hashCode()
hashCode in class java.lang.Objectpublic EntryRecord.Bean mergeFrom(EntryRecord.Getter other)
public void clear()
public void readExternal(java.io.DataInput in)
throws java.io.IOException
java.io.IOExceptionpublic void writeExternal(java.io.DataOutput out)
throws java.io.IOException
java.io.IOExceptionCopyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.