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