Uses of Interface
org.apache.flink.runtime.state.changelog.ChangelogStateHandle
-
Packages that use ChangelogStateHandle Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.changelog org.apache.flink.runtime.state.changelog.inmemory -
-
Uses of ChangelogStateHandle in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state with parameters of type ChangelogStateHandle Modifier and Type Method Description StateChangelogStorageView<?>TaskStateManager. getStateChangelogStorageView(org.apache.flink.configuration.Configuration configuration, ChangelogStateHandle changelogStateHandle)Returns the state changelog storage view of givenChangelogStateHandlefor this task.StateChangelogStorageView<?>TaskStateManagerImpl. getStateChangelogStorageView(org.apache.flink.configuration.Configuration configuration, ChangelogStateHandle changelogStateHandle) -
Uses of ChangelogStateHandle in org.apache.flink.runtime.state.changelog
Classes in org.apache.flink.runtime.state.changelog with type parameters of type ChangelogStateHandle Modifier and Type Interface Description interfaceStateChangelogHandleReader<Handle extends ChangelogStateHandle>Allows to read state changelog referenced by the providedChangelogStateHandle.interfaceStateChangelogStorage<Handle extends ChangelogStateHandle>A storage for changelog.interfaceStateChangelogStorageView<Handle extends ChangelogStateHandle>A storage view for changelog.interfaceStateChangelogWriter<Handle extends ChangelogStateHandle>Allows to write data to the log.Classes in org.apache.flink.runtime.state.changelog that implement ChangelogStateHandle Modifier and Type Class Description classChangelogStateHandleStreamImplChangelogStateHandleimplementation based onStreamStateHandle.Methods in org.apache.flink.runtime.state.changelog that return types with arguments of type ChangelogStateHandle Modifier and Type Method Description List<ChangelogStateHandle>ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl. getNonMaterializedStateHandles()List<ChangelogStateHandle>ChangelogStateBackendHandle. getNonMaterializedStateHandles()List<ChangelogStateHandle>ChangelogStateBackendLocalHandle. getNonMaterializedStateHandles()List<ChangelogStateHandle>ChangelogStateBackendLocalHandle. getRemoteNonMaterializedStateHandles()Methods in org.apache.flink.runtime.state.changelog with parameters of type ChangelogStateHandle Modifier and Type Method Description static StateChangelogStorageView<?>StateChangelogStorageLoader. loadFromStateHandle(org.apache.flink.configuration.Configuration configuration, ChangelogStateHandle changelogStateHandle) -
Uses of ChangelogStateHandle in org.apache.flink.runtime.state.changelog.inmemory
Classes in org.apache.flink.runtime.state.changelog.inmemory that implement ChangelogStateHandle Modifier and Type Class Description classInMemoryChangelogStateHandleIn-memoryChangelogStateHandle.
-