| Modifier and Type | Class and Description |
|---|---|
class |
OFullTextCompositeKey
Created by enricorisa on 16/06/14.
|
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 |
OCompositeKeySerializer.deserialize(byte[] stream,
int startPosition) |
OCompositeKey |
OCompositeKeySerializer.deserializeFromByteBufferObject(ByteBuffer buffer)
Converts binary presentation of object to object instance.
|
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 |
OCompositeKeySerializer.deserializeNativeObject(byte[] stream,
int startPosition) |
OCompositeKey |
OCompositeKeySerializer.preprocess(OCompositeKey value,
Object... hints) |
| Modifier and Type | Method and Description |
|---|---|
int |
OCompositeKeySerializer.getObjectSize(OCompositeKey compositeKey,
Object... hints) |
OCompositeKey |
OCompositeKeySerializer.preprocess(OCompositeKey value,
Object... hints) |
void |
OCompositeKeySerializer.serialize(OCompositeKey compositeKey,
byte[] stream,
int startPosition,
Object... hints) |
void |
OCompositeKeySerializer.serializeInByteBufferObject(OCompositeKey object,
ByteBuffer buffer,
Object... hints)
Serializes binary presentation of object to
ByteBuffer. |
void |
OCompositeKeySerializer.serializeNativeObject(OCompositeKey compositeKey,
byte[] stream,
int startPosition,
Object... hints) |
Copyright © 2009–2025 OrientDB. All rights reserved.