public final class Command extends com.google.protobuf.GeneratedMessageV3 implements CommandOrBuilder
org.apache.flink.statefun.e2e.smoke.Command
Modifier and Type | Class and Description |
---|---|
static class |
Command.AsyncOperation
Protobuf type
org.apache.flink.statefun.e2e.smoke.Command.AsyncOperation |
static interface |
Command.AsyncOperationOrBuilder |
static class |
Command.Builder
Protobuf type
org.apache.flink.statefun.e2e.smoke.Command |
static class |
Command.CancelSendAfter
Protobuf type
org.apache.flink.statefun.e2e.smoke.Command.CancelSendAfter |
static interface |
Command.CancelSendAfterOrBuilder |
static class |
Command.CommandCase |
static class |
Command.IncrementState
Protobuf type
org.apache.flink.statefun.e2e.smoke.Command.IncrementState |
static interface |
Command.IncrementStateOrBuilder |
static class |
Command.Send
Protobuf type
org.apache.flink.statefun.e2e.smoke.Command.Send |
static class |
Command.SendAfter
Protobuf type
org.apache.flink.statefun.e2e.smoke.Command.SendAfter |
static interface |
Command.SendAfterOrBuilder |
static class |
Command.SendEgress
Protobuf type
org.apache.flink.statefun.e2e.smoke.Command.SendEgress |
static interface |
Command.SendEgressOrBuilder |
static interface |
Command.SendOrBuilder |
static class |
Command.Verify
Protobuf type
org.apache.flink.statefun.e2e.smoke.Command.Verify |
static interface |
Command.VerifyOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
ASYNC_OPERATION_FIELD_NUMBER |
static int |
CANCEL_SEND_AFTER_FIELD_NUMBER |
static int |
INCREMENT_FIELD_NUMBER |
static int |
SEND_AFTER_FIELD_NUMBER |
static int |
SEND_EGRESS_FIELD_NUMBER |
static int |
SEND_FIELD_NUMBER |
static int |
VERIFY_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Command.AsyncOperation |
getAsyncOperation()
.org.apache.flink.statefun.e2e.smoke.Command.AsyncOperation async_operation = 5; |
Command.AsyncOperationOrBuilder |
getAsyncOperationOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.AsyncOperation async_operation = 5; |
Command.CancelSendAfter |
getCancelSendAfter()
.org.apache.flink.statefun.e2e.smoke.Command.CancelSendAfter cancel_send_after = 7; |
Command.CancelSendAfterOrBuilder |
getCancelSendAfterOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.CancelSendAfter cancel_send_after = 7; |
Command.CommandCase |
getCommandCase() |
static Command |
getDefaultInstance() |
Command |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Command.IncrementState |
getIncrement()
.org.apache.flink.statefun.e2e.smoke.Command.IncrementState increment = 1; |
Command.IncrementStateOrBuilder |
getIncrementOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.IncrementState increment = 1; |
com.google.protobuf.Parser<Command> |
getParserForType() |
Command.Send |
getSend()
.org.apache.flink.statefun.e2e.smoke.Command.Send send = 2; |
Command.SendAfter |
getSendAfter()
.org.apache.flink.statefun.e2e.smoke.Command.SendAfter send_after = 3; |
Command.SendAfterOrBuilder |
getSendAfterOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.SendAfter send_after = 3; |
Command.SendEgress |
getSendEgress()
.org.apache.flink.statefun.e2e.smoke.Command.SendEgress send_egress = 4; |
Command.SendEgressOrBuilder |
getSendEgressOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.SendEgress send_egress = 4; |
Command.SendOrBuilder |
getSendOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.Send send = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Command.Verify |
getVerify()
.org.apache.flink.statefun.e2e.smoke.Command.Verify verify = 6; |
Command.VerifyOrBuilder |
getVerifyOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.Verify verify = 6; |
boolean |
hasAsyncOperation()
.org.apache.flink.statefun.e2e.smoke.Command.AsyncOperation async_operation = 5; |
boolean |
hasCancelSendAfter()
.org.apache.flink.statefun.e2e.smoke.Command.CancelSendAfter cancel_send_after = 7; |
int |
hashCode() |
boolean |
hasIncrement()
.org.apache.flink.statefun.e2e.smoke.Command.IncrementState increment = 1; |
boolean |
hasSend()
.org.apache.flink.statefun.e2e.smoke.Command.Send send = 2; |
boolean |
hasSendAfter()
.org.apache.flink.statefun.e2e.smoke.Command.SendAfter send_after = 3; |
boolean |
hasSendEgress()
.org.apache.flink.statefun.e2e.smoke.Command.SendEgress send_egress = 4; |
boolean |
hasVerify()
.org.apache.flink.statefun.e2e.smoke.Command.Verify verify = 6; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Command.Builder |
newBuilder() |
static Command.Builder |
newBuilder(Command prototype) |
Command.Builder |
newBuilderForType() |
protected Command.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Command |
parseDelimitedFrom(java.io.InputStream input) |
static Command |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
parseFrom(byte[] data) |
static Command |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
parseFrom(java.nio.ByteBuffer data) |
static Command |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
parseFrom(com.google.protobuf.ByteString data) |
static Command |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Command |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
parseFrom(java.io.InputStream input) |
static Command |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Command> |
parser() |
Command.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int INCREMENT_FIELD_NUMBER
public static final int SEND_FIELD_NUMBER
public static final int SEND_AFTER_FIELD_NUMBER
public static final int SEND_EGRESS_FIELD_NUMBER
public static final int ASYNC_OPERATION_FIELD_NUMBER
public static final int VERIFY_FIELD_NUMBER
public static final int CANCEL_SEND_AFTER_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public Command.CommandCase getCommandCase()
getCommandCase
in interface CommandOrBuilder
public boolean hasIncrement()
.org.apache.flink.statefun.e2e.smoke.Command.IncrementState increment = 1;
hasIncrement
in interface CommandOrBuilder
public Command.IncrementState getIncrement()
.org.apache.flink.statefun.e2e.smoke.Command.IncrementState increment = 1;
getIncrement
in interface CommandOrBuilder
public Command.IncrementStateOrBuilder getIncrementOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.IncrementState increment = 1;
getIncrementOrBuilder
in interface CommandOrBuilder
public boolean hasSend()
.org.apache.flink.statefun.e2e.smoke.Command.Send send = 2;
hasSend
in interface CommandOrBuilder
public Command.Send getSend()
.org.apache.flink.statefun.e2e.smoke.Command.Send send = 2;
getSend
in interface CommandOrBuilder
public Command.SendOrBuilder getSendOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.Send send = 2;
getSendOrBuilder
in interface CommandOrBuilder
public boolean hasSendAfter()
.org.apache.flink.statefun.e2e.smoke.Command.SendAfter send_after = 3;
hasSendAfter
in interface CommandOrBuilder
public Command.SendAfter getSendAfter()
.org.apache.flink.statefun.e2e.smoke.Command.SendAfter send_after = 3;
getSendAfter
in interface CommandOrBuilder
public Command.SendAfterOrBuilder getSendAfterOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.SendAfter send_after = 3;
getSendAfterOrBuilder
in interface CommandOrBuilder
public boolean hasSendEgress()
.org.apache.flink.statefun.e2e.smoke.Command.SendEgress send_egress = 4;
hasSendEgress
in interface CommandOrBuilder
public Command.SendEgress getSendEgress()
.org.apache.flink.statefun.e2e.smoke.Command.SendEgress send_egress = 4;
getSendEgress
in interface CommandOrBuilder
public Command.SendEgressOrBuilder getSendEgressOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.SendEgress send_egress = 4;
getSendEgressOrBuilder
in interface CommandOrBuilder
public boolean hasAsyncOperation()
.org.apache.flink.statefun.e2e.smoke.Command.AsyncOperation async_operation = 5;
hasAsyncOperation
in interface CommandOrBuilder
public Command.AsyncOperation getAsyncOperation()
.org.apache.flink.statefun.e2e.smoke.Command.AsyncOperation async_operation = 5;
getAsyncOperation
in interface CommandOrBuilder
public Command.AsyncOperationOrBuilder getAsyncOperationOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.AsyncOperation async_operation = 5;
getAsyncOperationOrBuilder
in interface CommandOrBuilder
public boolean hasVerify()
.org.apache.flink.statefun.e2e.smoke.Command.Verify verify = 6;
hasVerify
in interface CommandOrBuilder
public Command.Verify getVerify()
.org.apache.flink.statefun.e2e.smoke.Command.Verify verify = 6;
getVerify
in interface CommandOrBuilder
public Command.VerifyOrBuilder getVerifyOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.Verify verify = 6;
getVerifyOrBuilder
in interface CommandOrBuilder
public boolean hasCancelSendAfter()
.org.apache.flink.statefun.e2e.smoke.Command.CancelSendAfter cancel_send_after = 7;
hasCancelSendAfter
in interface CommandOrBuilder
public Command.CancelSendAfter getCancelSendAfter()
.org.apache.flink.statefun.e2e.smoke.Command.CancelSendAfter cancel_send_after = 7;
getCancelSendAfter
in interface CommandOrBuilder
public Command.CancelSendAfterOrBuilder getCancelSendAfterOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Command.CancelSendAfter cancel_send_after = 7;
getCancelSendAfterOrBuilder
in interface CommandOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Command parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Command parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Command parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Command parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Command parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Command parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Command parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Command parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Command parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Command parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Command parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Command parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Command.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Command.Builder newBuilder()
public static Command.Builder newBuilder(Command prototype)
public Command.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Command.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Command getDefaultInstance()
public static com.google.protobuf.Parser<Command> parser()
public com.google.protobuf.Parser<Command> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Command getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.