Class KahaTraceCommand

java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
org.apache.activemq.store.kahadb.data.KahaTraceCommand
All Implemented Interfaces:
org.apache.activemq.protobuf.Message<KahaTraceCommand>, JournalCommand<KahaTraceCommand>

public final class KahaTraceCommand extends org.apache.activemq.protobuf.BaseMessage<T> implements JournalCommand<KahaTraceCommand>
  • Constructor Details

    • KahaTraceCommand

      public KahaTraceCommand()
  • Method Details

    • missingFields

      public ArrayList<String> missingFields()
      Overrides:
      missingFields in class org.apache.activemq.protobuf.BaseMessage<KahaTraceCommand>
    • clear

      public void clear()
      Specified by:
      clear in interface org.apache.activemq.protobuf.Message<KahaTraceCommand>
      Overrides:
      clear in class org.apache.activemq.protobuf.BaseMessage<KahaTraceCommand>
    • clone

      public KahaTraceCommand clone()
      Specified by:
      clone in interface org.apache.activemq.protobuf.Message<KahaTraceCommand>
      Specified by:
      clone in class org.apache.activemq.protobuf.BaseMessage<KahaTraceCommand>
    • mergeFrom

      public KahaTraceCommand mergeFrom(KahaTraceCommand other)
      Specified by:
      mergeFrom in interface org.apache.activemq.protobuf.Message<KahaTraceCommand>
      Overrides:
      mergeFrom in class org.apache.activemq.protobuf.BaseMessage<KahaTraceCommand>
    • serializedSizeUnframed

      public int serializedSizeUnframed()
      Specified by:
      serializedSizeUnframed in interface org.apache.activemq.protobuf.Message<KahaTraceCommand>
    • mergeUnframed

      public KahaTraceCommand mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) throws IOException
      Specified by:
      mergeUnframed in interface org.apache.activemq.protobuf.Message<KahaTraceCommand>
      Throws:
      IOException
    • writeUnframed

      public void writeUnframed(org.apache.activemq.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeUnframed in interface org.apache.activemq.protobuf.Message<KahaTraceCommand>
      Overrides:
      writeUnframed in class org.apache.activemq.protobuf.BaseMessage<KahaTraceCommand>
      Throws:
      IOException
    • parseUnframed

      public static KahaTraceCommand parseUnframed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
      IOException
    • parseUnframed

      public static KahaTraceCommand parseUnframed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
    • parseUnframed

      public static KahaTraceCommand parseUnframed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
    • parseUnframed

      public static KahaTraceCommand parseUnframed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
      IOException
    • parseFramed

      public static KahaTraceCommand parseFramed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
      IOException
    • parseFramed

      public static KahaTraceCommand parseFramed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
    • parseFramed

      public static KahaTraceCommand parseFramed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
    • parseFramed

      public static KahaTraceCommand 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<KahaTraceCommand>
      Throws:
      IOException
    • type

      public KahaEntryType type()
      Specified by:
      type in interface JournalCommand<KahaTraceCommand>
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equals

      public boolean equals(KahaTraceCommand obj)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • hasMessage

      public boolean hasMessage()
    • getMessage

      public String getMessage()
    • setMessage

      public KahaTraceCommand setMessage(String message)
    • clearMessage

      public void clearMessage()