|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReplicationLogIterator
Iterates a set of Operation
s, which is a result of a query on
ReplicationStore
. It's usage is similar to that of JDBC
ResultSet
.
Method Summary | |
---|---|
void |
close()
Releases all resources allocated to this iterator. |
Operation |
getOperation(Registries registries)
Returns the Operation on the current iterator position. |
boolean |
next()
Move on to the next item. |
Method Detail |
---|
boolean next()
void close()
Operation getOperation(Registries registries)
Operation
on the current iterator position.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |