Modifier and Type | Method and Description |
---|---|
void |
OLuceneIndexEngineAbstract.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Map<String,String> engineProperties,
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 |
OAESGCMEncryption.configure(String base64EncodedKey) |
OEncryption |
ONothingEncryption.configure(String iOptions) |
OEncryption |
ODESEncryption.configure(String iOptions) |
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,
Map<String,String> engineProperties,
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 |
OCellBTreeSingleValueIndexEngine.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Map<String,String> engineProperties,
OEncryption encryption) |
void |
OCellBTreeMultiValueIndexEngine.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Map<String,String> engineProperties,
OEncryption encryption) |
void |
OCellBTreeSingleValueIndexEngine.load(String indexName,
int keySize,
OType[] keyTypes,
OBinarySerializer keySerializer,
OEncryption encryption) |
void |
OCellBTreeMultiValueIndexEngine.load(String name,
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,
Map<String,String> engineProperties,
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 |
OSBTreeIndexEngine.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Map<String,String> engineProperties,
OEncryption encryption) |
void |
ORemoteIndexEngine.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
int keySize,
Map<String,String> engineProperties,
OEncryption encryption) |
void |
OHashTableIndexEngine.create(OAtomicOperation atomicOperation,
OBinarySerializer valueSerializer,
boolean isAutomatic,
OType[] keyTypes,
boolean nullPointerSupport,
OBinarySerializer keySerializer,
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) |
void |
OHashTableIndexEngine.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 |
OHashTable.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
OEncryption encryption,
OHashFunction<K> keyHashFunction,
boolean nullKeyIsSupported) |
void |
OHashTable.load(String name,
OType[] keyTypes,
boolean nullKeyIsSupported,
OEncryption encryption,
OHashFunction<K> keyHashFunction,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer) |
Modifier and Type | Method and Description |
---|---|
void |
LocalHashTableV2.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
OEncryption encryption,
OHashFunction<K> keyHashFunction,
boolean nullKeyIsSupported) |
OHashTable.Entry<K,V> |
HashIndexBucketV2.find(K key,
long hashCode,
OEncryption encryption,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer) |
OHashTable.Entry<K,V> |
HashIndexBucketV2.getEntry(int index,
OEncryption encryption,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer) |
int |
HashIndexBucketV2.getIndex(long hashCode,
K key,
OEncryption encryption,
OBinarySerializer<K> keySerializer) |
K |
HashIndexBucketV2.getKey(int index,
OEncryption encryption,
OBinarySerializer<K> keySerializer) |
OHashTable.RawEntry |
HashIndexBucketV2.getRawEntry(int index,
OEncryption encryption,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer) |
V |
HashIndexBucketV2.getValue(int index,
OEncryption encryption,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer)
Obtains the value stored under the given index in this bucket.
|
Iterator<OHashTable.Entry<K,V>> |
HashIndexBucketV2.iterator(int index,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OEncryption encryption) |
Iterator<OHashTable.RawEntry> |
HashIndexBucketV2.iterator(OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OEncryption encryption) |
void |
LocalHashTableV2.load(String name,
OType[] keyTypes,
boolean nullKeyIsSupported,
OEncryption encryption,
OHashFunction<K> keyHashFunction,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer) |
Modifier and Type | Method and Description |
---|---|
void |
OLocalHashTableV3.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
OEncryption encryption,
OHashFunction<K> keyHashFunction,
boolean nullKeyIsSupported) |
void |
OLocalHashTableV3.load(String name,
OType[] keyTypes,
boolean nullKeyIsSupported,
OEncryption encryption,
OHashFunction<K> keyHashFunction,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
OSBTreeV1.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
int keySize,
boolean nullPointerSupport,
OEncryption encryption) |
int |
OSBTreeBucketV1.find(K key,
OEncryption encryption,
OBinarySerializer<K> keySerializer) |
OSBTreeBucketV1.SBTreeEntry<K,V> |
OSBTreeBucketV1.getEntry(int entryIndex,
OEncryption encryption,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer) |
K |
OSBTreeBucketV1.getKey(int index,
OEncryption encryption,
OBinarySerializer<K> keySerializer) |
void |
OSBTreeV1.load(String name,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
int keySize,
boolean nullPointerSupport,
OEncryption encryption) |
Modifier and Type | Method and Description |
---|---|
void |
OSBTreeV2.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
int keySize,
boolean nullPointerSupport,
OEncryption encryption) |
void |
OSBTreeV2.load(String name,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer,
OType[] keyTypes,
int keySize,
boolean nullPointerSupport,
OEncryption encryption) |
Modifier and Type | Method and Description |
---|---|
void |
OCellBTreeMultiValue.create(OBinarySerializer<K> keySerializer,
OType[] keyTypes,
int keySize,
OEncryption encryption,
OAtomicOperation atomicOperation) |
void |
OCellBTreeMultiValue.load(String name,
int keySize,
OType[] keyTypes,
OBinarySerializer<K> keySerializer,
OEncryption encryption) |
Modifier and Type | Method and Description |
---|---|
void |
CellBTreeMultiValueV2.create(OBinarySerializer<K> keySerializer,
OType[] keyTypes,
int keySize,
OEncryption encryption,
OAtomicOperation atomicOperation) |
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 |
CellBTreeSingleValueV1.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OType[] keyTypes,
int keySize,
OEncryption encryption) |
int |
CellBTreeBucketSingleValueV1.find(K key,
OBinarySerializer<K> keySerializer,
OEncryption encryption) |
CellBTreeBucketSingleValueV1.SBTreeEntry<K> |
CellBTreeBucketSingleValueV1.getEntry(int entryIndex,
OEncryption encryption,
OBinarySerializer<K> keySerializer) |
K |
CellBTreeBucketSingleValueV1.getKey(int index,
OEncryption encryption,
OBinarySerializer<K> keySerializer) |
ORID |
CellBTreeBucketSingleValueV1.getValue(int entryIndex,
OEncryption encryption,
OBinarySerializer<K> keySerializer)
Obtains the value stored under the given entry index in this bucket.
|
void |
CellBTreeSingleValueV1.load(String name,
int keySize,
OType[] keyTypes,
OBinarySerializer<K> keySerializer,
OEncryption encryption) |
Modifier and Type | Method and Description |
---|---|
void |
CellBTreeSingleValueV3.create(OAtomicOperation atomicOperation,
OBinarySerializer<K> keySerializer,
OType[] keyTypes,
int keySize,
OEncryption encryption) |
void |
CellBTreeSingleValueV3.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,
Map<String,String> engineProperties,
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–2020 OrientDB. All rights reserved.