Uses of Class
com.orientechnologies.orient.client.remote.OStorageRemote
Packages that use OStorageRemote
Package
Description
-
Uses of OStorageRemote in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote that return OStorageRemoteModifier and TypeMethodDescriptionOStorageRemote.copy(ODatabaseDocumentRemote source, ODatabaseDocumentRemote dest) Methods in com.orientechnologies.orient.client.remote with parameters of type OStorageRemoteModifier and TypeMethodDescriptionvoidOrientDBRemote.closeStorage(OStorageRemote remote) protected OSharedContextOrientDBRemote.getOrCreateSharedContext(OStorageRemote storage) Constructors in com.orientechnologies.orient.client.remote with parameters of type OStorageRemoteModifierConstructorDescriptionODatabaseDocumentRemotePooled(ODatabasePoolInternal pool, OStorageRemote storage, OSharedContext sharedContext) OServerAdmin(OStorageRemote iStorage) Deprecated. -
Uses of OStorageRemote in com.orientechnologies.orient.client.remote.db.document
Methods in com.orientechnologies.orient.client.remote.db.document that return OStorageRemoteMethods in com.orientechnologies.orient.client.remote.db.document with parameters of type OStorageRemoteModifier and TypeMethodDescriptionstatic voidODatabaseDocumentRemote.updateFunction(OStorageRemote storage) static voidODatabaseDocumentRemote.updateIndexManager(OStorageRemote storage, ODocument indexManager) static voidODatabaseDocumentRemote.updateSchema(OStorageRemote storage, ODocument schema) static voidODatabaseDocumentRemote.updateSequences(OStorageRemote storage) Constructors in com.orientechnologies.orient.client.remote.db.document with parameters of type OStorageRemoteModifierConstructorDescriptionODatabaseDocumentRemote(OStorageRemote storage, OSharedContext sharedContext)