@Named(value="arrayIndexCheckpointData") public class ArrayIndexCheckpointData extends Object implements Externalizable
Constructor and Description |
---|
ArrayIndexCheckpointData() |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentIndex() |
void |
readExternal(ObjectInput in) |
void |
setCurrentIndex(int incoming_idx) |
void |
writeExternal(ObjectOutput out) |
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
public int getCurrentIndex()
public void setCurrentIndex(int incoming_idx)
© Copyright 2013, 2020 International Business Machines Corp. and others
Licensed under the Apache License, Version 2.0