Interface | Description |
---|---|
OCommand |
Generic GOF command pattern implementation.
|
OCommandContext |
Basic interface for commands.
|
OCommandDistributedReplicateRequest |
Interface to know if the command must be distributed in clustered scenario.
|
OCommandExecutor |
Generic GOF command pattern implementation.
|
OCommandOutputListener |
Receives callback from a command as output.
|
OCommandPredicate |
Command predicate to be evaluated against a record and a context.
|
OCommandRequest |
Generic GOF command pattern implementation.
|
OCommandRequestAsynch | |
OCommandRequestInternal |
Internal specialization of generic OCommand interface.
|
OCommandRequestText |
Internal specialization of generic OCommand interface based on a text command.
|
OCommandResultListener |
Callback interface called when the command returns results.
|
ODistributedCommand | |
OScriptExecutor |
Created by tglman on 25/01/17.
|
OScriptExecutorRegister |
Created by Enrico Risa on 25/01/17.
|
OScriptInterceptor |
Class | Description |
---|---|
OBasicCommandContext |
Basic implementation of OCommandContext interface that stores variables in a map.
|
OCommandExecutorAbstract |
Abstract implementation of Executor Command interface.
|
OCommandManager | |
OCommandProcess<C extends OCommand,T,R> |
Base command processing class.
|
OCommandRequestAbstract |
Text based Command Request abstract class.
|
OCommandRequestTextAbstract |
Text based Command Request abstract class.
|
ODocumentEqualityWrapper |
This class is designed to compare documents based on deep equality (to be used in Sets)
|
OSqlScriptExecutor |
Created by tglman on 25/01/17.
|
Exception | Description |
---|---|
OCommandExecutorNotFoundException |
Copyright © 2009–2020 OrientDB. All rights reserved.