Uses of Class
com.orientechnologies.orient.core.db.record.ridbag.ORidBag
Packages that use ORidBag
Package
Description
-
Uses of ORidBag in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote with parameters of type ORidBagModifier and TypeMethodDescriptionOSBTreeCollectionManagerRemote.listenForChanges(ORidBag collection) -
Uses of ORidBag in com.orientechnologies.orient.core.db.record.ridbag
Methods in com.orientechnologies.orient.core.db.record.ridbag that return ORidBagMethods in com.orientechnologies.orient.core.db.record.ridbag with parameters of type ORidBagModifier and TypeMethodDescriptionbooleanIMPORTANT!Constructors in com.orientechnologies.orient.core.db.record.ridbag with parameters of type ORidBag -
Uses of ORidBag in com.orientechnologies.orient.core.db.tool.importer
Methods in com.orientechnologies.orient.core.db.tool.importer that return ORidBagMethods in com.orientechnologies.orient.core.db.tool.importer with parameters of type ORidBag -
Uses of ORidBag in com.orientechnologies.orient.core.record.impl
Methods in com.orientechnologies.orient.core.record.impl with parameters of type ORidBagModifier and TypeMethodDescriptionstatic booleanODocumentHelper.compareBags(ODatabaseDocumentInternal iMyDb, ORidBag myFieldValue, ODatabaseDocumentInternal iOtherDb, ORidBag otherFieldValue, ODocumentHelper.RIDMapper ridMapper) -
Uses of ORidBag in com.orientechnologies.orient.core.serialization.serializer.record.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return ORidBagModifier and TypeMethodDescriptionstatic ORidBagHelperClasses.readRidbag(BytesContainer bytes) protected ORidBagORecordSerializerBinaryV0.readRidbag(BytesContainer bytes) protected ORidBagORecordSerializerBinaryV1.readRidbag(BytesContainer bytes) protected ORidBagORecordSerializerNetworkV37.readRidBag(BytesContainer bytes) protected ORidBagORecordSerializerNetworkV37Client.readRidBag(BytesContainer bytes) Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary with parameters of type ORidBagModifier and TypeMethodDescriptionprotected voidODocumentSerializerDelta.deserializeDeltaLinkBag(BytesContainer bytes, ORidBag toUpdate) protected voidODocumentSerializerDeltaDistributed.deserializeDeltaLinkBag(BytesContainer bytes, ORidBag toUpdate) protected voidODocumentSerializerDelta.serializeDeltaLinkBag(BytesContainer bytes, ORidBag value, OSerializationContext ctx) protected voidODocumentSerializerDeltaDistributed.serializeDeltaLinkBag(BytesContainer bytes, ORidBag value, OSerializationContext ctx) protected static voidHelperClasses.writeEmbeddedRidbag(BytesContainer bytes, ORidBag ridbag) static voidHelperClasses.writeRidBag(BytesContainer bytes, ORidBag ridbag, OSerializationContext ctx) protected intORecordSerializerBinaryV0.writeRidBag(BytesContainer bytes, ORidBag ridbag, OSerializationContext ctx) protected intORecordSerializerBinaryV1.writeRidBag(BytesContainer bytes, ORidBag ridbag, OSerializationContext ctx) protected static voidHelperClasses.writeSBTreeRidbag(BytesContainer bytes, ORidBag ridbag, UUID ownerUuid, OSerializationContext ctx) -
Uses of ORidBag in com.orientechnologies.orient.core.storage.ridbag.sbtree
Methods in com.orientechnologies.orient.core.storage.ridbag.sbtree with parameters of type ORidBagModifier and TypeMethodDescriptionOSBTreeCollectionManager.listenForChanges(ORidBag collection) OSBTreeCollectionManagerShared.listenForChanges(ORidBag collection) Change UUID to null to prevent its serialization to disk. -
Uses of ORidBag in org.apache.tinkerpop.gremlin.orientdb.io.gryo
Methods in org.apache.tinkerpop.gremlin.orientdb.io.gryo that return ORidBagModifier and TypeMethodDescriptionORidBagGyroSerializer.read(org.apache.tinkerpop.shaded.kryo.Kryo kryo, org.apache.tinkerpop.shaded.kryo.io.Input input, Class<ORidBag> tinkerGraphClass) Methods in org.apache.tinkerpop.gremlin.orientdb.io.gryo with parameters of type ORidBagModifier and TypeMethodDescriptionvoidORidBagGyroSerializer.write(org.apache.tinkerpop.shaded.kryo.Kryo kryo, org.apache.tinkerpop.shaded.kryo.io.Output output, ORidBag bag) Method parameters in org.apache.tinkerpop.gremlin.orientdb.io.gryo with type arguments of type ORidBag