Uses of Interface
com.orientechnologies.orient.core.serialization.OSerializableStream
Packages that use OSerializableStream
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 OSerializableStream in com.orientechnologies.orient.core.config
Classes in com.orientechnologies.orient.core.config that implement OSerializableStreamModifier and TypeClassDescriptionclassVersions: 3 = introduced file directory in physical segments and data-segment id in clusters 4 = ?? 5 = ?? 6 = ?? 7 = ?? 8 = introduced cluster selection strategy as string 9 = introduced minimumclusters as string 12 = introduced record conflict strategy as string in both storage and paginated clusters 13 = introduced cluster status to manage cluster as "offline" with the new command "alter cluster status offline".Methods in com.orientechnologies.orient.core.config that return OSerializableStreamModifier and TypeMethodDescriptionOStorageConfigurationImpl.fromStream(byte[] iStream) Deprecated. -
Uses of OSerializableStream in com.orientechnologies.orient.core.id
Subinterfaces of OSerializableStream in com.orientechnologies.orient.core.idModifier and TypeInterfaceDescriptioninterfaceRecordID interface that represents a recordid in database.Classes in com.orientechnologies.orient.core.id that implement OSerializableStreamModifier and TypeClassDescriptionclassclassImmutable ORID implementation.class -
Uses of OSerializableStream in com.orientechnologies.orient.core.record
Subinterfaces of OSerializableStream in com.orientechnologies.orient.core.recordModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceGeneric record representation.interfaceClasses in com.orientechnologies.orient.core.record that implement OSerializableStream -
Uses of OSerializableStream in com.orientechnologies.orient.core.record.impl
Subinterfaces of OSerializableStream in com.orientechnologies.orient.core.record.implClasses in com.orientechnologies.orient.core.record.impl that implement OSerializableStreamModifier and TypeClassDescriptionclassDocument representation to handle values dynamically.classclassclassclassThe rawest representation of a record.classDeprecated.classDeprecated.classclassclassMethods in com.orientechnologies.orient.core.record.impl that return OSerializableStreamModifier and TypeMethodDescriptionOEdgeDelegate.fromStream(byte[] iStream) OVertexDelegate.fromStream(byte[] iStream) ORecordBytesLazy.getSerializableContent()Deprecated.Methods in com.orientechnologies.orient.core.record.impl with parameters of type OSerializableStreamModifier and TypeMethodDescriptionvoidORecordBytesLazy.recycle(OSerializableStream iSerializableContent) Deprecated.Constructors in com.orientechnologies.orient.core.record.impl with parameters of type OSerializableStream -
Uses of OSerializableStream in com.orientechnologies.orient.core.serialization
Methods in com.orientechnologies.orient.core.serialization that return OSerializableStream -
Uses of OSerializableStream in com.orientechnologies.orient.core.serialization.serializer.record.binary
Classes in com.orientechnologies.orient.core.serialization.serializer.record.binary that implement OSerializableStreamMethods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return OSerializableStream -
Uses of OSerializableStream in com.orientechnologies.orient.core.storage
Classes in com.orientechnologies.orient.core.storage that implement OSerializableStreamMethods in com.orientechnologies.orient.core.storage that return OSerializableStream -
Uses of OSerializableStream in com.orientechnologies.orient.core.storage.impl.local
Classes in com.orientechnologies.orient.core.storage.impl.local that implement OSerializableStreamModifier and TypeClassDescriptionclassHandles the database configuration in one big record. -
Uses of OSerializableStream in com.orientechnologies.orient.core.storage.impl.local.paginated
Classes in com.orientechnologies.orient.core.storage.impl.local.paginated that implement OSerializableStream -
Uses of OSerializableStream in com.tinkerpop.blueprints.impls.orient
Classes in com.tinkerpop.blueprints.impls.orient that implement OSerializableStreamModifier and TypeClassDescriptionclassOrientDB Edge implementation of TinkerPop Blueprints standard.classBase Graph Element where OrientVertex and OrientEdge classes extends from.classOrientDB Vertex implementation of TinkerPop Blueprints standard.Methods in com.tinkerpop.blueprints.impls.orient that return OSerializableStreamModifier and TypeMethodDescriptionOrientElement.fromStream(byte[] stream) (Blueprints Extension) Fills the Element from a byte[]
OStorageConfigurationImpl.fromStream(byte[], int, int, Charset)instead.