public static final class EntryKey.Bean extends Object implements EntryKey.Getter
| Constructor and Description |
|---|
Bean() |
Bean(EntryKey.Bean copy) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearCollectionKey() |
void |
clearEntryKey() |
EntryKey.Bean |
copy() |
boolean |
equals(EntryKey.Bean obj) |
boolean |
equals(Object obj) |
EntryKey.Buffer |
freeze() |
boolean |
frozen() |
long |
getCollectionKey() |
org.fusesource.hawtbuf.Buffer |
getEntryKey() |
boolean |
hasCollectionKey() |
boolean |
hasEntryKey() |
int |
hashCode() |
EntryKey.Bean |
mergeFrom(EntryKey.Getter other) |
EntryKey.Bean |
mergeUnframed(org.fusesource.hawtbuf.proto.CodedInputStream input) |
EntryKey.Bean |
mergeUnframed(InputStream input) |
void |
readExternal(DataInput in) |
EntryKey.Bean |
setCollectionKey(long collectionKey) |
EntryKey.Bean |
setEntryKey(org.fusesource.hawtbuf.Buffer entryKey) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb,
String prefix) |
void |
writeExternal(DataOutput out) |
public Bean()
public Bean(EntryKey.Bean copy)
public EntryKey.Bean copy()
copy in interface EntryKey.Gettercopy in interface org.fusesource.hawtbuf.proto.PBMessage<EntryKey.Bean,EntryKey.Buffer>public boolean frozen()
frozen in interface org.fusesource.hawtbuf.proto.PBMessage<EntryKey.Bean,EntryKey.Buffer>public EntryKey.Buffer freeze()
freeze in interface EntryKey.Getterfreeze in interface org.fusesource.hawtbuf.proto.PBMessage<EntryKey.Bean,EntryKey.Buffer>public boolean hasCollectionKey()
hasCollectionKey in interface EntryKey.Getterpublic long getCollectionKey()
getCollectionKey in interface EntryKey.Getterpublic EntryKey.Bean setCollectionKey(long collectionKey)
public void clearCollectionKey()
public boolean hasEntryKey()
hasEntryKey in interface EntryKey.Getterpublic org.fusesource.hawtbuf.Buffer getEntryKey()
getEntryKey in interface EntryKey.Getterpublic EntryKey.Bean setEntryKey(org.fusesource.hawtbuf.Buffer entryKey)
public void clearEntryKey()
public StringBuilder toString(StringBuilder sb, String prefix)
toString in interface EntryKey.Getterpublic EntryKey.Bean mergeUnframed(InputStream input) throws IOException
IOExceptionpublic EntryKey.Bean mergeUnframed(org.fusesource.hawtbuf.proto.CodedInputStream input) throws IOException
IOExceptionpublic boolean equals(EntryKey.Bean obj)
public EntryKey.Bean mergeFrom(EntryKey.Getter other)
public void clear()
public void readExternal(DataInput in) throws IOException
IOExceptionpublic void writeExternal(DataOutput out) throws IOException
IOExceptionCopyright © 2005–2017 The Apache Software Foundation. All rights reserved.