
public final class OConnectionBinaryExecutor extends Object implements OBinaryRequestExecutor
| Constructor and Description |
|---|
OConnectionBinaryExecutor(OClientConnection connection,
OServer server) |
OConnectionBinaryExecutor(OClientConnection connection,
OServer server,
HandshakeInfo handshakeInfo) |
public OConnectionBinaryExecutor(OClientConnection connection, OServer server)
public OConnectionBinaryExecutor(OClientConnection connection, OServer server, HandshakeInfo handshakeInfo)
public OListDatabasesResponse executeListDatabases(OListDatabasesRequest request)
executeListDatabases in interface OBinaryRequestExecutorpublic OBinaryResponse executeServerInfo(OServerInfoRequest request)
executeServerInfo in interface OBinaryRequestExecutorpublic OBinaryResponse executeDBReload(OReloadRequest request)
executeDBReload in interface OBinaryRequestExecutorpublic OBinaryResponse executeDBReload(OReloadRequest37 request)
executeDBReload in interface OBinaryRequestExecutorpublic OBinaryResponse executeCreateDatabase(OCreateDatabaseRequest request)
executeCreateDatabase in interface OBinaryRequestExecutorpublic OBinaryResponse executeClose(OCloseRequest request)
executeClose in interface OBinaryRequestExecutorpublic OBinaryResponse executeExistDatabase(OExistsDatabaseRequest request)
executeExistDatabase in interface OBinaryRequestExecutorpublic OBinaryResponse executeDropDatabase(ODropDatabaseRequest request)
executeDropDatabase in interface OBinaryRequestExecutorpublic OBinaryResponse executeGetSize(OGetSizeRequest request)
executeGetSize in interface OBinaryRequestExecutorpublic OBinaryResponse executeCountRecords(OCountRecordsRequest request)
executeCountRecords in interface OBinaryRequestExecutorpublic OBinaryResponse executeDistributedStatus(ODistributedStatusRequest request)
executeDistributedStatus in interface OBinaryRequestExecutorpublic OBinaryResponse executeCountCluster(OCountRequest request)
executeCountCluster in interface OBinaryRequestExecutorpublic OBinaryResponse executeClusterDataRange(OGetClusterDataRangeRequest request)
executeClusterDataRange in interface OBinaryRequestExecutorpublic OBinaryResponse executeAddCluster(OAddClusterRequest request)
executeAddCluster in interface OBinaryRequestExecutorpublic OBinaryResponse executeDropCluster(ODropClusterRequest request)
executeDropCluster in interface OBinaryRequestExecutorpublic OBinaryResponse executeGetRecordMetadata(OGetRecordMetadataRequest request)
executeGetRecordMetadata in interface OBinaryRequestExecutorpublic OBinaryResponse executeReadRecord(OReadRecordRequest request)
executeReadRecord in interface OBinaryRequestExecutorpublic OBinaryResponse executeReadRecordIfNotLastest(OReadRecordIfVersionIsNotLatestRequest request)
executeReadRecordIfNotLastest in interface OBinaryRequestExecutorpublic OBinaryResponse executeCreateRecord(OCreateRecordRequest request)
executeCreateRecord in interface OBinaryRequestExecutorpublic OBinaryResponse executeUpdateRecord(OUpdateRecordRequest request)
executeUpdateRecord in interface OBinaryRequestExecutorpublic OBinaryResponse executeDeleteRecord(ODeleteRecordRequest request)
executeDeleteRecord in interface OBinaryRequestExecutorpublic OBinaryResponse executeHideRecord(OHideRecordRequest request)
executeHideRecord in interface OBinaryRequestExecutorpublic OBinaryResponse executeHigherPosition(OHigherPhysicalPositionsRequest request)
executeHigherPosition in interface OBinaryRequestExecutorpublic OBinaryResponse executeCeilingPosition(OCeilingPhysicalPositionsRequest request)
executeCeilingPosition in interface OBinaryRequestExecutorpublic OBinaryResponse executeLowerPosition(OLowerPhysicalPositionsRequest request)
executeLowerPosition in interface OBinaryRequestExecutorpublic OBinaryResponse executeFloorPosition(OFloorPhysicalPositionsRequest request)
executeFloorPosition in interface OBinaryRequestExecutorpublic OBinaryResponse executeCommand(OCommandRequest request)
executeCommand in interface OBinaryRequestExecutorpublic OBinaryResponse executeBatchOperations(OBatchOperationsRequest request)
executeBatchOperations in interface OBinaryRequestExecutorpublic OBinaryResponse executeCommit(OCommitRequest request)
executeCommit in interface OBinaryRequestExecutorpublic OBinaryResponse executeGetGlobalConfiguration(OGetGlobalConfigurationRequest request)
executeGetGlobalConfiguration in interface OBinaryRequestExecutorpublic OBinaryResponse executeListGlobalConfigurations(OListGlobalConfigurationsRequest request)
executeListGlobalConfigurations in interface OBinaryRequestExecutorpublic OBinaryResponse executeFreezeDatabase(OFreezeDatabaseRequest request)
executeFreezeDatabase in interface OBinaryRequestExecutorpublic OBinaryResponse executeReleaseDatabase(OReleaseDatabaseRequest request)
executeReleaseDatabase in interface OBinaryRequestExecutorpublic OBinaryResponse executeCleanOutRecord(OCleanOutRecordRequest request)
executeCleanOutRecord in interface OBinaryRequestExecutorpublic OBinaryResponse executeSBTreeCreate(OSBTCreateTreeRequest request)
executeSBTreeCreate in interface OBinaryRequestExecutorpublic OBinaryResponse executeSBTGet(OSBTGetRequest request)
executeSBTGet in interface OBinaryRequestExecutorpublic OBinaryResponse executeSBTFirstKey(OSBTFirstKeyRequest request)
executeSBTFirstKey in interface OBinaryRequestExecutorpublic OBinaryResponse executeSBTFetchEntriesMajor(OSBTFetchEntriesMajorRequest request)
executeSBTFetchEntriesMajor in interface OBinaryRequestExecutorpublic OBinaryResponse executeSBTGetRealSize(OSBTGetRealBagSizeRequest request)
executeSBTGetRealSize in interface OBinaryRequestExecutorpublic OBinaryResponse executeIncrementalBackup(OIncrementalBackupRequest request)
executeIncrementalBackup in interface OBinaryRequestExecutorpublic OBinaryResponse executeImport(OImportRequest request)
executeImport in interface OBinaryRequestExecutorpublic OBinaryResponse executeConnect(OConnectRequest request)
executeConnect in interface OBinaryRequestExecutorpublic OBinaryResponse executeConnect37(OConnect37Request request)
executeConnect37 in interface OBinaryRequestExecutorpublic OBinaryResponse executeDatabaseOpen(OOpenRequest request)
executeDatabaseOpen in interface OBinaryRequestExecutorpublic OBinaryResponse executeDatabaseOpen37(OOpen37Request request)
executeDatabaseOpen37 in interface OBinaryRequestExecutorpublic OBinaryResponse executeShutdown(OShutdownRequest request)
executeShutdown in interface OBinaryRequestExecutorpublic OBinaryResponse executeReopen(OReopenRequest request)
executeReopen in interface OBinaryRequestExecutorpublic OBinaryResponse executeSetGlobalConfig(OSetGlobalConfigurationRequest request)
executeSetGlobalConfig in interface OBinaryRequestExecutorpublic static byte[] getRecordBytes(OClientConnection connection, ORecord iRecord)
public OBinaryResponse executeQuery(OQueryRequest request)
executeQuery in interface OBinaryRequestExecutorpublic OBinaryResponse closeQuery(OCloseQueryRequest oQueryRequest)
closeQuery in interface OBinaryRequestExecutorpublic OBinaryResponse executeQueryNextPage(OQueryNextPageRequest request)
executeQueryNextPage in interface OBinaryRequestExecutorpublic OBinaryResponse executeBeginTransaction(OBeginTransactionRequest request)
executeBeginTransaction in interface OBinaryRequestExecutorpublic OBinaryResponse executeCommit37(OCommit37Request request)
executeCommit37 in interface OBinaryRequestExecutorpublic OBinaryResponse executeFetchTransaction(OFetchTransactionRequest request)
executeFetchTransaction in interface OBinaryRequestExecutorpublic OBinaryResponse executeRollback(ORollbackTransactionRequest request)
executeRollback in interface OBinaryRequestExecutorpublic OBinaryResponse executeSubscribe(OSubscribeRequest request)
executeSubscribe in interface OBinaryRequestExecutorpublic OBinaryResponse executeUnsubscribe(OUnsubscribeRequest request)
executeUnsubscribe in interface OBinaryRequestExecutorpublic OBinaryResponse executeSubscribeDistributedConfiguration(OSubscribeDistributedConfigurationRequest request)
executeSubscribeDistributedConfiguration in interface OBinaryRequestExecutorpublic OBinaryResponse executeSubscribeStorageConfiguration(OSubscribeStorageConfigurationRequest request)
executeSubscribeStorageConfiguration in interface OBinaryRequestExecutorpublic OBinaryResponse executeSubscribeSchema(OSubscribeSchemaRequest request)
executeSubscribeSchema in interface OBinaryRequestExecutorpublic OBinaryResponse executeSubscribeIndexManager(OSubscribeIndexManagerRequest request)
executeSubscribeIndexManager in interface OBinaryRequestExecutorpublic OBinaryResponse executeSubscribeFunctions(OSubscribeFunctionsRequest request)
executeSubscribeFunctions in interface OBinaryRequestExecutorpublic OBinaryResponse executeSubscribeSequences(OSubscribeSequencesRequest request)
executeSubscribeSequences in interface OBinaryRequestExecutorpublic OBinaryResponse executeUnsubscribeLiveQuery(OUnsubscribeLiveQueryRequest request)
executeUnsubscribeLiveQuery in interface OBinaryRequestExecutorpublic OBinaryResponse executeSubscribeLiveQuery(OSubscribeLiveQueryRequest request)
executeSubscribeLiveQuery in interface OBinaryRequestExecutorpublic OBinaryResponse executeDistributedConnect(ODistributedConnectRequest request)
executeDistributedConnect in interface OBinaryRequestExecutorpublic OBinaryResponse executeExperimental(OExperimentalRequest request)
executeExperimental in interface OBinaryRequestExecutorCopyright © 2009–2025 OrientDB. All rights reserved.