public class OTransactionIndexChangesPerKey extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OTransactionIndexChangesPerKey.Interpretation
Defines interpretations supported by
interpret(Interpretation) . |
static class |
OTransactionIndexChangesPerKey.OTransactionIndexEntry |
Modifier and Type | Field and Description |
---|---|
boolean |
clientTrackOnly |
List<OTransactionIndexChangesPerKey.OTransactionIndexEntry> |
entries |
Object |
key |
Constructor and Description |
---|
OTransactionIndexChangesPerKey(Object iKey) |
Modifier and Type | Method and Description |
---|---|
void |
add(OIdentifiable iValue,
OTransactionIndexChanges.OPERATION iOperation) |
void |
clear() |
Iterable<OTransactionIndexChangesPerKey.OTransactionIndexEntry> |
interpret(OTransactionIndexChangesPerKey.Interpretation interpretation)
Interprets this key changes using the given
interpretation . |
String |
toString() |
public final Object key
public final List<OTransactionIndexChangesPerKey.OTransactionIndexEntry> entries
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()
Copyright © 2009–2020 OrientDB. All rights reserved.