|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSNVector | |
---|---|
org.apache.directory.mitosis.common | |
org.apache.directory.mitosis.service.protocol.message | |
org.apache.directory.mitosis.store | |
org.apache.directory.mitosis.store.derby |
Uses of CSNVector in org.apache.directory.mitosis.common |
---|
Methods in org.apache.directory.mitosis.common that return CSNVector | |
---|---|
CSNVector |
CSNVector.clone()
Creates a deep copy of this vector and returns it. |
Methods in org.apache.directory.mitosis.common with parameters of type CSNVector | |
---|---|
void |
CSNVector.setAllCSN(CSNVector vector)
Adds all CSN s that the specified vector contains to
this vector. |
Uses of CSNVector in org.apache.directory.mitosis.service.protocol.message |
---|
Methods in org.apache.directory.mitosis.service.protocol.message that return CSNVector | |
---|---|
CSNVector |
BeginLogEntriesAckMessage.getPurgeVector()
|
CSNVector |
BeginLogEntriesAckMessage.getUpdateVector()
|
Constructors in org.apache.directory.mitosis.service.protocol.message with parameters of type CSNVector | |
---|---|
BeginLogEntriesAckMessage(int sequence,
int responseCode,
CSNVector purgeVector,
CSNVector updateVector)
|
Uses of CSNVector in org.apache.directory.mitosis.store |
---|
Methods in org.apache.directory.mitosis.store that return CSNVector | |
---|---|
CSNVector |
ReplicationStore.getPurgeVector()
Calculates the Purge Vector (PV) from this storage. |
CSNVector |
ReplicationStore.getUpdateVector()
Calculates the Update Vector (UV) from this storage. |
Methods in org.apache.directory.mitosis.store with parameters of type CSNVector | |
---|---|
ReplicationLogIterator |
ReplicationStore.getLogs(CSNVector updateVector,
boolean inclusive)
Queries all operations that is greater than the specified CSNVector . |
Uses of CSNVector in org.apache.directory.mitosis.store.derby |
---|
Methods in org.apache.directory.mitosis.store.derby that return CSNVector | |
---|---|
CSNVector |
DerbyReplicationStore.getPurgeVector()
|
CSNVector |
DerbyReplicationStore.getUpdateVector()
|
Methods in org.apache.directory.mitosis.store.derby with parameters of type CSNVector | |
---|---|
ReplicationLogIterator |
DerbyReplicationStore.getLogs(CSNVector updateVector,
boolean inclusive)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |