Uses of Interface
org.apache.flink.core.plugin.Plugin
-
Packages that use Plugin Package Description org.apache.flink.core.failure org.apache.flink.core.fs org.apache.flink.core.fs.local -
-
Uses of Plugin in org.apache.flink.core.failure
Subinterfaces of Plugin in org.apache.flink.core.failure Modifier and Type Interface Description interfaceFailureEnricherFactoryFactory class for creatingFailureEnricher. -
Uses of Plugin in org.apache.flink.core.fs
Subinterfaces of Plugin in org.apache.flink.core.fs Modifier and Type Interface Description interfaceFileSystemFactoryA factory to create file systems.Classes in org.apache.flink.core.fs that implement Plugin Modifier and Type Class Description classConnectionLimitingFactoryA wrapping factory that adds aLimitedConnectionsFileSystemto a file system.classPluginFileSystemFactoryA wrapper aroundFileSystemFactorythat ensures the plugin classloader is used for allFileSystemoperations. -
Uses of Plugin in org.apache.flink.core.fs.local
Classes in org.apache.flink.core.fs.local that implement Plugin Modifier and Type Class Description classLocalFileSystemFactoryA factory for theLocalFileSystem.
-