| | |
| | | * replication domain starting after the provided {@link ServerState} for each |
| | | * replicaDBs. |
| | | * <p> |
| | | * The cursor is already advanced to the records after the serverState. |
| | | * <p> |
| | | * When the cursor is not used anymore, client code MUST call the |
| | | * {@link DBCursor#close()} method to free the resources and locks used by the |
| | | * cursor. |
| | |
| | | * Generates a {@link DBCursor} for one replicaDB for the specified |
| | | * replication domain and serverId starting after the provided {@link CSN}. |
| | | * <p> |
| | | * The cursor is already advanced to the records after the CSN. |
| | | * <p> |
| | | * When the cursor is not used anymore, client code MUST call the |
| | | * {@link DBCursor#close()} method to free the resources and locks used by the |
| | | * cursor. |