org.apache.activemq.leveldb.record
Class EntryKey.Bean
java.lang.Object
org.apache.activemq.leveldb.record.EntryKey.Bean
- All Implemented Interfaces:
- EntryKey.Getter, org.fusesource.hawtbuf.proto.PBMessage<EntryKey.Bean,EntryKey.Buffer>
- Enclosing class:
- EntryKey
public static final class EntryKey.Bean
- extends java.lang.Object
- implements EntryKey.Getter
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EntryKey.Bean
public EntryKey.Bean()
EntryKey.Bean
public EntryKey.Bean(EntryKey.Bean copy)
copy
public EntryKey.Bean copy()
- Specified by:
copy in interface EntryKey.Getter- Specified by:
copy in interface org.fusesource.hawtbuf.proto.PBMessage<EntryKey.Bean,EntryKey.Buffer>
frozen
public boolean frozen()
- Specified by:
frozen in interface org.fusesource.hawtbuf.proto.PBMessage<EntryKey.Bean,EntryKey.Buffer>
freeze
public EntryKey.Buffer freeze()
- Specified by:
freeze in interface EntryKey.Getter- Specified by:
freeze in interface org.fusesource.hawtbuf.proto.PBMessage<EntryKey.Bean,EntryKey.Buffer>
hasCollectionKey
public boolean hasCollectionKey()
- Specified by:
hasCollectionKey in interface EntryKey.Getter
getCollectionKey
public long getCollectionKey()
- Specified by:
getCollectionKey in interface EntryKey.Getter
setCollectionKey
public EntryKey.Bean setCollectionKey(long collectionKey)
clearCollectionKey
public void clearCollectionKey()
hasEntryKey
public boolean hasEntryKey()
- Specified by:
hasEntryKey in interface EntryKey.Getter
getEntryKey
public org.fusesource.hawtbuf.Buffer getEntryKey()
- Specified by:
getEntryKey in interface EntryKey.Getter
setEntryKey
public EntryKey.Bean setEntryKey(org.fusesource.hawtbuf.Buffer entryKey)
clearEntryKey
public void clearEntryKey()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toString
public java.lang.StringBuilder toString(java.lang.StringBuilder sb,
java.lang.String prefix)
- Specified by:
toString in interface EntryKey.Getter
mergeUnframed
public EntryKey.Bean mergeUnframed(java.io.InputStream input)
throws java.io.IOException
- Throws:
java.io.IOException
mergeUnframed
public EntryKey.Bean mergeUnframed(org.fusesource.hawtbuf.proto.CodedInputStream input)
throws java.io.IOException
- Throws:
java.io.IOException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
equals
public boolean equals(EntryKey.Bean obj)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
mergeFrom
public EntryKey.Bean mergeFrom(EntryKey.Getter other)
clear
public void clear()
readExternal
public void readExternal(java.io.DataInput in)
throws java.io.IOException
- Throws:
java.io.IOException
writeExternal
public void writeExternal(java.io.DataOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.