Uses of Interface
com.orientechnologies.common.util.OCallable
Packages that use OCallable
Package
Description
Contains the Storage interface and the basic implementations.
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of OCallable in com.orientechnologies.agent.services.backup.log
Methods in com.orientechnologies.agent.services.backup.log with parameters of type OCallable -
Uses of OCallable in com.orientechnologies.common.collection
Methods in com.orientechnologies.common.collection with parameters of type OCallable -
Uses of OCallable in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote with parameters of type OCallableModifier and TypeMethodDescriptionORemoteClient.incrementalBackup(ORemoteClientSession session, String backupDirectory, OCallable<Void, Void> started) -
Uses of OCallable in com.orientechnologies.orient.console
Methods in com.orientechnologies.orient.console with parameters of type OCallableModifier and TypeMethodDescriptionvoidOTableFormatter.writeRecords(List<? extends OIdentifiable> resultSet, int limit, OCallable<Object, OIdentifiable> iAfterDump) -
Uses of OCallable in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with parameters of type OCallableModifier and TypeMethodDescriptionvoidOSystemDatabase.executeInDBScope(OCallable<Void, ODatabaseSession> callback) <T> TOSystemDatabase.executeWithDB(OCallable<T, ODatabaseSession> callback) -
Uses of OCallable in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document with parameters of type OCallableModifier and TypeMethodDescriptionstatic ObjectODatabaseDocumentAbstract.executeWithRetries(OCallable<Object, Integer> callback, int maxRetry) static ObjectODatabaseDocumentAbstract.executeWithRetries(OCallable<Object, Integer> callback, int maxRetry, int waitBetweenRetry) static ObjectODatabaseDocumentAbstract.executeWithRetries(OCallable<Object, Integer> callback, int maxRetry, int waitBetweenRetry, ORecord[] recordToReloadOnRetry) -
Uses of OCallable in com.orientechnologies.orient.core.metadata.function
Methods in com.orientechnologies.orient.core.metadata.function that return OCallableMethods in com.orientechnologies.orient.core.metadata.function with parameters of type OCallable -
Uses of OCallable in com.orientechnologies.orient.core.sql
Methods in com.orientechnologies.orient.core.sql with parameters of type OCallableModifier and TypeMethodDescriptionstatic ObjectOSQLEngine.foreachRecord(OCallable<Object, OIdentifiable> iCallable, Object iCurrent, OCommandContext iContext) -
Uses of OCallable in com.orientechnologies.orient.core.sql.executor
Methods in com.orientechnologies.orient.core.sql.executor with parameters of type OCallableModifier and TypeMethodDescriptionprotected voidLiveQueryListenerImpl.execInSeparateDatabase(OCallable iCallback) -
Uses of OCallable in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage with parameters of type OCallable -
Uses of OCallable in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local with parameters of type OCallable -
Uses of OCallable in com.orientechnologies.orient.core.storage.impl.local.paginated
Methods in com.orientechnologies.orient.core.storage.impl.local.paginated with parameters of type OCallable -
Uses of OCallable in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return OCallableModifier and TypeMethodDescriptionOAsynchDistributedOperation.getAfterSendCallback()OAsynchDistributedOperation.getCallback()Methods in com.orientechnologies.orient.server.distributed with parameters of type OCallableModifier and TypeMethodDescription<T> TODistributedServerManager.executeInDistributedDatabaseLock(String databaseName, long timeoutLocking, OModifiableDistributedConfiguration lastCfg, OCallable<T, OModifiableDistributedConfiguration> iCallback) Executes an operation protected by a distributed lock (one per database).Constructors in com.orientechnologies.orient.server.distributed with parameters of type OCallableModifierConstructorDescriptionOAsynchDistributedOperation(String iDatabaseName, Set<String> iClusterNames, Collection<String> iNodes, ORemoteTask iTask, long iMessageId, Object iLocalResult, OCallable<Void, ODistributedRequestId> iAfterRequestCallback, OCallable<Object, OPair<ODistributedRequestId, Object>> iCallback) -
Uses of OCallable in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type OCallableModifier and TypeMethodDescription<T> TODistributedPlugin.executeInDistributedDatabaseLock(String databaseName, long timeoutLocking, OModifiableDistributedConfiguration lastCfg, OCallable<T, OModifiableDistributedConfiguration> iCallback) -
Uses of OCallable in com.orientechnologies.orient.server.hazelcast
Methods in com.orientechnologies.orient.server.hazelcast with parameters of type OCallableModifier and TypeMethodDescription<T> TOHazelcastClusterMetadataManager.executeInDistributedDatabaseLock(String databaseName, long timeoutLocking, OModifiableDistributedConfiguration lastCfg, OCallable<T, OModifiableDistributedConfiguration> iCallback) Executes an operation protected by a distributed lock (one per database). -
Uses of OCallable in com.orientechnologies.orient.server.network.protocol.http
Methods in com.orientechnologies.orient.server.network.protocol.http with parameters of type OCallableModifier and TypeMethodDescriptionvoidOHttpGraphResponse.sendStream(int iCode, String iReason, String iContentType, String iFileName, OCallable<Void, OChunkedResponse> iWriter) voidOHttpResponse.sendStream(int iCode, String iReason, String iContentType, String iFileName, OCallable<Void, OChunkedResponse> iWriter) abstract voidOHttpResponseAbstract.sendStream(int iCode, String iReason, String iContentType, String iFileName, OCallable<Void, OChunkedResponse> iWriter) voidOHttpResponseImpl.sendStream(int iCode, String iReason, String iContentType, String iFileName, OCallable<Void, OChunkedResponse> iWriter) -
Uses of OCallable in com.orientechnologies.orient.server.network.protocol.http.command.get
Methods in com.orientechnologies.orient.server.network.protocol.http.command.get with parameters of type OCallableModifier and TypeMethodDescriptionvoidOServerCommandGetStaticContent.registerVirtualFolder(String iName, OCallable<Object, String> iCallback) -
Uses of OCallable in com.orientechnologies.orient.server.plugin
Methods in com.orientechnologies.orient.server.plugin that return OCallableModifier and TypeMethodDescriptionOServerPluginManager.createStaticLinkCallback(OServerPluginInfo iPluginData, URL wwwURL) -
Uses of OCallable in com.orientechnologies.orient.stresstest.workload
Methods in com.orientechnologies.orient.stresstest.workload with parameters of type OCallableModifier and TypeMethodDescriptionprotected List<OBaseWorkload.OBaseWorkLoadContext>OBaseWorkload.executeOperation(OrientDB ctx, OBaseWorkload.OWorkLoadResult result, OStressTesterSettings settings, OCallable<Void, OBaseWorkload.OBaseWorkLoadContext> callback) -
Uses of OCallable in org.apache.tinkerpop.gremlin.orientdb
Methods in org.apache.tinkerpop.gremlin.orientdb with parameters of type OCallableModifier and TypeMethodDescription<RET> RETOrientGraph.execute(OCallable<RET, OrientGraph> iCallable, String... iOperationStrings)