Skip navigation links
A B C D E F G H I K M N O P R S T U V W 

A

Accessor<T> - Interface in org.apache.flink.statefun.sdk.state
 
Address - Class in org.apache.flink.statefun.sdk
An Address is the unique identity of an individual StatefulFunction, containing of the function's FunctionType and an unique identifier within the type.
Address(FunctionType, String) - Constructor for class org.apache.flink.statefun.sdk.Address
Creates an Address.
append(E) - Method in interface org.apache.flink.statefun.sdk.state.AppendingBufferAccessor
 
append(E) - Method in class org.apache.flink.statefun.sdk.state.PersistedAppendingBuffer
Appends an element to the persisted buffer.
appendAll(List<E>) - Method in interface org.apache.flink.statefun.sdk.state.AppendingBufferAccessor
 
appendAll(List<E>) - Method in class org.apache.flink.statefun.sdk.state.PersistedAppendingBuffer
Adds all elements of a list to the persisted buffer.
AppendingBufferAccessor<E> - Interface in org.apache.flink.statefun.sdk.state
 
AsyncOperationResult<M,T> - Class in org.apache.flink.statefun.sdk
AsyncOperationResult - An asynchronous operation result.
AsyncOperationResult(M, AsyncOperationResult.Status, T, Throwable) - Constructor for class org.apache.flink.statefun.sdk.AsyncOperationResult
 
AsyncOperationResult.Status - Enum in org.apache.flink.statefun.sdk
 

B

bind(Object) - Method in class org.apache.flink.statefun.sdk.state.StateBinder
 
bindEgress(EgressSpec<T>) - Method in interface org.apache.flink.statefun.sdk.spi.StatefulFunctionModule.Binder
Binds an EgressSpec to the Stateful Functions application.
bindFunctionProvider(FunctionType, StatefulFunctionProvider) - Method in interface org.apache.flink.statefun.sdk.spi.StatefulFunctionModule.Binder
Binds a StatefulFunctionProvider to the Stateful Functions application for a specific FunctionType.
bindFunctionProvider(FunctionTypeNamespaceMatcher, StatefulFunctionProvider) - Method in interface org.apache.flink.statefun.sdk.spi.StatefulFunctionModule.Binder
Binds a StatefulFunctionProvider to the Stateful Functions application for all functions under the specified namespace.
bindIngress(IngressSpec<T>) - Method in interface org.apache.flink.statefun.sdk.spi.StatefulFunctionModule.Binder
Binds an IngressSpec to the Stateful Functions application.
bindIngressRouter(IngressIdentifier<T>, Router<T>) - Method in interface org.apache.flink.statefun.sdk.spi.StatefulFunctionModule.Binder
Binds a Router for a given ingress to the Stateful Functions application.

C

caller() - Method in interface org.apache.flink.statefun.sdk.Context
Returns the Address of the invoking function.
cancelDelayedMessage(String) - Method in interface org.apache.flink.statefun.sdk.Context
Cancel a delayed message (a message that was send via Context.sendAfter(Duration, Address, Object, String)).
canonicalTypenameString() - Method in class org.apache.flink.statefun.sdk.TypeName
 
clear() - Method in interface org.apache.flink.statefun.sdk.state.Accessor
 
clear() - Method in interface org.apache.flink.statefun.sdk.state.AppendingBufferAccessor
 
clear() - Method in class org.apache.flink.statefun.sdk.state.PersistedAppendingBuffer
Clears all elements in the persisted buffer.
clear() - Method in class org.apache.flink.statefun.sdk.state.PersistedTable
Clears all elements in the persisted buffer.
clear() - Method in class org.apache.flink.statefun.sdk.state.PersistedValue
Clears the persisted value.
clear() - Method in class org.apache.flink.statefun.sdk.state.RemotePersistedValue
 
clear() - Method in interface org.apache.flink.statefun.sdk.state.TableAccessor
 
