Package | Description |
---|---|
com.orientechnologies.orient.client.remote | |
com.orientechnologies.orient.client.remote.message | |
com.orientechnologies.orient.core.command | |
com.orientechnologies.orient.core.command.script | |
com.orientechnologies.orient.core.db | |
com.orientechnologies.orient.core.serialization.serializer.stream | |
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 |
---|---|
OCommandRequestText |
OCommandRequest.getQuery() |
Constructor and Description |
---|
OCommandRequest(ODatabaseDocumentInternal database,
boolean asynch,
OCommandRequestText iCommand,
boolean live) |
OCommandResponse(Object result,
SimpleValueFetchPlanCommandListener listener,
boolean isRecordResultSet,
boolean async,
ODatabaseDocumentInternal database,
OCommandRequestText command,
Map<Object,Object> params) |
Modifier and Type | Class and Description |
---|---|
class |
OCommandRequestTextAbstract
Text based Command Request abstract class.
|
Modifier and Type | Method and Description |
---|---|
OCommandRequestText |
OCommandRequestTextAbstract.fromStream(byte[] iStream,
ORecordSerializer serializer) |
OCommandRequestText |
OCommandRequestText.fromStream(byte[] bytes,
ORecordSerializer serializer) |
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 |
---|---|
OCommandRequestText |
OCommandScript.fromStream(byte[] iStream,
ORecordSerializer serializer) |
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 |
---|---|
OCommandRequestText |
OStreamSerializerAnyStreamable.fromStream(byte[] iStream,
ORecordSerializer serializer)
Re-Create any object if the class has a public constructor that accepts a String as unique
parameter.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
OStreamSerializerAnyStreamable.toStream(OCommandRequestText iObject)
Serialize the class name size + class name + object content
|
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.fromStream(byte[] iStream,
ORecordSerializer serializer) |
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) |
Constructor and Description |
---|
OScriptTask(OCommandRequestText iCommand) |
OSQLCommandTask(OCommandRequestText iCommand,
Collection<String> iClusterNames) |
Modifier and Type | Field and Description |
---|---|
OCommandRequestText |
ONetworkProtocolData.command |
Copyright © 2009–2020 OrientDB. All rights reserved.