public class MyPersistentRestartUserData extends Object implements Externalizable
Constructor and Description |
---|
MyPersistentRestartUserData() |
MyPersistentRestartUserData(int execution,
String nextWritePts) |
Modifier and Type | Method and Description |
---|---|
int |
getExecutionNumber() |
String |
getNextWritePoints() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public MyPersistentRestartUserData()
public MyPersistentRestartUserData(int execution, String nextWritePts)
public int getExecutionNumber()
public String getNextWritePoints()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
© Copyright 2013, 2020 International Business Machines Corp. and others
Licensed under the Apache License, Version 2.0