Skip navigation links
A B C D E F G H I K L M N O P R S T U V W Z 

A

Accelerator - Class in swaydb.java
The Accelerator wrapper.
Accelerator() - Constructor for class swaydb.java.Accelerator
 
add(K) - Method in class swaydb.java.eventually.persistent.Set
Adds the key to this set.
add(K, long, TimeUnit) - Method in class swaydb.java.eventually.persistent.Set
Adds the key with expire after to this set.
add(K, LocalDateTime) - Method in class swaydb.java.eventually.persistent.Set
Adds the key with expire at to this set.
add(List<? extends K>) - Method in class swaydb.java.eventually.persistent.Set
Adds the keys to this set.
add(K) - Method in class swaydb.java.memory.Set
Adds the key to this set.
add(K, long, TimeUnit) - Method in class swaydb.java.memory.Set
Adds the key with expire after to this set.
add(K, LocalDateTime) - Method in class swaydb.java.memory.Set
Adds the key with expire at to this set.
add(List<? extends K>) - Method in class swaydb.java.memory.Set
Adds the keys to this set.
add(K) - Method in class swaydb.java.persistent.Set
Adds the key to this set.
add(K, long, TimeUnit) - Method in class swaydb.java.persistent.Set
Adds the key with expire after to this set.
add(K, LocalDateTime) - Method in class swaydb.java.persistent.Set
Adds the key with expire at to this set.
add(List<? extends K>) - Method in class swaydb.java.persistent.Set
Adds the keys to this set.
add(K) - Method in interface swaydb.java.Set
Adds the key to this set.
add(K, long, TimeUnit) - Method in interface swaydb.java.Set
Adds the key with expire after to this set.
add(K, LocalDateTime) - Method in interface swaydb.java.Set
Adds the key with expire at to this set.
add(List<? extends K>) - Method in interface swaydb.java.Set
Adds the keys to this set.
addBoolean(boolean) - Method in class swaydb.java.Slice
Adds boolean to the Slice object.
addByte(byte) - Method in class swaydb.java.Slice
Adds byte to the Slice object.
addInt(int) - Method in class swaydb.java.Slice
Adds int to the Slice object.
addLong(long) - Method in class swaydb.java.Slice
Adds long to the Slice object.
addPersistentLevel0(int, Path, boolean, RecoveryMode, AbstractFunction1<Level0Meter, Accelerator>) - Static method in class swaydb.java.ConfigWizard
Returns the LevelZeroPersistentConfig object.
addString(String) - Method in class swaydb.java.Slice
Adds string to the Slice object.
ApacheSerializer<T extends Serializable> - Class in swaydb.java
The ApacheSerializer.
ApacheSerializer() - Constructor for class swaydb.java.ApacheSerializer
 
Apply - Class in swaydb.java
The Apply wrapper.
Apply() - Constructor for class swaydb.java.Apply
 
applyFunction(K, K) - Method in class swaydb.java.eventually.persistent.Map
Executes the registered function for this map.
applyFunction(K, K) - Method in interface swaydb.java.Map
Executes the registered function for this map.
applyFunction(K, K) - Method in class swaydb.java.memory.Map
Executes the registered function for this map.
applyFunction(K, K) - Method in class swaydb.java.persistent.Map
Executes the registered function for this map.
asJava() - Method in class swaydb.java.eventually.persistent.Map
Returns the java map of this map.
asJava() - Method in class swaydb.java.eventually.persistent.Set
Returns the java set of this set.
asJava() - Method in interface swaydb.java.Map
Returns the java map of this map.
asJava() - Method in class swaydb.java.memory.Map
Returns the java map of this map.
asJava() - Method in class swaydb.java.memory.Set
Returns the java set of this set.
asJava() - Method in class swaydb.java.persistent.Map
Returns the java map of this map.
asJava() - Method in class swaydb.java.persistent.Set
Returns the java set of this set.
asJava() - Method in interface swaydb.java.Set
Returns the java set of this set.

B

build() - Method in class swaydb.java.eventually.persistent.Map.Builder
 
build() - Method in class swaydb.java.eventually.persistent.Set.Builder
 
build() - Method in class swaydb.java.memory.Map.Builder
 
build() - Method in class swaydb.java.memory.Set.Builder
 
build() - Method in class swaydb.java.persistent.Map.Builder
 
build() - Method in class swaydb.java.persistent.Set.Builder
 
builder() - Static method in class swaydb.java.eventually.persistent.Map
Creates the builder.
Builder() - Constructor for class swaydb.java.eventually.persistent.Map.Builder
 
builder() - Static method in class swaydb.java.eventually.persistent.Set
Creates the builder.
Builder() - Constructor for class swaydb.java.eventually.persistent.Set.Builder
 
builder() - Static method in class swaydb.java.memory.Map
Creates the builder.
Builder() - Constructor for class swaydb.java.memory.Map.Builder
 
builder() - Static method in class swaydb.java.memory.Set
Creates the builder.
Builder() - Constructor for class swaydb.java.memory.Set.Builder
 
builder() - Static method in class swaydb.java.persistent.Map
Creates the builder.
Builder() - Constructor for class swaydb.java.persistent.Map.Builder
 
builder() - Static method in class swaydb.java.persistent.Set
Creates the builder.
Builder() - Constructor for class swaydb.java.persistent.Set.Builder
 
BytesReader - Class in swaydb.java
The BytesReader wrapper.

C

classToType(Object) - Static method in class swaydb.java.Serializer
Returns the Serializer object for class.
clear() - Method in class swaydb.java.eventually.persistent.Map
Clears this map.
clear() - Method in class swaydb.java.eventually.persistent.Set
Clears this set.
clear() - Method in interface swaydb.java.Map
Clears this map.
clear() - Method in class swaydb.java.memory.Map
Clears this map.
clear() - Method in class swaydb.java.memory.Set
Clears this set.
clear() - Method in class swaydb.java.persistent.Map
Clears this map.
clear() - Method in class swaydb.java.persistent.Set
Clears this set.
clear() - Method in interface swaydb.java.Set
Clears this set.
close() - Method in class swaydb.java.eventually.persistent.Map
Closes the database.
close() - Method in class swaydb.java.eventually.persistent.Set
Closes the database.
close() - Method in class swaydb.java.memory.Map
Closes the database.
close() - Method in class swaydb.java.memory.Set
Closes the database.
close() - Method in class swaydb.java.persistent.Map
Closes the database.
close() - Method in class swaydb.java.persistent.Set
Closes the database.
close() - Method in class swaydb.java.Slice
Closes the Slice object.
commit(Prepare<K, V>...) - Method in class swaydb.java.eventually.persistent.Map
Starts the commit function for this map.
commit(Prepare<K, Nothing$>...) - Method in class swaydb.java.eventually.persistent.Set
Starts the commit function for this set.
commit(Prepare<K, V>...) - Method in interface swaydb.java.Map
Starts the commit function for this map.
commit(Prepare<K, V>...) - Method in class swaydb.java.memory.Map
Starts the commit function for this map.
commit(Prepare<K, Nothing$>...) - Method in class swaydb.java.memory.Set
Starts the commit function for this set.
commit(Prepare<K, V>...) - Method in class swaydb.java.persistent.Map
Starts the commit function for this map.
commit(Prepare<K, Nothing$>...) - Method in class swaydb.java.persistent.Set
Starts the commit function for this set.
commit(Prepare<K, Nothing$>...) - Method in interface swaydb.java.Set
Starts the commit function for this set.
ConfigWizard - Class in swaydb.java
The ConfigWizard wrapper.
ConfigWizard() - Constructor for class swaydb.java.ConfigWizard
 
contains(K) - Method in class swaydb.java.eventually.persistent.Set
Checks if a set contains key.
contains(K) - Method in class swaydb.java.memory.Set
Checks if a set contains key.
contains(K) - Method in class swaydb.java.persistent.Set
Checks if a set contains key.
contains(K) - Method in interface swaydb.java.Set
Checks if a set contains key.
containsAll(Collection<K>) - Method in class swaydb.java.eventually.persistent.Set
Checks if a set contains key collection.
containsAll(Collection<K>) - Method in class swaydb.java.memory.Set
Checks if a set contains key collection.
containsAll(Collection<K>) - Method in class swaydb.java.persistent.Set
Checks if a set contains key collection.
containsAll(Collection<K>) - Method in interface swaydb.java.Set
Checks if a set contains key collection.
containsKey(K) - Method in class swaydb.java.eventually.persistent.Map
Checks if a map contains key.
containsKey(K) - Method in interface swaydb.java.Map
Checks if a map contains key.
containsKey(K) - Method in class swaydb.java.memory.Map
Checks if a map contains key.
containsKey(K) - Method in class swaydb.java.persistent.Map
Checks if a map contains key.
containsValue(V) - Method in class swaydb.java.eventually.persistent.Map
Checks if a map contains value.
containsValue(V) - Method in interface swaydb.java.Map
Checks if a map contains value.
containsValue(V) - Method in class swaydb.java.memory.Map
Checks if a map contains value.
containsValue(V) - Method in class swaydb.java.persistent.Map
Checks if a map contains value.
create(Slice<Object>) - Static method in class swaydb.java.BytesReader
Creates the BytesReader object.
create(Object, Object, Path) - Static method in class swaydb.java.eventually.persistent.Map
Creates the map.
create(Object, Path) - Static method in class swaydb.java.eventually.persistent.Set
Creates the set.
create(Object, Object) - Static method in class swaydb.java.memory.Map
Creates the map.
create(Object) - Static method in class swaydb.java.memory.Set
Creates the set.
create(Object, Object, Path) - Static method in class swaydb.java.persistent.Map
Creates the map.
create(Object, Path) - Static method in class swaydb.java.persistent.Set
Creates the set.
create(int) - Static method in class swaydb.java.Slice
Creates the Slice object.
cruise(Level0Meter) - Static method in class swaydb.java.Accelerator
Returns the Accelerator object.

D

Duration - Class in swaydb.java
The Duration wrapper.
Duration() - Constructor for class swaydb.java.Duration
 

E

entrySet() - Method in class swaydb.java.eventually.persistent.Map
Returns the entrues for this map.
entrySet() - Method in interface swaydb.java.Map
Returns the entrues for this map.
entrySet() - Method in class swaydb.java.memory.Map
Returns the entrues for this map.
entrySet() - Method in class swaydb.java.persistent.Map
Returns the entrues for this map.
expiration(K) - Method in class swaydb.java.eventually.persistent.Map
Returns the expiration date for key in this map.
expiration(K) - Method in class swaydb.java.eventually.persistent.Set
Returns the expiration date for key in this set.
expiration(K) - Method in interface swaydb.java.Map
Returns the expiration date for key in this map.
expiration(K) - Method in class swaydb.java.memory.Map
Returns the expiration date for key in this map.
expiration(K) - Method in class swaydb.java.memory.Set
Returns the expiration date for key in this set.
expiration(K) - Method in class swaydb.java.persistent.Map
Returns the expiration date for key in this map.
expiration(K) - Method in class swaydb.java.persistent.Set
Returns the expiration date for key in this set.
expiration(K) - Method in interface swaydb.java.Set
Returns the expiration date for key in this set.
expire(LocalDateTime) - Static method in class swaydb.java.Apply
Returns the Map object for expire.
expire(K, long, TimeUnit) - Method in class swaydb.java.eventually.persistent.Map
Setups the expiration after for key to this map.
expire(K, LocalDateTime) - Method in class swaydb.java.eventually.persistent.Map
Setups the expiration at for key to this map.
expire(K, long, TimeUnit) - Method in class swaydb.java.eventually.persistent.Set
Setups the expiration after for key to this set.
expire(K, LocalDateTime) - Method in class swaydb.java.eventually.persistent.Set
Setups the expiration at for key to this set.
expire(K, long, TimeUnit) - Method in interface swaydb.java.Map
Setups the expiration after for key to this map.
expire(K, LocalDateTime) - Method in interface swaydb.java.Map
Setups the expiration at for key to this map.
expire(K, long, TimeUnit) - Method in class swaydb.java.memory.Map
Setups the expiration after for key to this map.
expire(K, LocalDateTime) - Method in class swaydb.java.memory.Map
Setups the expiration at for key to this map.
expire(K, long, TimeUnit) - Method in class swaydb.java.memory.Set
Setups the expiration after for key to this set.
expire(K, LocalDateTime) - Method in class swaydb.java.memory.Set
Setups the expiration at for key to this set.
expire(K, long, TimeUnit) - Method in class swaydb.java.persistent.Map
Setups the expiration after for key to this map.
expire(K, LocalDateTime) - Method in class swaydb.java.persistent.Map
Setups the expiration at for key to this map.
expire(K, long, TimeUnit) - Method in class swaydb.java.persistent.Set
Setups the expiration after for key to this set.
expire(K, LocalDateTime) - Method in class swaydb.java.persistent.Set
Setups the expiration at for key to this set.
expire(K, long, TimeUnit) - Method in interface swaydb.java.Set
Setups the expiration after for key to this set.
expire(K, LocalDateTime) - Method in interface swaydb.java.Set
Setups the expiration at for key to this set.

F

foreach(Consumer<Map.Entry<K, V>>) - Method in class swaydb.java.eventually.persistent.Map
Starts the foreach function for this map.
foreach(Consumer<Map.Entry<K, V>>) - Method in interface swaydb.java.Map
Starts the foreach function for this map.
foreach(Consumer<Map.Entry<K, V>>) - Method in class swaydb.java.memory.Map
Starts the foreach function for this map.
foreach(Consumer<Map.Entry<K, V>>) - Method in class swaydb.java.persistent.Map
Starts the foreach function for this map.
from(K) - Method in class swaydb.java.eventually.persistent.Map
Returns the map object which starts from key for this map.
from(K) - Method in interface swaydb.java.Map
Returns the map object which starts from key for this map.
from(K) - Method in class swaydb.java.memory.Map
Returns the map object which starts from key for this map.
from(K) - Method in class swaydb.java.persistent.Map
Returns the map object which starts from key for this map.
fromOrAfter(K) - Method in class swaydb.java.eventually.persistent.Map
Returns the map object which starts or after key for this map.
fromOrAfter(K) - Method in interface swaydb.java.Map
Returns the map object which starts or after key for this map.
fromOrAfter(K) - Method in class swaydb.java.memory.Map
Returns the map object which starts or after key for this map.
fromOrAfter(K) - Method in class swaydb.java.persistent.Map
Returns the map object which starts or after key for this map.
fromOrBefore(K) - Method in class swaydb.java.eventually.persistent.Map
Returns the map object which starts or before key for this map.
fromOrBefore(K) - Method in interface swaydb.java.Map
Returns the map object which starts or before key for this map.
fromOrBefore(K) - Method in class swaydb.java.memory.Map
Returns the map object which starts or before key for this map.
fromOrBefore(K) - Method in class swaydb.java.persistent.Map
Returns the map object which starts or before key for this map.

G

gb(double) - Static method in class swaydb.java.StorageDoubleImplicits
Returns the size for gigabytes.
get(K) - Method in class swaydb.java.eventually.persistent.Map
Returns the value or null for key of this map.
get(K) - Method in interface swaydb.java.Map
Returns the value or null for key of this map.
get(K) - Method in class swaydb.java.memory.Map
Returns the value or null for key of this map.
get(K) - Method in class swaydb.java.persistent.Map
Returns the value or null for key of this map.
get() - Method in enum swaydb.java.RecoveryMode
Returns the RecoveryMode object.

H

head() - Method in class swaydb.java.eventually.persistent.Map
Returns the head key for this map.
head() - Method in interface swaydb.java.Map
Returns the head key for this map.
head() - Method in class swaydb.java.memory.Map
Returns the head key for this map.
head() - Method in class swaydb.java.persistent.Map
Returns the head key for this map.
headOption() - Method in class swaydb.java.eventually.persistent.Map
Returns the optional head key for this map.
headOption() - Method in interface swaydb.java.Map
Returns the optional head key for this map.
headOption() - Method in class swaydb.java.memory.Map
Returns the optional head key for this map.
headOption() - Method in class swaydb.java.persistent.Map
Returns the optional head key for this map.

I

isEmpty() - Method in class swaydb.java.eventually.persistent.Map
Checks the map is empty.
isEmpty() - Method in class swaydb.java.eventually.persistent.Set
Checks if a set is empty.
isEmpty() - Method in interface swaydb.java.Map
Checks the map is empty.
isEmpty() - Method in class swaydb.java.memory.Map
Checks the map is empty.
isEmpty() - Method in class swaydb.java.memory.Set
Checks if a set is empty.
isEmpty() - Method in class swaydb.java.persistent.Map
Checks the map is empty.
isEmpty() - Method in class swaydb.java.persistent.Set
Checks if a set is empty.
isEmpty() - Method in interface swaydb.java.Set
Checks if a set is empty.
iterator() - Method in class swaydb.java.eventually.persistent.Set
Returns the iterator of elements in this set.
iterator() - Method in class swaydb.java.memory.Set
Returns the iterator of elements in this set.
iterator() - Method in class swaydb.java.persistent.Set
Returns the iterator of elements in this set.
iterator() - Method in interface swaydb.java.Set
Returns the iterator of elements in this set.

