
public class OTransactionIndexChangesPerKey extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OTransactionIndexChangesPerKey.Interpretation
Defines interpretations supported by
interpret(Interpretation). |
class |
OTransactionIndexChangesPerKey.OTransactionIndexEntry |
| Modifier and Type | Field and Description |
|---|---|
boolean |
clientTrackOnly |
Object |
key |
| Constructor and Description |
|---|
OTransactionIndexChangesPerKey(Object iKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(OIdentifiable iValue,
OTransactionIndexChanges.OPERATION iOperation) |
void |
clear() |
protected OTransactionIndexChangesPerKey.OTransactionIndexEntry |
createEntryInternal(OIdentifiable iValue,
OTransactionIndexChanges.OPERATION iOperation)
Only needed for old tests, will be removed soon.
|
List<OTransactionIndexChangesPerKey.OTransactionIndexEntry> |
getEntriesAsList() |
protected List<OTransactionIndexChangesPerKey.OTransactionIndexEntry> |
getEntriesInternal()
Only needed for old tests, will be removed soon.
|
Iterable<OTransactionIndexChangesPerKey.OTransactionIndexEntry> |
interpret(OTransactionIndexChangesPerKey.Interpretation interpretation)
Interprets this key changes using the given
interpretation. |
boolean |
isEmpty() |
int |
size() |
String |
toString() |
public final Object key
public boolean clientTrackOnly
public OTransactionIndexChangesPerKey(Object iKey)
public void add(OIdentifiable iValue, OTransactionIndexChanges.OPERATION iOperation)
public Iterable<OTransactionIndexChangesPerKey.OTransactionIndexEntry> interpret(OTransactionIndexChangesPerKey.Interpretation interpretation)
interpretation.interpretation - the interpretation to use.public void clear()
public boolean isEmpty()
public int size()
public List<OTransactionIndexChangesPerKey.OTransactionIndexEntry> getEntriesAsList()
protected List<OTransactionIndexChangesPerKey.OTransactionIndexEntry> getEntriesInternal()
protected OTransactionIndexChangesPerKey.OTransactionIndexEntry createEntryInternal(OIdentifiable iValue, OTransactionIndexChanges.OPERATION iOperation)
iValue - iOperation - Copyright © 2009–2025 OrientDB. All rights reserved.