| Modifier and Type | Method and Description |
|---|---|
T |
TxFunction.accept(OAtomicOperation atomicOperation) |
void |
TxConsumer.accept(OAtomicOperation atomicOperation) |
| Modifier and Type | Method and Description |
|---|---|
void |
OLuceneIndexEngineAbstract.clear(OAtomicOperation atomicOperation) |
void |
OLuceneIndexEngineAbstract.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Set<String> clustersToIndex,
Map<String,String> engineProperties,
ODocument metadata,
OEncryption encryption) |
void |
OLuceneIndexEngineAbstract.delete(OAtomicOperation atomicOperation) |
void |
OLuceneIndexEngineAbstract.deleteWithoutLoad(OAtomicOperation atomicOperation,
String indexName) |
void |
OLuceneFullTextIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
Object value) |
boolean |
OLuceneFullTextIndexEngine.remove(OAtomicOperation atomicOperation,
Object key) |
void |
OLuceneFullTextIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
boolean |
OLuceneFullTextIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
OPhysicalPosition |
OClusterRemote.allocatePosition(OAtomicOperation atomicOperation,
byte recordType) |
void |
OSBTreeBonsaiRemote.clear(OAtomicOperation atomicOperation) |
void |
OClusterRemote.create(OAtomicOperation atomicOperation,
int iStartSize) |
OPhysicalPosition |
OClusterRemote.createRecord(OAtomicOperation atomicOperation,
byte[] content,
int recordVersion,
byte recordType,
OPhysicalPosition allocatedPosition) |
protected OSBTreeBonsaiRemote<OIdentifiable,Integer> |
OSBTreeCollectionManagerRemote.createTree(OAtomicOperation atomicOperation,
int clusterId) |
void |
OClusterRemote.delete(OAtomicOperation atomicOperation) |
void |
OSBTreeBonsaiRemote.delete(OAtomicOperation atomicOperation) |
boolean |
OClusterRemote.deleteRecord(OAtomicOperation atomicOperation,
long clusterPosition) |
boolean |
OClusterRemote.hideRecord(OAtomicOperation atomicOperation,
long position) |
void |
OSBTreeBonsaiRemote.markToDelete(OAtomicOperation atomicOperation) |
boolean |
OSBTreeBonsaiRemote.put(OAtomicOperation atomicOperation,
K key,
V value) |
void |
OClusterRemote.recycleRecord(OAtomicOperation atomicOperation,
long clusterPosition,
byte[] content,
int recordVersion,
byte recordType) |
V |
OSBTreeBonsaiRemote.remove(OAtomicOperation atomicOperation,
K key) |
Object |
OClusterRemote.set(OAtomicOperation atomicOperation,
OCluster.ATTRIBUTES iAttribute,
Object iValue) |
void |
OClusterRemote.truncate(OAtomicOperation atomicOperation) |
void |
OClusterRemote.updateRecord(OAtomicOperation atomicOperation,
long clusterPosition,
byte[] content,
int recordVersion,
byte recordType) |
| Modifier and Type | Method and Description |
|---|---|
void |
OBaseIndexEngine.clear(OAtomicOperation atomicOperation) |
void |
OBaseIndexEngine.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Set<String> clustersToIndex,
Map<String,String> engineProperties,
ODocument metadata,
OEncryption encryption) |
void |
OBaseIndexEngine.delete(OAtomicOperation atomicOperation) |
void |
OBaseIndexEngine.deleteWithoutLoad(OAtomicOperation atomicOperation,
String indexName) |
void |
OIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
Object value) |
void |
OV1IndexEngine.put(OAtomicOperation atomicOperation,
Object key,
ORID value) |
boolean |
OBaseIndexEngine.remove(OAtomicOperation atomicOperation,
Object key) |
boolean |
OMultiValueIndexEngine.remove(OAtomicOperation atomicOperation,
Object key,
ORID value) |
void |
OIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
boolean |
OIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator)
Puts the given value under the given key into this index engine.
|
boolean |
OSingleValueIndexEngine.validatedPut(Object key,
OAtomicOperation atomicOperation,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCellBTreeMultiValueIndexEngine.clear(OAtomicOperation atomicOperation) |
void |
OCellBTreeSingleValueIndexEngine.clear(OAtomicOperation atomicOperation) |
void |
OCellBTreeMultiValueIndexEngine.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Set<String> clustersToIndex,
Map<String,String> engineProperties,
ODocument metadata,
OEncryption encryption) |
void |
OCellBTreeSingleValueIndexEngine.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Set<String> clustersToIndex,
Map<String,String> engineProperties,
ODocument metadata,
OEncryption encryption) |
void |
OCellBTreeMultiValueIndexEngine.delete(OAtomicOperation atomicOperation) |
void |
OCellBTreeSingleValueIndexEngine.delete(OAtomicOperation atomicOperation) |
void |
OCellBTreeMultiValueIndexEngine.deleteWithoutLoad(OAtomicOperation atomicOperation,
String indexName) |
void |
OCellBTreeSingleValueIndexEngine.deleteWithoutLoad(OAtomicOperation atomicOperation,
String indexName) |
void |
OCellBTreeMultiValueIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
ORID value) |
void |
OCellBTreeSingleValueIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
ORID value) |
boolean |
OCellBTreeMultiValueIndexEngine.remove(OAtomicOperation atomicOperation,
Object key) |
boolean |
OCellBTreeSingleValueIndexEngine.remove(OAtomicOperation atomicOperation,
Object key) |
boolean |
OCellBTreeMultiValueIndexEngine.remove(OAtomicOperation atomicOperation,
Object key,
ORID value) |
boolean |
OCellBTreeSingleValueIndexEngine.validatedPut(Object key,
OAtomicOperation atomicOperation,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAutoShardingIndexEngine.clear(OAtomicOperation atomicOperation) |
void |
OAutoShardingIndexEngine.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Set<String> clustersToIndex,
Map<String,String> engineProperties,
ODocument metadata,
OEncryption encryption) |
void |
OAutoShardingIndexEngine.delete(OAtomicOperation atomicOperation) |
void |
OAutoShardingIndexEngine.deleteWithoutLoad(OAtomicOperation atomicOperation,
String indexName) |
void |
OAutoShardingIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
Object value) |
boolean |
OAutoShardingIndexEngine.remove(OAtomicOperation atomicOperation,
Object key) |
void |
OAutoShardingIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
boolean |
OAutoShardingIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
OPhysicalPosition |
OCluster.allocatePosition(OAtomicOperation atomicOperation,
byte recordType)
Allocates a physical position pointer on the storage for generate an id without a content.
|
void |
OCluster.create(OAtomicOperation atomicOperation,
int iStartSize) |
OPhysicalPosition |
OCluster.createRecord(OAtomicOperation atomicOperation,
byte[] content,
int recordVersion,
byte recordType,
OPhysicalPosition allocatedPosition)
Creates a new record in the cluster.
|
void |
OCluster.delete(OAtomicOperation atomicOperation) |
boolean |
OCluster.deleteRecord(OAtomicOperation atomicOperation,
long clusterPosition) |
boolean |
OCluster.hideRecord(OAtomicOperation atomicOperation,
long position)
Hides records content by putting tombstone on the records position but does not delete record itself.
|
void |
OCluster.recycleRecord(OAtomicOperation atomicOperation,
long clusterPosition,
byte[] content,
int recordVersion,
byte recordType)
Recycling a record position that was deleted.
|
Object |
OCluster.set(OAtomicOperation atomicOperation,
OCluster.ATTRIBUTES iAttribute,
Object iValue) |
void |
OCluster.truncate(OAtomicOperation atomicOperation)
Truncates the cluster content.
|
void |
OCluster.updateRecord(OAtomicOperation atomicOperation,
long clusterPosition,
byte[] content,
int recordVersion,
byte recordType) |
| Modifier and Type | Method and Description |
|---|---|
OPhysicalPosition |
OOfflineCluster.allocatePosition(OAtomicOperation atomicOperation,
byte recordType) |
void |
OOfflineCluster.create(OAtomicOperation atomicOperation,
int iStartSize) |
OPhysicalPosition |
OOfflineCluster.createRecord(OAtomicOperation atomicOperation,
byte[] content,
int recordVersion,
byte recordType,
OPhysicalPosition allocatedPosition) |
void |
OOfflineCluster.delete(OAtomicOperation atomicOperation) |
boolean |
OOfflineCluster.deleteRecord(OAtomicOperation atomicOperation,
long clusterPosition) |
boolean |
OOfflineCluster.hideRecord(OAtomicOperation atomicOperation,
long position) |
void |
OOfflineCluster.recycleRecord(OAtomicOperation atomicOperation,
long clusterPosition,
byte[] content,
int recordVersion,
byte recordType) |
abstract void |
OPaginatedCluster.registerInStorageConfig(OAtomicOperation atomicOperation,
OClusterBasedStorageConfiguration root) |
Object |
OOfflineCluster.set(OAtomicOperation atomicOperation,
OCluster.ATTRIBUTES attribute,
Object value) |
void |
OOfflineCluster.truncate(OAtomicOperation atomicOperation) |
void |
OOfflineCluster.updateRecord(OAtomicOperation atomicOperation,
long clusterPosition,
byte[] content,
int recordVersion,
byte recordType) |
| Modifier and Type | Method and Description |
|---|---|
long |
OClusterPositionMapV0.add(long pageIndex,
int recordPosition,
OAtomicOperation atomicOperation) |
long |
OClusterPositionMapV0.allocate(OAtomicOperation atomicOperation) |
OPhysicalPosition |
OPaginatedClusterV0.allocatePosition(OAtomicOperation atomicOperation,
byte recordType) |
void |
OClusterPositionMapV0.create(OAtomicOperation atomicOperation) |
void |
OPaginatedClusterV0.create(OAtomicOperation atomicOperation,
int startSize) |
OPhysicalPosition |
OPaginatedClusterV0.createRecord(OAtomicOperation atomicOperation,
byte[] content,
int recordVersion,
byte recordType,
OPhysicalPosition allocatedPosition) |
void |
OPaginatedClusterV0.delete(OAtomicOperation atomicOperation) |
void |
OClusterPositionMapV0.delete(OAtomicOperation atomicOperation) |
boolean |
OPaginatedClusterV0.deleteRecord(OAtomicOperation atomicOperation,
long clusterPosition) |
OClusterPositionMapBucket.PositionEntry |
OClusterPositionMapV0.get(long clusterPosition,
int pageCount,
OAtomicOperation atomicOperation) |
long |
OClusterPositionMapV0.getLastPosition(OAtomicOperation atomicOperation) |
byte |
OClusterPositionMapV0.getStatus(long clusterPosition,
OAtomicOperation atomicOperation) |
boolean |
OPaginatedClusterV0.hideRecord(OAtomicOperation atomicOperation,
long position) |
void |
OClusterPositionMapV0.open(OAtomicOperation atomicOperation) |
void |
OPaginatedClusterV0.recycleRecord(OAtomicOperation atomicOperation,
long clusterPosition,
byte[] content,
int recordVersion,
byte recordType)
Recycles a deleted record.
|
void |
OPaginatedClusterV0.registerInStorageConfig(OAtomicOperation atomicOperation,
OClusterBasedStorageConfiguration root) |
void |
OClusterPositionMapV0.remove(long clusterPosition,
OAtomicOperation atomicOperation) |
Object |
OPaginatedClusterV0.set(OAtomicOperation atomicOperation,
OCluster.ATTRIBUTES attribute,
Object value) |
void |
OPaginatedClusterV0.truncate(OAtomicOperation atomicOperation) |
void |
OClusterPositionMapV0.truncate(OAtomicOperation atomicOperation) |
void |
OClusterPositionMapV0.update(long clusterPosition,
OClusterPositionMapBucket.PositionEntry entry,
OAtomicOperation atomicOperation) |
void |
OPaginatedClusterV0.updateRecord(OAtomicOperation atomicOperation,
long clusterPosition,
byte[] content,
int recordVersion,
byte recordType) |
| Modifier and Type | Method and Description |
|---|---|
long |
OClusterPositionMapV1.add(long pageIndex,
int recordPosition,
OAtomicOperation atomicOperation) |
long |
OClusterPositionMapV1.allocate(OAtomicOperation atomicOperation) |
OPhysicalPosition |
OPaginatedClusterV1.allocatePosition(OAtomicOperation atomicOperation,
byte recordType) |
void |
OClusterPositionMapV1.create(OAtomicOperation atomicOperation) |
void |
OPaginatedClusterV1.create(OAtomicOperation atomicOperation,
int startSize) |
OPhysicalPosition |
OPaginatedClusterV1.createRecord(OAtomicOperation atomicOperation,
byte[] content,
int recordVersion,
byte recordType,
OPhysicalPosition allocatedPosition) |
void |
OPaginatedClusterV1.delete(OAtomicOperation atomicOperation) |
void |
OClusterPositionMapV1.delete(OAtomicOperation atomicOperation) |
boolean |
OPaginatedClusterV1.deleteRecord(OAtomicOperation atomicOperation,
long clusterPosition) |
OClusterPositionMapBucket.PositionEntry |
OClusterPositionMapV1.get(long clusterPosition,
int pageCount,
OAtomicOperation atomicOperation) |
long |
OClusterPositionMapV1.getLastPosition(OAtomicOperation atomicOperation) |
byte |
OClusterPositionMapV1.getStatus(long clusterPosition,
OAtomicOperation atomicOperation) |
boolean |
OPaginatedClusterV1.hideRecord(OAtomicOperation atomicOperation,
long position) |
void |
OClusterPositionMapV1.open(OAtomicOperation atomicOperation) |
void |
OPaginatedClusterV1.recycleRecord(OAtomicOperation atomicOperation,
long clusterPosition,
byte[] content,
int recordVersion,
byte recordType)
Recycles a deleted record.
|
void |
OPaginatedClusterV1.registerInStorageConfig(OAtomicOperation atomicOperation,
OClusterBasedStorageConfiguration root) |
void |
OClusterPositionMapV1.remove(long clusterPosition,
OAtomicOperation atomicOperation) |
Object |
OPaginatedClusterV1.set(OAtomicOperation atomicOperation,
OCluster.ATTRIBUTES attribute,
Object value) |
void |
OPaginatedClusterV1.truncate(OAtomicOperation atomicOperation) |
void |
OClusterPositionMapV1.truncate(OAtomicOperation atomicOperation) |
void |
OClusterPositionMapV1.update(long clusterPosition,
OClusterPositionMapBucket.PositionEntry entry,
OAtomicOperation atomicOperation) |
void |
OPaginatedClusterV1.updateRecord(OAtomicOperation atomicOperation,
long clusterPosition,
byte[] content,
int recordVersion,
byte recordType) |
| Modifier and Type | Method and Description |
|---|---|
void |
OClusterBasedStorageConfiguration.addIndexEngine(OAtomicOperation atomicOperation,
String name,
OStorageConfiguration.IndexEngineData engineData) |
void |
OClusterBasedStorageConfiguration.clearProperties(OAtomicOperation atomicOperation) |
void |
OClusterBasedStorageConfiguration.close(OAtomicOperation atomicOperation) |
void |
OClusterBasedStorageConfiguration.create(OAtomicOperation atomicOperation,
OContextConfiguration contextConfiguration) |
void |
OClusterBasedStorageConfiguration.create(OAtomicOperation atomicOperation,
OContextConfiguration contextConfiguration,
OStorageConfiguration source) |
void |
OClusterBasedStorageConfiguration.delete(OAtomicOperation atomicOperation) |
void |
OClusterBasedStorageConfiguration.deleteIndexEngine(OAtomicOperation atomicOperation,
String name) |
void |
OClusterBasedStorageConfiguration.dropCluster(OAtomicOperation atomicOperation,
int clusterId) |
void |
OClusterBasedStorageConfiguration.removeProperty(OAtomicOperation atomicOperation,
String name) |
void |
OClusterBasedStorageConfiguration.setCharset(OAtomicOperation atomicOperation,
String charset) |
void |
OClusterBasedStorageConfiguration.setClusterSelection(OAtomicOperation atomicOperation,
String clusterSelection) |
void |
OClusterBasedStorageConfiguration.setClusterStatus(OAtomicOperation atomicOperation,
int clusterId,
OStorageClusterConfiguration.STATUS status) |
void |
OClusterBasedStorageConfiguration.setConflictStrategy(OAtomicOperation atomicOperation,
String conflictStrategy) |
void |
OClusterBasedStorageConfiguration.setCreationVersion(OAtomicOperation atomicOperation,
String version) |
void |
OClusterBasedStorageConfiguration.setDateFormat(OAtomicOperation atomicOperation,
String dateFormat) |
void |
OClusterBasedStorageConfiguration.setDateTimeFormat(OAtomicOperation atomicOperation,
String dateTimeFormat) |
void |
OClusterBasedStorageConfiguration.setFreeListBoundary(OAtomicOperation atomicOperation,
int freeListBoundary) |
void |
OClusterBasedStorageConfiguration.setIndexMgrRecordId(OAtomicOperation atomicOperation,
String indexMgrRecordId) |
void |
OClusterBasedStorageConfiguration.setLocaleCountry(OAtomicOperation atomicOperation,
String value) |
void |
OClusterBasedStorageConfiguration.setLocaleLanguage(OAtomicOperation atomicOperation,
String value) |
void |
OClusterBasedStorageConfiguration.setMaxKeySize(OAtomicOperation atomicOperation,
int maxKeySize) |
void |
OClusterBasedStorageConfiguration.setPageSize(OAtomicOperation atomicOperation,
int pageSize) |
void |
OClusterBasedStorageConfiguration.setProperty(OAtomicOperation atomicOperation,
String name,
String value) |
void |
OClusterBasedStorageConfiguration.setRecordSerializer(OAtomicOperation atomicOperation,
String recordSerializer) |
void |
OClusterBasedStorageConfiguration.setRecordSerializerVersion(OAtomicOperation atomicOperation,
int recordSerializerVersion) |
void |
OClusterBasedStorageConfiguration.setSchemaRecordId(OAtomicOperation atomicOperation,
String schemaRecordId) |
void |
OClusterBasedStorageConfiguration.setTimeZone(OAtomicOperation atomicOperation,
TimeZone timeZone) |
void |
OClusterBasedStorageConfiguration.setValidation(OAtomicOperation atomicOperation,
boolean validation) |
void |
OClusterBasedStorageConfiguration.updateCluster(OAtomicOperation atomicOperation,
OStorageClusterConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OLocalPaginatedStorage.initConfiguration(OAtomicOperation atomicOperation,
OContextConfiguration contextConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OAbstractPaginatedStorage.generateDatabaseInstanceId(OAtomicOperation atomicOperation) |
protected void |
OAbstractPaginatedStorage.initConfiguration(OAtomicOperation atomicOperation,
OContextConfiguration contextConfiguration) |
boolean |
OAbstractPaginatedStorage.setClusterStatus(OAtomicOperation atomicOperation,
OCluster cluster,
OStorageClusterConfiguration.STATUS status)
INTERNAL METHOD !!!
|
| Modifier and Type | Method and Description |
|---|---|
void |
ORidBagDeleteSerializationOperation.execute(OAtomicOperation atomicOperation,
OAbstractPaginatedStorage paginatedStorage) |
void |
ORidBagUpdateSerializationOperation.execute(OAtomicOperation atomicOperation,
OAbstractPaginatedStorage paginatedStorage) |
void |
ORecordSerializationOperation.execute(OAtomicOperation atomicOperation,
OAbstractPaginatedStorage paginatedStorage) |
void |
ORecordSerializationContext.executeOperations(OAtomicOperation atomicOperation,
OAbstractPaginatedStorage storage) |
| Modifier and Type | Method and Description |
|---|---|
static OAtomicOperation |
OAtomicOperationsManager.getCurrentOperation() |
OAtomicOperation |
OAtomicOperationsManager.startAtomicOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
OAtomicOperationsManager.acquireExclusiveLockTillOperationComplete(OAtomicOperation operation,
String lockName)
Acquires exclusive lock with the given lock name in the given atomic operation.
|
<T> T |
OAtomicOperationsManager.calculateInsideComponentOperation(OAtomicOperation atomicOperation,
ODurableComponent component,
TxFunction<T> function) |
<T> T |
OAtomicOperationsManager.calculateInsideComponentOperation(OAtomicOperation atomicOperation,
String lockName,
TxFunction<T> function) |
void |
OAtomicOperationsManager.executeInsideComponentOperation(OAtomicOperation atomicOperation,
ODurableComponent component,
TxConsumer consumer) |
void |
OAtomicOperationsManager.executeInsideComponentOperation(OAtomicOperation atomicOperation,
String lockName,
TxConsumer consumer) |
boolean |
OAtomicOperationsManager.tryExecuteInsideComponentOperation(OAtomicOperation atomicOperation,
ODurableComponent component,
TxConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
ODurableComponent.addFile(OAtomicOperation atomicOperation,
String fileName) |
protected OCacheEntry |
ODurableComponent.addPage(OAtomicOperation atomicOperation,
long fileId) |
protected <T> T |
ODurableComponent.calculateInsideComponentOperation(OAtomicOperation atomicOperation,
TxFunction<T> function) |
protected void |
ODurableComponent.deleteFile(OAtomicOperation atomicOperation,
long fileId) |
protected void |
ODurableComponent.executeInsideComponentOperation(OAtomicOperation operation,
TxConsumer consumer) |
protected long |
ODurableComponent.getFilledUpTo(OAtomicOperation atomicOperation,
long fileId) |
protected boolean |
ODurableComponent.isFileExists(OAtomicOperation atomicOperation,
String fileName) |
protected OCacheEntry |
ODurableComponent.loadPageForRead(OAtomicOperation atomicOperation,
long fileId,
long pageIndex,
boolean checkPinnedPages) |
protected OCacheEntry |
ODurableComponent.loadPageForRead(OAtomicOperation atomicOperation,
long fileId,
long pageIndex,
boolean checkPinnedPages,
int pageCount) |
protected OCacheEntry |
ODurableComponent.loadPageForWrite(OAtomicOperation atomicOperation,
long fileId,
long pageIndex,
boolean checkPinnedPages,
boolean verifyCheckSum) |
protected long |
ODurableComponent.openFile(OAtomicOperation atomicOperation,
String fileName) |
protected void |
ODurableComponent.pinPage(OAtomicOperation atomicOperation,
OCacheEntry cacheEntry) |
protected void |
ODurableComponent.releasePageFromRead(OAtomicOperation atomicOperation,
OCacheEntry cacheEntry) |
protected void |
ODurableComponent.releasePageFromWrite(OAtomicOperation atomicOperation,
OCacheEntry cacheEntry) |
protected void |
ODurableComponent.truncateFile(OAtomicOperation atomicOperation,
long filedId) |
protected boolean |
ODurableComponent.tryExecuteInsideComponentOperation(OAtomicOperation operation,
TxConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
OHashTableIndexEngine.clear(OAtomicOperation atomicOperation) |
void |
OSBTreeIndexEngine.clear(OAtomicOperation atomicOperation) |
void |
ORemoteIndexEngine.clear(OAtomicOperation atomicOperation) |
void |
OHashTableIndexEngine.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Set<String> clustersToIndex,
Map<String,String> engineProperties,
ODocument metadata,
OEncryption encryption) |
void |
OSBTreeIndexEngine.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Set<String> clustersToIndex,
Map<String,String> engineProperties,
ODocument metadata,
OEncryption encryption) |
void |
ORemoteIndexEngine.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Set<String> clustersToIndex,
Map<String,String> engineProperties,
ODocument metadata,
OEncryption encryption) |
void |
OHashTableIndexEngine.delete(OAtomicOperation atomicOperation) |
void |
OSBTreeIndexEngine.delete(OAtomicOperation atomicOperation) |
void |
ORemoteIndexEngine.delete(OAtomicOperation atomicOperation) |
void |
OHashTableIndexEngine.deleteWithoutLoad(OAtomicOperation atomicOperation,
String indexName) |
void |
OSBTreeIndexEngine.deleteWithoutLoad(OAtomicOperation atomicOperation,
String indexName) |
void |
ORemoteIndexEngine.deleteWithoutLoad(OAtomicOperation atomicOperation,
String indexName) |
void |
OHashTableIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
Object value) |
void |
OSBTreeIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
Object value) |
void |
ORemoteIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
Object value) |
boolean |
OHashTableIndexEngine.remove(OAtomicOperation atomicOperation,
Object key) |
boolean |
OSBTreeIndexEngine.remove(OAtomicOperation atomicOperation,
Object key) |
boolean |
ORemoteIndexEngine.remove(OAtomicOperation atomicOperation,
Object key) |
void |
OHashTableIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
void |
OSBTreeIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
void |
ORemoteIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
boolean |
OHashTableIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
OSBTreeIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
ORemoteIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
void |
OHashTableDirectory.clear(OAtomicOperation atomicOperation) |
void |
OLocalHashTable.clear(OAtomicOperation atomicOperation) |
void |
OHashTable.clear(OAtomicOperation atomicOperation) |
void |
OHashTableDirectory.create(OAtomicOperation atomicOperation) |
void |
OLocalHashTable.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
OEncryption encryption,
OHashFunction<K> keyHashFunction,
boolean nullKeyIsSupported) |
void |
OHashTable.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
OEncryption encryption,
OHashFunction<K> keyHashFunction,
boolean nullKeyIsSupported) |
void |
OHashTableDirectory.delete(OAtomicOperation atomicOperation) |
void |
OLocalHashTable.delete(OAtomicOperation atomicOperation) |
void |
OHashTable.delete(OAtomicOperation atomicOperation) |
void |
OLocalHashTable.deleteWithoutLoad(OAtomicOperation atomicOperation,
String name) |
void |
OHashTable.deleteWithoutLoad(OAtomicOperation atomicOperation,
String name) |
void |
OHashTableDirectory.open(OAtomicOperation atomicOperation) |
void |
OLocalHashTable.put(OAtomicOperation atomicOperation,
K key,
V value) |
void |
OHashTable.put(OAtomicOperation atomicOperation,
K key,
V value) |
V |
OLocalHashTable.remove(OAtomicOperation atomicOperation,
K key) |
V |
OHashTable.remove(OAtomicOperation atomicOperation,
K key) |
boolean |
OLocalHashTable.validatedPut(OAtomicOperation atomicOperation,
K key,
V value,
OBaseIndexEngine.Validator<K,V> validator) |
boolean |
OHashTable.validatedPut(OAtomicOperation atomicOperation,
K key,
V value,
OBaseIndexEngine.Validator<K,V> validator)
Puts the given value under the given key into this hash table.
|
| Modifier and Type | Method and Description |
|---|---|
V |
OTreeInternal.remove(OAtomicOperation atomicOperation,
K key) |
| Modifier and Type | Method and Description |
|---|---|
void |
OSBTree.clear(OAtomicOperation atomicOperation) |
void |
OSBTree.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
int keySize,
boolean nullPointerSupport,
OEncryption encryption) |
void |
OSBTree.delete(OAtomicOperation atomicOperation) |
void |
OSBTree.deleteWithoutLoad(OAtomicOperation atomicOperation) |
void |
OSBTree.put(OAtomicOperation atomicOperation,
K key,
V value) |
V |
OSBTree.remove(OAtomicOperation atomicOperation,
K key) |
boolean |
OSBTree.update(OAtomicOperation atomicOperation,
K key,
OIndexKeyUpdater<V> updater,
OBaseIndexEngine.Validator<K,V> validator) |
boolean |
OSBTree.validatedPut(OAtomicOperation atomicOperation,
K key,
V value,
OBaseIndexEngine.Validator<K,V> validator) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCellBTreeMultiValue.clear(OAtomicOperation atomicOperation) |
void |
OCellBTreeMultiValue.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OType[] keyTypes,
int keySize,
OEncryption encryption) |
void |
OCellBTreeMultiValue.delete(OAtomicOperation atomicOperation) |
void |
OCellBTreeMultiValue.deleteWithoutLoad(OAtomicOperation atomicOperation) |
void |
OCellBTreeMultiValue.put(OAtomicOperation atomicOperation,
K key,
ORID value) |
boolean |
OCellBTreeMultiValue.remove(OAtomicOperation atomicOperation,
K key) |
boolean |
OCellBTreeMultiValue.remove(OAtomicOperation atomicOperation,
K key,
ORID value) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCellBTreeMultiValueV1.clear(OAtomicOperation atomicOperation) |
void |
OCellBTreeMultiValueV1.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OType[] keyTypes,
int keySize,
OEncryption encryption) |
void |
OCellBTreeMultiValueV1.delete(OAtomicOperation atomicOperation) |
void |
OCellBTreeMultiValueV1.deleteWithoutLoad(OAtomicOperation atomicOperation) |
void |
OCellBTreeMultiValueV1.put(OAtomicOperation atomicOperation,
K key,
ORID value) |
boolean |
OCellBTreeMultiValueV1.remove(OAtomicOperation atomicOperation,
K key) |
boolean |
OCellBTreeMultiValueV1.remove(OAtomicOperation atomicOperation,
K key,
ORID value) |
| Modifier and Type | Method and Description |
|---|---|
void |
CellBTreeMultiValueV2.clear(OAtomicOperation atomicOperation) |
void |
CellBTreeMultiValueV2.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OType[] keyTypes,
int keySize,
OEncryption encryption) |
void |
CellBTreeMultiValueV2.delete(OAtomicOperation atomicOperation) |
void |
CellBTreeMultiValueV2.deleteWithoutLoad(OAtomicOperation atomicOperation) |
void |
CellBTreeMultiValueV2.put(OAtomicOperation atomicOperation,
K key,
ORID value) |
boolean |
CellBTreeMultiValueV2.remove(OAtomicOperation atomicOperation,
K key) |
boolean |
CellBTreeMultiValueV2.remove(OAtomicOperation atomicOperation,
K key,
ORID value) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCellBTreeSingleValue.clear(OAtomicOperation atomicOperation) |
void |
OCellBTreeSingleValue.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OType[] keyTypes,
int keySize,
OEncryption encryption) |
void |
OCellBTreeSingleValue.delete(OAtomicOperation atomicOperation) |
void |
OCellBTreeSingleValue.deleteWithoutLoad(OAtomicOperation atomicOperation) |
void |
OCellBTreeSingleValue.put(OAtomicOperation atomicOperation,
K key,
ORID value) |
ORID |
OCellBTreeSingleValue.remove(OAtomicOperation atomicOperation,
K key) |
boolean |
OCellBTreeSingleValue.validatedPut(OAtomicOperation atomicOperation,
K key,
ORID value,
OBaseIndexEngine.Validator<K,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
void |
OSBTreeBonsai.clear(OAtomicOperation atomicOperation)
Deletes all entries from tree.
|
void |
OSBTreeBonsaiLocal.clear(OAtomicOperation atomicOperation)
Removes all entries from bonsai tree.
|
void |
OSBTreeBonsaiLocal.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer) |
void |
OSBTreeBonsai.delete(OAtomicOperation atomicOperation)
Deletes whole tree.
|
void |
OSBTreeBonsaiLocal.delete(OAtomicOperation atomicOperation)
Deletes a whole tree.
|
void |
OSBTreeBonsai.markToDelete(OAtomicOperation atomicOperation) |
void |
OSBTreeBonsaiLocal.markToDelete(OAtomicOperation atomicOperation) |
boolean |
OSBTreeBonsai.put(OAtomicOperation atomicOperation,
K key,
V value) |
boolean |
OSBTreeBonsaiLocal.put(OAtomicOperation atomicOperation,
K key,
V value) |
V |
OSBTreeBonsai.remove(OAtomicOperation atomicOperation,
K key) |
V |
OSBTreeBonsaiLocal.remove(OAtomicOperation atomicOperation,
K key) |
boolean |
OSBTreeBonsaiLocal.tryDelete(OAtomicOperation atomicOperation) |
| Modifier and Type | Method and Description |
|---|---|
OSBTreeBonsai<OIdentifiable,Integer> |
OSBTreeCollectionManager.createAndLoadTree(OAtomicOperation atomicOperation,
int clusterId) |
OSBTreeBonsai<OIdentifiable,Integer> |
OSBTreeCollectionManagerAbstract.createAndLoadTree(OAtomicOperation atomicOperation,
int clusterId) |
OSBTreeBonsai<OIdentifiable,Integer> |
OSBTreeCollectionManagerShared.createAndLoadTree(OAtomicOperation atomicOperation,
int clusterId) |
OBonsaiCollectionPointer |
OSBTreeCollectionManager.createSBTree(OAtomicOperation atomicOperation,
int clusterId,
UUID ownerUUID) |
OBonsaiCollectionPointer |
OSBTreeCollectionManagerAbstract.createSBTree(OAtomicOperation atomicOperation,
int clusterId,
UUID ownerUUID) |
OBonsaiCollectionPointer |
OSBTreeCollectionManagerShared.createSBTree(OAtomicOperation atomicOperation,
int clusterId,
UUID ownerUUID) |
protected abstract OSBTreeBonsai<OIdentifiable,Integer> |
OSBTreeCollectionManagerAbstract.createTree(OAtomicOperation atomicOperation,
int clusterId) |
protected OSBTreeBonsaiLocal<OIdentifiable,Integer> |
OSBTreeCollectionManagerShared.createTree(OAtomicOperation atomicOperation,
int clusterId) |
boolean |
OSBTreeCollectionManagerShared.tryDelete(OAtomicOperation atomicOperation,
OBonsaiCollectionPointer collectionPointer,
long delay) |
| Modifier and Type | Method and Description |
|---|---|
void |
OLuceneSpatialIndexEngineDelegator.clear(OAtomicOperation atomicOperation) |
void |
OLuceneSpatialIndexEngineDelegator.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Set<String> clustersToIndex,
Map<String,String> engineProperties,
ODocument metadata,
OEncryption encryption) |
void |
OLuceneSpatialIndexEngineDelegator.delete(OAtomicOperation atomicOperation) |
void |
OLuceneSpatialIndexEngineDelegator.deleteWithoutLoad(OAtomicOperation atomicOperation,
String indexName) |
void |
OLuceneSpatialIndexEngineDelegator.put(OAtomicOperation atomicOperation,
Object key,
Object value) |
void |
OLuceneGeoSpatialIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
Object value) |
void |
OLuceneLegacySpatialIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
Object value) |
boolean |
OLuceneSpatialIndexEngineDelegator.remove(OAtomicOperation atomicOperation,
Object key) |
boolean |
OLuceneSpatialIndexEngineAbstract.remove(OAtomicOperation atomicOperation,
Object key) |
void |
OLuceneSpatialIndexEngineDelegator.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
void |
OLuceneGeoSpatialIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
void |
OLuceneLegacySpatialIndexEngine.update(OAtomicOperation atomicOperation,
Object key,
OIndexKeyUpdater<Object> updater) |
boolean |
OLuceneSpatialIndexEngineDelegator.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
OLuceneGeoSpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
OLuceneLegacySpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
Copyright © 2009–2025 OrientDB. All rights reserved.