Uses of Class
com.orientechnologies.orient.core.index.OCompositeKey
Packages that use OCompositeKey
Package
Description
-
Uses of OCompositeKey in com.orientechnologies.lucene.collections
Subclasses of OCompositeKey in com.orientechnologies.lucene.collections -
Uses of OCompositeKey in com.orientechnologies.orient.core.index
Methods in com.orientechnologies.orient.core.index that return OCompositeKeyMethods in com.orientechnologies.orient.core.index with parameters of type OCompositeKeyModifier and TypeMethodDescriptionintOCompositeKey.compareTo(OCompositeKey otherKey) Performs partial comparison of two composite keys.Method parameters in com.orientechnologies.orient.core.index with type arguments of type OCompositeKeyModifier and TypeMethodDescriptionvoidOCompositeIndexDefinition.processChangeEvent(OMultiValueChangeEvent<?, ?> changeEvent, Map<OCompositeKey, Integer> keysToAdd, Map<OCompositeKey, Integer> keysToRemove, Object... params) -
Uses of OCompositeKey in com.orientechnologies.orient.core.serialization.serializer.binary.impl.index
Methods in com.orientechnologies.orient.core.serialization.serializer.binary.impl.index that return OCompositeKeyModifier and TypeMethodDescriptionCompositeKeySerializer.deserialize(byte[] stream, int startPosition) OCompositeKeySerializer.deserialize(byte[] stream, int startPosition) CompositeKeySerializer.deserializeFromByteBufferObject(int offset, ByteBuffer buffer) CompositeKeySerializer.deserializeFromByteBufferObject(ByteBuffer buffer) Converts binary presentation of object to object instance.CompositeKeySerializer.deserializeFromByteBufferObject(ByteBuffer buffer, OWALChanges walChanges, int offset) Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operationOAtomicOperation.OCompositeKeySerializer.deserializeFromByteBufferObject(int offset, ByteBuffer buffer) Converts binary presentation of object to object instance.OCompositeKeySerializer.deserializeFromByteBufferObject(ByteBuffer buffer) Converts binary presentation of object to object instance.OCompositeKeySerializer.deserializeFromByteBufferObject(ByteBuffer buffer, OWALChanges walChanges, int offset) Converts binary presentation of object to object instance taking in account changes which are done inside of atomic operationOAtomicOperation.CompositeKeySerializer.deserializeNativeObject(byte[] stream, int startPosition) OCompositeKeySerializer.deserializeNativeObject(byte[] stream, int startPosition) CompositeKeySerializer.preprocess(OCompositeKey value, Object... hints) OCompositeKeySerializer.preprocess(OCompositeKey value, Object... hints) Methods in com.orientechnologies.orient.core.serialization.serializer.binary.impl.index with parameters of type OCompositeKeyModifier and TypeMethodDescriptionintCompositeKeySerializer.getObjectSize(OCompositeKey compositeKey, Object... hints) intOCompositeKeySerializer.getObjectSize(OCompositeKey compositeKey, Object... hints) CompositeKeySerializer.preprocess(OCompositeKey value, Object... hints) OCompositeKeySerializer.preprocess(OCompositeKey value, Object... hints) voidCompositeKeySerializer.serialize(OCompositeKey compositeKey, byte[] stream, int startPosition, Object... hints) voidOCompositeKeySerializer.serialize(OCompositeKey compositeKey, byte[] stream, int startPosition, Object... hints) voidCompositeKeySerializer.serializeInByteBufferObject(OCompositeKey object, ByteBuffer buffer, Object... hints) Serializes binary presentation of object toByteBuffer.voidOCompositeKeySerializer.serializeInByteBufferObject(OCompositeKey object, ByteBuffer buffer, Object... hints) Serializes binary presentation of object toByteBuffer.voidCompositeKeySerializer.serializeNativeObject(OCompositeKey compositeKey, byte[] stream, int startPosition, Object... hints) voidOCompositeKeySerializer.serializeNativeObject(OCompositeKey compositeKey, byte[] stream, int startPosition, Object... hints) -
Uses of OCompositeKey in com.orientechnologies.orient.core.storage.index.nkbtree
Methods in com.orientechnologies.orient.core.storage.index.nkbtree with parameters of type OCompositeKeyModifier and TypeMethodDescriptionbyte[]NormalizedKeyBTree.get(OCompositeKey key) byte[]NormalizedKeyBTreeValue.get(OCompositeKey key) voidNormalizedKeyBTree.put(OCompositeKey key, byte[] value) voidNormalizedKeyBTreeValue.put(OCompositeKey key, byte[] value) -
Uses of OCompositeKey in com.orientechnologies.orient.core.storage.index.nkbtree.normalizers
Methods in com.orientechnologies.orient.core.storage.index.nkbtree.normalizers with parameters of type OCompositeKeyModifier and TypeMethodDescriptionbyte[]KeyNormalizer.normalize(OCompositeKey keys, OType[] keyTypes, int decompositon) -
Uses of OCompositeKey in com.orientechnologies.orient.server.tx
Methods in com.orientechnologies.orient.server.tx that return OCompositeKeyModifier and TypeMethodDescriptionprotected OCompositeKeyOTransactionOptimisticServer.checkCompositeKeyId(OCompositeKey key) Methods in com.orientechnologies.orient.server.tx with parameters of type OCompositeKeyModifier and TypeMethodDescriptionprotected OCompositeKeyOTransactionOptimisticServer.checkCompositeKeyId(OCompositeKey key) -
Uses of OCompositeKey in com.orientechnologies.spatial.collections
Subclasses of OCompositeKey in com.orientechnologies.spatial.collections -
Uses of OCompositeKey in com.orientechnologies.spatial.shape.legacy
Methods in com.orientechnologies.spatial.shape.legacy with parameters of type OCompositeKeyModifier and TypeMethodDescriptionbooleanOPointLegecyBuilder.canHandle(OCompositeKey key) booleanORectangleLegacyBuilder.canHandle(OCompositeKey key) booleanOShapeBuilderLegacy.canHandle(OCompositeKey key) booleanOShapeBuilderLegacyImpl.canHandle(OCompositeKey key) org.locationtech.spatial4j.shape.PointOPointLegecyBuilder.makeShape(OCompositeKey key, org.locationtech.spatial4j.context.SpatialContext ctx) org.locationtech.spatial4j.shape.RectangleORectangleLegacyBuilder.makeShape(OCompositeKey key, org.locationtech.spatial4j.context.SpatialContext ctx) OShapeBuilderLegacy.makeShape(OCompositeKey key, org.locationtech.spatial4j.context.SpatialContext ctx) org.locationtech.spatial4j.shape.ShapeOShapeBuilderLegacyImpl.makeShape(OCompositeKey key, org.locationtech.spatial4j.context.SpatialContext ctx)