| Modifier and Type | Method and Description |
|---|---|
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.load(String indexName,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OBinarySerializer keySerializer,
OType[] keyTypes,
boolean nullPointerSupport,
int keySize,
Map<String,String> engineProperties,
OEncryption encryption) |
| Modifier and Type | Method and Description |
|---|---|
OEncryption |
OEncryption.configure(String iOptions) |
OEncryption |
OEncryptionFactory.getEncryption(String name,
String iOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
OEncryptionFactory.register(OEncryption iEncryption)
Registers a stateful implementations, a new instance will be created for each storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OEncryptionFactory.register(Class<? extends OEncryption> iEncryption)
Registers a stateless implementations, the same instance will be shared on all the storages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractEncryption
(https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html).
|
class |
OAESEncryption
Stateful compression implementation that encrypt the content using AES
(https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html).
|
class |
OAESGCMEncryption
OEncryption implementation using AES/GCM/NoPadding with a 12 byte nonce and 16 byte tag size.
|
class |
ODESEncryption
Stateful compression implementation that encrypt the content using DES algorithm
(https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html).
|
class |
ONothingEncryption
No encryption.
|
| Modifier and Type | Method and Description |
|---|---|
OEncryption |
ODESEncryption.configure(String iOptions) |
OEncryption |
ONothingEncryption.configure(String iOptions) |
OEncryption |
OAESGCMEncryption.configure(String base64EncodedKey) |
OEncryption |
OAESEncryption.configure(String iOptions) |
| Modifier and Type | Method and Description |
|---|---|
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 |
OV1IndexEngine.load(String name,
int keySize,
OType[] keyTypes,
OBinarySerializer keySerializer,
OEncryption encryption) |
void |
OIndexEngine.load(String indexName,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OBinarySerializer keySerializer,
OType[] keyTypes,
boolean nullPointerSupport,
int keySize,
Map<String,String> engineProperties,
OEncryption encryption) |
| Modifier and Type | Method and Description |
|---|---|
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.load(String name,
int keySize,
OType[] keyTypes,
OBinarySerializer keySerializer,
OEncryption encryption) |
void |
OCellBTreeSingleValueIndexEngine.load(String indexName,
int keySize,
OType[] keyTypes,
OBinarySerializer keySerializer,
OEncryption encryption) |
| Modifier and Type | Method and Description |
|---|---|
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.load(String indexName,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OBinarySerializer keySerializer,
OType[] keyTypes,
boolean nullPointerSupport,
int keySize,
Map<String,String> engineProperties,
OEncryption encryption) |
| Modifier and Type | Method and Description |
|---|---|
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.load(String indexName,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OBinarySerializer keySerializer,
OType[] keyTypes,
boolean nullPointerSupport,
int keySize,
Map<String,String> engineProperties,
OEncryption encryption) |
void |
OSBTreeIndexEngine.load(String indexName,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OBinarySerializer keySerializer,
OType[] keyTypes,
boolean nullPointerSupport,
int keySize,
Map<String,String> engineProperties,
OEncryption encryption) |
void |
ORemoteIndexEngine.load(String indexName,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OBinarySerializer keySerializer,
OType[] keyTypes,
boolean nullPointerSupport,
int keySize,
Map<String,String> engineProperties,
OEncryption encryption) |
| Modifier and Type | Method and Description |
|---|---|
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 |
OLocalHashTable.load(String name,
OType[] keyTypes,
boolean nullKeyIsSupported,
OEncryption encryption,
OHashFunction<K> keyHashFunction,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer) |
void |
OHashTable.load(String name,
OType[] keyTypes,
boolean nullKeyIsSupported,
OEncryption encryption,
OHashFunction<K> keyHashFunction,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer) |
| Constructor and Description |
|---|
OHashIndexBucket(int depth,
OCacheEntry cacheEntry,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
OEncryption encryption) |
OHashIndexBucket(OCacheEntry cacheEntry,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
OEncryption encryption) |
| Modifier and Type | Method and Description |
|---|---|
void |
OSBTree.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
int keySize,
boolean nullPointerSupport,
OEncryption encryption) |
void |
OSBTree.load(String name,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
int keySize,
boolean nullPointerSupport,
OEncryption encryption) |
| Constructor and Description |
|---|
OPrefixBTreeBucket(OCacheEntry cacheEntry,
OBinarySerializer<String> keySerializer,
OBinarySerializer<V> valueSerializer,
OEncryption encryption) |
OSBTreeBucket(OCacheEntry cacheEntry,
boolean isLeaf,
OBinarySerializer<K> keySerializer,
OType[] keyTypes,
OBinarySerializer<V> valueSerializer,
OEncryption encryption) |
OSBTreeBucket(OCacheEntry cacheEntry,
OBinarySerializer<K> keySerializer,
OType[] keyTypes,
OBinarySerializer<V> valueSerializer,
OEncryption encryption) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCellBTreeMultiValue.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OType[] keyTypes,
int keySize,
OEncryption encryption) |
void |
OCellBTreeMultiValue.load(String name,
int keySize,
OType[] keyTypes,
OBinarySerializer<K> keySerializer,
OEncryption encryption) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCellBTreeMultiValueV1.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OType[] keyTypes,
int keySize,
OEncryption encryption) |
void |
OCellBTreeMultiValueV1.load(String name,
int keySize,
OType[] keyTypes,
OBinarySerializer<K> keySerializer,
OEncryption encryption) |
| Modifier and Type | Method and Description |
|---|---|
void |
CellBTreeMultiValueV2.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OType[] keyTypes,
int keySize,
OEncryption encryption) |
K |
CellBTreeMultiValueV2Bucket.getKey(int index,
OBinarySerializer<K> keySerializer,
OEncryption encryption) |
void |
CellBTreeMultiValueV2.load(String name,
int keySize,
OType[] keyTypes,
OBinarySerializer<K> keySerializer,
OEncryption encryption) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCellBTreeSingleValue.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OType[] keyTypes,
int keySize,
OEncryption encryption) |
void |
OCellBTreeSingleValue.load(String name,
int keySize,
OType[] keyTypes,
OBinarySerializer<K> keySerializer,
OEncryption encryption) |
| Modifier and Type | Method and Description |
|---|---|
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.load(String indexName,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OBinarySerializer keySerializer,
OType[] keyTypes,
boolean nullPointerSupport,
int keySize,
Map<String,String> engineProperties,
OEncryption encryption) |
Copyright © 2009–2025 OrientDB. All rights reserved.