case class Map[K, V, F](_asScala: swaydb.Map[K, V, _, Less]) extends Product with Serializable
IOMap database API.
For documentation check - http://swaydb.io/bag/
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Map
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Map(_asScala: swaydb.Map[K, V, _, Less])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def applyFunction(from: K, to: K, function: F): OK
- def applyFunction(key: K, function: F): OK
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: java.util.Map[K, V]
- val asScala: swaydb.Map[K, V, swaydb.PureFunction[K, V, Apply.Map[V]], Less]
- implicit val bag: Sync[Less]
- def clear(): OK
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def close(): Unit
- def commit[P <: Prepare.Map[K, V, F]](prepare: Iterator[P]): OK
- def commit[P <: Prepare.Map[K, V, F]](prepare: Stream[P]): OK
- def commit[P <: Prepare.Map[K, V, F]](prepare: Iterable[P]): OK
- def contains(key: K): Boolean
- def delete(): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def expiration(key: K): Optional[Deadline]
- def expire(keys: Iterator[Pair[K, Duration]]): OK
- def expire(keys: Stream[Pair[K, Duration]]): OK
- def expire(keys: Iterable[Pair[K, Duration]]): OK
- def expire(from: K, to: K, after: Duration): OK
- def expire(key: K, after: Duration): OK
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get(key: K): Optional[V]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getKey(key: K): Optional[K]
- def getKeyValue(key: K): Optional[KeyVal[K, V]]
- def headOptional: Optional[KeyVal[K, V]]
- def isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator: Iterator[KeyVal[K, V]]
- def keySize(key: K): Int
- def keys: Set[K, Void]
- def lastOptional: Optional[KeyVal[K, V]]
- def level0Meter: LevelZeroMeter
- def levelMeter(levelNumber: Int): Optional[LevelMeter]
- def mightContain(key: K): Boolean
- def mightContainFunction(function: F): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def path: Path
- def put(keyValues: Iterator[KeyVal[K, V]]): OK
- def put(keyValues: Stream[KeyVal[K, V]]): OK
- def put(keyValues: Iterable[KeyVal[K, V]]): OK
- def put(key: K, value: V, expireAfter: Duration): OK
- def put(key: K, value: V): OK
- def remove(keys: Iterator[K]): OK
- def remove(keys: Stream[K]): OK
- def remove(keys: Iterable[K]): OK
- def remove(from: K, to: K): OK
- def remove(key: K): OK
- def sizeOfBloomFilterEntries: Int
- def sizeOfSegments: Long
- def stream: Source[K, KeyVal[K, V]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def timeLeft(key: K): Optional[Duration]
-
def
toString(): String
- Definition Classes
- Map → AnyRef → Any
- def update(keyValues: Iterator[KeyVal[K, V]]): OK
- def update(keyValues: Stream[KeyVal[K, V]]): OK
- def update(keyValues: Iterable[KeyVal[K, V]]): OK
- def update(from: K, to: K, value: V): OK
- def update(key: K, value: V): OK
- def valueSize(value: V): Int
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()