class DynamoLongStore extends ConvertedStore[String, String, AttributeValue, Long] with MergeableStore[String, Long]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoLongStore
- MergeableStore
- Mergeable
- ConvertedStore
- Store
- WritableStore
- ConvertedReadableStore
- AbstractReadableStore
- ReadableStore
- Closable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DynamoLongStore(underlying: DynamoStore)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
close(time: Time): Future[Unit]
- Definition Classes
- Mergeable → Closable
-
def
close(after: Duration): Future[Unit]
- Definition Classes
- Closable
-
final
def
close(): Future[Unit]
- Definition Classes
- Closable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get(k2: String): Future[Option[Long]]
- Definition Classes
- ConvertedReadableStore → ReadableStore
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
merge(kv: (String, Long)): Future[Option[Long]]
- Definition Classes
- DynamoLongStore → Mergeable
-
def
multiGet[K3 <: String](s: Set[K3]): Map[K3, Future[Option[Long]]]
- Definition Classes
- ConvertedReadableStore → ReadableStore
-
def
multiMerge[K1 <: String](kvs: Map[K1, Long]): Map[K1, Future[Option[Long]]]
- Definition Classes
- Mergeable
-
def
multiPut[K3 <: String](kvs: Map[K3, Option[Long]]): Map[K3, Future[Unit]]
- Definition Classes
- ConvertedStore → WritableStore
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
put(kv: (String, Option[Long])): Future[Unit]
- Definition Classes
- ConvertedStore → WritableStore
-
def
semigroup: Semigroup[Long]
- Definition Classes
- DynamoLongStore → Mergeable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )