- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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.