Class RaftLogFileExporter

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

@Deprecated(forRemoval=true, since="5.7") public final class RaftLogFileExporter extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Backward-compatibility stub for the removed command-line Raft log exporter.

This class is deprecated since 5.7 and is planned for removal in 6.0. It is kept only so existing references can still resolve. All entrypoints fail fast.

  • Constructor Summary

    Constructors
    Constructor
    Description
    RaftLogFileExporter(com.hazelcast.version.Version sourceClusterVersion, com.hazelcast.version.Version targetClusterVersion, int maxUncommittedEntries)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    exportSingleFile(Path sourceFile, Path targetLogDir)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    main(String[] args)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    processDirectory(Path sourceDir, String outputDirName)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RaftLogFileExporter

      public RaftLogFileExporter(com.hazelcast.version.Version sourceClusterVersion, com.hazelcast.version.Version targetClusterVersion, int maxUncommittedEntries)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • main

      public static void main(String[] args)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • processDirectory

      public void processDirectory(Path sourceDir, String outputDirName) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • exportSingleFile

      public void exportSingleFile(Path sourceFile, Path targetLogDir) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException