|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CSN in org.apache.directory.mitosis.common |
|---|
| Classes in org.apache.directory.mitosis.common that implement CSN | |
|---|---|
class |
DefaultCSN
A default implementation of CSN. |
| Methods in org.apache.directory.mitosis.common that return CSN | |
|---|---|
CSN |
CSNVector.getCSN(java.lang.String replicaId)
Returns the CSN with the specified replicaId from
this vector. |
CSN |
CSNFactory.newInstance(java.lang.String replicaId)
Returns a new CSN. |
CSN |
DefaultCSNFactory.newInstance(java.lang.String replicaId)
Returns a new CSN. |
CSN |
CSNVector.removeCSN(java.lang.String replicaId)
Removed the CSN with the specified replicaId from
this vector and returns the removed CSN. |
| Methods in org.apache.directory.mitosis.common with parameters of type CSN | |
|---|---|
int |
DefaultCSN.compareTo(CSN csn)
Compares this object with the specified object for order. |
void |
CSNVector.setCSN(CSN csn)
Adds the specified csn to this vector. |
| Uses of CSN in org.apache.directory.mitosis.operation |
|---|
| Fields in org.apache.directory.mitosis.operation declared as CSN | |
|---|---|
protected CSN |
Operation.csn
The entry CSN |
| Methods in org.apache.directory.mitosis.operation that return CSN | |
|---|---|
CSN |
Operation.getCSN()
|
| Constructors in org.apache.directory.mitosis.operation with parameters of type CSN | |
|---|---|
AddAttributeOperation(Registries registries,
CSN csn,
org.apache.directory.shared.ldap.name.LdapDN name,
org.apache.directory.shared.ldap.entry.EntryAttribute attribute)
Creates a new operation that adds the specified attribute. |
|
AddEntryOperation(Registries registries,
CSN csn,
ServerEntry entry)
Creates a new instance. |
|
AttributeOperation(Registries registries,
OperationType operationType,
CSN csn,
org.apache.directory.shared.ldap.name.LdapDN dn,
org.apache.directory.shared.ldap.entry.EntryAttribute attribute)
Create a new operation that affects an entry with the specified name. |
|
CompositeOperation(Registries registries,
CSN csn)
Creates a new instance of CompositeOperation. |
|
DeleteAttributeOperation(Registries registries,
CSN csn,
org.apache.directory.shared.ldap.name.LdapDN name,
ServerAttribute attribute)
Creates a new operation that deletes the specified attribute. |
|
Operation(Registries registries,
OperationType operationType,
CSN csn)
Creates a new instance of Operation, for the entry which csn is given as a parameter. |
|
ReplaceAttributeOperation(Registries registries,
CSN csn,
org.apache.directory.shared.ldap.name.LdapDN dn,
ServerAttribute attribute)
Creates a new operation that replaces the specified attribute. |
|
| Uses of CSN in org.apache.directory.mitosis.operation.support |
|---|
| Methods in org.apache.directory.mitosis.operation.support with parameters of type CSN | |
|---|---|
static boolean |
EntryUtil.isEntryUpdatable(CoreSession coreSession,
org.apache.directory.shared.ldap.name.LdapDN name,
CSN newCSN)
|
| Uses of CSN in org.apache.directory.mitosis.store |
|---|
| Methods in org.apache.directory.mitosis.store with parameters of type CSN | |
|---|---|
ReplicationLogIterator |
ReplicationStore.getLogs(CSN fromCSN,
boolean inclusive)
Queries all operations that is greater than the specified CSN. |
int |
ReplicationStore.removeLogs(CSN toCSN,
boolean inclusive)
Removes all operations that is less than the specified CSN. |
| Uses of CSN in org.apache.directory.mitosis.store.derby |
|---|
| Methods in org.apache.directory.mitosis.store.derby with parameters of type CSN | |
|---|---|
ReplicationLogIterator |
DerbyReplicationStore.getLogs(CSN fromCSN,
boolean inclusive)
|
int |
DerbyReplicationStore.removeLogs(CSN toCSN,
boolean inclusive)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||