| Package | Description |
|---|---|
| io.ray.streaming.state.backend |
| Modifier and Type | Field and Description |
|---|---|
protected BackendType |
AbstractStateBackend.backendType |
| Modifier and Type | Method and Description |
|---|---|
BackendType |
AbstractStateBackend.getBackendType() |
BackendType |
AbstractKeyStateBackend.getBackendType() |
static BackendType |
BackendType.getEnum(String value)
get the enum from input string value, ignoring the case
|
static BackendType |
BackendType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackendType[] |
BackendType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.