public class ValueStateStoreManagerProxy<T> extends StateStoreManagerProxy<T> implements KeyValueState<String,T>
stateStrategy| Constructor and Description |
|---|
ValueStateStoreManagerProxy(KeyStateBackend keyStateBackend,
ValueStateDescriptor<T> stateDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
ValueState<T> |
getValueState() |
ackCommit, close, commit, finish, get, put, rollBack, setKeyGroupIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, putpublic ValueStateStoreManagerProxy(KeyStateBackend keyStateBackend, ValueStateDescriptor<T> stateDescriptor)
public ValueState<T> getValueState()
Copyright © 2020. All rights reserved.