Uses of Interface
org.apache.flink.runtime.shuffle.ShuffleMasterSnapshotContext
-
Packages that use ShuffleMasterSnapshotContext Package Description org.apache.flink.runtime.shuffle -
-
Uses of ShuffleMasterSnapshotContext in org.apache.flink.runtime.shuffle
Classes in org.apache.flink.runtime.shuffle that implement ShuffleMasterSnapshotContext Modifier and Type Class Description classDefaultShuffleMasterSnapshotContextDefaultShuffleMasterSnapshotContextimplementation.Methods in org.apache.flink.runtime.shuffle with parameters of type ShuffleMasterSnapshotContext Modifier and Type Method Description voidNettyShuffleMaster. snapshotState(CompletableFuture<ShuffleMasterSnapshot> snapshotFuture, ShuffleMasterSnapshotContext context)default voidShuffleMaster. snapshotState(CompletableFuture<ShuffleMasterSnapshot> snapshotFuture, ShuffleMasterSnapshotContext context)Triggers a snapshot of the shuffle master's state.
-