Class KahaDestroySchedulerCommand
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
org.apache.activemq.store.kahadb.data.KahaDestroySchedulerCommand
- All Implemented Interfaces:
org.apache.activemq.protobuf.Message<KahaDestroySchedulerCommand>,JournalCommand<KahaDestroySchedulerCommand>
public final class KahaDestroySchedulerCommand
extends org.apache.activemq.protobuf.BaseMessage<T>
implements JournalCommand<KahaDestroySchedulerCommand>
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclone()booleanbooleaninthashCode()booleanmergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) static KahaDestroySchedulerCommandparseFramed(byte[] data) static KahaDestroySchedulerCommandparseFramed(InputStream data) static KahaDestroySchedulerCommandparseFramed(org.apache.activemq.protobuf.Buffer data) static KahaDestroySchedulerCommandparseFramed(org.apache.activemq.protobuf.CodedInputStream data) static KahaDestroySchedulerCommandparseUnframed(byte[] data) static KahaDestroySchedulerCommandparseUnframed(InputStream data) static KahaDestroySchedulerCommandparseUnframed(org.apache.activemq.protobuf.Buffer data) static KahaDestroySchedulerCommandparseUnframed(org.apache.activemq.protobuf.CodedInputStream data) intsetScheduler(String scheduler) 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
-
KahaDestroySchedulerCommand
public KahaDestroySchedulerCommand()
-
-
Method Details
-
missingFields
- Overrides:
missingFieldsin classorg.apache.activemq.protobuf.BaseMessage<KahaDestroySchedulerCommand>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.activemq.protobuf.Message<KahaDestroySchedulerCommand>- Overrides:
clearin classorg.apache.activemq.protobuf.BaseMessage<KahaDestroySchedulerCommand>
-
clone
- Specified by:
clonein interfaceorg.apache.activemq.protobuf.Message<KahaDestroySchedulerCommand>- Specified by:
clonein classorg.apache.activemq.protobuf.BaseMessage<KahaDestroySchedulerCommand>
-
mergeFrom
- Specified by:
mergeFromin interfaceorg.apache.activemq.protobuf.Message<KahaDestroySchedulerCommand>- Overrides:
mergeFromin classorg.apache.activemq.protobuf.BaseMessage<KahaDestroySchedulerCommand>
-
serializedSizeUnframed
public int serializedSizeUnframed()- Specified by:
serializedSizeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaDestroySchedulerCommand>
-
mergeUnframed
public KahaDestroySchedulerCommand mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) throws IOException - Specified by:
mergeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaDestroySchedulerCommand>- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaDestroySchedulerCommand>- Overrides:
writeUnframedin classorg.apache.activemq.protobuf.BaseMessage<KahaDestroySchedulerCommand>- Throws:
IOException
-
parseUnframed
public static KahaDestroySchedulerCommand parseUnframed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseUnframed
public static KahaDestroySchedulerCommand parseUnframed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseUnframed
public static KahaDestroySchedulerCommand parseUnframed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseUnframed
public static KahaDestroySchedulerCommand parseUnframed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseFramed
public static KahaDestroySchedulerCommand parseFramed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseFramed
public static KahaDestroySchedulerCommand parseFramed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseFramed
public static KahaDestroySchedulerCommand parseFramed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseFramed
public static KahaDestroySchedulerCommand parseFramed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
toString
-
toString
-
visit
- Specified by:
visitin interfaceJournalCommand<KahaDestroySchedulerCommand>- Throws:
IOException
-
type
- Specified by:
typein interfaceJournalCommand<KahaDestroySchedulerCommand>
-
equals
-
equals
-
hashCode
public int hashCode() -
hasScheduler
public boolean hasScheduler() -
getScheduler
-
setScheduler
-
clearScheduler
public void clearScheduler()
-