|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OTOperation | |
---|---|
org.jboss.errai.otec.client | |
org.jboss.errai.otec.client.operation | |
org.jboss.errai.otec.server |
Uses of OTOperation in org.jboss.errai.otec.client |
---|
Methods in org.jboss.errai.otec.client that return OTOperation | |
---|---|
protected OTOperation |
AbstractOTEngine.applyFromRemote(OTOperation remoteOp)
|
OTOperation |
AbstractOTEngine.applyLocally(OTOperation operation)
|
OTOperation |
OTQueuedOperation.getOperation()
|
OTOperation |
OpDto.otOperation(OTEngine engine)
|
OTOperation |
Transformer.transform()
|
Methods in org.jboss.errai.otec.client that return types with arguments of type OTOperation | |
---|---|
List<OTOperation> |
TransactionLog.getCanonLog()
|
List<OTOperation> |
TransactionLogImpl.getCanonLog()
|
Set<OTOperation> |
LogQuery.getContingentOps()
|
List<OTOperation> |
LogQuery.getLocalOpsNeedsMerge()
|
List<OTOperation> |
TransactionLog.getLocalOpsSinceRemoteOperation(OTOperation remoteOp,
boolean includeNonCanon)
|
List<OTOperation> |
TransactionLogImpl.getLocalOpsSinceRemoteOperation(OTOperation operation,
boolean includeNonCanon)
|
List<OTOperation> |
TransactionLog.getLog()
|
List<OTOperation> |
TransactionLogImpl.getLog()
|
List<OTOperation> |
TransactionLog.getRemoteOpsSinceRevision(String agentId,
int rev)
|
List<OTOperation> |
TransactionLogImpl.getRemoteOpsSinceRevision(String agentId,
int rev)
|
static Collection<OTOperation> |
Transformer.opCombinitator(OTEngine engine,
List<OTOperation> toCombine)
|
Methods in org.jboss.errai.otec.client with parameters of type OTOperation | |
---|---|
void |
TransactionLog.appendLog(OTOperation operation)
|
void |
TransactionLogImpl.appendLog(OTOperation operation)
|
protected OTOperation |
AbstractOTEngine.applyFromRemote(OTOperation remoteOp)
|
OTOperation |
AbstractOTEngine.applyLocally(OTOperation operation)
|
static Transformer |
Transformer.createTransformerLocalPrecedence(OTEngine engine,
OTEntity entity,
OTOperation operation)
|
static Transformer |
Transformer.createTransformerRemotePrecedence(OTEngine engine,
OTEntity entity,
OTOperation operation)
|
static OpDto |
OpDto.fromOperation(OTOperation operation,
int lastRevisionTx)
|
List<OTOperation> |
TransactionLog.getLocalOpsSinceRemoteOperation(OTOperation remoteOp,
boolean includeNonCanon)
|
List<OTOperation> |
TransactionLogImpl.getLocalOpsSinceRemoteOperation(OTOperation operation,
boolean includeNonCanon)
|
void |
TransactionLog.insertLog(int revision,
OTOperation operation)
|
void |
TransactionLogImpl.insertLog(int revision,
OTOperation operation)
|
void |
AbstractOTEngine.notifyOperation(OTOperation operation)
|
void |
OTEngine.notifyOperation(OTOperation operation)
|
void |
OTClientEngine.notifyOperation(OTOperation operation)
|
void |
AbstractOTEngine.notifyRemotes(OTOperation operation)
|
void |
TransactionLog.pruneFromOperation(OTOperation operation)
|
void |
TransactionLogImpl.pruneFromOperation(OTOperation operation)
|
boolean |
OTEngine.receive(String peerId,
OTOperation remoteOp)
|
boolean |
OTClientEngine.receive(String peerId,
OTOperation remoteOp)
|
void |
OTPeer.send(OTOperation operation)
|
void |
ClientOTPeerImpl.send(OTOperation operation)
|
boolean |
SinglePeerState.shouldForwardOperation(OTOperation operation)
|
boolean |
PeerState.shouldForwardOperation(OTOperation operation)
|
Method parameters in org.jboss.errai.otec.client with type arguments of type OTOperation | |
---|---|
static Collection<OTOperation> |
Transformer.opCombinitator(OTEngine engine,
List<OTOperation> toCombine)
|
Constructors in org.jboss.errai.otec.client with parameters of type OTOperation | |
---|---|
OTQueuedOperation(int version,
OTOperation operation,
String peerId,
int entityId)
|
Constructor parameters in org.jboss.errai.otec.client with type arguments of type OTOperation | |
---|---|
LogQuery(State effectiveState,
Set<OTOperation> contingentOps,
List<OTOperation> localOpsNeedsMerge)
|
|
LogQuery(State effectiveState,
Set<OTOperation> contingentOps,
List<OTOperation> localOpsNeedsMerge)
|
Uses of OTOperation in org.jboss.errai.otec.client.operation |
---|
Classes in org.jboss.errai.otec.client.operation that implement OTOperation | |
---|---|
class |
OTOperationImpl
|
Methods in org.jboss.errai.otec.client.operation that return OTOperation | |
---|---|
OTOperation |
OTOperationsListBuilder.build()
|
static OTOperation |
OTOperationImpl.createLocalOnlyOperation(OTEngine engine,
OTOperation operation)
|
static OTOperation |
OTOperationImpl.createLocalOnlyOperation(OTEngine engine,
OTOperation operation,
int lastRevisionTx)
|
static OTOperation |
OTOperationImpl.createLocalOnlyOperation(OTEngine engine,
String agentId,
List<Mutation> mutationList,
OTEntity entity,
int revision,
OpPair pair)
|
static OTOperation |
OTOperationImpl.createLocalOnlyOperation(OTEngine engine,
String agentId,
List<Mutation> mutationList,
OTEntity entity,
OpPair pair)
|
static OTOperation |
OTOperationImpl.createOperation(OTEngine engine,
String agentId,
List<Mutation> mutationList,
int entityId,
int revision,
String revisionHash)
|
static OTOperation |
OTOperationImpl.createOperation(OTEngine engine,
String agentId,
List<Mutation> mutationList,
int entityId,
int revision,
String revisionHash,
OpPair transformedFrom,
int lastRevisionTx)
|
static OTOperation |
OTOperationImpl.createOperation(OTOperation op)
|
static OTOperation |
OTOperationImpl.createOperation(OTOperation op,
OpPair transformedFrom)
|
OTOperation |
OTOperationImpl.getBasedOn(int revision)
|
OTOperation |
OTOperation.getBasedOn(int revision)
|
OTOperation |
OpPair.getLocalOp()
|
OTOperation |
OTOperationImpl.getOuterPath()
|
OTOperation |
OTOperation.getOuterPath()
|
OTOperation |
OpPair.getRemoteOp()
|
Methods in org.jboss.errai.otec.client.operation with parameters of type OTOperation | |
---|---|
int |
OTOperationImpl.compareTo(OTOperation o)
|
static OTOperation |
OTOperationImpl.createLocalOnlyOperation(OTEngine engine,
OTOperation operation)
|
static OTOperation |
OTOperationImpl.createLocalOnlyOperation(OTEngine engine,
OTOperation operation,
int lastRevisionTx)
|
static OTOperation |
OTOperationImpl.createOperation(OTOperation op)
|
static OTOperation |
OTOperationImpl.createOperation(OTOperation op,
OpPair transformedFrom)
|
static OpPair |
OpPair.of(OTOperation remoteOp,
OTOperation localOp)
|
void |
OTOperationImpl.setOuterPath(OTOperation outerPath)
|
void |
OTOperation.setOuterPath(OTOperation outerPath)
|
Uses of OTOperation in org.jboss.errai.otec.server |
---|
Methods in org.jboss.errai.otec.server with parameters of type OTOperation | |
---|---|
boolean |
OTServerEngine.receive(String peerId,
OTOperation remoteOp)
|
void |
ServerOTPeerImpl.send(OTOperation operation)
|
boolean |
MultiplePeerState.shouldForwardOperation(OTOperation operation)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |