|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ContextVector in org.coweb.oe |
|---|
| Fields in org.coweb.oe declared as ContextVector | |
|---|---|
protected ContextVector |
Operation.contextVector
|
| Methods in org.coweb.oe that return ContextVector | |
|---|---|
ContextVector |
ContextVector.copy()
Makes an independent copy of this context vector. |
ContextVector |
OperationEngine.copyContextVector()
Makes a copy of the engine context vector representing the local document state. |
ContextVector |
Operation.getContextVector()
|
ContextVector |
ContextVectorTable.getContextVector(int site)
Gets the context vector for the given site. |
ContextVector |
ContextVectorTable.getMinimumContextVector()
Gets the context vector with the minimum sequence number for each site among all context vectors in the table. |
ContextVector |
OperationEngine.purge()
Runs the garbage collection algorithm over the history buffer. |
| Methods in org.coweb.oe with parameters of type ContextVector | |
|---|---|
int |
ContextVector.compare(ContextVector cv)
Computes an ordered comparison of two context vectors according to the sequence IDs at each site. |
boolean |
ContextVector.equals(ContextVector cv)
Determines if this context vector equals the other in terms of the sequence IDs at each site. |
int[] |
ContextVectorTable.getEquivalents(ContextVector cv,
int skip)
Gets the index of each entry in the table frozen to (i.e., sharing a reference with, the given context vector, skipping the one noted in the skip param. |
Operation |
Operation.getFromCache(ContextVector cv)
Gets a version of the given operation previously transformed into the given context if available. |
ContextDifference |
ContextVector.oldestDifference(ContextVector cv)
Finds the oldest sequence number in the difference in sequence numbers for each site between this context and the one provided. |
void |
OperationEngine.pushSync(int site,
ContextVector cv)
Processes an engine synchronization event. |
ContextDifference |
ContextVector.subtract(ContextVector cv)
Computes the difference in sequence numbers at each site between this context vector and the one provided. |
void |
ContextVectorTable.updateWithContextVector(int site,
ContextVector cv)
Sets the context vector for the given site. |
| Constructors in org.coweb.oe with parameters of type ContextVector | |
|---|---|
ContextVectorTable(ContextVector cv,
int site)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||