Uses of Class
com.orientechnologies.orient.distributed.db.OrientDBDistributed
Packages that use OrientDBDistributed
Package
Description
-
Uses of OrientDBDistributed in com.orientechnologies.orient.distributed.context.coordination.action
Constructors in com.orientechnologies.orient.distributed.context.coordination.action with parameters of type OrientDBDistributedModifierConstructorDescriptionOMergeCompleteAction(OrientDBDistributed context, OOperationMessage operation, OCompleteExecution execution, ONodeId mergeNode) OStandardCompleteAction(OrientDBDistributed context, OOperationMessage operation, OCompleteExecution execution) -
Uses of OrientDBDistributed in com.orientechnologies.orient.distributed.context.coordination.message
Methods in com.orientechnologies.orient.distributed.context.coordination.message with parameters of type OrientDBDistributedModifier and TypeMethodDescriptionvoidODistributedMessage.apply(OrientDBDistributed ctx) voidOProposeOp.apply(OrientDBDistributed ctx) voidODistributedMessage.cancel(OrientDBDistributed ctx) voidOProposeOp.cancel(OrientDBDistributed ctx) voidOCanSync.execute(OrientDBDistributed ctx) voidOConfirmOp.execute(OrientDBDistributed ctx) voidOFailOp.execute(OrientDBDistributed ctx) voidOFailPropose.execute(OrientDBDistributed ctx) voidOMergeRequest.execute(OrientDBDistributed ctx) voidOMergeResult.execute(OrientDBDistributed ctx) voidONextBuffer.execute(OrientDBDistributed ctx) voidONodeFirstConnect.execute(OrientDBDistributed ctx) voidOProposeOp.execute(OrientDBDistributed ctx) voidOStartSync.execute(OrientDBDistributed ctx) voidOStructuralMessage.execute(OrientDBDistributed ctx) voidOSuccessPropose.execute(OrientDBDistributed ctx) voidOSyncData.execute(OrientDBDistributed ctx) voidOSyncRequest.execute(OrientDBDistributed ctx) -
Uses of OrientDBDistributed in com.orientechnologies.orient.distributed.context.coordination.message.operation
Methods in com.orientechnologies.orient.distributed.context.coordination.message.operation with parameters of type OrientDBDistributedModifier and TypeMethodDescriptionvoidOAddDatabaseMember.apply(OrientDBDistributed ctx, OTransactionIdPromise promise) voidOAddTopologyMember.apply(OrientDBDistributed ctx, OTransactionIdPromise promise) voidODeclareDbMessage.apply(OrientDBDistributed ctx, OTransactionIdPromise promise) voidODropDbMessage.apply(OrientDBDistributed ctx, OTransactionIdPromise promise) voidOEstablishTopology.apply(OrientDBDistributed ctx, OTransactionIdPromise promise) voidOOperationMessage.apply(OrientDBDistributed ctx, OTransactionIdPromise promise) voidOSetDatabaseState.apply(OrientDBDistributed ctx, OTransactionIdPromise promise) voidOAddDatabaseMember.cancel(OrientDBDistributed ctx, OTransactionIdPromise promise) voidOAddTopologyMember.cancel(OrientDBDistributed ctx, OTransactionIdPromise promise) voidODeclareDbMessage.cancel(OrientDBDistributed ctx, OTransactionIdPromise promise) voidODropDbMessage.cancel(OrientDBDistributed ctx, OTransactionIdPromise promise) voidOEstablishTopology.cancel(OrientDBDistributed ctx, OTransactionIdPromise promise) voidOOperationMessage.cancel(OrientDBDistributed ctx, OTransactionIdPromise promise) voidOSetDatabaseState.cancel(OrientDBDistributed ctx, OTransactionIdPromise promise) OAddDatabaseMember.validate(OrientDBDistributed ctx, OTransactionIdPromise promise) OAddTopologyMember.validate(OrientDBDistributed ctx, OTransactionIdPromise promise) ODeclareDbMessage.validate(OrientDBDistributed ctx, OTransactionIdPromise promise) ODropDbMessage.validate(OrientDBDistributed ctx, OTransactionIdPromise promise) OEstablishTopology.validate(OrientDBDistributed ctx, OTransactionIdPromise promise) OOperationMessage.validate(OrientDBDistributed ctx, OTransactionIdPromise promise) OSetDatabaseState.validate(OrientDBDistributed ctx, OTransactionIdPromise promise) -
Uses of OrientDBDistributed in com.orientechnologies.orient.distributed.context.coordination.topology
Methods in com.orientechnologies.orient.distributed.context.coordination.topology with parameters of type OrientDBDistributedModifier and TypeMethodDescriptionvoidODiscoverAction.execute(OrientDBDistributed context, OCompleteExecution execution) voidODiscoverAction.OAddNodeAction.execute(OrientDBDistributed context, OCompleteExecution exection) voidODiscoverAction.OApplySequenceAction.execute(OrientDBDistributed context, OCompleteExecution execution) voidODiscoverAction.OApplyStateAction.execute(OrientDBDistributed context, OCompleteExecution execution) voidODiscoverAction.OEstablishAction.execute(OrientDBDistributed context, OCompleteExecution execution) voidODiscoverAction.OMergeNodeAction.execute(OrientDBDistributed context, OCompleteExecution exection) voidODiscoverAction.ONoneAction.execute(OrientDBDistributed context, OCompleteExecution execution) voidODiscoverAction.ONotifySelf.execute(OrientDBDistributed context, OCompleteExecution execution) voidODiscoverAction.ORequestMergeAction.execute(OrientDBDistributed context, OCompleteExecution execution) -
Uses of OrientDBDistributed in com.orientechnologies.orient.distributed.context.retryable
Methods in com.orientechnologies.orient.distributed.context.retryable with parameters of type OrientDBDistributedModifier and TypeMethodDescriptionvoidOAddDatabaseMembersRetryOperation.execute(OrientDBDistributed ctx, OCompleteExecution op) voidODeclareDatabaseRetryOperation.execute(OrientDBDistributed ctx, OCompleteExecution cmplete) voidODiscoverActionRetryOperation.execute(OrientDBDistributed ctx, OCompleteExecution complete) voidODropRetryOperation.execute(OrientDBDistributed ctx, OCompleteExecution complete) voidORetryOperation.execute(OrientDBDistributed context, OCompleteExecution execution) voidOSetDatabaseStateRetryOperation.execute(OrientDBDistributed ctx, OCompleteExecution complete) -
Uses of OrientDBDistributed in com.orientechnologies.orient.distributed.db
Constructors in com.orientechnologies.orient.distributed.db with parameters of type OrientDBDistributedModifierConstructorDescriptionONetworkMessageStructural(OrientDBDistributed ctx, OStructuralMessage message) OStandardCompleteExecution(OrientDBDistributed ctx, ORetryOperation operation, ORetryInfo retryInfo) -
Uses of OrientDBDistributed in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl that return OrientDBDistributedModifier and TypeMethodDescriptionODatabaseDocumentDistributed.getContext()ODistributedDatabaseImpl.getContext()Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type OrientDBDistributedModifier and TypeMethodDescriptionstatic StringODistributedOutput.formatServerStatus(OrientDBDistributed distr) static booleanONewDeltaSyncImporter.importDelta(OrientDBDistributed context, String databaseName, InputStream in, String targetNode) Constructors in com.orientechnologies.orient.server.distributed.impl with parameters of type OrientDBDistributedModifierConstructorDescriptionODistributedConfigurationManager(OrientDBDistributed context, ODistributedServerManager distributedManager, String name) ODistributedDatabaseImpl(OrientDBDistributed context, ODistributedPlugin manager, String iDatabaseName) ViewManagerDistributed(OrientDBDistributed orientDB, String name) -
Uses of OrientDBDistributed in com.orientechnologies.orient.server.distributed.impl.metadata
Methods in com.orientechnologies.orient.server.distributed.impl.metadata that return OrientDBDistributedConstructors in com.orientechnologies.orient.server.distributed.impl.metadata with parameters of type OrientDBDistributedModifierConstructorDescriptionOSharedContextDistributed(OStorage storage, OrientDBDistributed orientDB)