Iterator<OOperationLogEntry> iteartor=log.iterate(new OLogId(nextEntry),new OLogId(totLogEntries - 1)); | Iterator<OOperationLogEntry> iteartor=log.iterate(nextEntry,totLogEntries - 1); | log.iterate(new OLogId(nextEntry),new OLogId(totLogEntries - 1)) | log.iterate(nextEntry,totLogEntries - 1) | orientdb | 8f33bb1b1600d9d57dc8148973c03c6a4c59a656 | com.orientechnologies.orient.distributed.impl.OPersistentOperationalLogV1Test | | | TCIVar | nextEntry |
---|
v0 | totLogEntries - 1 |
---|
v2 | log |
---|
| - com.orientechnologies.orient.distributed.impl.coordinator.OLogId
| TCIVar | nextEntry |
---|
v0 | totLogEntries - 1 |
---|
v2 | log |
---|
| Uses | True |