Uses of Class
com.orientechnologies.orient.core.serialization.serializer.record.binary.BytesContainer
Packages that use BytesContainer
Package
Description
-
Uses of BytesContainer in com.orientechnologies.orient.core.db.record.ridbag
Methods in com.orientechnologies.orient.core.db.record.ridbag with parameters of type BytesContainerModifier and TypeMethodDescriptionvoidORidBag.fromStream(BytesContainer stream) intORidBag.toStream(BytesContainer bytesContainer, OSerializationContext ctx) -
Uses of BytesContainer in com.orientechnologies.orient.core.serialization.serializer.record.binary
Fields in com.orientechnologies.orient.core.serialization.serializer.record.binary declared as BytesContainerMethods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return BytesContainerMethods in com.orientechnologies.orient.core.serialization.serializer.record.binary with parameters of type BytesContainerModifier and TypeMethodDescriptionvoidODocumentSerializer.deserialize(ODocument document, BytesContainer bytes) voidORecordSerializerBinaryV0.deserialize(ODocument document, BytesContainer bytes) voidORecordSerializerBinaryV1.deserialize(ODocument document, BytesContainer bytes) voidORecordSerializerNetworkV0.deserialize(ODocument document, BytesContainer bytes) voidORecordSerializerNetworkV37.deserialize(ODocument document, BytesContainer bytes) protected byteODocumentSerializerDelta.deserializeByte(BytesContainer bytes) voidODocumentSerializer.deserializeDebug(BytesContainer bytes, ODatabaseDocumentInternal db, ORecordSerializationDebug debugInfo, OImmutableSchema schema) voidORecordSerializerBinaryV0.deserializeDebug(BytesContainer bytes, ODatabaseDocumentInternal db, ORecordSerializationDebug debugInfo, OImmutableSchema schema) voidORecordSerializerBinaryV1.deserializeDebug(BytesContainer bytes, ODatabaseDocumentInternal db, ORecordSerializationDebug debugInfo, OImmutableSchema schema) voidORecordSerializerNetworkV0.deserializeDebug(BytesContainer bytes, ODatabaseDocumentInternal db, ORecordSerializationDebug debugInfo, OImmutableSchema schema) voidODocumentSerializerDelta.deserializeDelta(BytesContainer bytes, ODocument toFill) protected voidODocumentSerializerDelta.deserializeDeltaLinkBag(BytesContainer bytes, ORidBag toUpdate) protected voidODocumentSerializerDeltaDistributed.deserializeDeltaLinkBag(BytesContainer bytes, ORidBag toUpdate) protected OResultBinaryORecordSerializerBinaryV0.deserializeEmbeddedAsBytes(BytesContainer bytes, int valueLength, OImmutableSchema schema) protected OResultBinaryORecordSerializerBinaryV1.deserializeEmbeddedAsBytes(BytesContainer bytes, int valueLength, OImmutableSchema schema) protected ObjectORecordSerializerBinaryV0.deserializeEmbeddedAsDocument(BytesContainer bytes, ORecordElement owner) protected ObjectORecordSerializerBinaryV1.deserializeEmbeddedAsDocument(BytesContainer bytes, ORecordElement owner) protected ListORecordSerializerBinaryV0.deserializeEmbeddedCollectionAsCollectionOfBytes(BytesContainer bytes, OImmutableSchema schema) protected ListORecordSerializerBinaryV1.deserializeEmbeddedCollectionAsCollectionOfBytes(BytesContainer bytes, OImmutableSchema schema) ORecordSerializerBinaryV0.deserializeEmbeddedMapAsMapOfBytes(BytesContainer bytes, OImmutableSchema schema) ORecordSerializerBinaryV1.deserializeEmbeddedMapAsMapOfBytes(BytesContainer bytes, OImmutableSchema schema) ODocumentSerializer.deserializeField(BytesContainer bytes, OClass iClass, String iFieldName, boolean embedded, OImmutableSchema schema, OPropertyEncryption encryption) ORecordSerializerBinaryV0.deserializeField(BytesContainer bytes, OClass iClass, String iFieldName, boolean embedded, OImmutableSchema schema, OPropertyEncryption encryption) ORecordSerializerBinaryV1.deserializeField(BytesContainer bytes, OClass iClass, String iFieldName, boolean embedded, OImmutableSchema schema, OPropertyEncryption encryption) ORecordSerializerNetworkV0.deserializeField(BytesContainer bytes, OClass iClass, String iFieldName, boolean embedded, OImmutableSchema schema, OPropertyEncryption encryption) ORecordSerializerNetworkV37.deserializeField(BytesContainer bytes, OClass iClass, String iFieldName) <RET> RETODocumentSerializer.deserializeFieldTyped(BytesContainer record, String iFieldName, boolean isEmbedded, OImmutableSchema schema, OPropertyEncryption encryption) <RET> RETORecordSerializerBinaryV0.deserializeFieldTyped(BytesContainer bytes, String iFieldName, boolean isEmbedded, OImmutableSchema schema, OPropertyEncryption encryption) <RET> RETORecordSerializerBinaryV1.deserializeFieldTyped(BytesContainer bytes, String iFieldName, boolean isEmbedded, OImmutableSchema schema, OPropertyEncryption encryption) <RET> RETORecordSerializerNetworkV0.deserializeFieldTyped(BytesContainer record, String iFieldName, boolean isEmbedded, OImmutableSchema schema, OPropertyEncryption encryption) protected <RET> RETORecordSerializerBinaryV0.deserializeFieldTypedLoopAndReturn(BytesContainer bytes, String iFieldName, OImmutableSchema schema) protected <RET> RETORecordSerializerBinaryV1.deserializeFieldTypedLoopAndReturn(BytesContainer bytes, String iFieldName, OImmutableSchema schema, OPropertyEncryption encryption) voidODocumentSerializer.deserializePartial(ODocument document, BytesContainer bytes, String[] iFields) voidORecordSerializerBinaryV0.deserializePartial(ODocument document, BytesContainer bytes, String[] iFields) voidORecordSerializerBinaryV1.deserializePartial(ODocument document, BytesContainer bytes, String[] iFields) voidORecordSerializerNetworkV0.deserializePartial(ODocument document, BytesContainer bytes, String[] iFields) voidORecordSerializerNetworkV37.deserializePartial(ODocument document, BytesContainer bytes, String[] iFields) ODocumentSerializer.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner) ODocumentSerializerDelta.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner) ORecordSerializerBinaryV0.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner) protected ObjectORecordSerializerBinaryV0.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner, boolean embeddedAsDocument, int valueLengthInBytes, boolean justRunThrough, OImmutableSchema schema) ORecordSerializerBinaryV1.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner) protected ObjectORecordSerializerBinaryV1.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner, boolean embeddedAsDocument, int valueLengthInBytes, boolean justRunThrough, OImmutableSchema schema) ORecordSerializerNetworkV0.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner) ORecordSerializerNetworkV37.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner) voidORecordSerializerBinaryV0.deserializeWithClassName(ODocument document, BytesContainer bytes) voidORecordSerializerBinaryV1.deserializeWithClassName(ODocument document, BytesContainer bytes) String[]ODocumentSerializer.getFieldNames(ODocument reference, BytesContainer iBytes, boolean embedded) Returns the array of field names with no values.String[]ORecordSerializerBinaryV0.getFieldNames(ODocument reference, BytesContainer bytes, boolean embedded) String[]ORecordSerializerBinaryV1.getFieldNames(ODocument reference, BytesContainer bytes, boolean embedded) String[]ORecordSerializerNetworkV0.getFieldNames(ODocument reference, BytesContainer bytes, boolean embedded) String[]ORecordSerializerNetworkV37.getFieldNames(ODocument reference, BytesContainer bytes) ORecordSerializerBinaryV0.getPointerAndTypeFromCurrentPosition(BytesContainer bytes) protected List<HelperClasses.MapRecordInfo> ORecordSerializerBinaryV0.getPositionsFromEmbeddedMap(BytesContainer bytes, OImmutableSchema schema) protected List<HelperClasses.MapRecordInfo> ORecordSerializerBinaryV1.getPositionsFromEmbeddedMap(BytesContainer bytes, OImmutableSchema schema) static byteOVarIntSerializer.readAsByte(BytesContainer bytes) static intOVarIntSerializer.readAsInteger(BytesContainer bytes) static longOVarIntSerializer.readAsLong(BytesContainer bytes) static shortOVarIntSerializer.readAsShort(BytesContainer bytes) static byte[]HelperClasses.readBinary(BytesContainer bytes) static byteHelperClasses.readByte(BytesContainer container) protected Collection<?> ORecordSerializerBinaryV0.readEmbeddedList(BytesContainer bytes, ORecordElement owner) protected Collection<?> ORecordSerializerBinaryV1.readEmbeddedList(BytesContainer bytes, ORecordElement owner) protected ObjectORecordSerializerBinaryV0.readEmbeddedMap(BytesContainer bytes, ORecordElement owner) protected ObjectORecordSerializerBinaryV1.readEmbeddedMap(BytesContainer bytes, ORecordElement owner) protected Collection<?> ORecordSerializerBinaryV0.readEmbeddedSet(BytesContainer bytes, ORecordElement owner) protected Collection<?> ORecordSerializerBinaryV1.readEmbeddedSet(BytesContainer bytes, ORecordElement owner) static intHelperClasses.readInteger(BytesContainer container) protected intORecordSerializerNetworkV0.readInteger(BytesContainer container) protected intORecordSerializerNetworkV37.readInteger(BytesContainer container) static <T extends OTrackedMultiValue<?,OIdentifiable>>
THelperClasses.readLinkCollection(BytesContainer bytes, T found, boolean justRunThrough) static Map<Object, OIdentifiable> HelperClasses.readLinkMap(BytesContainer bytes, ORecordElement owner, boolean justRunThrough) protected Map<Object, OIdentifiable> ORecordSerializerBinaryV0.readLinkMap(BytesContainer bytes, ORecordElement owner, boolean justRunThrough, OImmutableSchema schema) static longHelperClasses.readLong(BytesContainer container) static OTypeODocumentSerializerDelta.readNullableType(BytesContainer bytes) static ORecordIdHelperClasses.readOptimizedLink(BytesContainer bytes, boolean justRunThrough) static ORecordIdODocumentSerializerDelta.readOptimizedLink(BytesContainer bytes) protected OIdentifiableORecordSerializerNetworkV37.readOptimizedLink(BytesContainer bytes) static OTypeHelperClasses.readOType(BytesContainer bytes, boolean justRunThrough) protected OTypeORecordSerializerNetworkV0.readOType(BytesContainer bytes) protected OTypeORecordSerializerNetworkV37.readOType(BytesContainer bytes) static ORidBagHelperClasses.readRidbag(BytesContainer bytes) protected ORidBagORecordSerializerBinaryV0.readRidbag(BytesContainer bytes) protected ORidBagORecordSerializerBinaryV1.readRidbag(BytesContainer bytes) protected ORidBagORecordSerializerNetworkV37.readRidBag(BytesContainer bytes) protected ORidBagORecordSerializerNetworkV37Client.readRidBag(BytesContainer bytes) static longOVarIntSerializer.readSignedVarLong(BytesContainer bytes) static StringHelperClasses.readString(BytesContainer bytes) protected StringORecordSerializerNetworkV0.readString(BytesContainer bytes) protected StringORecordSerializerNetworkV37.readString(BytesContainer bytes) static OTypeHelperClasses.readType(BytesContainer bytes) static longOVarIntSerializer.readUnsignedVarLong(BytesContainer bytes) voidODocumentSerializer.serialize(ODocument document, BytesContainer bytes, OSerializationContext ctx) voidORecordSerializerBinaryV0.serialize(ODocument document, BytesContainer bytes, OPropertyEncryption encryption) voidORecordSerializerBinaryV0.serialize(ODocument document, BytesContainer bytes, OSerializationContext ctx) voidORecordSerializerBinaryV1.serialize(ODocument document, BytesContainer bytes, OSerializationContext ctx) voidORecordSerializerNetworkV0.serialize(ODocument document, BytesContainer bytes, OSerializationContext ctx) voidORecordSerializerNetworkV37.serialize(ODocument document, BytesContainer bytes, OSerializationContext ctx) protected voidODocumentSerializerDelta.serializeByte(BytesContainer bytes, byte value) protected OClassODocumentSerializerDelta.serializeClass(ODocument document, BytesContainer bytes) protected OClassORecordSerializerBinaryV0.serializeClass(ODocument document, BytesContainer bytes) protected OClassORecordSerializerNetworkV0.serializeClass(ODocument document, BytesContainer bytes) protected OClassORecordSerializerNetworkV37.serializeClass(ODocument document, BytesContainer bytes) voidODocumentSerializerDelta.serializeDelta(BytesContainer bytes, ODocument document, OSerializationContext ctx) protected voidODocumentSerializerDelta.serializeDeltaLinkBag(BytesContainer bytes, ORidBag value, OSerializationContext ctx) protected voidODocumentSerializerDeltaDistributed.serializeDeltaLinkBag(BytesContainer bytes, ORidBag value, OSerializationContext ctx) intODocumentSerializer.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OPropertyEncryption encryption, OSerializationContext ctx) voidODocumentSerializerDelta.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OSerializationContext ctx) intORecordSerializerBinaryV0.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OPropertyEncryption encryption, OSerializationContext ctx) intORecordSerializerBinaryV1.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OPropertyEncryption encryption, OSerializationContext ctx) intORecordSerializerNetworkV0.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OPropertyEncryption encryption, OSerializationContext ctx) voidORecordSerializerNetworkV37.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OSerializationContext ctx) voidORecordSerializerBinaryV1.serializeWithClassName(ODocument document, BytesContainer bytes, OSerializationContext ctx) protected voidORecordSerializerBinaryV0.skipClassName(BytesContainer bytes) protected voidORecordSerializerBinaryV1.skipClassName(BytesContainer bytes) static intOVarIntSerializer.write(BytesContainer bytes, long value) static intHelperClasses.writeBinary(BytesContainer bytes, byte[] valueBytes) static voidHelperClasses.writeByte(BytesContainer bytes, byte val) protected intORecordSerializerBinaryV0.writeEmbeddedCollection(BytesContainer bytes, Collection<?> value, OType linkedType, OPropertyEncryption encryption) protected intORecordSerializerBinaryV1.writeEmbeddedCollection(BytesContainer bytes, Collection<?> value, OType linkedType, OPropertyEncryption encryption, OSerializationContext ctx) protected intORecordSerializerBinaryV0.writeEmbeddedMap(BytesContainer bytes, Map<Object, Object> map, OPropertyEncryption encryption) protected intORecordSerializerBinaryV1.writeEmbeddedMap(BytesContainer bytes, Map<Object, Object> map, OPropertyEncryption encryption) protected static voidHelperClasses.writeEmbeddedRidbag(BytesContainer bytes, ORidBag ridbag) protected intORecordSerializerBinaryV0.writeEmptyString(BytesContainer bytes) protected intORecordSerializerBinaryV1.writeEmptyString(BytesContainer bytes) static intHelperClasses.writeLinkCollection(BytesContainer bytes, Collection<OIdentifiable> value) static intHelperClasses.writeLinkMap(BytesContainer bytes, Map<Object, OIdentifiable> map) protected intORecordSerializerBinaryV0.writeLinkMap(BytesContainer bytes, Map<Object, OIdentifiable> map) static voidHelperClasses.writeLinkOptimized(BytesContainer bytes, OIdentifiable link) static voidODocumentSerializerDelta.writeNullableType(BytesContainer bytes, OType type) static intHelperClasses.writeNullLink(BytesContainer bytes) static intHelperClasses.writeOptimizedLink(BytesContainer bytes, OIdentifiable link) static voidODocumentSerializerDelta.writeOptimizedLink(BytesContainer bytes, OIdentifiable link) protected intORecordSerializerNetworkDistributed.writeOptimizedLink(BytesContainer bytes, OIdentifiable link) protected intORecordSerializerNetworkV37.writeOptimizedLink(BytesContainer bytes, OIdentifiable link) static voidHelperClasses.writeOType(BytesContainer bytes, int pos, OType type) 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) static intHelperClasses.writeString(BytesContainer bytes, String toWrite) static voidHelperClasses.writeType(BytesContainer bytes, OType type) static voidOVarIntSerializer.writeUnsignedVarLong(long value, BytesContainer bos) Encodes a value using the variable-length encoding from Google Protocol Buffers.Constructors in com.orientechnologies.orient.core.serialization.serializer.record.binary with parameters of type BytesContainerModifierConstructorDescriptionOBinaryField(String iName, OType iType, BytesContainer iBytes, OCollate iCollate) -
Uses of BytesContainer in com.orientechnologies.orient.core.serialization.serializer.result.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.result.binary with parameters of type BytesContainerModifier and TypeMethodDescriptionOResultSerializerNetwork.deserialize(BytesContainer bytes) OResultSerializerNetwork.deserializeValue(BytesContainer bytes, OType type) protected intOResultSerializerNetwork.readInteger(BytesContainer container) protected OTypeOResultSerializerNetwork.readOType(BytesContainer bytes) protected StringOResultSerializerNetwork.readString(BytesContainer bytes) voidOResultSerializerNetwork.serialize(OResult document, BytesContainer bytes) voidOResultSerializerNetwork.serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType)