public static final class CollectionKey.Bean extends Object implements CollectionKey.Getter
| Constructor and Description |
|---|
Bean() |
Bean(CollectionKey.Bean copy) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearKey() |
CollectionKey.Bean |
copy() |
boolean |
equals(CollectionKey.Bean obj) |
boolean |
equals(Object obj) |
CollectionKey.Buffer |
freeze() |
boolean |
frozen() |
long |
getKey() |
int |
hashCode() |
boolean |
hasKey() |
CollectionKey.Bean |
mergeFrom(CollectionKey.Getter other) |
CollectionKey.Bean |
mergeUnframed(org.fusesource.hawtbuf.proto.CodedInputStream input) |
CollectionKey.Bean |
mergeUnframed(InputStream input) |
void |
readExternal(DataInput in) |
CollectionKey.Bean |
setKey(long key) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb,
String prefix) |
void |
writeExternal(DataOutput out) |
public Bean()
public Bean(CollectionKey.Bean copy)
public CollectionKey.Bean copy()
copy in interface CollectionKey.Gettercopy in interface org.fusesource.hawtbuf.proto.PBMessage<CollectionKey.Bean,CollectionKey.Buffer>public boolean frozen()
frozen in interface org.fusesource.hawtbuf.proto.PBMessage<CollectionKey.Bean,CollectionKey.Buffer>public CollectionKey.Buffer freeze()
freeze in interface CollectionKey.Getterfreeze in interface org.fusesource.hawtbuf.proto.PBMessage<CollectionKey.Bean,CollectionKey.Buffer>public boolean hasKey()
hasKey in interface CollectionKey.Getterpublic long getKey()
getKey in interface CollectionKey.Getterpublic CollectionKey.Bean setKey(long key)
public void clearKey()
public StringBuilder toString(StringBuilder sb, String prefix)
toString in interface CollectionKey.Getterpublic CollectionKey.Bean mergeUnframed(InputStream input) throws IOException
IOExceptionpublic CollectionKey.Bean mergeUnframed(org.fusesource.hawtbuf.proto.CodedInputStream input) throws IOException
IOExceptionpublic boolean equals(CollectionKey.Bean obj)
public CollectionKey.Bean mergeFrom(CollectionKey.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.