| Package | Description |
|---|---|
| com.orientechnologies.orient.core.tx |
| Modifier and Type | Field and Description |
|---|---|
OTransactionIndexChanges.OPERATION |
OTransactionRealAbstract.OTransactionRecordIndexOperation.operation |
OTransactionIndexChanges.OPERATION |
OTransactionIndexChangesPerKey.OTransactionIndexEntry.operation |
| Modifier and Type | Method and Description |
|---|---|
static OTransactionIndexChanges.OPERATION |
OTransactionIndexChanges.OPERATION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTransactionIndexChanges.OPERATION[] |
OTransactionIndexChanges.OPERATION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OTransactionIndexChangesPerKey.add(OIdentifiable iValue,
OTransactionIndexChanges.OPERATION iOperation) |
void |
OTransaction.addIndexEntry(OIndex<?> delegate,
String iIndexName,
OTransactionIndexChanges.OPERATION iStatus,
Object iKey,
OIdentifiable iValue) |
void |
OTransactionNoTx.addIndexEntry(OIndex<?> delegate,
String indexName,
OTransactionIndexChanges.OPERATION status,
Object key,
OIdentifiable value) |
void |
OTransactionRealAbstract.addIndexEntry(OIndex<?> delegate,
String iIndexName,
OTransactionIndexChanges.OPERATION iOperation,
Object key,
OIdentifiable iValue) |
void |
OTransactionRealAbstract.addIndexEntry(OIndex<?> delegate,
String iIndexName,
OTransactionIndexChanges.OPERATION iOperation,
Object key,
OIdentifiable iValue,
boolean clientTrackOnly)
Bufferizes index changes to be flushed at commit time.
|
| Constructor and Description |
|---|
OTransactionIndexEntry(OIdentifiable iValue,
OTransactionIndexChanges.OPERATION iOperation) |
OTransactionRecordIndexOperation(String index,
Object key,
OTransactionIndexChanges.OPERATION operation) |
Copyright © 2009–2025 OrientDB. All rights reserved.