K

keys() - Method in class swaydb.java.eventually.persistent.Map
Returns the key objects for this map.
keys() - Method in interface swaydb.java.Map
Returns the key objects for this map.
keys() - Method in class swaydb.java.memory.Map
Returns the key objects for this map.
keys() - Method in class swaydb.java.persistent.Map
Returns the key objects for this map.
keySet() - Method in class swaydb.java.eventually.persistent.Map
Returns the key set for this map.
keySet() - Method in interface swaydb.java.Map
Returns the key set for this map.
keySet() - Method in class swaydb.java.memory.Map
Returns the key set for this map.
keySet() - Method in class swaydb.java.persistent.Map
Returns the key set for this map.
keysHead() - Method in class swaydb.java.eventually.persistent.Map
Returns the head key for this map.
keysHead() - Method in interface swaydb.java.Map
Returns the head key for this map.
keysHead() - Method in class swaydb.java.memory.Map
Returns the head key for this map.
keysHead() - Method in class swaydb.java.persistent.Map
Returns the head key for this map.
keysHeadOption() - Method in class swaydb.java.eventually.persistent.Map
Returns the optional head key for this map.
keysHeadOption() - Method in interface swaydb.java.Map
Returns the optional head key for this map.
keysHeadOption() - Method in class swaydb.java.memory.Map
Returns the optional head key for this map.
keysHeadOption() - Method in class swaydb.java.persistent.Map
Returns the optional head key for this map.
keySize(K) - Method in class swaydb.java.eventually.persistent.Map
Returns the key size in bytes for this map.
keySize(K) - Method in interface swaydb.java.Map
Returns the key size in bytes for this map.
keySize(K) - Method in class swaydb.java.memory.Map
Returns the key size in bytes for this map.
keySize(K) - Method in class swaydb.java.persistent.Map
Returns the key size in bytes for this map.
keysLast() - Method in class swaydb.java.eventually.persistent.Map
Returns the last key for this map.
keysLast() - Method in interface swaydb.java.Map
Returns the last key for this map.
keysLast() - Method in class swaydb.java.memory.Map
Returns the last key for this map.
keysLast() - Method in class swaydb.java.persistent.Map
Returns the last key for this map.
keysLastOption() - Method in class swaydb.java.eventually.persistent.Map
Returns the optional last key for this map.
keysLastOption() - Method in interface swaydb.java.Map
Returns the optional last key for this map.
keysLastOption() - Method in class swaydb.java.memory.Map
Returns the optional last key for this map.
keysLastOption() - Method in class swaydb.java.persistent.Map
Returns the optional last key for this map.

L

last() - Method in class swaydb.java.eventually.persistent.Map
Returns the last key for this map.
last() - Method in interface swaydb.java.Map
Returns the last key for this map.
last() - Method in class swaydb.java.memory.Map
Returns the last key for this map.
last() - Method in class swaydb.java.persistent.Map
Returns the last key for this map.
lastOption() - Method in class swaydb.java.eventually.persistent.Map
Returns the optional last key for this map.
lastOption() - Method in interface swaydb.java.Map
Returns the optional last key for this map.
lastOption() - Method in class swaydb.java.memory.Map
Returns the optional last key for this map.
lastOption() - Method in class swaydb.java.persistent.Map
Returns the optional last key for this map.
level0Meter() - Method in class swaydb.java.eventually.persistent.Map
Returns the level of meter for zerro level.
level0Meter() - Method in class swaydb.java.eventually.persistent.Set
Returns the level of meter for zerro level.
level0Meter() - Method in interface swaydb.java.Map
Returns the level of meter for zerro level.
level0Meter() - Method in class swaydb.java.memory.Map
Returns the level of meter for zerro level.
level0Meter() - Method in class swaydb.java.memory.Set
Returns the level of meter for zerro level.
level0Meter() - Method in class swaydb.java.persistent.Map
Returns the level of meter for zerro level.
level0Meter() - Method in class swaydb.java.persistent.Set
Returns the level of meter for zerro level.
level0Meter() - Method in interface swaydb.java.Set
Returns the level of meter for zerro level.
level1Meter() - Method in class swaydb.java.eventually.persistent.Map
Returns the level of meter for first level.
level1Meter() - Method in class swaydb.java.eventually.persistent.Set
Returns the level of meter for first level.
level1Meter() - Method in class swaydb.java.memory.Map
Returns the level of meter for first level.
level1Meter() - Method in class swaydb.java.memory.Set
Returns the level of meter for first level.
level1Meter() - Method in class swaydb.java.persistent.Map
Returns the level of meter for first level.
level1Meter() - Method in class swaydb.java.persistent.Set
Returns the level of meter for first level.
levelMeter(int) - Method in class swaydb.java.eventually.persistent.Map
Returns the level of meter for level.
levelMeter(int) - Method in class swaydb.java.eventually.persistent.Set
Returns the level of meter for level.
levelMeter(int) - Method in interface swaydb.java.Map
Returns the level of meter for level.
levelMeter(int) - Method in class swaydb.java.memory.Map
Returns the level of meter for level.
levelMeter(int) - Method in class swaydb.java.memory.Set
Returns the level of meter for level.
levelMeter(int) - Method in class swaydb.java.persistent.Map
Returns the level of meter for level.
levelMeter(int) - Method in class swaydb.java.persistent.Set
Returns the level of meter for level.
levelMeter(int) - Method in interface swaydb.java.Set
Returns the level of meter for level.

M

Map<K,V> - Class in swaydb.java.eventually.persistent
The eventually persistent Map of data.
Map(Map<K, V>) - Constructor for class swaydb.java.eventually.persistent.Map
Constructs the Map object.
Map<K,V> - Interface in swaydb.java
The Map of data.
Map<K,V> - Class in swaydb.java.memory
The memory Map of data.
Map(Map<K, V>) - Constructor for class swaydb.java.memory.Map
Constructs the Map object.
Map<K,V> - Class in swaydb.java.persistent
The persistent Map of data.
Map(Map<K, V>) - Constructor for class swaydb.java.persistent.Map
Constructs the Map object.
Map.Builder<K,V> - Class in swaydb.java.eventually.persistent
 
