org.apache.activemq.store.kahadb.data
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>
| Fields inherited from class org.apache.activemq.protobuf.BaseMessage |
memoizedSerializedSize |
| 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 |
| Methods inherited from interface org.apache.activemq.protobuf.Message |
assertInitialized, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeUnframed |
KahaProducerAuditCommand
public KahaProducerAuditCommand()
missingFields
public ArrayList<String> missingFields()
- Overrides:
missingFields in class org.apache.activemq.protobuf.BaseMessage<KahaProducerAuditCommand>
clear
public void clear()
- Specified by:
clear in interface org.apache.activemq.protobuf.Message<KahaProducerAuditCommand>- Overrides:
clear in class org.apache.activemq.protobuf.BaseMessage<KahaProducerAuditCommand>
clone
public KahaProducerAuditCommand clone()
- Specified by:
clone in interface org.apache.activemq.protobuf.Message<KahaProducerAuditCommand>- Specified by:
clone in class org.apache.activemq.protobuf.BaseMessage<KahaProducerAuditCommand>
mergeFrom
public KahaProducerAuditCommand mergeFrom(KahaProducerAuditCommand other)
- Specified by:
mergeFrom in interface org.apache.activemq.protobuf.Message<KahaProducerAuditCommand>- Overrides:
mergeFrom in class org.apache.activemq.protobuf.BaseMessage<KahaProducerAuditCommand>
serializedSizeUnframed
public int serializedSizeUnframed()
- Specified by:
serializedSizeUnframed in interface org.apache.activemq.protobuf.Message<KahaProducerAuditCommand>
mergeUnframed
public KahaProducerAuditCommand mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input)
throws IOException
- Specified by:
mergeUnframed in interface org.apache.activemq.protobuf.Message<KahaProducerAuditCommand>
- Throws:
IOException
writeUnframed
public void writeUnframed(org.apache.activemq.protobuf.CodedOutputStream output)
throws IOException
- Specified by:
writeUnframed in interface org.apache.activemq.protobuf.Message<KahaProducerAuditCommand>- Overrides:
writeUnframed in class org.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.InvalidProtocolBufferException
IOException
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.InvalidProtocolBufferException
IOException
parseFramed
public static KahaProducerAuditCommand parseFramed(org.apache.activemq.protobuf.CodedInputStream data)
throws org.apache.activemq.protobuf.InvalidProtocolBufferException,
IOException
- Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
IOException
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.InvalidProtocolBufferException
IOException
toString
public String toString()
- Overrides:
toString in class Object
toString
public StringBuilder toString(StringBuilder sb,
String prefix)
visit
public void visit(Visitor visitor)
throws IOException
- Specified by:
visit in interface JournalCommand<KahaProducerAuditCommand>
- Throws:
IOException
type
public KahaEntryType type()
- Specified by:
type in interface JournalCommand<KahaProducerAuditCommand>
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
equals
public boolean equals(KahaProducerAuditCommand obj)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
hasAudit
public boolean hasAudit()
getAudit
public org.apache.activemq.protobuf.Buffer getAudit()
setAudit
public T setAudit(org.apache.activemq.protobuf.Buffer audit)
clearAudit
public void clearAudit()
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.