Uses of Class
org.apache.flink.state.forst.fs.ForStFlinkFileSystem
Packages that use ForStFlinkFileSystem
Package
Description
-
Uses of ForStFlinkFileSystem in org.apache.flink.state.forst
Methods in org.apache.flink.state.forst that return ForStFlinkFileSystem -
Uses of ForStFlinkFileSystem in org.apache.flink.state.forst.datatransfer
Methods in org.apache.flink.state.forst.datatransfer with parameters of type ForStFlinkFileSystemModifier and TypeMethodDescriptionstatic DataTransferStrategyDataTransferStrategyBuilder.buildForRestore(ForStFlinkFileSystem forStFlinkFileSystem, Collection<StateHandleTransferSpec> specs, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) static DataTransferStrategyDataTransferStrategyBuilder.buildForSnapshot(org.apache.flink.runtime.checkpoint.SnapshotType.SharingFilesStrategy sharingFilesStrategy, ForStFlinkFileSystem forStFlinkFileSystem, org.apache.flink.runtime.state.CheckpointStreamFactory checkpointStreamFactory, boolean forceCopy) Constructors in org.apache.flink.state.forst.datatransfer with parameters of type ForStFlinkFileSystemModifierConstructorDescriptionForStStateDataTransfer(int threadNum, ForStFlinkFileSystem forStFs) -
Uses of ForStFlinkFileSystem in org.apache.flink.state.forst.fs
Methods in org.apache.flink.state.forst.fs that return ForStFlinkFileSystemModifier and TypeMethodDescriptionstatic ForStFlinkFileSystemReturns a reference to theFileSysteminstance for accessing the file system identified by the givenURI.static ForStFlinkFileSystemForStFlinkFileSystem.get(URI uri, org.apache.flink.core.fs.Path localBase, FileBasedCache fileBasedCache) Constructors in org.apache.flink.state.forst.fs with parameters of type ForStFlinkFileSystem