Class RaftLogFileExporter

java.lang.Object
com.hazelcast.cp.RaftLogFileExporter

public final class RaftLogFileExporter extends Object
A command-line utility to export and convert Raft log files from one Hazelcast cluster version format to another. This tool is essential for backward compatibility, allowing for smooth data migration between versions. It operates by creating a clean copy of CP member directories and then populating them with converted Raft state files.
  • Constructor Details

    • RaftLogFileExporter

      public RaftLogFileExporter(com.hazelcast.version.Version sourceClusterVersion, com.hazelcast.version.Version targetClusterVersion, int maxUncommittedEntries)
  • Method Details