Package | Description |
---|---|
org.apache.flink.statefun.flink.core.common | |
org.apache.flink.statefun.sdk.reqreply.generated |
Modifier and Type | Method and Description |
---|---|
static Address |
PolyglotUtil.sdkAddressToPolyglotAddress(Address sdkAddress) |
Modifier and Type | Method and Description |
---|---|
static Address |
PolyglotUtil.polyglotAddressToSdkAddress(Address address) |
Modifier and Type | Method and Description |
---|---|
Address |
Address.Builder.build() |
Address |
Address.Builder.buildPartial() |
Address |
ToFunction.InvocationOrBuilder.getCaller()
The address of the function that requested the invocation (possibly absent)
|
Address |
ToFunction.Invocation.getCaller()
The address of the function that requested the invocation (possibly absent)
|
Address |
ToFunction.Invocation.Builder.getCaller()
The address of the function that requested the invocation (possibly absent)
|
static Address |
Address.getDefaultInstance() |
Address |
Address.getDefaultInstanceForType() |
Address |
Address.Builder.getDefaultInstanceForType() |
Address |
FromFunction.InvocationOrBuilder.getTarget()
The target function to invoke
|
Address |
FromFunction.Invocation.getTarget()
The target function to invoke
|
Address |
FromFunction.Invocation.Builder.getTarget()
The target function to invoke
|
Address |
FromFunction.DelayedInvocationOrBuilder.getTarget()
the target address to send this message to
|
Address |
FromFunction.DelayedInvocation.getTarget()
the target address to send this message to
|
Address |
FromFunction.DelayedInvocation.Builder.getTarget()
the target address to send this message to
|
Address |
ToFunction.InvocationBatchRequestOrBuilder.getTarget()
The address of the function to invoke
|
Address |
ToFunction.InvocationBatchRequest.getTarget()
The address of the function to invoke
|
Address |
ToFunction.InvocationBatchRequest.Builder.getTarget()
The address of the function to invoke
|
static Address |
Address.parseDelimitedFrom(java.io.InputStream input) |
static Address |
Address.parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(byte[] data) |
static Address |
Address.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(java.nio.ByteBuffer data) |
static Address |
Address.parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(ByteString data) |
static Address |
Address.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(CodedInputStream input) |
static Address |
Address.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(java.io.InputStream input) |
static Address |
Address.parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Address> |
Address.getParserForType() |
static Parser<Address> |
Address.parser() |
Modifier and Type | Method and Description |
---|---|
ToFunction.Invocation.Builder |
ToFunction.Invocation.Builder.mergeCaller(Address value)
The address of the function that requested the invocation (possibly absent)
|
Address.Builder |
Address.Builder.mergeFrom(Address other) |
FromFunction.Invocation.Builder |
FromFunction.Invocation.Builder.mergeTarget(Address value)
The target function to invoke
|
FromFunction.DelayedInvocation.Builder |
FromFunction.DelayedInvocation.Builder.mergeTarget(Address value)
the target address to send this message to
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.mergeTarget(Address value)
The address of the function to invoke
|
static Address.Builder |
Address.newBuilder(Address prototype) |
ToFunction.Invocation.Builder |
ToFunction.Invocation.Builder.setCaller(Address value)
The address of the function that requested the invocation (possibly absent)
|
FromFunction.Invocation.Builder |
FromFunction.Invocation.Builder.setTarget(Address value)
The target function to invoke
|
FromFunction.DelayedInvocation.Builder |
FromFunction.DelayedInvocation.Builder.setTarget(Address value)
the target address to send this message to
|
ToFunction.InvocationBatchRequest.Builder |
ToFunction.InvocationBatchRequest.Builder.setTarget(Address value)
The address of the function to invoke
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.