Map.Builder<K,V> - Class in swaydb.java.memory
 
Map.Builder<K,V> - Class in swaydb.java.persistent
 
mb(double) - Static method in class swaydb.java.StorageDoubleImplicits
Returns the size for megabytes.
mightContain(K) - Method in class swaydb.java.eventually.persistent.Map
Checks if a map might contain key.
mightContain(K) - Method in class swaydb.java.eventually.persistent.Set
Checks if a set might contain key.
mightContain(K) - Method in interface swaydb.java.Map
Checks if a map might contain key.
mightContain(K) - Method in class swaydb.java.memory.Map
Checks if a map might contain key.
mightContain(K) - Method in class swaydb.java.memory.Set
Checks if a set might contain key.
mightContain(K) - Method in class swaydb.java.persistent.Map
Checks if a map might contain key.
mightContain(K) - Method in class swaydb.java.persistent.Set
Checks if a set might contain key.
mightContain(K) - Method in interface swaydb.java.Set
Checks if a set might contain key.

N

nonEmpty() - Method in class swaydb.java.eventually.persistent.Map
Checks the map is not empty.
nonEmpty() - Method in class swaydb.java.eventually.persistent.Set
Checks if a set is not empty.
nonEmpty() - Method in interface swaydb.java.Map
Checks the map is not empty.
nonEmpty() - Method in class swaydb.java.memory.Map
Checks the map is not empty.
nonEmpty() - Method in class swaydb.java.memory.Set
Checks if a set is not empty.
nonEmpty() - Method in class swaydb.java.persistent.Map
Checks the map is not empty.
nonEmpty() - Method in class swaydb.java.persistent.Set
Checks if a set is not empty.
nonEmpty() - Method in interface swaydb.java.Set
Checks if a set is not empty.
nothing() - Static method in class swaydb.java.Apply
Returns the Map object for nothing.

O

of(long, TimeUnit) - Static method in class swaydb.java.Duration
Returns the FiniteDuration object.

P

Prepare<K,V> - Class in swaydb.java
Wrapper Java class to create SwayDB's scala Prepare classes.
Prepare() - Constructor for class swaydb.java.Prepare
 
put(Map<K, V>) - Method in class swaydb.java.eventually.persistent.Map
Puts a map object to this map.
put(Map.Entry<K, V>) - Method in class swaydb.java.eventually.persistent.Map
Puts an entry object to this map.
put(K, V) - Method in class swaydb.java.eventually.persistent.Map
Puts the key/value pair for this map.
put(K, V, long, TimeUnit) - Method in class swaydb.java.eventually.persistent.Map
Puts the key/value pair for this map with expiration after data.
put(K, V, LocalDateTime) - Method in class swaydb.java.eventually.persistent.Map
Puts the key/value pair for this map with expiration at data.
put(Map<K, V>) - Method in interface swaydb.java.Map
Puts a map object to this map.
put(Map.Entry<K, V>) - Method in interface swaydb.java.Map
Puts an entry object to this map.
put(K, V) - Method in interface swaydb.java.Map
Puts the key/value pair for this map.
put(K, V, long, TimeUnit) - Method in interface swaydb.java.Map
Puts the key/value pair for this map with expiration after data.
put(K, V, LocalDateTime) - Method in interface swaydb.java.Map
Puts the key/value pair for this map with expiration at data.
put(Map<K, V>) - Method in class swaydb.java.memory.Map
Puts a map object to this map.
put(Map.Entry<K, V>) - Method in class swaydb.java.memory.Map
Puts an entry object to this map.
put(K, V) - Method in class swaydb.java.memory.Map
Puts the key/value pair for this map.
put(K, V, long, TimeUnit) - Method in class swaydb.java.memory.Map
Puts the key/value pair for this map with expiration after data.
put(K, V, LocalDateTime) - Method in class swaydb.java.memory.Map
Puts the key/value pair for this map with expiration at data.
put(Map<K, V>) - Method in class swaydb.java.persistent.Map
Puts a map object to this map.
put(Map.Entry<K, V>) - Method in class swaydb.java.persistent.Map
Puts an entry object to this map.
put(K, V) - Method in class swaydb.java.persistent.Map
Puts the key/value pair for this map.
put(K, V, long, TimeUnit) - Method in class swaydb.java.persistent.Map
Puts the key/value pair for this map with expiration after data.
put(K, V, LocalDateTime) - Method in class swaydb.java.persistent.Map
Puts the key/value pair for this map with expiration at data.
put(K, V) - Method in class swaydb.java.Prepare
Returns the Prepare object for put.

R

