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 = ??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.classclassclassMethods in com.orientechnologies.orient.core.record.impl that return OSerializableStreamModifier and TypeMethodDescriptionOEdgeDelegate.fromStream(byte[] iStream) OVertexDelegate.fromStream(byte[] iStream) -
Uses of OSerializableStream in com.orientechnologies.orient.core.serialization
Methods in com.orientechnologies.orient.core.serialization that return OSerializableStreamModifier and TypeMethodDescriptionOSerializableStream.fromStream(byte[] iStream) Deprecated, for removal: This API element is subject to removal in a future version. -
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
OStorageConfigurationImpl.fromStream(byte[], int, int, Charset)instead.