Class PersistentMetadataCheckpointStorageLocation

    • Constructor Detail

      • PersistentMetadataCheckpointStorageLocation

        public PersistentMetadataCheckpointStorageLocation​(FileSystem fileSystem,
                                                           Path checkpointDir,
                                                           int maxStateSize)
        Creates a checkpoint storage persists metadata to a file system and stores state in line in state handles with the metadata.
        Parameters:
        fileSystem - The file system to which the metadata will be written.
        checkpointDir - The directory where the checkpoint metadata will be written.