public static class RestoreInfo.RestoreRawInput extends Object
Constructor and Description |
---|
RestoreRawInput(FenceEventInfo fenceEventInfo,
Path path) |
Modifier and Type | Method and Description |
---|---|
FenceEventInfo |
fenceEventInfo() |
Path |
path() |
static List<RestoreInfo.RestoreRawInput> |
readJsonFromFile(Path inputJsonFile) |
String |
toString() |
static void |
writeJsonToFile(List<RestoreInfo.RestoreRawInput> outputList,
OutputStream outputStream) |
public RestoreRawInput(FenceEventInfo fenceEventInfo, Path path)
public FenceEventInfo fenceEventInfo()
public Path path()
public static void writeJsonToFile(List<RestoreInfo.RestoreRawInput> outputList, OutputStream outputStream) throws IOException
IOException
public static List<RestoreInfo.RestoreRawInput> readJsonFromFile(Path inputJsonFile) throws IOException
IOException