Class/Object

com.twitter.storehaus.hbase

HBaseLongStore

Related Docs: object HBaseLongStore | package hbase

Permalink

class HBaseLongStore extends Store[String, Long] with HBaseStore

Linear Supertypes
HBaseStore, Store[String, Long], WritableStore[String, Option[Long]], ReadableStore[String, Long], Closable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HBaseLongStore
  2. HBaseStore
  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 HBaseLongStore(quorumNames: Seq[String], table: String, columnFamily: String, column: String, createTable: Boolean, pool: HTablePool, conf: Configuration, 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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. 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
    HBaseLongStore → WritableStore → ReadableStore → Closable
  7. def close(after: Duration): Future[Unit]

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

    Permalink
    Definition Classes
    Closable
  9. val column: String

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseLongStoreHBaseStore
  10. val columnFamily: String

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseLongStoreHBaseStore
  11. val conf: Configuration

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseLongStoreHBaseStore
  12. val createTable: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseLongStoreHBaseStore
  13. def createTableIfRequired(): Unit

    Permalink
    Definition Classes
    HBaseStore
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val futurePool: ExecutorServiceFuturePool

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseStore
  18. def get(k: String): Future[Option[Long]]

    Permalink

    get a single key from the store.

    get a single key from the store.

    Definition Classes
    HBaseLongStore → ReadableStore
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getHBaseAdmin: HBaseAdmin

    Permalink
    Definition Classes
    HBaseStore
  21. def getValue[K, V](key: K)(implicit keyInj: Injection[K, Array[Byte]], valueInj: Injection[V, Array[Byte]]): Future[Option[V]]

    Permalink
    Definition Classes
    HBaseStore
  22. def hashCode(): Int

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. val pool: HTablePool

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseLongStoreHBaseStore
  30. def put(kv: (String, Option[Long])): 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
    HBaseLongStore → WritableStore
  31. def putValue[K, V](kv: (K, Option[V]))(implicit keyInj: Injection[K, Array[Byte]], valueInj: Injection[V, Array[Byte]]): Future[Unit]

    Permalink
    Definition Classes
    HBaseStore
  32. val quorumNames: Seq[String]

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

    Permalink
    Definition Classes
    AnyRef
  34. val table: String

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseLongStoreHBaseStore
  35. val threads: Int

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseLongStoreHBaseStore
  36. def toString(): String

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

    Permalink
    Definition Classes
    HBaseStore
  38. final def wait(): Unit

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

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

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

Inherited from HBaseStore

Inherited from Store[String, Long]

Inherited from WritableStore[String, Option[Long]]

Inherited from ReadableStore[String, Long]

Inherited from Closable

Inherited from AnyRef

Inherited from Any

Ungrouped