akka.persistence.hbase

journal

package journal

Visibility
  1. Public
  2. All

Type Members

  1. trait HBaseAsyncRecovery extends AsyncRecovery

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

    Asyncronous HBase Journal.

  3. trait HBaseJournalBase extends HBaseSerialization with HBaseUtils with AsyncBaseUtils

  4. case class PersistencePluginSettings(zookeeperQuorum: String, table: String, family: String, partitionCount: Int, scanBatchSize: Int, pluginDispatcherId: String, replayDispatcherId: String, publishTestingEvents: Boolean, snapshotTable: String, snapshotFamily: String, snapshotHdfsDir: String, hadoopConfiguration: Configuration) extends Product with Serializable

Value Members

  1. object HBaseClientFactory

  2. object HBaseJournalInit

  3. object Operator

  4. object PersistencePluginSettings extends Serializable

  5. object RowTypeMarkers

Ungrouped