Uses of Class
org.apache.flink.changelog.fs.ChangelogStorageMetricGroup
-
Uses of ChangelogStorageMetricGroup in org.apache.flink.changelog.fs
Fields in org.apache.flink.changelog.fs declared as ChangelogStorageMetricGroupModifier and TypeFieldDescriptionprotected final ChangelogStorageMetricGroupAbstractStateChangeFsUploader.metricsMethods in org.apache.flink.changelog.fs with parameters of type ChangelogStorageMetricGroupModifier and TypeMethodDescriptionstatic StateChangeUploadSchedulerStateChangeUploadScheduler.fromConfig(org.apache.flink.api.common.JobID jobID, org.apache.flink.configuration.ReadableConfig config, ChangelogStorageMetricGroup metricGroup, TaskChangelogRegistry changelogRegistry, org.apache.flink.runtime.state.LocalRecoveryConfig localRecoveryConfig) Constructors in org.apache.flink.changelog.fs with parameters of type ChangelogStorageMetricGroupModifierConstructorDescriptionAbstractStateChangeFsUploader(boolean compression, int bufferSize, ChangelogStorageMetricGroup metrics, TaskChangelogRegistry changelogRegistry, BiFunction<org.apache.flink.core.fs.Path, Long, org.apache.flink.runtime.state.StreamStateHandle> handleFactory) DuplicatingStateChangeFsUploader(org.apache.flink.api.common.JobID jobID, org.apache.flink.core.fs.Path basePath, org.apache.flink.core.fs.FileSystem fileSystem, boolean compression, int bufferSize, ChangelogStorageMetricGroup metrics, TaskChangelogRegistry changelogRegistry, org.apache.flink.runtime.state.LocalSnapshotDirectoryProvider localSnapshotDirectoryProvider) FsStateChangelogStorage(org.apache.flink.api.common.JobID jobID, org.apache.flink.core.fs.Path basePath, boolean compression, int bufferSize, ChangelogStorageMetricGroup metricGroup, TaskChangelogRegistry changelogRegistry, org.apache.flink.runtime.state.LocalRecoveryConfig localRecoveryConfig) StateChangeFsUploader(org.apache.flink.api.common.JobID jobID, org.apache.flink.core.fs.Path basePath, org.apache.flink.core.fs.FileSystem fileSystem, boolean compression, int bufferSize, ChangelogStorageMetricGroup metrics, TaskChangelogRegistry changelogRegistry) StateChangeFsUploader(org.apache.flink.api.common.JobID jobID, org.apache.flink.core.fs.Path basePath, org.apache.flink.core.fs.FileSystem fileSystem, boolean compression, int bufferSize, ChangelogStorageMetricGroup metrics, TaskChangelogRegistry changelogRegistry, BiFunction<org.apache.flink.core.fs.Path, Long, org.apache.flink.runtime.state.StreamStateHandle> handleFactory)