configure(MatchBinder) - Method in class org.apache.flink.statefun.sdk.match.StatefulMatchFunction
Configures the patterns to match for the function's inputs.
configure(Map<String, String>, StatefulFunctionModule.Binder) - Method in interface org.apache.flink.statefun.sdk.spi.StatefulFunctionModule
This method is the entry point for extending a Stateful Functions application by binding ingresses, egresses, routers, and functions.
consumedType() - Method in class org.apache.flink.statefun.sdk.io.EgressIdentifier
Returns the type of messages consumed by the egress.
Context - Interface in org.apache.flink.statefun.sdk
Provides context for a single StatefulFunction invocation.

D

duration() - Method in class org.apache.flink.statefun.sdk.state.Expiration
 

E

EgressIdentifier<T> - Class in org.apache.flink.statefun.sdk.io
This class identifies an egress within a Stateful Functions application, and is part of an EgressSpec.
EgressIdentifier(String, String, Class<T>) - Constructor for class org.apache.flink.statefun.sdk.io.EgressIdentifier
Creates an EgressIdentifier.
EgressSpec<T> - Interface in org.apache.flink.statefun.sdk.io
Complete specification for an egress, containing of the egress' EgressIdentifier and the EgressType.
EgressType - Class in org.apache.flink.statefun.sdk
Defines the type of an egress, represented by a namespace and the type's name.
EgressType(String, String) - Constructor for class org.apache.flink.statefun.sdk.EgressType
Creates an EgressType.
elementType() - Method in class org.apache.flink.statefun.sdk.state.PersistedAppendingBuffer
Returns the type of the persisted buffer elements.
entries() - Method in class org.apache.flink.statefun.sdk.state.PersistedTable
Gets an Iterable over all the entries of the persisted table.
entries() - Method in interface org.apache.flink.statefun.sdk.state.TableAccessor
 
equals(Object) - Method in class org.apache.flink.statefun.sdk.Address
 
equals(Object) - Method in class org.apache.flink.statefun.sdk.EgressType
 
equals(Object) - Method in class org.apache.flink.statefun.sdk.FunctionType
 
equals(Object) - Method in class org.apache.flink.statefun.sdk.FunctionTypeNamespaceMatcher
 
equals(Object) - Method in class org.apache.flink.statefun.sdk.IngressType
 
equals(Object) - Method in class org.apache.flink.statefun.sdk.io.EgressIdentifier
 
equals(Object) - Method in class org.apache.flink.statefun.sdk.io.IngressIdentifier
 
equals(Object) - Method in class org.apache.flink.statefun.sdk.TypeName
 
Expiration - Class in org.apache.flink.statefun.sdk.state
State Expiration Configuration
Expiration(Expiration.Mode, Duration) - Constructor for class org.apache.flink.statefun.sdk.state.Expiration
 
expiration() - Method in class org.apache.flink.statefun.sdk.state.PersistedAppendingBuffer
 
expiration() - Method in class org.apache.flink.statefun.sdk.state.PersistedTable
 
expiration() - Method in class org.apache.flink.statefun.sdk.state.PersistedValue
 
expiration() - Method in class org.apache.flink.statefun.sdk.state.RemotePersistedValue
 
Expiration.Mode - Enum in org.apache.flink.statefun.sdk.state
 
expireAfter(Duration, Expiration.Mode) - Static method in class org.apache.flink.statefun.sdk.state.Expiration
 
expireAfterReadingOrWriting(Duration) - Static method in class org.apache.flink.statefun.sdk.state.Expiration
Returns an Expiration configuration that would expire a @duration after the last write or read.
expireAfterWriting(Duration) - Static method in class org.apache.flink.statefun.sdk.state.Expiration
Returns an Expiration configuration that would expire a @duration after the last write.

F

failure() - Method in class org.apache.flink.statefun.sdk.AsyncOperationResult
 
