Uses of Class
org.apache.flink.state.forst.StateHandleTransferSpec
Packages that use StateHandleTransferSpec
-
Uses of StateHandleTransferSpec in org.apache.flink.state.forst.datatransfer
Method parameters in org.apache.flink.state.forst.datatransfer with type arguments of type StateHandleTransferSpecModifier and TypeMethodDescriptionstatic DataTransferStrategyDataTransferStrategyBuilder.buildForRestore(ForStFlinkFileSystem forStFlinkFileSystem, Collection<StateHandleTransferSpec> specs, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) voidForStStateDataTransfer.transferAllStateDataToDirectory(Collection<StateHandleTransferSpec> transferSpecs, org.apache.flink.core.fs.CloseableRegistry closeableRegistry, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) Transfer all state data to the target directory, as specified in the transfer requests. -
Uses of StateHandleTransferSpec in org.apache.flink.state.forst.restore
Method parameters in org.apache.flink.state.forst.restore with type arguments of type StateHandleTransferSpecModifier and TypeMethodDescriptionvoidForStIncrementalRestoreOperation.mergeStateHandlesWithClipAndIngest(List<StateHandleTransferSpec> keyedStateHandles, byte[] startKeyGroupPrefixBytes, byte[] stopKeyGroupPrefixBytes) Restores the base DB by merging multiple state handles into one.