Package

com.hootsuite.akka.persistence.redis

snapshot

Permalink

package snapshot

Visibility
  1. Public
  2. All

Type Members

  1. class RedisSnapshotStore extends SnapshotStore with ActorLogging with DefaultRedisComponent with ByteArraySerializer with SnapshotExecutionContext

    Permalink

    Writes snapshot in Sorted Set, using SequenceNr as score.

  2. trait SnapshotExecutionContext extends AnyRef

    Permalink
  3. case class SnapshotRecord(sequenceNr: Long, timestamp: Long, snapshot: Array[Byte]) extends Product with Serializable

    Permalink

    Snapshot entry that can be serialized and deserialized to JSON JSON in turn is serialized to ByteString so it can be stored in Redis with Rediscala

Value Members

  1. object SnapshotRecord extends Serializable

    Permalink

Ungrouped