read(Slice<Object>) - Method in class swaydb.java.ApacheSerializer
Reads a typed object from this slice.
readBoolean() - Method in class swaydb.java.BytesReader
Reads the boolean data.
readByte() - Method in class swaydb.java.BytesReader
Reads the byte data.
readInt() - Method in class swaydb.java.BytesReader
Reads the int data.
readLong() - Method in class swaydb.java.BytesReader
Reads the long data.
readString(int) - Method in class swaydb.java.BytesReader
Reads the string data.
RecoveryMode - Enum in swaydb.java
The RecoveryMode wrapper.
registerFunction(K, Function<V, Apply.Map<V>>) - Method in class swaydb.java.eventually.persistent.Map
Registers the function for this map.
registerFunction(K, Function<V, Apply.Map<V>>) - Method in interface swaydb.java.Map
Registers the function for this map.
registerFunction(K, Function<V, Apply.Map<V>>) - Method in class swaydb.java.memory.Map
Registers the function for this map.
registerFunction(K, Function<V, Apply.Map<V>>) - Method in class swaydb.java.persistent.Map
Registers the function for this map.
remove() - Static method in class swaydb.java.Apply
Returns the Map object for remove.
remove(K) - Method in class swaydb.java.eventually.persistent.Map
Removes the value for key of this map.
remove(Set<K>) - Method in class swaydb.java.eventually.persistent.Map
Removes the values for key set of this map.
remove(K, K) - Method in class swaydb.java.eventually.persistent.Map
Removes the values for keys of this map.
remove(Set<K>) - Method in class swaydb.java.eventually.persistent.Set
Removes the keys of this set.
remove(K, K) - Method in class swaydb.java.eventually.persistent.Set
Removes the keys of this set.
remove(K) - Method in class swaydb.java.eventually.persistent.Set
Removes the key of this set.
remove(K) - Method in interface swaydb.java.Map
Removes the value for key of this map.
remove(Set<K>) - Method in interface swaydb.java.Map
Removes the values for key set of this map.
remove(K, K) - Method in interface swaydb.java.Map
Removes the values for keys of this map.
remove(K) - Method in class swaydb.java.memory.Map
Removes the value for key of this map.
remove(Set<K>) - Method in class swaydb.java.memory.Map
Removes the values for key set of this map.
remove(K, K) - Method in class swaydb.java.memory.Map
Removes the values for keys of this map.
remove(Set<K>) - Method in class swaydb.java.memory.Set
Removes the keys of this set.
remove(K, K) - Method in class swaydb.java.memory.Set
Removes the keys of this set.
remove(K) - Method in class swaydb.java.memory.Set
Removes the key of this set.
remove(K) - Method in class swaydb.java.persistent.Map
Removes the value for key of this map.
remove(Set<K>) - Method in class swaydb.java.persistent.Map
Removes the values for key set of this map.
remove(K, K) - Method in class swaydb.java.persistent.Map
Removes the values for keys of this map.
remove(Set<K>) - Method in class swaydb.java.persistent.Set
Removes the keys of this set.
remove(K, K) - Method in class swaydb.java.persistent.Set
Removes the keys of this set.
remove(K) - Method in class swaydb.java.persistent.Set
Removes the key of this set.
remove(K) - Method in class swaydb.java.Prepare
Returns the Prepare object for remove.
remove(Set<K>) - Method in interface swaydb.java.Set
Removes the keys of this set.
remove(K, K) - Method in interface swaydb.java.Set
Removes the keys of this set.
remove(K) - Method in interface swaydb.java.Set
Removes the key of this set.
retainAll(Collection<K>) - Method in class swaydb.java.eventually.persistent.Set
Retains the keys to this set.
retainAll(Collection<K>) - Method in class swaydb.java.memory.Set
Retains the keys to this set.
retainAll(Collection<K>) - Method in class swaydb.java.persistent.Set
Retains the keys to this set.
retainAll(Collection<K>) - Method in interface swaydb.java.Set
Retains the keys to this set.

S

Serializer - Class in swaydb.java
The Serializer wrapper.
Serializer() - Constructor for class swaydb.java.Serializer
 
Set<K> - Class in swaydb.java.eventually.persistent
The persistent Set of data.
Set(Set<K>) - Constructor for class swaydb.java.eventually.persistent.Set
Constructs the Set object.
Set<K> - Class in swaydb.java.memory
The persistent Set of data.
Set(Set<K>) - Constructor for class swaydb.java.memory.Set
Constructs the Set object.
Set<K> - Class in swaydb.java.persistent
The persistent Set of data.
Set(Set<K>) - Constructor for class swaydb.java.persistent.Set
Constructs the Set object.
Set<K> - Interface in swaydb.java
The Set of data.
Set.Builder<K> - Class in swaydb.java.eventually.persistent
 
Set.Builder<K> - Class in swaydb.java.memory
 
Set.Builder<K> - Class in swaydb.java.persistent
 
size() - Method in class swaydb.java.eventually.persistent.Map
Returns the size of elements in this map.
size() - Method in class swaydb.java.eventually.persistent.Set
Returns the size of elements in this set.
size() - Method in interface swaydb.java.Map
Returns the size of elements in this map.
size() - Method in class swaydb.java.memory.Map
Returns the size of elements in this map.
size() - Method in class swaydb.java.memory.Set
Returns the size of elements in this set.
size() - Method in class swaydb.java.persistent.Map
Returns the size of elements in this map.
size() - Method in class swaydb.java.persistent.Set
Returns the size of elements in this set.
size() - Method in interface swaydb.java.Set
Returns the size of elements in this set.
sizeOfSegments() - Method in class swaydb.java.eventually.persistent.Map
Returns the size for segments for this map.
sizeOfSegments() - Method in class swaydb.java.eventually.persistent.Set
Returns the size for segments for this set.
sizeOfSegments() - Method in interface swaydb.java.Map
Returns the size for segments for this map.
sizeOfSegments() - Method in class swaydb.java.memory.Map
Returns the size for segments for this map.
sizeOfSegments() - Method in class swaydb.java.memory.Set
Returns the size for segments for this set.
sizeOfSegments() - Method in class swaydb.java.persistent.Map
Returns the size for segments for this map.
sizeOfSegments() - Method in class swaydb.java.persistent.Set
Returns the size for segments for this set.
sizeOfSegments() - Method in interface swaydb.java.Set
Returns the size for segments for this set.
Slice - Class in swaydb.java
The RecoveryMode wrapper.
StorageDoubleImplicits - Class in swaydb.java
The StorageDoubleImplicits wrapper.
StorageDoubleImplicits() - Constructor for class swaydb.java.StorageDoubleImplicits
 
swaydb.java - package swaydb.java
 
swaydb.java.eventually.persistent - package swaydb.java.eventually.persistent
 
