Class KahaRewrittenDataFileCommand
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
org.apache.activemq.store.kahadb.data.KahaRewrittenDataFileCommand
- All Implemented Interfaces:
org.apache.activemq.protobuf.Message<KahaRewrittenDataFileCommand>,JournalCommand<KahaRewrittenDataFileCommand>
public final class KahaRewrittenDataFileCommand
extends org.apache.activemq.protobuf.BaseMessage<T>
implements JournalCommand<KahaRewrittenDataFileCommand>
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidvoidvoidclone()booleanbooleanintbooleanintinthashCode()booleanbooleanbooleanmergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) static KahaRewrittenDataFileCommandparseFramed(byte[] data) static KahaRewrittenDataFileCommandparseFramed(InputStream data) static KahaRewrittenDataFileCommandparseFramed(org.apache.activemq.protobuf.Buffer data) static KahaRewrittenDataFileCommandparseFramed(org.apache.activemq.protobuf.CodedInputStream data) static KahaRewrittenDataFileCommandparseUnframed(byte[] data) static KahaRewrittenDataFileCommandparseUnframed(InputStream data) static KahaRewrittenDataFileCommandparseUnframed(org.apache.activemq.protobuf.Buffer data) static KahaRewrittenDataFileCommandparseUnframed(org.apache.activemq.protobuf.CodedInputStream data) intsetRewriteType(int rewriteType) setSkipIfSourceExists(boolean skipIfSourceExists) setSourceDataFileId(int sourceDataFileId) 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
-
KahaRewrittenDataFileCommand
public KahaRewrittenDataFileCommand()
-
-
Method Details
-
missingFields
- Overrides:
missingFieldsin classorg.apache.activemq.protobuf.BaseMessage<KahaRewrittenDataFileCommand>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.activemq.protobuf.Message<KahaRewrittenDataFileCommand>- Overrides:
clearin classorg.apache.activemq.protobuf.BaseMessage<KahaRewrittenDataFileCommand>
-
clone
- Specified by:
clonein interfaceorg.apache.activemq.protobuf.Message<KahaRewrittenDataFileCommand>- Specified by:
clonein classorg.apache.activemq.protobuf.BaseMessage<KahaRewrittenDataFileCommand>
-
mergeFrom
- Specified by:
mergeFromin interfaceorg.apache.activemq.protobuf.Message<KahaRewrittenDataFileCommand>- Overrides:
mergeFromin classorg.apache.activemq.protobuf.BaseMessage<KahaRewrittenDataFileCommand>
-
serializedSizeUnframed
public int serializedSizeUnframed()- Specified by:
serializedSizeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaRewrittenDataFileCommand>
-
mergeUnframed
public KahaRewrittenDataFileCommand mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) throws IOException - Specified by:
mergeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaRewrittenDataFileCommand>- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframedin interfaceorg.apache.activemq.protobuf.Message<KahaRewrittenDataFileCommand>- Overrides:
writeUnframedin classorg.apache.activemq.protobuf.BaseMessage<KahaRewrittenDataFileCommand>- Throws:
IOException
-
parseUnframed
public static KahaRewrittenDataFileCommand parseUnframed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseUnframed
public static KahaRewrittenDataFileCommand parseUnframed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseUnframed
public static KahaRewrittenDataFileCommand parseUnframed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseUnframed
public static KahaRewrittenDataFileCommand parseUnframed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseFramed
public static KahaRewrittenDataFileCommand parseFramed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
parseFramed
public static KahaRewrittenDataFileCommand parseFramed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseFramed
public static KahaRewrittenDataFileCommand parseFramed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferException
-
parseFramed
public static KahaRewrittenDataFileCommand parseFramed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException - Throws:
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOException
-
toString
-
toString
-
visit
- Specified by:
visitin interfaceJournalCommand<KahaRewrittenDataFileCommand>- Throws:
IOException
-
type
- Specified by:
typein interfaceJournalCommand<KahaRewrittenDataFileCommand>
-
equals
-
equals
-
hashCode
public int hashCode() -
hasSourceDataFileId
public boolean hasSourceDataFileId() -
getSourceDataFileId
public int getSourceDataFileId() -
setSourceDataFileId
-
clearSourceDataFileId
public void clearSourceDataFileId() -
hasRewriteType
public boolean hasRewriteType() -
getRewriteType
public int getRewriteType() -
setRewriteType
-
clearRewriteType
public void clearRewriteType() -
hasSkipIfSourceExists
public boolean hasSkipIfSourceExists() -
getSkipIfSourceExists
public boolean getSkipIfSourceExists() -
setSkipIfSourceExists
-
clearSkipIfSourceExists
public void clearSkipIfSourceExists()
-