| Package | Description |
|---|---|
| com.orientechnologies.orient.core.index | |
| com.orientechnologies.orient.core.tx |
| Modifier and Type | Method and Description |
|---|---|
void |
OIndexAbstract.addTxOperation(OTransactionIndexChanges changes) |
void |
OIndexRecorder.addTxOperation(OTransactionIndexChanges changes) |
void |
OIndexInternal.addTxOperation(OTransactionIndexChanges changes) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,OTransactionIndexChanges> |
OTransactionRealAbstract.indexEntries |
| Modifier and Type | Method and Description |
|---|---|
OTransactionIndexChanges |
OTransaction.getIndexChanges(String iName) |
OTransactionIndexChanges |
OTransactionNoTx.getIndexChanges(String iName) |
OTransactionIndexChanges |
OTransactionRealAbstract.getIndexChanges(String iIndexName)
Bufferizes index changes to be flushed at commit time.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,OTransactionIndexChanges> |
OTransactionRealAbstract.getIndexEntries() |
Copyright © 2009–2025 OrientDB. All rights reserved.