Package | Description |
---|---|
org.apache.flink.runtime.state.metainfo |
Modifier and Type | Method and Description |
---|---|
static StateMetaInfoSnapshotReadersWriters.StateTypeHint |
StateMetaInfoSnapshotReadersWriters.StateTypeHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMetaInfoSnapshotReadersWriters.StateTypeHint[] |
StateMetaInfoSnapshotReadersWriters.StateTypeHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static StateMetaInfoReader |
StateMetaInfoSnapshotReadersWriters.getReader(int readVersion,
StateMetaInfoSnapshotReadersWriters.StateTypeHint stateTypeHint)
Returns a reader for
StateMetaInfoSnapshot with the requested state type and version
number. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.