Interface LogInstant
-
- All Superinterfaces:
DatabaseInstant
,java.io.Externalizable
,Formatable
,java.io.Serializable
,TypedFormat
- All Known Implementing Classes:
LogCounter
public interface LogInstant extends Formatable, DatabaseInstant
Describes a position in the log.
-
-
Field Summary
Fields Modifier and Type Field Description static long
INVALID_LOG_INSTANT
-
Method Summary
-
Methods inherited from interface org.apache.derby.iapi.store.access.DatabaseInstant
equals, lessThan, next, prior, toString
-
Methods inherited from interface org.apache.derby.iapi.services.io.TypedFormat
getTypeFormatId
-
-
-
-
Field Detail
-
INVALID_LOG_INSTANT
static final long INVALID_LOG_INSTANT
- See Also:
- Constant Field Values
-
-