public final class EmptyValidityState extends java.lang.Object implements ValidityState
Constructor and Description |
---|
EmptyValidityState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsTo(ValidityState otherState)
In most cases this method returns false to force recompile
|
void |
save(java.io.DataOutput dataOutput)
Do nothing here
|
public boolean equalsTo(ValidityState otherState)
equalsTo
in interface ValidityState
otherState
- the state to compare with.public void save(java.io.DataOutput dataOutput) throws java.io.IOException
save
in interface ValidityState
dataOutput
- 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)