ForRuntime - Annotation Type in org.apache.flink.statefun.sdk.annotations
Methods or constructors annotated with this annotation, are used for the runtime to extend the API with specialized implementation
forward(Address, T) - Method in interface org.apache.flink.statefun.sdk.io.Router.Downstream
Forwards the message as an input to a downstream function, addressed by a specified Address.
forward(FunctionType, String, T) - Method in interface org.apache.flink.statefun.sdk.io.Router.Downstream
Forwards the message as an input to a downstream function, addressed by a specified FunctionType and the functions unique id within its type.
functionOfType(FunctionType) - Method in interface org.apache.flink.statefun.sdk.StatefulFunctionProvider
Creates a StatefulFunction instance for the given FunctionType,
FunctionType - Class in org.apache.flink.statefun.sdk
This class represents the type of a StatefulFunction, consisting of a namespace of the function type as well as the type's name.
FunctionType(String, String) - Constructor for class org.apache.flink.statefun.sdk.FunctionType
Creates a FunctionType.
FunctionTypeNamespaceMatcher - Class in org.apache.flink.statefun.sdk
 

G

get() - Method in class org.apache.flink.statefun.sdk.core.OptionalProperty
 
get() - Method in interface org.apache.flink.statefun.sdk.state.Accessor
 
get(K) - Method in class org.apache.flink.statefun.sdk.state.PersistedTable
Returns a persisted table's value.
get() - Method in class org.apache.flink.statefun.sdk.state.PersistedValue
Returns the persisted value.
get() - Method in class org.apache.flink.statefun.sdk.state.RemotePersistedValue
 
get(K) - Method in interface org.apache.flink.statefun.sdk.state.TableAccessor
 
getOrDefault(T) - Method in class org.apache.flink.statefun.sdk.state.PersistedValue
Attempts to get the persisted value.
getOrDefault(Supplier<T>) - Method in class org.apache.flink.statefun.sdk.state.PersistedValue
Attempts to get the persisted value.

H

hashCode() - Method in class org.apache.flink.statefun.sdk.Address
 
hashCode() - Method in class org.apache.flink.statefun.sdk.EgressType
 
hashCode() - Method in class org.apache.flink.statefun.sdk.FunctionType
 
hashCode() - Method in class org.apache.flink.statefun.sdk.FunctionTypeNamespaceMatcher
 
hashCode() - Method in class org.apache.flink.statefun.sdk.IngressType
 
hashCode() - Method in class org.apache.flink.statefun.sdk.io.EgressIdentifier
 
hashCode() - Method in class org.apache.flink.statefun.sdk.io.IngressIdentifier
 
hashCode() - Method in class org.apache.flink.statefun.sdk.TypeName
 

I

id() - Method in class org.apache.flink.statefun.sdk.Address
Returns the unique function id, within its type, that this address identifies.
id() - Method in interface org.apache.flink.statefun.sdk.io.EgressSpec
Returns the unique identifier of the egress.
id() - Method in interface org.apache.flink.statefun.sdk.io.IngressSpec
Returns the unique identifier of the ingress.
IngressIdentifier<T> - Class in org.apache.flink.statefun.sdk.io
This class identifies an ingress within a Stateful Functions application, and is part of an IngressSpec.
IngressIdentifier(Class<T>, String, String) - Constructor for class org.apache.flink.statefun.sdk.io.IngressIdentifier
Creates an IngressIdentifier.
IngressSpec<T> - Interface in org.apache.flink.statefun.sdk.io
Complete specification for an ingress, containing of the ingress' IngressIdentifier and the IngressType.
IngressType - Class in org.apache.flink.statefun.sdk
Defines the type of an ingress, represented by a namespace and the type's name.
IngressType(String, String) - Constructor for class org.apache.flink.statefun.sdk.IngressType
Creates an IngressType.
invoke(Context, Object) - Method in class org.apache.flink.statefun.sdk.match.StatefulMatchFunction
 
invoke(Context, Object) - Method in interface org.apache.flink.statefun.sdk.StatefulFunction
Invokes this function with a given input.

K

