| Modifier and Type | Method and Description |
|---|---|
<T> ValueState<T> |
KeyStateBackend.getValueState(ValueStateDescriptor<T> stateDescriptor) |
protected <T> ValueStateStoreManagerProxy<T> |
KeyStateBackend.newValueStateProxy(ValueStateDescriptor<T> stateDescriptor)
get new value state proxy
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ValueStateDescriptor<T> |
ValueStateDescriptor.build(String name,
Class<T> type,
T defaultValue) |
| Constructor and Description |
|---|
ValueStateImpl(ValueStateDescriptor<T> descriptor,
KeyStateBackend backend) |
| Constructor and Description |
|---|
ValueStateStoreManagerProxy(KeyStateBackend keyStateBackend,
ValueStateDescriptor<T> stateDescriptor) |
Copyright © 2020. All rights reserved.