Package | Description |
---|---|
com.orientechnologies.orient.core.index | |
com.orientechnologies.orient.core.storage |
Contains the Storage interface and the basic implementations.
|
com.orientechnologies.orient.core.storage.impl.local |
Contains all the class involved on the "local" implementation of the OStorage interface.
|
com.orientechnologies.orient.core.tx | |
com.orientechnologies.orient.server.tx |
Modifier and Type | Field and Description |
---|---|
OTransactionIndexChanges.OPERATION |
OClassIndexManager.IndexChange.operation |
Constructor and Description |
---|
IndexChange(OIndex indexName,
OTransactionIndexChanges.OPERATION operation,
Object key,
OIdentifiable value) |
Modifier and Type | Method and Description |
---|---|
void |
OBasicTransaction.addIndexEntry(OIndex index,
String indexName,
OTransactionIndexChanges.OPERATION operation,
Object key,
OIdentifiable value)
Adds the transactional index entry in this transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
OMicroTransaction.addIndexEntry(OIndex index,
String indexName,
OTransactionIndexChanges.OPERATION type,
Object key,
OIdentifiable value) |
Modifier and Type | Field and Description |
---|---|
OTransactionIndexChanges.OPERATION |
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 |
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 |
OTransactionOptimistic.addIndexEntry(OIndex delegate,
String iIndexName,
OTransactionIndexChanges.OPERATION iOperation,
Object key,
OIdentifiable iValue,
boolean clientTrackOnly) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
OTransactionOptimisticServer.addIndexEntry(OIndex delegate,
String iIndexName,
OTransactionIndexChanges.OPERATION iOperation,
Object key,
OIdentifiable iValue) |
void |
OTransactionOptimisticServer.addIndexEntry(OIndex delegate,
String iIndexName,
OTransactionIndexChanges.OPERATION iOperation,
Object key,
OIdentifiable iValue,
boolean clientTrackOnly) |
Copyright © 2009–2020 OrientDB. All rights reserved.