| Modifier and Type | Method and Description |
|---|---|
<S,T> MapState<S,T> |
KeyStateBackend.getMapState(MapStateDescriptor<S,T> stateDescriptor) |
protected <S,T> MapStateStoreManagerProxy<S,T> |
KeyStateBackend.newMapStateProxy(MapStateDescriptor<S,T> stateDescriptor)
get map state proxy
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapStateDescriptor<K,V> |
MapStateDescriptor.build(String name,
Class<K> keyType,
Class<V> valueType) |
| Constructor and Description |
|---|
MapStateImpl(MapStateDescriptor<K,V> descriptor,
KeyStateBackend backend) |
| Constructor and Description |
|---|
MapStateStoreManagerProxy(KeyStateBackend keyStateBackend,
MapStateDescriptor<K,V> stateDescriptor) |
Copyright © 2020. All rights reserved.