swaydb.java.memory - package swaydb.java.memory
 
swaydb.java.persistent - package swaydb.java.persistent
 

T

timeLeft(K) - Method in class swaydb.java.eventually.persistent.Map
Returns the time left for key in this map.
timeLeft(K) - Method in class swaydb.java.eventually.persistent.Set
Returns the time left for key in this set.
timeLeft(K) - Method in interface swaydb.java.Map
Returns the time left for key in this map.
timeLeft(K) - Method in class swaydb.java.memory.Map
Returns the time left for key in this map.
timeLeft(K) - Method in class swaydb.java.memory.Set
Returns the time left for key in this set.
timeLeft(K) - Method in class swaydb.java.persistent.Map
Returns the time left for key in this map.
timeLeft(K) - Method in class swaydb.java.persistent.Set
Returns the time left for key in this set.
timeLeft(K) - Method in interface swaydb.java.Set
Returns the time left for key in this set.
toArray() - Method in class swaydb.java.eventually.persistent.Set
Returns the array of elements in this set.
toArray(T[]) - Method in class swaydb.java.eventually.persistent.Set
Returns the typed array of elements in this set.
toArray() - Method in class swaydb.java.memory.Set
Returns the array of elements in this set.
toArray(T[]) - Method in class swaydb.java.memory.Set
Returns the typed array of elements in this set.
toArray() - Method in class swaydb.java.persistent.Set
Returns the array of elements in this set.
toArray(T[]) - Method in class swaydb.java.persistent.Set
Returns the typed array of elements in this set.
toArray() - Method in interface swaydb.java.Set
Returns the array of elements in this set.
toArray(T[]) - Method in interface swaydb.java.Set
Returns the typed array of elements in this set.

U

update(V) - Static method in class swaydb.java.Apply
Returns the Map object for update.
update(Map<K, V>) - Method in class swaydb.java.eventually.persistent.Map
Updates map entries for this map.
update(K, V) - Method in class swaydb.java.eventually.persistent.Map
Updates the key/value for this map.
update(Map<K, V>) - Method in interface swaydb.java.Map
Updates map entries for this map.
update(K, V) - Method in interface swaydb.java.Map
Updates the key/value for this map.
update(Map<K, V>) - Method in class swaydb.java.memory.Map
Updates map entries for this map.
update(K, V) - Method in class swaydb.java.memory.Map
Updates the key/value for this map.
update(Map<K, V>) - Method in class swaydb.java.persistent.Map
Updates map entries for this map.
update(K, V) - Method in class swaydb.java.persistent.Map
Updates the key/value for this map.

V

valueOf(String) - Static method in enum swaydb.java.RecoveryMode
Returns the enum constant of this type with the specified name.
values() - Method in class swaydb.java.eventually.persistent.Map
Returns the values for this map.
values() - Method in interface swaydb.java.Map
Returns the values for this map.
values() - Method in class swaydb.java.memory.Map
Returns the values for this map.
values() - Method in class swaydb.java.persistent.Map
Returns the values for this map.
values() - Static method in enum swaydb.java.RecoveryMode
Returns an array containing the constants of this enum type, in the order they are declared.
valueSize(V) - Method in class swaydb.java.eventually.persistent.Map
Returns the value size in bytes for this map.
valueSize(V) - Method in interface swaydb.java.Map
Returns the value size in bytes for this map.
valueSize(V) - Method in class swaydb.java.memory.Map
Returns the value size in bytes for this map.
valueSize(V) - Method in class swaydb.java.persistent.Map
Returns the value size in bytes for this map.

W

withAcceleration(Function1<Level0Meter, Accelerator>) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withAcceleration(Function1<Level0Meter, Accelerator>) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withAcceleration(Function1<Level0Meter, Accelerator>) - Method in class swaydb.java.memory.Map.Builder
 
withAcceleration(Function1<Level0Meter, Accelerator>) - Method in class swaydb.java.memory.Set.Builder
 
withAcceleration(Function1) - Method in class swaydb.java.persistent.Map.Builder
 
withAcceleration(Function1) - Method in class swaydb.java.persistent.Set.Builder
 
withAppendixFlushCheckpointSize(int) - Method in class swaydb.java.persistent.Map.Builder
 
withAppendixFlushCheckpointSize(int) - Method in class swaydb.java.persistent.Set.Builder
 
withBloomFilterFalsePositiveRate(double) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withBloomFilterFalsePositiveRate(double) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withBloomFilterFalsePositiveRate(double) - Method in class swaydb.java.memory.Map.Builder
 
withBloomFilterFalsePositiveRate(double) - Method in class swaydb.java.memory.Set.Builder
 
withBloomFilterFalsePositiveRate(double) - Method in class swaydb.java.persistent.Map.Builder
 
withBloomFilterFalsePositiveRate(double) - Method in class swaydb.java.persistent.Set.Builder
 
withCacheCheckDelay(FiniteDuration) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withCacheCheckDelay(FiniteDuration) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withCacheCheckDelay(FiniteDuration) - Method in class swaydb.java.memory.Map.Builder
 
withCacheCheckDelay(FiniteDuration) - Method in class swaydb.java.memory.Set.Builder
 
withCacheCheckDelay(FiniteDuration) - Method in class swaydb.java.persistent.Map.Builder
 
withCacheCheckDelay(FiniteDuration) - Method in class swaydb.java.persistent.Set.Builder
 
withCacheSize(int) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withCacheSize(int) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withCacheSize(int) - Method in class swaydb.java.memory.Map.Builder
 
withCacheSize(int) - Method in class swaydb.java.memory.Set.Builder
 
withCacheSize(int) - Method in class swaydb.java.persistent.Map.Builder
 
withCacheSize(int) - Method in class swaydb.java.persistent.Set.Builder
 
