Package com.hazelcast.cp
Class RaftLogFileExporter
java.lang.Object
com.hazelcast.cp.RaftLogFileExporter
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
ConstructorsConstructorDescriptionRaftLogFileExporter(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 TypeMethodDescriptionvoidexportSingleFile(Path sourceFile, Path targetLogDir) Deprecated, for removal: This API element is subject to removal in a future version.static voidDeprecated, for removal: This API element is subject to removal in a future version.voidprocessDirectory(Path sourceDir, String outputDirName) Deprecated, for removal: This API element is subject to removal in a future version.
-
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
Deprecated, for removal: This API element is subject to removal in a future version. -
processDirectory
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
exportSingleFile
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-