|
||||||||||
| 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 ScanHandleStandardException - Oops
public int getGroup()
throws StandardException
getGroup in interface ScanHandleStandardException - Oops
public Loggable getLoggable()
throws StandardException
getLoggable in interface ScanHandleStandardException - Oops
public java.io.InputStream getOptionalData()
throws StandardException
ScanHandle
getOptionalData in interface ScanHandleStandardException - Oops
public DatabaseInstant getInstant()
throws StandardException
ScanHandle
getInstant in interface ScanHandleStandardException - Oops
public java.lang.Object getTransactionId()
throws StandardException
ScanHandle
getTransactionId in interface ScanHandleStandardException - Oopspublic void close()
ScanHandle
close in interface ScanHandle
|
Built on Tue 2006-10-10 19:23:47+0200, from revision exported | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||