Uses of Class
com.orientechnologies.orient.distributed.db.OrientDBDistributed
Packages that use OrientDBDistributed
Package
Description
-
Uses of OrientDBDistributed in com.orientechnologies.orient.distributed.context
Methods in com.orientechnologies.orient.distributed.context with parameters of type OrientDBDistributedModifier and TypeMethodDescriptionvoidORetryOperation.execute(OrientDBDistributed context, OCompleteExecution execution) Constructors in com.orientechnologies.orient.distributed.context with parameters of type OrientDBDistributedModifierConstructorDescriptionOStandardCompleteAction(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) 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) voidOEnstablishTopology.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) voidOEnstablishTopology.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) OEnstablishTopology.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.topology
Methods in com.orientechnologies.orient.distributed.context.topology with parameters of type OrientDBDistributedModifier and TypeMethodDescriptionvoidODiscoverAction.execute(OrientDBDistributed context, OCompleteExecution execution, ONodeStateNetwork otherState) voidODiscoverAction.OAddNodeAction.execute(OrientDBDistributed context, OCompleteExecution exection, ONodeStateNetwork otherState) voidODiscoverAction.OApplySequenceAction.execute(OrientDBDistributed context, OCompleteExecution execution, ONodeStateNetwork otherState) voidODiscoverAction.OApplyStateAction.execute(OrientDBDistributed context, OCompleteExecution execution, ONodeStateNetwork otherState) voidODiscoverAction.OEstablishAction.execute(OrientDBDistributed context, OCompleteExecution execution, ONodeStateNetwork otherState) voidODiscoverAction.OMergeAction.execute(OrientDBDistributed context, OCompleteExecution execution, ONodeStateNetwork otherState) voidODiscoverAction.ONoneAction.execute(OrientDBDistributed context, OCompleteExecution execution, ONodeStateNetwork otherState) voidODiscoverAction.ONotifySelf.execute(OrientDBDistributed context, OCompleteExecution execution, ONodeStateNetwork otherState) -
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)