keys() - Method in class org.apache.flink.statefun.sdk.state.PersistedTable
Gets an Iterable over all keys of the persisted table.
keys() - Method in interface org.apache.flink.statefun.sdk.state.TableAccessor
 
keyType() - Method in class org.apache.flink.statefun.sdk.state.PersistedTable
Returns the type of the persisted tables keys.

M

MatchBinder - Class in org.apache.flink.statefun.sdk.match
Binds patterns to be matched on inputs and their corresponding actions to the processing logic of a StatefulMatchFunction.
matches(FunctionType) - Method in class org.apache.flink.statefun.sdk.FunctionTypeNamespaceMatcher
 
metadata() - Method in class org.apache.flink.statefun.sdk.AsyncOperationResult
 
mode() - Method in class org.apache.flink.statefun.sdk.state.Expiration
 

N

name() - Method in class org.apache.flink.statefun.sdk.FunctionType
Returns the name of the function type.
name() - Method in class org.apache.flink.statefun.sdk.io.EgressIdentifier
Returns the name of the egress.
name() - Method in class org.apache.flink.statefun.sdk.io.IngressIdentifier
Returns the name of the ingress.
name() - Method in class org.apache.flink.statefun.sdk.state.PersistedAppendingBuffer
Returns the unique name of the persisted buffer.
name() - Method in class org.apache.flink.statefun.sdk.state.PersistedTable
Returns the unique name of the persisted table.
name() - Method in class org.apache.flink.statefun.sdk.state.PersistedValue
Returns the unique name of the persisted value.
name() - Method in class org.apache.flink.statefun.sdk.state.RemotePersistedValue
 
name() - Method in class org.apache.flink.statefun.sdk.TypeName
 
namespace() - Method in class org.apache.flink.statefun.sdk.EgressType
Returns the namespace of this egress type.
namespace() - Method in class org.apache.flink.statefun.sdk.FunctionType
Returns the namespace of the function type.
namespace() - Method in class org.apache.flink.statefun.sdk.IngressType
Returns the namespace of this ingress type.
namespace() - Method in class org.apache.flink.statefun.sdk.io.EgressIdentifier
Returns the namespace of the egress.
namespace() - Method in class org.apache.flink.statefun.sdk.io.IngressIdentifier
Returns the namespace of the ingress.
namespace() - Method in class org.apache.flink.statefun.sdk.TypeName
 
none() - Static method in class org.apache.flink.statefun.sdk.state.Expiration
 

O

of(String, Class<E>) - Static method in class org.apache.flink.statefun.sdk.state.PersistedAppendingBuffer
Creates a PersistedAppendingBuffer instance that may be used to access persisted state managed by the system.
of(String, Class<E>, Expiration) - Static method in class org.apache.flink.statefun.sdk.state.PersistedAppendingBuffer
Creates a PersistedAppendingBuffer instance that may be used to access persisted state managed by the system.
of(String, Class<K>, Class<V>) - Static method in class org.apache.flink.statefun.sdk.state.PersistedTable
Creates a PersistedTable instance that may be used to access persisted state managed by the system.
of(String, Class<K>, Class<V>, Expiration) - Static method in class org.apache.flink.statefun.sdk.state.PersistedTable
Creates a PersistedTable instance that may be used to access persisted state managed by the system.
of(String, Class<T>) - Static method in class org.apache.flink.statefun.sdk.state.PersistedValue
Creates a PersistedValue instance that may be used to access persisted state managed by the system.
of(String, Class<T>, Expiration) - Static method in class org.apache.flink.statefun.sdk.state.PersistedValue
Creates a PersistedValue instance that may be used to access persisted state managed by the system.
of(String, TypeName) - Static method in class org.apache.flink.statefun.sdk.state.RemotePersistedValue
 
of(String, TypeName, Expiration) - Static method in class org.apache.flink.statefun.sdk.state.RemotePersistedValue
 
OptionalProperty<T> - Class in org.apache.flink.statefun.sdk.core
Utility class to represent an optional config, which may have a predefined default value.
org.apache.flink.statefun.sdk - package org.apache.flink.statefun.sdk
 
