Package | Description |
---|---|
org.apache.flink.statefun.sdk.reqreply.generated |
Modifier and Type | Method and Description |
---|---|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.addAllInvocations(java.lang.Iterable<? extends ToFunction.Invocation> values)
A non empty (at least one) list of invocations
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.addAllState(java.lang.Iterable<? extends ToFunction.PersistedValue> values)
A list of PersistedValues that were registered as a persisted state.
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.addInvocations(int index,
ToFunction.Invocation.Builder builderForValue)
A non empty (at least one) list of invocations
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.addInvocations(int index,
ToFunction.Invocation value)
A non empty (at least one) list of invocations
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.addInvocations(ToFunction.Invocation.Builder builderForValue)
A non empty (at least one) list of invocations
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.addInvocations(ToFunction.Invocation value)
A non empty (at least one) list of invocations
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.addState(int index,
ToFunction.PersistedValue.Builder builderForValue)
A list of PersistedValues that were registered as a persisted state.
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.addState(int index,
ToFunction.PersistedValue value)
A list of PersistedValues that were registered as a persisted state.
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.addState(ToFunction.PersistedValue.Builder builderForValue)
A list of PersistedValues that were registered as a persisted state.
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.addState(ToFunction.PersistedValue value)
A list of PersistedValues that were registered as a persisted state.
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.clear() |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.clearField(Descriptors.FieldDescriptor field) |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.clearInvocations()
A non empty (at least one) list of invocations
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.clearState()
A list of PersistedValues that were registered as a persisted state.
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.clearTarget()
The address of the function to invoke
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.clone() |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.Builder.getInvocationBuilder()
.io.statefun.sdk.reqreply.ToFunction.InvocationBatchRequest invocation = 100; |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.mergeFrom(Message other) |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.mergeFrom(ToFunction.InvocationBatchRequest other) |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.mergeTarget(Address value)
The address of the function to invoke
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.newBuilder() |
static ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.newBuilder(ToFunction.InvocationBatchRequest prototype) |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.newBuilderForType() |
protected ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.removeInvocations(int index)
A non empty (at least one) list of invocations
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.removeState(int index)
A list of PersistedValues that were registered as a persisted state.
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.setInvocations(int index,
ToFunction.Invocation.Builder builderForValue)
A non empty (at least one) list of invocations
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.setInvocations(int index,
ToFunction.Invocation value)
A non empty (at least one) list of invocations
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.setState(int index,
ToFunction.PersistedValue.Builder builderForValue)
A list of PersistedValues that were registered as a persisted state.
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.setState(int index,
ToFunction.PersistedValue value)
A list of PersistedValues that were registered as a persisted state.
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.setTarget(Address.Builder builderForValue)
The address of the function to invoke
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.setTarget(Address value)
The address of the function to invoke
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
ToFunction.Builder |
ToFunction.Builder.setInvocation(ToFunction.InvocationBatchRequest.Builder builderForValue)
.io.statefun.sdk.reqreply.ToFunction.InvocationBatchRequest invocation = 100; |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.