withCompressDuplicateValues(boolean) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withCompressDuplicateValues(boolean) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withCompressDuplicateValues(boolean) - Method in class swaydb.java.memory.Map.Builder
 
withCompressDuplicateValues(boolean) - Method in class swaydb.java.memory.Set.Builder
 
withCompressDuplicateValues(boolean) - Method in class swaydb.java.persistent.Map.Builder
 
withCompressDuplicateValues(boolean) - Method in class swaydb.java.persistent.Set.Builder
 
withDeleteSegmentsEventually(boolean) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withDeleteSegmentsEventually(boolean) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withDeleteSegmentsEventually(boolean) - Method in class swaydb.java.memory.Map.Builder
 
withDeleteSegmentsEventually(boolean) - Method in class swaydb.java.memory.Set.Builder
 
withDeleteSegmentsEventually(boolean) - Method in class swaydb.java.persistent.Map.Builder
 
withDeleteSegmentsEventually(boolean) - Method in class swaydb.java.persistent.Set.Builder
 
withDir(Path) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withDir(Path) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withDir(Path) - Method in class swaydb.java.persistent.Map.Builder
 
withDir(Path) - Method in class swaydb.java.persistent.Set.Builder
 
withGroupingStrategy(Option<KeyValueGroupingStrategy>) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withGroupingStrategy(Option<KeyValueGroupingStrategy>) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withGroupingStrategy(Option<KeyValueGroupingStrategy>) - Method in class swaydb.java.memory.Map.Builder
 
withGroupingStrategy(Option<KeyValueGroupingStrategy>) - Method in class swaydb.java.memory.Set.Builder
 
withKeySerializer(Object) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withKeySerializer(Object) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withKeySerializer(Object) - Method in class swaydb.java.memory.Map.Builder
 
withKeySerializer(Object) - Method in class swaydb.java.memory.Set.Builder
 
withKeySerializer(Object) - Method in class swaydb.java.persistent.Map.Builder
 
withKeySerializer(Object) - Method in class swaydb.java.persistent.Set.Builder
 
withLastLevelGroupingStrategy(Option) - Method in class swaydb.java.persistent.Map.Builder
 
withLastLevelGroupingStrategy(Option) - Method in class swaydb.java.persistent.Set.Builder
 
withMapSize(int) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withMapSize(int) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withMapSize(int) - Method in class swaydb.java.memory.Map.Builder
 
withMapSize(int) - Method in class swaydb.java.memory.Set.Builder
 
withMapSize(int) - Method in class swaydb.java.persistent.Map.Builder
 
withMapSize(int) - Method in class swaydb.java.persistent.Set.Builder
 
withMaxMemoryLevelSize(int) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withMaxMemoryLevelSize(int) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withMaxOpenSegments(int) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withMaxOpenSegments(int) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withMaxOpenSegments(int) - Method in class swaydb.java.persistent.Map.Builder
 
withMaxOpenSegments(int) - Method in class swaydb.java.persistent.Set.Builder
 
withMaxSegmentsToPush(int) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withMaxSegmentsToPush(int) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withMemoryLevelSegmentSize(int) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withMemoryLevelSegmentSize(int) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withMmapAppendix(boolean) - Method in class swaydb.java.persistent.Map.Builder
 
withMmapAppendix(boolean) - Method in class swaydb.java.persistent.Set.Builder
 
withMmapMaps(boolean) - Method in class swaydb.java.persistent.Map.Builder
 
withMmapMaps(boolean) - Method in class swaydb.java.persistent.Set.Builder
 
withMmapPersistentAppendix(boolean) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withMmapPersistentAppendix(boolean) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withMmapPersistentSegments(MMAP) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withMmapPersistentSegments(MMAP) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withMmapSegments(MMAP) - Method in class swaydb.java.persistent.Map.Builder
 
withMmapSegments(MMAP) - Method in class swaydb.java.persistent.Set.Builder
 
withOtherDirs(Seq<Dir>) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withOtherDirs(Seq<Dir>) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withOtherDirs(Seq) - Method in class swaydb.java.persistent.Map.Builder
 
withOtherDirs(Seq) - Method in class swaydb.java.persistent.Set.Builder
 
withPersistentLevelAppendixFlushCheckpointSize(int) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withPersistentLevelAppendixFlushCheckpointSize(int) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withPersistentLevelSegmentSize(int) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withPersistentLevelSegmentSize(int) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withRecoveryMode(RecoveryMode) - Method in class swaydb.java.persistent.Map.Builder
 
withRecoveryMode(RecoveryMode) - Method in class swaydb.java.persistent.Set.Builder
 
withSegmentSize(int) - Method in class swaydb.java.memory.Map.Builder
 
withSegmentSize(int) - Method in class swaydb.java.memory.Set.Builder
 
withSegmentSize(int) - Method in class swaydb.java.persistent.Map.Builder
 
withSegmentSize(int) - Method in class swaydb.java.persistent.Set.Builder
 
withSegmentsOpenCheckDelay(FiniteDuration) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withSegmentsOpenCheckDelay(FiniteDuration) - Method in class swaydb.java.eventually.persistent.Set.Builder
 
withSegmentsOpenCheckDelay(FiniteDuration) - Method in class swaydb.java.persistent.Map.Builder
 
withSegmentsOpenCheckDelay(FiniteDuration) - Method in class swaydb.java.persistent.Set.Builder
 
withValueSerializer(Object) - Method in class swaydb.java.eventually.persistent.Map.Builder
 
withValueSerializer(Object) - Method in class swaydb.java.memory.Map.Builder
 
withValueSerializer(Object) - Method in class swaydb.java.persistent.Map.Builder
 
write(T) - Method in class swaydb.java.ApacheSerializer
Writes a typed object for this slice.

Z

zero() - Static method in class swaydb.java.Duration
Returns the FiniteDuration zero object.
A B C D E F G H I K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2019. All rights reserved.