Class KahaDestination
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
org.apache.activemq.store.kahadb.data.KahaDestination
- All Implemented Interfaces:
org.apache.activemq.protobuf.Message<KahaDestination>
public final class KahaDestination
extends org.apache.activemq.protobuf.BaseMessage<T>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidvoidclone()booleanbooleanequals(KahaDestination obj) getName()getType()inthashCode()booleanhasName()booleanhasType()mergeFrom(KahaDestination other) mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) static KahaDestinationparseFramed(byte[] data) static KahaDestinationparseFramed(InputStream data) static KahaDestinationparseFramed(org.apache.activemq.protobuf.Buffer data) static KahaDestinationparseFramed(org.apache.activemq.protobuf.CodedInputStream data) static KahaDestinationparseUnframed(byte[] data) static KahaDestinationparseUnframed(InputStream data) static KahaDestinationparseUnframed(org.apache.activemq.protobuf.Buffer data) static KahaDestinationparseUnframed(org.apache.activemq.protobuf.CodedInputStream data) inttoString()toString(StringBuilder sb, String prefix) voidwriteUnframed(org.apache.activemq.protobuf.CodedOutputStream output) Methods inherited from class org.apache.activemq.protobuf.BaseMessage
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, load, loadAndClear, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframed
-
Constructor Details
-
KahaDestination
public KahaDestination()
-
-
Method Details
-
missingFields
- Overrides:
missingFieldsin classorg.apache.activemq.protobuf.BaseMessage<KahaDestination>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.activemq.protobuf.Message<KahaDestination>- Overrides:
clearin classorg.apache.activemq.protobuf.BaseMessage<KahaDestination>
-
clone
- Specified by:
clonein interfaceorg.apache.activemq.protobuf.Message<KahaDestination>- Specified by:
clonein classorg.apache.activemq.protobuf.BaseMessage<KahaDestination>
-
mergeFrom
- Specified by:
mergeFromin interfaceorg.apache.activemq.protobuf.Message<KahaDestination>- Overrides:
mergeFromin classorg.apache.activemq.protobuf.BaseMessage<KahaDestination>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
public KahaDestination mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaDestination>- Overrides:
writeUnframedin classorg.apache.activemq.protobuf.BaseMessage<KahaDestination>- Throws:
IOException
-
parseUnframed
public static KahaDestination parseUnframed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseUnframed
public static KahaDestination parseUnframed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseUnframed
public static KahaDestination parseUnframed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseUnframed
public static KahaDestination parseUnframed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseFramed
public static KahaDestination parseFramed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseFramed
public static KahaDestination parseFramed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseFramed
public static KahaDestination parseFramed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseFramed
public static KahaDestination parseFramed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
toString
-
toString
-
equals
-
equals
-
hashCode
public int hashCode() -
hasType
public boolean hasType() -
getType
-
setType
-
clearType
public void clearType() -
hasName
public boolean hasName() -
getName
-
setName
-
clearName
public void clearName()
-