| Package | Description |
|---|---|
| org.apache.flink.runtime.state.filesystem |
| Modifier and Type | Class and Description |
|---|---|
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> |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.