Uses of Class
com.orientechnologies.orient.core.storage.ridbag.sbtree.OMixedIndexRIDContainer
Packages that use OMixedIndexRIDContainer
-
Uses of OMixedIndexRIDContainer in com.orientechnologies.orient.core.serialization.serializer.stream
Methods in com.orientechnologies.orient.core.serialization.serializer.stream that return OMixedIndexRIDContainerModifier and TypeMethodDescriptionOMixedIndexRIDContainerSerializer.deserialize(byte[] stream, int startPosition) OMixedIndexRIDContainerSerializer.deserializeFromByteBufferObject(int bufferOffset, ByteBuffer buffer) OMixedIndexRIDContainerSerializer.deserializeFromByteBufferObject(ByteBuffer buffer) OMixedIndexRIDContainerSerializer.deserializeFromByteBufferObject(ByteBuffer buffer, OWALChanges walChanges, int offset) OMixedIndexRIDContainerSerializer.deserializeNativeObject(byte[] stream, int startPosition) OMixedIndexRIDContainerSerializer.preprocess(OMixedIndexRIDContainer value, Object... hints) Methods in com.orientechnologies.orient.core.serialization.serializer.stream with parameters of type OMixedIndexRIDContainerModifier and TypeMethodDescriptionintOMixedIndexRIDContainerSerializer.getObjectSize(OMixedIndexRIDContainer object, Object... hints) OMixedIndexRIDContainerSerializer.preprocess(OMixedIndexRIDContainer value, Object... hints) voidOMixedIndexRIDContainerSerializer.serialize(OMixedIndexRIDContainer object, byte[] stream, int startPosition, Object... hints) voidOMixedIndexRIDContainerSerializer.serializeInByteBufferObject(OMixedIndexRIDContainer object, ByteBuffer buffer, Object... hints) voidOMixedIndexRIDContainerSerializer.serializeNativeObject(OMixedIndexRIDContainer object, byte[] stream, int startPosition, Object... hints)