| Package | Description |
|---|---|
| com.orientechnologies.orient.client.remote | |
| com.orientechnologies.orient.console | |
| com.orientechnologies.orient.core.command | |
| com.orientechnologies.orient.core.command.script | |
| com.orientechnologies.orient.core.db | |
| com.orientechnologies.orient.core.query.live | |
| com.orientechnologies.orient.core.sql | |
| com.orientechnologies.orient.core.sql.query | |
| com.orientechnologies.orient.core.storage |
Contains the Storage interface and the basic implementations.
|
| com.orientechnologies.orient.core.storage.impl.local |
Contains all the class involved on the "local" implementation of the OStorage interface.
|
| com.orientechnologies.orient.graph.gremlin | |
| com.orientechnologies.orient.server.distributed.impl | |
| com.orientechnologies.orient.server.distributed.impl.task | |
| com.orientechnologies.orient.server.network.protocol |
| Modifier and Type | Method and Description |
|---|---|
Object |
OStorageRemote.command(OCommandRequestText iCommand)
Execute the command remotely and get the results back.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OConsoleDatabaseListener.onAfterCommand(OCommandRequestText iCommand,
OCommandExecutor executor,
Object result) |
void |
OConsoleDatabaseListener.onBeforeCommand(OCommandRequestText iCommand,
OCommandExecutor executor) |
| Modifier and Type | Class and Description |
|---|---|
class |
OCommandRequestTextAbstract
Text based Command Request abstract class.
|
| Modifier and Type | Method and Description |
|---|---|
OCommandRequestText |
OCommandRequestTextAbstract.setText(String iText) |
OCommandRequestText |
OCommandRequestText.setText(String iText) |
| Modifier and Type | Method and Description |
|---|---|
OCommandExecutorAbstract |
OCommandExecutorAbstract.init(OCommandRequestText iRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
OCommandFunction
Execute a configured function.
|
class |
OCommandScript
Script command request implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ODatabaseListener.onAfterCommand(OCommandRequestText iCommand,
OCommandExecutor executor,
Object result) |
void |
ODatabaseListener.onBeforeCommand(OCommandRequestText iCommand,
OCommandExecutor executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
OLiveQueryHook.onAfterCommand(OCommandRequestText iCommand,
OCommandExecutor executor,
Object result) |
void |
OLiveQueryHook.onBeforeCommand(OCommandRequestText iCommand,
OCommandExecutor executor) |
| Modifier and Type | Class and Description |
|---|---|
class |
OCommandSQL
SQL command request implementation.
|
class |
OCommandSQLResultset
Iterable SQL command request implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OLiveQuery<T>
SQL live query.
|
class |
OSQLAsynchQuery<T>
SQL asynchronous query.
|
class |
OSQLNonBlockingQuery<T>
SQL asynchronous query.
|
class |
OSQLQuery<T>
SQL query implementation.
|
class |
OSQLSynchQuery<T>
SQL synchronous query.
|
| Modifier and Type | Method and Description |
|---|---|
OCommandRequestText |
OSQLQuery.setText(String iText) |
| Modifier and Type | Method and Description |
|---|---|
Object |
OStorage.command(OCommandRequestText iCommand)
Execute the command request and return the result back.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
OAbstractPaginatedStorage.command(OCommandRequestText iCommand)
Executes the command request and return the result back.
|
Object |
OAbstractPaginatedStorage.executeCommand(OCommandRequestText iCommand,
OCommandExecutor executor) |
| Modifier and Type | Class and Description |
|---|---|
class |
OCommandGremlin
Executes a GREMLIN command
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ODistributedStorage.command(OCommandRequestText iCommand) |
protected Object |
ODistributedStorage.executeCommand(OCommandRequestText iCommand,
String localNodeName,
Collection<String> involvedClusters,
OAbstractCommandTask task,
Set<String> nodes,
boolean executedLocally) |
protected Map<String,Object> |
ODistributedStorage.executeOnServers(OCommandRequestText iCommand,
OCommandExecutor exec,
Collection<String> involvedClusters,
Map<String,Collection<String>> nodeClusterMap) |
protected void |
ODistributedStorage.undoCommandOnLocalServer(OCommandRequestText iCommand) |
| Constructor and Description |
|---|
OScriptTask(OCommandRequestText iCommand) |
OSQLCommandTask(OCommandRequestText iCommand,
Collection<String> iClusterNames) |
| Modifier and Type | Field and Description |
|---|---|
OCommandRequestText |
ONetworkProtocolData.command |
Copyright © 2009–2025 OrientDB. All rights reserved.