Class KahaAckMessageFileMapCommand
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
org.apache.activemq.store.kahadb.data.KahaAckMessageFileMapCommand
- All Implemented Interfaces:
org.apache.activemq.protobuf.Message<KahaAckMessageFileMapCommand>,JournalCommand<KahaAckMessageFileMapCommand>
public final class KahaAckMessageFileMapCommand
extends org.apache.activemq.protobuf.BaseMessage<T>
implements JournalCommand<KahaAckMessageFileMapCommand>
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclone()booleanbooleanorg.apache.activemq.protobuf.BufferbooleaninthashCode()mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) static KahaAckMessageFileMapCommandparseFramed(byte[] data) static KahaAckMessageFileMapCommandparseFramed(InputStream data) static KahaAckMessageFileMapCommandparseFramed(org.apache.activemq.protobuf.Buffer data) static KahaAckMessageFileMapCommandparseFramed(org.apache.activemq.protobuf.CodedInputStream data) static KahaAckMessageFileMapCommandparseUnframed(byte[] data) static KahaAckMessageFileMapCommandparseUnframed(InputStream data) static KahaAckMessageFileMapCommandparseUnframed(org.apache.activemq.protobuf.Buffer data) static KahaAckMessageFileMapCommandparseUnframed(org.apache.activemq.protobuf.CodedInputStream data) intsetAckMessageFileMap(org.apache.activemq.protobuf.Buffer ackMessageFileMap) toString()toString(StringBuilder sb, String prefix) type()voidvoidwriteUnframed(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, writeUnframedMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.activemq.protobuf.Message
assertInitialized, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeUnframed
-
Constructor Details
-
KahaAckMessageFileMapCommand
public KahaAckMessageFileMapCommand()
-
-
Method Details
-
missingFields
- Overrides:
missingFieldsin classorg.apache.activemq.protobuf.BaseMessage<KahaAckMessageFileMapCommand>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.activemq.protobuf.Message<KahaAckMessageFileMapCommand>- Overrides:
clearin classorg.apache.activemq.protobuf.BaseMessage<KahaAckMessageFileMapCommand>
-
clone
- Specified by:
clonein interfaceorg.apache.activemq.protobuf.Message<KahaAckMessageFileMapCommand>- Specified by:
clonein classorg.apache.activemq.protobuf.BaseMessage<KahaAckMessageFileMapCommand>
-
mergeFrom
- Specified by:
mergeFromin interfaceorg.apache.activemq.protobuf.Message<KahaAckMessageFileMapCommand>- Overrides:
mergeFromin classorg.apache.activemq.protobuf.BaseMessage<KahaAckMessageFileMapCommand>
-
serializedSizeUnframed
public int serializedSizeUnframed()- Specified by:
serializedSizeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaAckMessageFileMapCommand>
-
mergeUnframed
public KahaAckMessageFileMapCommand mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) throws IOException - Specified by:
mergeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaAckMessageFileMapCommand>- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaAckMessageFileMapCommand>- Overrides:
writeUnframedin classorg.apache.activemq.protobuf.BaseMessage<KahaAckMessageFileMapCommand>- Throws:
IOException
-
parseUnframed
public static KahaAckMessageFileMapCommand parseUnframed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseUnframed
public static KahaAckMessageFileMapCommand parseUnframed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseUnframed
public static KahaAckMessageFileMapCommand parseUnframed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseUnframed
public static KahaAckMessageFileMapCommand parseUnframed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseFramed
public static KahaAckMessageFileMapCommand parseFramed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseFramed
public static KahaAckMessageFileMapCommand parseFramed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseFramed
public static KahaAckMessageFileMapCommand parseFramed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseFramed
public static KahaAckMessageFileMapCommand parseFramed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
toString
-
toString
-
visit
- Specified by:
visitin interfaceJournalCommand<KahaAckMessageFileMapCommand>- Throws:
IOException
-
type
- Specified by:
typein interfaceJournalCommand<KahaAckMessageFileMapCommand>
-
equals
-
equals
-
hashCode
public int hashCode() -
hasAckMessageFileMap
public boolean hasAckMessageFileMap() -
getAckMessageFileMap
public org.apache.activemq.protobuf.Buffer getAckMessageFileMap() -
setAckMessageFileMap
public KahaAckMessageFileMapCommand setAckMessageFileMap(org.apache.activemq.protobuf.Buffer ackMessageFileMap) -
clearAckMessageFileMap
public void clearAckMessageFileMap()
-