org.apache.flink.statefun.sdk.annotations - package org.apache.flink.statefun.sdk.annotations
 
org.apache.flink.statefun.sdk.core - package org.apache.flink.statefun.sdk.core
 
org.apache.flink.statefun.sdk.io - package org.apache.flink.statefun.sdk.io
 
org.apache.flink.statefun.sdk.match - package org.apache.flink.statefun.sdk.match
 
org.apache.flink.statefun.sdk.spi - package org.apache.flink.statefun.sdk.spi
 
org.apache.flink.statefun.sdk.state - package org.apache.flink.statefun.sdk.state
 
otherwise(BiConsumer<Context, Object>) - Method in class org.apache.flink.statefun.sdk.match.MatchBinder
Binds a default action for inputs that fail to match any of the patterns bind via the MatchBinder.predicate(Class, Predicate, BiConsumer) and MatchBinder.predicate(Class, BiConsumer) methods.
overwritePropertiesIfPresent(Properties, String) - Method in class org.apache.flink.statefun.sdk.core.OptionalProperty
 

P

parseFrom(String) - Static method in class org.apache.flink.statefun.sdk.TypeName
 
Persisted - Annotation Type in org.apache.flink.statefun.sdk.annotations
 
PersistedAppendingBuffer<E> - Class in org.apache.flink.statefun.sdk.state
A PersistedAppendingBuffer is an append-only buffer registered within StatefulFunctions and is persisted and maintained by the system for fault-tolerance.
PersistedStateRegistry - Class in org.apache.flink.statefun.sdk.state
A PersistedStateRegistry can be used to register persisted state, such as a PersistedValue or PersistedTable, etc.
PersistedStateRegistry() - Constructor for class org.apache.flink.statefun.sdk.state.PersistedStateRegistry
 
PersistedTable<K,V> - Class in org.apache.flink.statefun.sdk.state
A PersistedTable is a table (collection of keys and values) registered within StatefulFunctions and is persisted and maintained by the system for fault-tolerance.
PersistedValue<T> - Class in org.apache.flink.statefun.sdk.state
A PersistedValue is a value registered within StatefulFunctions and is persisted and maintained by the system for fault-tolerance.
predicate(Class<T>, BiConsumer<Context, T>) - Method in class org.apache.flink.statefun.sdk.match.MatchBinder
Binds a simple type pattern which matches on the input's type.
predicate(Class<T>, Predicate<T>, BiConsumer<Context, T>) - Method in class org.apache.flink.statefun.sdk.match.MatchBinder
Binds a pattern which matches on a function's input type, as well as a conditional predicate on the input object's state.
producedType() - Method in class org.apache.flink.statefun.sdk.io.IngressIdentifier
Returns the type of messages produced by the ingress.

R

registerAppendingBuffer(PersistedAppendingBuffer<E>) - Method in class org.apache.flink.statefun.sdk.state.PersistedStateRegistry
registerAsyncOperation(M, CompletableFuture<T>) - Method in interface org.apache.flink.statefun.sdk.Context
Registers an asynchronous operation.
registerRemoteValue(RemotePersistedValue) - Method in class org.apache.flink.statefun.sdk.state.PersistedStateRegistry
registerTable(PersistedTable<K, V>) - Method in class org.apache.flink.statefun.sdk.state.PersistedStateRegistry
Registers a PersistedTable.
registerValue(PersistedValue<T>) - Method in class org.apache.flink.statefun.sdk.state.PersistedStateRegistry
Registers a PersistedValue.
RemotePersistedValue - Class in org.apache.flink.statefun.sdk.state
 
remove(K) - Method in class org.apache.flink.statefun.sdk.state.PersistedTable
Removes the value associated with key.
remove(K) - Method in interface org.apache.flink.statefun.sdk.state.TableAccessor
 
replaceWith(List<E>) - Method in interface org.apache.flink.statefun.sdk.state.AppendingBufferAccessor
 
replaceWith(List<E>) - Method in class org.apache.flink.statefun.sdk.state.PersistedAppendingBuffer
Replace the elements in the persisted buffer with the provided list of elements.
reply(Object) - Method in interface org.apache.flink.statefun.sdk.Context
Invokes the calling function of the current invocation under context.
route(InT, Router.Downstream<InT>) - Method in interface org.apache.flink.statefun.sdk.io.Router
Routes a given message to downstream StatefulFunctions.
Router<InT> - Interface in org.apache.flink.statefun.sdk.io
A Router routes messages from ingresses to individual StatefulFunctions.
Router.Downstream<T> - Interface in org.apache.flink.statefun.sdk.io
Interface for invoking downstream functions.

S

self() - Method in interface org.apache.flink.statefun.sdk.Context
Returns the Address of the invoked function.
send(Address, Object) - Method in interface org.apache.flink.statefun.sdk.Context
Invokes another function with an input, identified by the target function's Address.
send(EgressIdentifier<T>, T) - Method in interface org.apache.flink.statefun.sdk.Context
Sends an output to an egress, identified by the egress' EgressIdentifier.
send(FunctionType, String, Object) - Method in interface org.apache.flink.statefun.sdk.Context
Invokes another function with an input, identified by the target function's FunctionType and unique id.
sendAfter(Duration, Address, Object) - Method in interface org.apache.flink.statefun.sdk.Context
Invokes another function with an input, identified by the target function's Address, after a given delay.
sendAfter(Duration, Address, Object, String) - Method in interface org.apache.flink.statefun.sdk.Context
Invokes another function with an input (associated with a cancellationToken), identified by the target function's Address, after a given delay.
sendAfter(Duration, FunctionType, String, Object) - Method in interface org.apache.flink.statefun.sdk.Context
Invokes another function with an input, identified by the target function's FunctionType and unique id.
set(T) - Method in class org.apache.flink.statefun.sdk.core.OptionalProperty
 
set(T) - Method in interface org.apache.flink.statefun.sdk.state.Accessor
 
set(K, V) - Method in class org.apache.flink.statefun.sdk.state.PersistedTable
Updates the persisted table.
set(T) - Method in class org.apache.flink.statefun.sdk.state.PersistedValue
Updates the persisted value.
set(byte[]) - Method in class org.apache.flink.statefun.sdk.state.RemotePersistedValue
 
set(K, V) - Method in interface org.apache.flink.statefun.sdk.state.TableAccessor
 
StateBinder - Class in org.apache.flink.statefun.sdk.state
 
StateBinder() - Constructor for class org.apache.flink.statefun.sdk.state.StateBinder
 
StatefulFunction - Interface in org.apache.flink.statefun.sdk
A StatefulFunction is a user-defined function that can be invoked with a given input.
StatefulFunctionModule - Interface in org.apache.flink.statefun.sdk.spi
A StatefulFunctionModule is the entry point for adding to a Stateful Functions application the core building block primitives, i.e.
StatefulFunctionModule.Binder - Interface in org.apache.flink.statefun.sdk.spi
A StatefulFunctionModule.Binder binds ingresses, egresses, routers, and functions to a Stateful Functions application.
StatefulFunctionProvider - Interface in org.apache.flink.statefun.sdk
Provides instances of StatefulFunctions for a given FunctionType.
StatefulMatchFunction - Class in org.apache.flink.statefun.sdk.match
A StatefulMatchFunction is an utility StatefulFunction that supports pattern matching on function inputs to decide how the inputs should be processed.
StatefulMatchFunction() - Constructor for class org.apache.flink.statefun.sdk.match.StatefulMatchFunction
 
status() - Method in class org.apache.flink.statefun.sdk.AsyncOperationResult
 
successful() - Method in class org.apache.flink.statefun.sdk.AsyncOperationResult
 

T

TableAccessor<K,V> - Interface in org.apache.flink.statefun.sdk.state
 
