akka.persistence.hbase.journal

HBaseAsyncWriteJournal

class HBaseAsyncWriteJournal extends Actor with ActorLogging with HBaseJournalBase with AsyncWriteJournal with HBaseAsyncRecovery

Asyncronous HBase Journal.

Uses AsyncBase to implement asynchronous IPC with HBase.

Linear Supertypes
HBaseAsyncRecovery, AsyncWriteJournal, AsyncRecovery, WriteJournalBase, HBaseJournalBase, AsyncBaseUtils, HBaseUtils, HBaseSerialization, ActorLogging, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HBaseAsyncWriteJournal
  2. HBaseAsyncRecovery
  3. AsyncWriteJournal
  4. AsyncRecovery
  5. WriteJournalBase
  6. HBaseJournalBase
  7. AsyncBaseUtils
  8. HBaseUtils
  9. HBaseSerialization
  10. ActorLogging
  11. Actor
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HBaseAsyncWriteJournal()

Type Members

  1. type AsyncBaseRows = ArrayList[ArrayList[KeyValue]]

    Definition Classes
    HBaseJournalBase
  2. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def aroundPostRestart(reason: Throwable): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  5. def aroundPostStop(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  6. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  7. def aroundPreStart(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundReceive(receive: actor.Actor.Receive, msg: Any): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def asyncDeleteMessagesTo(persistenceId: String, toSequenceNr: Long, permanent: Boolean): Future[Unit]

    Definition Classes
    HBaseAsyncWriteJournal → AsyncWriteJournal
  11. def asyncReadHighestSequenceNr(persistenceId: String, fromSequenceNr: Long): Future[Long]

    Definition Classes
    HBaseAsyncRecovery → AsyncRecovery
  12. def asyncReplayMessages(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long, max: Long)(replayCallback: (PersistentRepr) ⇒ Unit): Future[Unit]

    Definition Classes
    HBaseAsyncRecovery → AsyncRecovery
  13. def asyncWriteMessages(persistentBatch: Seq[PersistentRepr]): Future[Unit]

    Definition Classes
    HBaseAsyncWriteJournal → AsyncWriteJournal
  14. lazy val client: HBaseClient

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. implicit val context: ActorContext

    Definition Classes
    Actor
  17. def deleteRow(key: Array[Byte]): Future[Unit]

    Attributes
    protected
    Definition Classes
    AsyncBaseUtils
  18. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  20. def executeDelete(key: Array[Byte]): Future[Unit]

    Attributes
    protected
    Definition Classes
    AsyncBaseUtils
  21. def executePut(key: Array[Byte], qualifiers: Array[Array[Byte]], values: Array[Array[Byte]]): Future[Unit]

    Attributes
    protected
    Definition Classes
    AsyncBaseUtils
  22. lazy val family: String

    Definition Classes
    HBaseAsyncWriteJournalAsyncBaseUtils
  23. lazy val familyBytes: Array[Byte]

    Definition Classes
    AsyncBaseUtils
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def findColumn(columns: Seq[KeyValue], qualifier: Array[Byte]): KeyValue

    Attributes
    protected
    Definition Classes
    AsyncBaseUtils
  26. def flushWrites(): Unit

    Sends the buffered commands to HBase.

    Sends the buffered commands to HBase. Does not guarantee that they "complete" right away.

    Definition Classes
    AsyncBaseUtils
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. implicit lazy val hBasePersistenceSettings: PersistencePluginSettings

  29. lazy val hTable: HTable

  30. lazy val hadoopConfig: Configuration

  31. def hashCode(): Int

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

    Definition Classes
    Any
  33. def isSnapshotRow(columns: Seq[KeyValue]): Boolean

    Attributes
    protected
    Definition Classes
    AsyncBaseUtils
  34. def log: LoggingAdapter

    Definition Classes
    ActorLogging
  35. def markRowAsDeleted(key: Array[Byte]): Future[Unit]

    Attributes
    protected
    Definition Classes
    AsyncBaseUtils
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. def newScanner(): Scanner

    Attributes
    protected
    Definition Classes
    AsyncBaseUtils
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def persistentFromBytes(bytes: Array[Byte]): PersistentRepr

    Attributes
    protected
    Definition Classes
    HBaseSerialization
  41. def persistentToBytes(msg: Persistent): Array[Byte]

    Attributes
    protected
    Definition Classes
    HBaseSerialization
  42. implicit val pluginDispatcher: MessageDispatcher

  43. def postRestart(reason: Throwable): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  44. def postStop(): Unit

    Definition Classes
    HBaseAsyncWriteJournal → Actor
  45. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  46. def preStart(): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  47. def preparePartitionScan(table: Array[Byte], family: Array[Byte], startScanKey: RowKey, stopScanKey: RowKey, persistenceIdRowRegex: String, onlyRowKeys: Boolean): Scan

    Definition Classes
    HBaseUtils
  48. def preparePersistentBatch(rb: Seq[Resequenceable]): Seq[PersistentRepr]

    Attributes
    protected
    Definition Classes
    WriteJournalBase
  49. def preparePrefixScan(table: Array[Byte], family: Array[Byte], startScanKey: SnapshotRowKey, stopScanKey: SnapshotRowKey, persistenceIdPrefix: String, onlyRowKeys: Boolean): Scan

    For snapshots

    For snapshots

    Definition Classes
    HBaseUtils
  50. lazy val publishTestingEvents: Boolean

  51. def receive: PartialFunction[Any, Unit]

    Definition Classes
    AsyncWriteJournal → Actor
  52. def selectPartition(sequenceNr: Long)(implicit journalConfig: PersistencePluginSettings): Long

    Used to avoid writing all data to the same region - see "hot region" problem

    Used to avoid writing all data to the same region - see "hot region" problem

    Definition Classes
    AsyncBaseUtils
  53. implicit final val self: ActorRef

    Definition Classes
    Actor
  54. final def sender(): ActorRef

    Definition Classes
    Actor
  55. def serialization: Serialization

  56. def snapshotFromBytes(bytes: Array[Byte]): Snapshot

    Attributes
    protected
    Definition Classes
    HBaseSerialization
  57. def snapshotToBytes(msg: Snapshot): Array[Byte]

    Attributes
    protected
    Definition Classes
    HBaseSerialization
  58. def supervisorStrategy: SupervisorStrategy

    Definition Classes
    Actor
  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  60. lazy val table: String

    Definition Classes
    HBaseAsyncWriteJournalAsyncBaseUtils
  61. lazy val tableBytes: Array[Byte]

    Definition Classes
    AsyncBaseUtils
  62. def toString(): String

    Definition Classes
    AnyRef → Any
  63. def unhandled(message: Any): Unit

    Definition Classes
    Actor
  64. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def asyncDeleteMessages(messageIds: Seq[PersistentId], permanent: Boolean): Future[Unit]

    Definition Classes
    HBaseAsyncWriteJournal → AsyncWriteJournal
    Annotations
    @deprecated
    Deprecated

    Will be removed

  2. def asyncWriteConfirmations(confirmations: Seq[PersistentConfirmation]): Future[Unit]

    Definition Classes
    HBaseAsyncWriteJournal → AsyncWriteJournal
    Annotations
    @deprecated
    Deprecated

    Will be removed

Inherited from HBaseAsyncRecovery

Inherited from AsyncWriteJournal

Inherited from AsyncRecovery

Inherited from WriteJournalBase

Inherited from HBaseJournalBase

Inherited from AsyncBaseUtils

Inherited from HBaseUtils

Inherited from HBaseSerialization

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped