Package | Description |
---|---|
org.jboss.errai.otec.client | |
org.jboss.errai.otec.client.operation | |
org.jboss.errai.otec.server |
Modifier and Type | Method and Description |
---|---|
protected OTOperation |
AbstractOTEngine.applyFromRemote(OTOperation remoteOp) |
OTOperation |
AbstractOTEngine.applyLocally(OTOperation operation) |
OTOperation |
OTQueuedOperation.getOperation() |
OTOperation |
OpDto.otOperation(OTEngine engine) |
OTOperation |
Transformer.transform() |
Modifier and Type | Method and Description |
---|---|
List<OTOperation> |
TransactionLogImpl.getCanonLog() |
List<OTOperation> |
TransactionLog.getCanonLog() |
Set<OTOperation> |
LogQuery.getContingentOps() |
List<OTOperation> |
LogQuery.getLocalOpsNeedsMerge() |
List<OTOperation> |
TransactionLogImpl.getLocalOpsSinceRemoteOperation(OTOperation operation,
boolean includeNonCanon) |
List<OTOperation> |
TransactionLog.getLocalOpsSinceRemoteOperation(OTOperation remoteOp,
boolean includeNonCanon) |
List<OTOperation> |
TransactionLogImpl.getLog() |
List<OTOperation> |
TransactionLog.getLog() |
List<OTOperation> |
TransactionLogImpl.getRemoteOpsSinceRevision(String agentId,
int rev) |
List<OTOperation> |
TransactionLog.getRemoteOpsSinceRevision(String agentId,
int rev) |
static Collection<OTOperation> |
Transformer.opCombinitator(OTEngine engine,
List<OTOperation> toCombine) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionLogImpl.appendLog(OTOperation operation) |
void |
TransactionLog.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> |
TransactionLogImpl.getLocalOpsSinceRemoteOperation(OTOperation operation,
boolean includeNonCanon) |
List<OTOperation> |
TransactionLog.getLocalOpsSinceRemoteOperation(OTOperation remoteOp,
boolean includeNonCanon) |
void |
TransactionLogImpl.insertLog(int revision,
OTOperation operation) |
void |
TransactionLog.insertLog(int revision,
OTOperation operation) |
void |
AbstractOTEngine.notifyOperation(OTOperation operation) |
void |
OTClientEngine.notifyOperation(OTOperation operation) |
void |
OTEngine.notifyOperation(OTOperation operation) |
void |
AbstractOTEngine.notifyRemotes(OTOperation operation) |
void |
TransactionLogImpl.pruneFromOperation(OTOperation operation) |
void |
TransactionLog.pruneFromOperation(OTOperation operation) |
boolean |
OTClientEngine.receive(String peerId,
OTOperation remoteOp) |
boolean |
OTEngine.receive(String peerId,
OTOperation remoteOp) |
void |
OTPeer.send(OTOperation operation) |
void |
ClientOTPeerImpl.send(OTOperation operation) |
boolean |
PeerState.shouldForwardOperation(OTOperation operation) |
boolean |
SinglePeerState.shouldForwardOperation(OTOperation operation) |
Modifier and Type | Method and Description |
---|---|
static Collection<OTOperation> |
Transformer.opCombinitator(OTEngine engine,
List<OTOperation> toCombine) |
Constructor and Description |
---|
OTQueuedOperation(int version,
OTOperation operation,
String peerId,
int entityId) |
Constructor and Description |
---|
LogQuery(State effectiveState,
Set<OTOperation> contingentOps,
List<OTOperation> localOpsNeedsMerge) |
LogQuery(State effectiveState,
Set<OTOperation> contingentOps,
List<OTOperation> localOpsNeedsMerge) |
Modifier and Type | Class and Description |
---|---|
class |
OTOperationImpl |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
OTServerEngine.receive(String peerId,
OTOperation remoteOp) |
void |
ServerOTPeerImpl.send(OTOperation operation) |
boolean |
MultiplePeerState.shouldForwardOperation(OTOperation operation) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.