targetNamespace(String) - Static method in class org.apache.flink.statefun.sdk.FunctionTypeNamespaceMatcher
 
targetNamespace() - Method in class org.apache.flink.statefun.sdk.FunctionTypeNamespaceMatcher
 
throwable() - Method in class org.apache.flink.statefun.sdk.AsyncOperationResult
 
toString() - Method in class org.apache.flink.statefun.sdk.Address
 
toString() - Method in class org.apache.flink.statefun.sdk.EgressType
 
toString() - Method in class org.apache.flink.statefun.sdk.FunctionType
 
toString() - Method in class org.apache.flink.statefun.sdk.FunctionTypeNamespaceMatcher
 
toString() - Method in class org.apache.flink.statefun.sdk.IngressType
 
toString() - Method in class org.apache.flink.statefun.sdk.io.EgressIdentifier
 
toString() - Method in class org.apache.flink.statefun.sdk.io.IngressIdentifier
 
toString() - Method in class org.apache.flink.statefun.sdk.state.Expiration
 
toString() - Method in class org.apache.flink.statefun.sdk.state.PersistedAppendingBuffer
 
toString() - Method in class org.apache.flink.statefun.sdk.state.PersistedTable
 
toString() - Method in class org.apache.flink.statefun.sdk.state.PersistedValue
 
toString() - Method in class org.apache.flink.statefun.sdk.TypeName
 
transformPropertiesIfPresent(Properties, String, BiConsumer<Properties, T>) - Method in class org.apache.flink.statefun.sdk.core.OptionalProperty
 
type() - Method in class org.apache.flink.statefun.sdk.Address
Returns the FunctionType that this address identifies.
type() - Method in class org.apache.flink.statefun.sdk.EgressType
Returns the name of this egress type.
type() - Method in class org.apache.flink.statefun.sdk.IngressType
Returns the name of this ingress type.
type() - Method in interface org.apache.flink.statefun.sdk.io.EgressSpec
Returns the type of the egress.
type() - Method in interface org.apache.flink.statefun.sdk.io.IngressSpec
Returns the type of the ingress.
type() - Method in class org.apache.flink.statefun.sdk.state.PersistedValue
Returns the type of the persisted values.
type() - Method in class org.apache.flink.statefun.sdk.state.RemotePersistedValue
 
TypeName - Class in org.apache.flink.statefun.sdk
 
TypeName(String, String) - Constructor for class org.apache.flink.statefun.sdk.TypeName
 

U

unknown() - Method in class org.apache.flink.statefun.sdk.AsyncOperationResult
 
updateAndGet(Function<T, T>) - Method in class org.apache.flink.statefun.sdk.state.PersistedValue
Updates the persisted value and returns it, in a single operation.

V

value() - Method in class org.apache.flink.statefun.sdk.AsyncOperationResult
 
valueOf(String) - Static method in enum org.apache.flink.statefun.sdk.AsyncOperationResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.statefun.sdk.state.Expiration.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.flink.statefun.sdk.AsyncOperationResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.statefun.sdk.state.Expiration.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.flink.statefun.sdk.state.PersistedTable
Gets an Iterable over all values of the persisted table.
values() - Method in interface org.apache.flink.statefun.sdk.state.TableAccessor
 
valueType() - Method in class org.apache.flink.statefun.sdk.state.PersistedTable
Returns the type of the persisted tables values.
view() - Method in interface org.apache.flink.statefun.sdk.state.AppendingBufferAccessor
 
view() - Method in class org.apache.flink.statefun.sdk.state.PersistedAppendingBuffer
Gets an unmodifiable view of the elements of the persisted buffer, as an Iterable.

W

withDefault(T) - Static method in class org.apache.flink.statefun.sdk.core.OptionalProperty
 
withoutDefault() - Static method in class org.apache.flink.statefun.sdk.core.OptionalProperty
 
A B C D E F G H I K M N O P R S T U V W 
Skip navigation links

Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.