Modifier and Type | Interface and Description |
---|---|
interface |
KafkaProducerRecordOrBuilder |
interface |
KinesisEgressRecordOrBuilder |
Modifier and Type | Class and Description |
---|---|
class |
KafkaProducerRecord
Protobuf type
io.statefun.sdk.egress.KafkaProducerRecord |
static class |
KafkaProducerRecord.Builder
Protobuf type
io.statefun.sdk.egress.KafkaProducerRecord |
class |
KinesisEgressRecord
Protobuf type
io.statefun.sdk.egress.KinesisEgressRecord |
static class |
KinesisEgressRecord.Builder
Protobuf type
io.statefun.sdk.egress.KinesisEgressRecord |
Modifier and Type | Interface and Description |
---|---|
interface |
AddressOrBuilder |
static interface |
FromFunction.DelayedInvocationOrBuilder |
static interface |
FromFunction.EgressMessageOrBuilder |
static interface |
FromFunction.ExpirationSpecOrBuilder |
static interface |
FromFunction.IncompleteInvocationContextOrBuilder |
static interface |
FromFunction.InvocationOrBuilder |
static interface |
FromFunction.InvocationResponseOrBuilder |
static interface |
FromFunction.PersistedValueMutationOrBuilder |
static interface |
FromFunction.PersistedValueSpecOrBuilder |
interface |
FromFunctionOrBuilder |
static interface |
ToFunction.InvocationBatchRequestOrBuilder |
static interface |
ToFunction.InvocationOrBuilder |
static interface |
ToFunction.PersistedValueOrBuilder |
interface |
ToFunctionOrBuilder |
interface |
TypedValueOrBuilder |
Modifier and Type | Class and Description |
---|---|
class |
Address
An Address is the unique identity of an individual StatefulFunction, containing
a function's type and an unique identifier within the type.
|
static class |
Address.Builder
An Address is the unique identity of an individual StatefulFunction, containing
a function's type and an unique identifier within the type.
|
class |
FromFunction
The following section contains messages sent from a remote function back to Flink.
|
static class |
FromFunction.Builder
The following section contains messages sent from a remote function back to Flink.
|
static class |
FromFunction.DelayedInvocation
DelayedInvocation represents a delayed remote function call with a target address, an argument
and a delay in milliseconds, after which this message to be sent.
|
static class |
FromFunction.DelayedInvocation.Builder
DelayedInvocation represents a delayed remote function call with a target address, an argument
and a delay in milliseconds, after which this message to be sent.
|
static class |
FromFunction.EgressMessage
EgressMessage an argument to forward to an egress.
|
static class |
FromFunction.EgressMessage.Builder
EgressMessage an argument to forward to an egress.
|
static class |
FromFunction.ExpirationSpec
ExpirationSpec represents TTL (Time-To-Live) configuration for persisted states.
|
static class |
FromFunction.ExpirationSpec.Builder
ExpirationSpec represents TTL (Time-To-Live) configuration for persisted states.
|
static class |
FromFunction.IncompleteInvocationContext
IncompleteInvocationContext represents a result of an io.statefun.sdk.reqreply.ToFunction.InvocationBatchRequest,
which should be used as the response if the InvocationBatchRequest provided incomplete information about the
invocation, e.g.
|
static class |
FromFunction.IncompleteInvocationContext.Builder
IncompleteInvocationContext represents a result of an io.statefun.sdk.reqreply.ToFunction.InvocationBatchRequest,
which should be used as the response if the InvocationBatchRequest provided incomplete information about the
invocation, e.g.
|
static class |
FromFunction.Invocation
Invocation represents a remote function call, it associated with a (mandatory) target address,
and an argument.
|
static class |
FromFunction.Invocation.Builder
Invocation represents a remote function call, it associated with a (mandatory) target address,
and an argument.
|
static class |
FromFunction.InvocationResponse
InvocationResponse represents a result of an io.statefun.sdk.reqreply.ToFunction.InvocationBatchRequest
it contains a list of state mutation to preform as a result of computing this batch, and a list of outgoing messages.
|
static class |
FromFunction.InvocationResponse.Builder
InvocationResponse represents a result of an io.statefun.sdk.reqreply.ToFunction.InvocationBatchRequest
it contains a list of state mutation to preform as a result of computing this batch, and a list of outgoing messages.
|
static class |
FromFunction.PersistedValueMutation
MutatePersistedValueCommand represents a command sent from a remote function to Flink,
requesting a change to a persisted value.
|
static class |
FromFunction.PersistedValueMutation.Builder
MutatePersistedValueCommand represents a command sent from a remote function to Flink,
requesting a change to a persisted value.
|
static class |
FromFunction.PersistedValueSpec
PersistedValueSpec represents specifications of a function's persisted value state.
|
static class |
FromFunction.PersistedValueSpec.Builder
PersistedValueSpec represents specifications of a function's persisted value state.
|
class |
ToFunction
The following section contains all the message types that are sent
from Flink to a remote function.
|
static class |
ToFunction.Builder
The following section contains all the message types that are sent
from Flink to a remote function.
|
static class |
ToFunction.Invocation
Invocation represents a remote function call, it associated with an (optional) return address,
and an argument.
|
static class |
ToFunction.Invocation.Builder
Invocation represents a remote function call, it associated with an (optional) return address,
and an argument.
|
static class |
ToFunction.InvocationBatchRequest
InvocationBatchRequest represents a request to invoke a remote function.
|
static class |
ToFunction.InvocationBatchRequest.Builder
InvocationBatchRequest represents a request to invoke a remote function.
|
static class |
ToFunction.PersistedValue
PersistedValue represents a PersistedValue's value that is managed by Flink on behalf of a remote function.
|
static class |
ToFunction.PersistedValue.Builder
PersistedValue represents a PersistedValue's value that is managed by Flink on behalf of a remote function.
|
class |
TypedValue
Protobuf type
io.statefun.sdk.reqreply.TypedValue |
static class |
TypedValue.Builder
Protobuf type
io.statefun.sdk.reqreply.TypedValue |
Modifier and Type | Class and Description |
---|---|
class |
RepeatedFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder>
RepeatedFieldBuilder implements a structure that a protocol message uses to hold a
repeated field of other protocol messages. |
class |
RepeatedFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder>
RepeatedFieldBuilderV3 implements a structure that a protocol message uses to hold a
repeated field of other protocol messages. |
class |
SingleFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder>
SingleFieldBuilder implements a structure that a protocol message uses to hold a single
field of another protocol message. |
class |
SingleFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder>
SingleFieldBuilderV3 implements a structure that a protocol message uses to hold a single
field of another protocol message. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessage
A partial implementation of the
Message interface which implements as many methods of
that interface as possible in terms of other methods. |
static class |
AbstractMessage.Builder<BuilderType extends AbstractMessage.Builder<BuilderType>>
A partial implementation of the
Message.Builder interface which implements as many
methods of that interface as possible in terms of other methods. |
class |
Any
`Any` contains an arbitrary serialized protocol buffer message along with a
URL that describes the type of the serialized message.
|
static class |
Any.Builder
`Any` contains an arbitrary serialized protocol buffer message along with a
URL that describes the type of the serialized message.
|
class |
Api
Api is a light-weight descriptor for an API Interface.
|
static class |
Api.Builder
Api is a light-weight descriptor for an API Interface.
|
class |
BoolValue
Wrapper message for `bool`.
|
static class |
BoolValue.Builder
Wrapper message for `bool`.
|
class |
BytesValue
Wrapper message for `bytes`.
|
static class |
BytesValue.Builder
Wrapper message for `bytes`.
|
static class |
DescriptorProtos.DescriptorProto
Describes a message type.
|
static class |
DescriptorProtos.DescriptorProto.Builder
Describes a message type.
|
static class |
DescriptorProtos.DescriptorProto.ExtensionRange
Protobuf type
google.protobuf.DescriptorProto.ExtensionRange |
static class |
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
Protobuf type
google.protobuf.DescriptorProto.ExtensionRange |
static class |
DescriptorProtos.DescriptorProto.ReservedRange
Range of reserved tag numbers.
|
static class |
DescriptorProtos.DescriptorProto.ReservedRange.Builder
Range of reserved tag numbers.
|
static class |
DescriptorProtos.EnumDescriptorProto
Describes an enum type.
|
static class |
DescriptorProtos.EnumDescriptorProto.Builder
Describes an enum type.
|
static class |
DescriptorProtos.EnumDescriptorProto.EnumReservedRange
Range of reserved numeric values.
|
static class |
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
Range of reserved numeric values.
|
static class |
DescriptorProtos.EnumOptions
Protobuf type
google.protobuf.EnumOptions |
static class |
DescriptorProtos.EnumOptions.Builder
Protobuf type
google.protobuf.EnumOptions |
static class |
DescriptorProtos.EnumValueDescriptorProto
Describes a value within an enum.
|
static class |
DescriptorProtos.EnumValueDescriptorProto.Builder
Describes a value within an enum.
|
static class |
DescriptorProtos.EnumValueOptions
Protobuf type
google.protobuf.EnumValueOptions |
static class |
DescriptorProtos.EnumValueOptions.Builder
Protobuf type
google.protobuf.EnumValueOptions |
static class |
DescriptorProtos.ExtensionRangeOptions
Protobuf type
google.protobuf.ExtensionRangeOptions |
static class |
DescriptorProtos.ExtensionRangeOptions.Builder
Protobuf type
google.protobuf.ExtensionRangeOptions |
static class |
DescriptorProtos.FieldDescriptorProto
Describes a field within a message.
|
static class |
DescriptorProtos.FieldDescriptorProto.Builder
Describes a field within a message.
|
static class |
DescriptorProtos.FieldOptions
Protobuf type
google.protobuf.FieldOptions |
static class |
DescriptorProtos.FieldOptions.Builder
Protobuf type
google.protobuf.FieldOptions |
static class |
DescriptorProtos.FileDescriptorProto
Describes a complete .proto file.
|
static class |
DescriptorProtos.FileDescriptorProto.Builder
Describes a complete .proto file.
|
static class |
DescriptorProtos.FileDescriptorSet
The protocol compiler can output a FileDescriptorSet containing the .proto
files it parses.
|
static class |
DescriptorProtos.FileDescriptorSet.Builder
The protocol compiler can output a FileDescriptorSet containing the .proto
files it parses.
|
static class |
DescriptorProtos.FileOptions
Protobuf type
google.protobuf.FileOptions |
static class |
DescriptorProtos.FileOptions.Builder
Protobuf type
google.protobuf.FileOptions |
static class |
DescriptorProtos.GeneratedCodeInfo
Describes the relationship between generated code and its original source
file.
|
static class |
DescriptorProtos.GeneratedCodeInfo.Annotation
Protobuf type
google.protobuf.GeneratedCodeInfo.Annotation |
static class |
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Protobuf type
google.protobuf.GeneratedCodeInfo.Annotation |
static class |
DescriptorProtos.GeneratedCodeInfo.Builder
Describes the relationship between generated code and its original source
file.
|
static class |
DescriptorProtos.MessageOptions
Protobuf type
google.protobuf.MessageOptions |
static class |
DescriptorProtos.MessageOptions.Builder
Protobuf type
google.protobuf.MessageOptions |
static class |
DescriptorProtos.MethodDescriptorProto
Describes a method of a service.
|
static class |
DescriptorProtos.MethodDescriptorProto.Builder
Describes a method of a service.
|
static class |
DescriptorProtos.MethodOptions
Protobuf type
google.protobuf.MethodOptions |
static class |
DescriptorProtos.MethodOptions.Builder
Protobuf type
google.protobuf.MethodOptions |
static class |
DescriptorProtos.OneofDescriptorProto
Describes a oneof.
|
static class |
DescriptorProtos.OneofDescriptorProto.Builder
Describes a oneof.
|
static class |
DescriptorProtos.OneofOptions
Protobuf type
google.protobuf.OneofOptions |
static class |
DescriptorProtos.OneofOptions.Builder
Protobuf type
google.protobuf.OneofOptions |
static class |
DescriptorProtos.ServiceDescriptorProto
Describes a service.
|
static class |
DescriptorProtos.ServiceDescriptorProto.Builder
Describes a service.
|
static class |
DescriptorProtos.ServiceOptions
Protobuf type
google.protobuf.ServiceOptions |
static class |
DescriptorProtos.ServiceOptions.Builder
Protobuf type
google.protobuf.ServiceOptions |
static class |
DescriptorProtos.SourceCodeInfo
Encapsulates information about the original source file from which a
FileDescriptorProto was generated.
|
static class |
DescriptorProtos.SourceCodeInfo.Builder
Encapsulates information about the original source file from which a
FileDescriptorProto was generated.
|
static class |
DescriptorProtos.SourceCodeInfo.Location
Protobuf type
google.protobuf.SourceCodeInfo.Location |
static class |
DescriptorProtos.SourceCodeInfo.Location.Builder
Protobuf type
google.protobuf.SourceCodeInfo.Location |
static class |
DescriptorProtos.UninterpretedOption
A message representing a option the parser does not recognize.
|
static class |
DescriptorProtos.UninterpretedOption.Builder
A message representing a option the parser does not recognize.
|
static class |
DescriptorProtos.UninterpretedOption.NamePart
The name of the uninterpreted option.
|
static class |
DescriptorProtos.UninterpretedOption.NamePart.Builder
The name of the uninterpreted option.
|
class |
DoubleValue
Wrapper message for `double`.
|
static class |
DoubleValue.Builder
Wrapper message for `double`.
|
class |
Duration
A Duration represents a signed, fixed-length span of time represented
as a count of seconds and fractions of seconds at nanosecond
resolution.
|
static class |
Duration.Builder
A Duration represents a signed, fixed-length span of time represented
as a count of seconds and fractions of seconds at nanosecond
resolution.
|
class |
DynamicMessage
An implementation of
Message that can represent arbitrary types, given a Descriptors.Descriptor . |
static class |
DynamicMessage.Builder
Builder for
DynamicMessage s. |
class |
Empty
A generic empty message that you can re-use to avoid defining duplicated
empty messages in your APIs.
|
static class |
Empty.Builder
A generic empty message that you can re-use to avoid defining duplicated
empty messages in your APIs.
|
class |
Enum
Enum type definition.
|
static class |
Enum.Builder
Enum type definition.
|
class |
EnumValue
Enum value definition.
|
static class |
EnumValue.Builder
Enum value definition.
|
class |
Field
A single field of a message type.
|
static class |
Field.Builder
A single field of a message type.
|
class |
FieldMask
`FieldMask` represents a set of symbolic field paths, for example:
paths: "f.a"
paths: "f.b.d"
Here `f` represents a field in some root message, `a` and `b`
fields in the message found in `f`, and `d` a field found in the
message in `f.b`.
|
static class |
FieldMask.Builder
`FieldMask` represents a set of symbolic field paths, for example:
paths: "f.a"
paths: "f.b.d"
Here `f` represents a field in some root message, `a` and `b`
fields in the message found in `f`, and `d` a field found in the
message in `f.b`.
|
class |
FloatValue
Wrapper message for `float`.
|
static class |
FloatValue.Builder
Wrapper message for `float`.
|
class |
GeneratedMessage
All generated protocol message classes extend this class.
|
static class |
GeneratedMessage.Builder<BuilderType extends GeneratedMessage.Builder<BuilderType>> |
static class |
GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>
Generated message builders for message types that contain extension ranges
subclass this.
|
static class |
GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>
Generated message classes for message types that contain extension ranges
subclass this.
|
class |
GeneratedMessageV3
All generated protocol message classes extend this class.
|
static class |
GeneratedMessageV3.Builder<BuilderType extends GeneratedMessageV3.Builder<BuilderType>> |
static class |
GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>
Generated message builders for message types that contain extension ranges
subclass this.
|
static class |
GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>
Generated message classes for message types that contain extension ranges
subclass this.
|
class |
Int32Value
Wrapper message for `int32`.
|
static class |
Int32Value.Builder
Wrapper message for `int32`.
|
class |
Int64Value
Wrapper message for `int64`.
|
static class |
Int64Value.Builder
Wrapper message for `int64`.
|
class |
ListValue
`ListValue` is a wrapper around a repeated field of values.
|
static class |
ListValue.Builder
`ListValue` is a wrapper around a repeated field of values.
|
class |
MapEntry<K,V>
Implements MapEntry messages.
|
static class |
MapEntry.Builder<K,V>
Builder to create
MapEntry messages. |
class |
Method
Method represents a method of an API interface.
|
static class |
Method.Builder
Method represents a method of an API interface.
|
class |
Mixin
Declares an API Interface to be included in this interface.
|
static class |
Mixin.Builder
Declares an API Interface to be included in this interface.
|
class |
Option
A protocol buffer option, which can be attached to a message, field,
enumeration, etc.
|
static class |
Option.Builder
A protocol buffer option, which can be attached to a message, field,
enumeration, etc.
|
class |
SourceContext
`SourceContext` represents information about the source of a
protobuf element, like the file in which it is defined.
|
static class |
SourceContext.Builder
`SourceContext` represents information about the source of a
protobuf element, like the file in which it is defined.
|
class |
StringValue
Wrapper message for `string`.
|
static class |
StringValue.Builder
Wrapper message for `string`.
|
class |
Struct
`Struct` represents a structured data value, consisting of fields
which map to dynamically typed values.
|
static class |
Struct.Builder
`Struct` represents a structured data value, consisting of fields
which map to dynamically typed values.
|
class |
Timestamp
A Timestamp represents a point in time independent of any time zone or local
calendar, encoded as a count of seconds and fractions of seconds at
nanosecond resolution.
|
static class |
Timestamp.Builder
A Timestamp represents a point in time independent of any time zone or local
calendar, encoded as a count of seconds and fractions of seconds at
nanosecond resolution.
|
class |
Type
A protocol buffer message type.
|
static class |
Type.Builder
A protocol buffer message type.
|
class |
UInt32Value
Wrapper message for `uint32`.
|
static class |
UInt32Value.Builder
Wrapper message for `uint32`.
|
class |
UInt64Value
Wrapper message for `uint64`.
|
static class |
UInt64Value.Builder
Wrapper message for `uint64`.
|
class |
Value
`Value` represents a dynamically typed value which can be either
null, a number, a string, a boolean, a recursive struct value, or a
list of values.
|
static class |
Value.Builder
`Value` represents a dynamically typed value which can be either
null, a number, a string, a boolean, a recursive struct value, or a
list of values.
|
Modifier and Type | Method and Description |
---|---|
static void |
TextFormat.print(MessageOrBuilder message,
java.lang.Appendable output)
Outputs a textual representation of the Protocol Message supplied into the parameter output.
|
static java.lang.String |
TextFormat.printToString(MessageOrBuilder message)
Like
print() , but writes directly to a String and returns it. |
static java.lang.String |
TextFormat.printToUnicodeString(MessageOrBuilder message)
Same as
printToString() , except that non-ASCII characters in string type fields are not
escaped in backslash+octals. |
static void |
TextFormat.printUnicode(MessageOrBuilder message,
java.lang.Appendable output)
Same as
print() , except that non-ASCII characters are not escaped. |
static java.lang.String |
TextFormat.shortDebugString(MessageOrBuilder message)
Generates a human readable form of this message, useful for debugging and other purposes, with
no newline characters.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
PluginProtos.CodeGeneratorRequestOrBuilder |
static interface |
PluginProtos.CodeGeneratorResponse.FileOrBuilder |
static interface |
PluginProtos.CodeGeneratorResponseOrBuilder |
static interface |
PluginProtos.VersionOrBuilder |
Modifier and Type | Class and Description |
---|---|
static class |
PluginProtos.CodeGeneratorRequest
An encoded CodeGeneratorRequest is written to the plugin's stdin.
|
static class |
PluginProtos.CodeGeneratorRequest.Builder
An encoded CodeGeneratorRequest is written to the plugin's stdin.
|
static class |
PluginProtos.CodeGeneratorResponse
The plugin writes an encoded CodeGeneratorResponse to stdout.
|
static class |
PluginProtos.CodeGeneratorResponse.Builder
The plugin writes an encoded CodeGeneratorResponse to stdout.
|
static class |
PluginProtos.CodeGeneratorResponse.File
Represents a single generated file.
|
static class |
PluginProtos.CodeGeneratorResponse.File.Builder
Represents a single generated file.
|
static class |
PluginProtos.Version
The version number of protocol compiler.
|
static class |
PluginProtos.Version.Builder
The version number of protocol compiler.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanWrapperOrBuilder |
interface |
DoubleWrapperOrBuilder |
interface |
FloatWrapperOrBuilder |
interface |
IntWrapperOrBuilder |
interface |
LongWrapperOrBuilder |
interface |
StringWrapperOrBuilder |
Modifier and Type | Class and Description |
---|---|
class |
BooleanWrapper
BooleanWrapper represents a StateFun primitive type of a boolean value.
|
static class |
BooleanWrapper.Builder
BooleanWrapper represents a StateFun primitive type of a boolean value.
|
class |
DoubleWrapper
DoubleWrapper represents a StateFun primitive type of a double value.
|
static class |
DoubleWrapper.Builder
DoubleWrapper represents a StateFun primitive type of a double value.
|
class |
FloatWrapper
FloatWrapper represents a StateFun primitive type of a signed float value.
|
static class |
FloatWrapper.Builder
FloatWrapper represents a StateFun primitive type of a signed float value.
|
class |
IntWrapper
IntWrapper represents a StateFun primitive type of an signed 32 bit integer value.
|
static class |
IntWrapper.Builder
IntWrapper represents a StateFun primitive type of an signed 32 bit integer value.
|
class |
LongWrapper
LongWrapper represents a StateFun primitive type of a signed 64 bit long value.
|
static class |
LongWrapper.Builder
LongWrapper represents a StateFun primitive type of a signed 64 bit long value.
|
class |
StringWrapper
StringWrapper represents a StateFun string.
|
static class |
StringWrapper.Builder
StringWrapper represents a StateFun string.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.