|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.store.raw.log.FlushedScanHandle
Field Summary | |
(package private) StreamLogScan |
fs
|
(package private) int |
groupsIWant
|
(package private) LogFactory |
lf
|
(package private) LogRecord |
lr
|
(package private) ArrayInputStream |
rawInput
|
(package private) boolean |
readOptionalData
|
Constructor Summary | |
(package private) |
FlushedScanHandle(LogToFile lf,
DatabaseInstant start,
int groupsIWant)
|
Method Summary | |
void |
close()
Close this scan. |
int |
getGroup()
Get the group for the current log record. |
DatabaseInstant |
getInstant()
Get the DatabaseInstant for the current log record. |
Loggable |
getLoggable()
Get the Loggable associated with the currentLogRecord |
java.io.InputStream |
getOptionalData()
Get an InputStream for reading the optional data associated with the current log record. |
java.lang.Object |
getTransactionId()
Get the TransactionId for the current log record. |
boolean |
next()
Position to the next log record. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
LogFactory lf
StreamLogScan fs
LogRecord lr
boolean readOptionalData
int groupsIWant
ArrayInputStream rawInput
Constructor Detail |
FlushedScanHandle(LogToFile lf, DatabaseInstant start, int groupsIWant) throws StandardException
Method Detail |
public boolean next() throws StandardException
ScanHandle
next
in interface ScanHandle
StandardException
- Oopspublic int getGroup() throws StandardException
getGroup
in interface ScanHandle
StandardException
- Oopspublic Loggable getLoggable() throws StandardException
getLoggable
in interface ScanHandle
StandardException
- Oopspublic java.io.InputStream getOptionalData() throws StandardException
ScanHandle
getOptionalData
in interface ScanHandle
StandardException
- Oopspublic DatabaseInstant getInstant() throws StandardException
ScanHandle
getInstant
in interface ScanHandle
StandardException
- Oopspublic java.lang.Object getTransactionId() throws StandardException
ScanHandle
getTransactionId
in interface ScanHandle
StandardException
- Oopspublic void close()
ScanHandle
close
in interface ScanHandle
|
Built on Mon 2007-06-04 09:58:47+0400, from revision ??? | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |