All Packages Class Hierarchy This Package Previous Next Index
Class ninja.xset.LogEntry
java.lang.Object
|
+----ninja.xset.LogEntry
- public class LogEntry
- extends Object
Class LogEntry **
Class that encapsulates the data pertaining to a given log entry.
It offers methods to generate string log entries, as well as
methods to parse those string entries back into objects.
-
LOGBEGIN
-
-
LOGEND
-
-
LOGTYPECHECKPOINT
-
-
LOGTYPEDELETE
-
-
LOGTYPEINSERT
-
-
LogEntry(int, long, int)
-
-
LogEntry(String)
-
-
getBeginEnd()
-
-
getLogType()
-
-
getSequenceID()
-
-
getTimestamp()
-
-
toString()
-
LOGTYPEINSERT
public static final int LOGTYPEINSERT
LOGTYPEDELETE
public static final int LOGTYPEDELETE
LOGTYPECHECKPOINT
public static final int LOGTYPECHECKPOINT
LOGBEGIN
public static final int LOGBEGIN
LOGEND
public static final int LOGEND
LogEntry
public LogEntry(String stringLogEntry) throws RecoveryException
LogEntry
public LogEntry(int lType,
long seqID,
int bEnd)
getLogType
public int getLogType()
getBeginEnd
public int getBeginEnd()
getSequenceID
public long getSequenceID()
getTimestamp
public long getTimestamp()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index