Class/Object

com.twitter.storehaus.asynchbase

AsyncHBaseStringStore

Related Docs: object AsyncHBaseStringStore | package asynchbase

Permalink

class AsyncHBaseStringStore extends Store[String, String] with AsyncHBaseStore

Linear Supertypes
AsyncHBaseStore, Store[String, String], WritableStore[String, Option[String]], ReadableStore[String, String], Closable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncHBaseStringStore
  2. AsyncHBaseStore
  3. Store
  4. WritableStore
  5. ReadableStore
  6. Closable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsyncHBaseStringStore(quorumNames: Seq[String], table: String, columnFamily: String, column: String, client: HBaseClient, threads: Int)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val client: HBaseClient

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncHBaseStringStoreAsyncHBaseStore
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(t: Time): Future[Unit]

    Permalink

    Close this store and release any resources.

    Close this store and release any resources. It is undefined what happens on get/multiGet after close

    Definition Classes
    AsyncHBaseStringStore → WritableStore → ReadableStore → Closable
  8. def close(after: Duration): Future[Unit]

    Permalink
    Definition Classes
    Closable
  9. final def close(): Future[Unit]

    Permalink
    Definition Classes
    Closable
  10. val column: String

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncHBaseStringStoreAsyncHBaseStore
  11. val columnFamily: String

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncHBaseStringStoreAsyncHBaseStore
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def get(k: String): Future[Option[String]]

    Permalink

    get a single key from the store.

    get a single key from the store. Prefer multiGet if you are getting more than one key at a time

    Definition Classes
    AsyncHBaseStringStore → ReadableStore
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getValue[K, V](key: K)(implicit arg0: Codec[K], arg1: Codec[V]): Future[Option[V]]

    Permalink
    Definition Classes
    AsyncHBaseStore
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def multiGet[K1 <: String](ks: Set[K1]): Map[K1, Future[Option[String]]]

    Permalink
    Definition Classes
    ReadableStore
  21. def multiPut[K1 <: String](kvs: Map[K1, Option[String]]): Map[K1, Future[Unit]]

    Permalink
    Definition Classes
    WritableStore
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def put(kv: (String, Option[String])): Future[Unit]

    Permalink

    replace a value Delete is the same as put((k,None))

    replace a value Delete is the same as put((k,None))

    Definition Classes
    AsyncHBaseStringStore → WritableStore
  26. def putValue[K, V](kv: (K, Option[V]))(implicit arg0: Codec[K], arg1: Codec[V]): Future[Unit]

    Permalink
    Definition Classes
    AsyncHBaseStore
  27. val quorumNames: Seq[String]

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncHBaseStringStoreAsyncHBaseStore
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. val table: String

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncHBaseStringStoreAsyncHBaseStore
  30. val threads: Int

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncHBaseStringStoreAsyncHBaseStore
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def validateConfiguration(): Unit

    Permalink
    Definition Classes
    AsyncHBaseStore
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AsyncHBaseStore

Inherited from Store[String, String]

Inherited from WritableStore[String, Option[String]]

Inherited from ReadableStore[String, String]

Inherited from Closable

Inherited from AnyRef

Inherited from Any

Ungrouped