B C D G R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BDBJEConfiguration - Class in dk.vajhoej.jnosql.bdbje
-
Configuration for BDB-JE.
- BDBJEConfiguration() - Constructor for class dk.vajhoej.jnosql.bdbje.BDBJEConfiguration
-
Construct configuration based on bdbje.properties with properties: dbdir Database directory dbnam Database name prefix prefix keys with bucket name (true/false) to Serializer class name from Deserializer class name
- BDBJEConfiguration(String, String, boolean, Serialize, Deserialize) - Constructor for class dk.vajhoej.jnosql.bdbje.BDBJEConfiguration
-
Construct configuration based on parameters.
C
- convert(byte[]) - Method in interface dk.vajhoej.jnosql.Deserialize
-
Deserialize.
- convert(Object) - Method in interface dk.vajhoej.jnosql.Serialize
-
Serialize.
D
- Deserialize - Interface in dk.vajhoej.jnosql
-
Deserialize from byte array to object.
- dk.vajhoej.jnosql - package dk.vajhoej.jnosql
-
Types shared between BDB-JE and RocksDB drivers.
- dk.vajhoej.jnosql.bdbje - package dk.vajhoej.jnosql.bdbje
-
JNoSQL communications driver for BDB-JE.
- dk.vajhoej.jnosql.rocksdb - package dk.vajhoej.jnosql.rocksdb
-
JNoSQL communications driver for RocksDB.
G
- get() - Method in class dk.vajhoej.jnosql.bdbje.BDBJEConfiguration
-
Get BucketManager.
- get() - Method in class dk.vajhoej.jnosql.rocksdb.RocksDBConfiguration
-
Get BucketManager.
- get(Settings) - Method in class dk.vajhoej.jnosql.bdbje.BDBJEConfiguration
-
Get BucketManager.
- get(Settings) - Method in class dk.vajhoej.jnosql.rocksdb.RocksDBConfiguration
-
Get BucketManager.
R
- RocksDBConfiguration - Class in dk.vajhoej.jnosql.rocksdb
-
Configuration for RocksDB.
- RocksDBConfiguration() - Constructor for class dk.vajhoej.jnosql.rocksdb.RocksDBConfiguration
-
Construct configuration based on rocksdb.properties with properties: dbpath Database path prefix prefix keys with bucket name (true/false) to Serializer class name from Deserializer class name
- RocksDBConfiguration(String, boolean, Serialize, Deserialize) - Constructor for class dk.vajhoej.jnosql.rocksdb.RocksDBConfiguration
-
Construct configuration based on parameters.
S
- Serialize - Interface in dk.vajhoej.jnosql
-
Serialize from object to byte array.
All Classes All Packages