| Modifier and Type | Class and Description |
|---|---|
class |
OLuceneCompositeKey
Created by enricorisa on 02/10/14.
|
| Modifier and Type | Method and Description |
|---|---|
OCompositeKey |
OCompositeIndexDefinition.createSingleValue(List<?> params) |
| Modifier and Type | Method and Description |
|---|---|
int |
OCompositeKey.compareTo(OCompositeKey otherKey)
Performs partial comparison of two composite keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OCompositeIndexDefinition.processChangeEvent(OMultiValueChangeEvent<?,?> changeEvent,
Map<OCompositeKey,Integer> keysToAdd,
Map<OCompositeKey,Integer> keysToRemove,
Object... params) |
void |
OCompositeIndexDefinition.processChangeEvent(OMultiValueChangeEvent<?,?> changeEvent,
Map<OCompositeKey,Integer> keysToAdd,
Map<OCompositeKey,Integer> keysToRemove,
Object... params) |
| Modifier and Type | Method and Description |
|---|---|
OCompositeKey |
CompositeKeySerializer.deserialize(byte[] stream,
int startPosition) |
OCompositeKey |
OCompositeKeySerializer.deserialize(byte[] stream,
int startPosition) |
OCompositeKey |
CompositeKeySerializer.deserializeFromByteBufferObject(ByteBuffer buffer)
Converts binary presentation of object to object instance.
|
OCompositeKey |
OCompositeKeySerializer.deserializeFromByteBufferObject(ByteBuffer buffer)
Converts binary presentation of object to object instance.
|
OCompositeKey |
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 operation
OAtomicOperation. |
OCompositeKey |
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 operation
OAtomicOperation. |
OCompositeKey |
CompositeKeySerializer.deserializeNativeObject(byte[] stream,
int startPosition) |
OCompositeKey |
OCompositeKeySerializer.deserializeNativeObject(byte[] stream,
int startPosition) |
OCompositeKey |
CompositeKeySerializer.preprocess(OCompositeKey value,
Object... hints) |
OCompositeKey |
OCompositeKeySerializer.preprocess(OCompositeKey value,
Object... hints) |
| Modifier and Type | Method and Description |
|---|---|
int |
CompositeKeySerializer.getObjectSize(OCompositeKey compositeKey,
Object... hints) |
int |
OCompositeKeySerializer.getObjectSize(OCompositeKey compositeKey,
Object... hints) |
OCompositeKey |
CompositeKeySerializer.preprocess(OCompositeKey value,
Object... hints) |
OCompositeKey |
OCompositeKeySerializer.preprocess(OCompositeKey value,
Object... hints) |
void |
CompositeKeySerializer.serialize(OCompositeKey compositeKey,
byte[] stream,
int startPosition,
Object... hints) |
void |
OCompositeKeySerializer.serialize(OCompositeKey compositeKey,
byte[] stream,
int startPosition,
Object... hints) |
void |
CompositeKeySerializer.serializeInByteBufferObject(OCompositeKey object,
ByteBuffer buffer,
Object... hints)
Serializes binary presentation of object to
ByteBuffer. |
void |
OCompositeKeySerializer.serializeInByteBufferObject(OCompositeKey object,
ByteBuffer buffer,
Object... hints)
Serializes binary presentation of object to
ByteBuffer. |
void |
CompositeKeySerializer.serializeNativeObject(OCompositeKey compositeKey,
byte[] stream,
int startPosition,
Object... hints) |
void |
OCompositeKeySerializer.serializeNativeObject(OCompositeKey compositeKey,
byte[] stream,
int startPosition,
Object... hints) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
KeyNormalizers.normalize(OCompositeKey key,
OType[] keyTypes) |
| Modifier and Type | Method and Description |
|---|---|
protected OCompositeKey |
OTransactionOptimisticServer.checkCompositeKeyId(OCompositeKey key) |
| Modifier and Type | Method and Description |
|---|---|
protected OCompositeKey |
OTransactionOptimisticServer.checkCompositeKeyId(OCompositeKey key) |
| Modifier and Type | Class and Description |
|---|---|
class |
OSpatialCompositeKey |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OShapeBuilderLegacyImpl.canHandle(OCompositeKey key) |
boolean |
OPointLegecyBuilder.canHandle(OCompositeKey key) |
boolean |
OShapeBuilderLegacy.canHandle(OCompositeKey key) |
boolean |
ORectangleLegacyBuilder.canHandle(OCompositeKey key) |
org.locationtech.spatial4j.shape.Shape |
OShapeBuilderLegacyImpl.makeShape(OCompositeKey key,
org.locationtech.spatial4j.context.SpatialContext ctx) |
org.locationtech.spatial4j.shape.Point |
OPointLegecyBuilder.makeShape(OCompositeKey key,
org.locationtech.spatial4j.context.SpatialContext ctx) |
T |
OShapeBuilderLegacy.makeShape(OCompositeKey key,
org.locationtech.spatial4j.context.SpatialContext ctx) |
org.locationtech.spatial4j.shape.Rectangle |
ORectangleLegacyBuilder.makeShape(OCompositeKey key,
org.locationtech.spatial4j.context.SpatialContext ctx) |
Copyright © 2009–2025 OrientDB. All rights reserved.