org.apache.derby.iapi.store.raw.log
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
static long INVALID_LOG_INSTANT
           
 
Method Summary
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 
Methods inherited from interface org.apache.derby.iapi.services.io.TypedFormat
getTypeFormatId
 
Methods inherited from interface org.apache.derby.iapi.store.access.DatabaseInstant
equals, lessThan, next, prior, toString
 

Field Detail

INVALID_LOG_INSTANT

static final long INVALID_LOG_INSTANT
See Also:
Constant Field Values

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.