Class KahaProducerAuditCommand
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
org.apache.activemq.store.kahadb.data.KahaProducerAuditCommand
- All Implemented Interfaces:
org.apache.activemq.protobuf.Message<KahaProducerAuditCommand>,JournalCommand<KahaProducerAuditCommand>
public final class KahaProducerAuditCommand
extends org.apache.activemq.protobuf.BaseMessage<T>
implements JournalCommand<KahaProducerAuditCommand>
-
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.BuffergetAudit()booleanhasAudit()inthashCode()mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) static KahaProducerAuditCommandparseFramed(byte[] data) static KahaProducerAuditCommandparseFramed(InputStream data) static KahaProducerAuditCommandparseFramed(org.apache.activemq.protobuf.Buffer data) static KahaProducerAuditCommandparseFramed(org.apache.activemq.protobuf.CodedInputStream data) static KahaProducerAuditCommandparseUnframed(byte[] data) static KahaProducerAuditCommandparseUnframed(InputStream data) static KahaProducerAuditCommandparseUnframed(org.apache.activemq.protobuf.Buffer data) static KahaProducerAuditCommandparseUnframed(org.apache.activemq.protobuf.CodedInputStream data) intsetAudit(org.apache.activemq.protobuf.Buffer audit) 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
-
KahaProducerAuditCommand
public KahaProducerAuditCommand()
-
-
Method Details
-
missingFields
- Overrides:
missingFieldsin classorg.apache.activemq.protobuf.BaseMessage<KahaProducerAuditCommand>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.activemq.protobuf.Message<KahaProducerAuditCommand>- Overrides:
clearin classorg.apache.activemq.protobuf.BaseMessage<KahaProducerAuditCommand>
-
clone
- Specified by:
clonein interfaceorg.apache.activemq.protobuf.Message<KahaProducerAuditCommand>- Specified by:
clonein classorg.apache.activemq.protobuf.BaseMessage<KahaProducerAuditCommand>
-
mergeFrom
- Specified by:
mergeFromin interfaceorg.apache.activemq.protobuf.Message<KahaProducerAuditCommand>- Overrides:
mergeFromin classorg.apache.activemq.protobuf.BaseMessage<KahaProducerAuditCommand>
-
serializedSizeUnframed
public int serializedSizeUnframed()- Specified by:
serializedSizeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaProducerAuditCommand>
-
mergeUnframed
public KahaProducerAuditCommand mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) throws IOException - Specified by:
mergeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaProducerAuditCommand>- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaProducerAuditCommand>- Overrides:
writeUnframedin classorg.apache.activemq.protobuf.BaseMessage<KahaProducerAuditCommand>- Throws:
IOException
-
parseUnframed
public static KahaProducerAuditCommand parseUnframed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseUnframed
public static KahaProducerAuditCommand parseUnframed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseUnframed
public static KahaProducerAuditCommand parseUnframed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseUnframed
public static KahaProducerAuditCommand parseUnframed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseFramed
public static KahaProducerAuditCommand parseFramed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseFramed
public static KahaProducerAuditCommand parseFramed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseFramed
public static KahaProducerAuditCommand parseFramed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseFramed
public static KahaProducerAuditCommand parseFramed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
toString
-
toString
-
visit
- Specified by:
visitin interfaceJournalCommand<KahaProducerAuditCommand>- Throws:
IOException
-
type
- Specified by:
typein interfaceJournalCommand<KahaProducerAuditCommand>
-
equals
-
equals
-
hashCode
public int hashCode() -
hasAudit
public boolean hasAudit() -
getAudit
public org.apache.activemq.protobuf.Buffer getAudit() -
setAudit
-
clearAudit
public void clearAudit()
-