public interface ValidityState
Modifier and Type | Method and Description |
---|---|
boolean |
equalsTo(ValidityState otherState)
Compares this validity state to other ValidityState.
|
void |
save(java.io.DataOutput out)
Invoked by make subsystem in order to store the state.
|
boolean equalsTo(ValidityState otherState)
otherState
- the state to compare with.void save(java.io.DataOutput out) throws java.io.IOException
out
- the output to which the state should be stored.java.io.IOException
- if the save operation failed because of an I/O error.TimestampValidityState.load(DataInput)