Uses of Class
com.orientechnologies.orient.core.db.OSharedContextEmbedded
Packages that use OSharedContextEmbedded
Package
Description
-
Uses of OSharedContextEmbedded in com.orientechnologies.orient.core.db
Fields in com.orientechnologies.orient.core.db with type parameters of type OSharedContextEmbeddedModifier and TypeFieldDescriptionprotected final Map<String, OSharedContextEmbedded> OrientDBEmbedded.sharedContextsMethods in com.orientechnologies.orient.core.db that return OSharedContextEmbeddedModifier and TypeMethodDescriptionprotected OSharedContextEmbeddedOrientDBEmbedded.createSharedContext(OStorage storage) protected OSharedContextEmbeddedOrientDBEmbedded.createSharedContext(String name, OContextConfiguration config) protected OSharedContextEmbeddedOrientDBEmbedded.getOrCreateSharedContext(String name, OContextConfiguration config) Methods in com.orientechnologies.orient.core.db with parameters of type OSharedContextEmbeddedModifier and TypeMethodDescriptionprotected voidOrientDBEmbedded.distributedSetOnline(OSharedContextEmbedded context) Constructors in com.orientechnologies.orient.core.db with parameters of type OSharedContextEmbeddedModifierConstructorDescriptionODatabaseDocumentEmbeddedPooled(ODatabasePoolInternal pool, OSharedContextEmbedded sharedContext) -
Uses of OSharedContextEmbedded in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document that return OSharedContextEmbeddedConstructors in com.orientechnologies.orient.core.db.document with parameters of type OSharedContextEmbedded -
Uses of OSharedContextEmbedded in com.orientechnologies.orient.distributed.db
Methods in com.orientechnologies.orient.distributed.db that return OSharedContextEmbeddedModifier and TypeMethodDescriptionprotected OSharedContextEmbeddedOrientDBDistributed.createSharedContext(OStorage storage) Methods in com.orientechnologies.orient.distributed.db that return types with arguments of type OSharedContextEmbeddedMethods in com.orientechnologies.orient.distributed.db with parameters of type OSharedContextEmbeddedModifier and TypeMethodDescriptionvoidOrientDBDistributed.distributedSetOnline(OSharedContextEmbedded ctx) -
Uses of OSharedContextEmbedded in com.orientechnologies.orient.server.distributed.impl
Constructors in com.orientechnologies.orient.server.distributed.impl with parameters of type OSharedContextEmbeddedModifierConstructorDescriptionODatabaseDocumentDistributed(OSharedContextEmbedded sharedContext, ODistributedPlugin distributedPlugin) ODatabaseDocumentDistributedPooled(ODatabasePoolInternal pool, OSharedContextEmbedded sharedContext, ODistributedPlugin distributedPlugin) -
Uses of OSharedContextEmbedded in com.orientechnologies.orient.server.distributed.impl.metadata