Package | Description |
---|---|
org.apache.flink.runtime.state | |
org.apache.flink.runtime.state.filesystem | |
org.apache.flink.runtime.state.memory |
Modifier and Type | Interface and Description |
---|---|
interface |
KvStateSnapshot<K,N,S extends org.apache.flink.api.common.state.State,SD extends org.apache.flink.api.common.state.StateDescriptor<S,?>,Backend extends AbstractStateBackend>
This class represents a snapshot of the
KvState , taken for a checkpoint. |
interface |
StateHandle<T>
StateHandle is a general handle interface meant to abstract operator state fetching.
|
interface |
StreamStateHandle
A state handle that produces an input stream when resolved.
|
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousKvStateSnapshot<K,N,S extends org.apache.flink.api.common.state.State,SD extends org.apache.flink.api.common.state.StateDescriptor<S,?>,Backend extends AbstractStateBackend>
KvStateSnapshot that asynchronously materializes the state that it represents. |
class |
AsynchronousStateHandle<T>
StateHandle that can asynchronously materialize the state that it represents. |
class |
LocalStateHandle<T extends Serializable>
A StateHandle that includes the operator states directly.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileStateHandle
Base class for state that is stored in a file.
|
class |
AbstractFsStateSnapshot<K,N,SV,S extends org.apache.flink.api.common.state.State,SD extends org.apache.flink.api.common.state.StateDescriptor<S,?>>
A snapshot of a heap key/value state stored in a file.
|
class |
FileSerializableStateHandle<T extends Serializable>
A state handle that points to state stored in a file via Java Serialization.
|
class |
FileStreamStateHandle
A state handle that points to state in a file system, accessible as an input stream.
|
static class |
FsFoldingState.Snapshot<K,N,T,ACC> |
static class |
FsListState.Snapshot<K,N,V> |
static class |
FsReducingState.Snapshot<K,N,V> |
static class |
FsValueState.Snapshot<K,N,V> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMemStateSnapshot<K,N,SV,S extends org.apache.flink.api.common.state.State,SD extends org.apache.flink.api.common.state.StateDescriptor<S,?>>
A snapshot of a
MemValueState for a checkpoint. |
class |
ByteStreamStateHandle
A state handle that contains stream state in a byte array.
|
static class |
MemFoldingState.Snapshot<K,N,T,ACC> |
static class |
MemListState.Snapshot<K,N,V> |
static class |
MemReducingState.Snapshot<K,N,V> |
static class |
MemValueState.Snapshot<K,N,V> |
class |
SerializedStateHandle<T extends Serializable>
A state handle that represents its state in serialized form as bytes.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.