Package | Description |
---|---|
org.apache.flink.contrib.streaming.state | |
org.apache.flink.runtime.state | |
org.apache.flink.runtime.state.heap |
This package contains the classes for key/value state backends that store the state
on the JVM heap as objects.
|
Modifier and Type | Class and Description |
---|---|
class |
RocksDBFoldingState<K,N,T,ACC>
Deprecated.
will be removed in a future version
|
Modifier and Type | Method and Description |
---|---|
protected <N,T,ACC> InternalFoldingState<K,N,T,ACC> |
RocksDBKeyedStateBackend.createFoldingState(TypeSerializer<N> namespaceSerializer,
FoldingStateDescriptor<T,ACC> stateDesc) |
Modifier and Type | Method and Description |
---|---|
protected abstract <N,T,ACC> InternalFoldingState<K,N,T,ACC> |
AbstractKeyedStateBackend.createFoldingState(TypeSerializer<N> namespaceSerializer,
FoldingStateDescriptor<T,ACC> stateDesc)
Deprecated.
will be removed in a future version
|
Modifier and Type | Class and Description |
---|---|
class |
HeapFoldingState<K,N,T,ACC>
Deprecated.
will be removed in a future version
|
Modifier and Type | Method and Description |
---|---|
<N,T,ACC> InternalFoldingState<K,N,T,ACC> |
HeapKeyedStateBackend.createFoldingState(TypeSerializer<N> namespaceSerializer,
FoldingStateDescriptor<T,ACC> stateDesc) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.