class
AsyncHBaseLongStore extends Store[String, Long] with AsyncHBaseStore
Instance Constructors
-
new
AsyncHBaseLongStore(quorumNames: Seq[String], table: String, columnFamily: String, column: String, client: HBaseClient, threads: Int)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
client: HBaseClient
-
def
clone(): AnyRef
-
def
close(): Unit
-
val
column: String
-
val
columnFamily: String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
val
futurePool: ExecutorServiceFuturePool
-
def
get(k: String): Future[Option[Long]]
-
final
def
getClass(): java.lang.Class[_]
-
def
getValue[K, V](key: K)(implicit arg0: Codec[K], arg1: Codec[V]): Future[Option[V]]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
multiGet[K1 <: String](ks: Set[K1]): Map[K1, Future[Option[Long]]]
-
def
multiPut[K1 <: String](kvs: Map[K1, Option[Long]]): Map[K1, Future[Unit]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
put(kv: (String, Option[Long])): Future[Unit]
-
def
putValue[K, V](kv: (K, Option[V]))(implicit arg0: Codec[K], arg1: Codec[V]): Future[Unit]
-
val
quorumNames: Seq[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
table: String
-
val
threads: Int
-
def
toString(): String
-
def
validateConfiguration(): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Store[String, Long]
Inherited from Closeable
Inherited from AnyRef
Inherited from Any