public class LocalSnapshotStore
extends akka.persistence.snapshot.japi.SnapshotStore
| Constructor and Description | 
|---|
| LocalSnapshotStore(com.typesafe.config.Config config) | 
| Modifier and Type | Method and Description | 
|---|---|
| scala.concurrent.Future<Void> | doDeleteAsync(akka.persistence.SnapshotMetadata metadata) | 
| scala.concurrent.Future<Void> | doDeleteAsync(String persistenceId,
             akka.persistence.SnapshotSelectionCriteria criteria) | 
| scala.concurrent.Future<Optional<akka.persistence.SelectedSnapshot>> | doLoadAsync(String persistenceId,
           akka.persistence.SnapshotSelectionCriteria criteria) | 
| scala.concurrent.Future<Void> | doSaveAsync(akka.persistence.SnapshotMetadata metadata,
           Object snapshot) | 
| void | preStart() | 
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, akka$actor$ActorLogging$$_log_$eq, akka$actor$ActorLogging$$_log, akka$persistence$snapshot$SnapshotStore$_setter_$akka$persistence$snapshot$SnapshotStore$$breaker_$eq, akka$persistence$snapshot$SnapshotStore$_setter_$akka$persistence$snapshot$SnapshotStore$$extension_$eq, akka$persistence$snapshot$SnapshotStore$_setter_$akka$persistence$snapshot$SnapshotStore$$publish_$eq, akka$persistence$snapshot$SnapshotStore$_setter_$receiveSnapshotStore_$eq, akka$persistence$snapshot$SnapshotStore$$breaker, akka$persistence$snapshot$SnapshotStore$$extension, akka$persistence$snapshot$SnapshotStore$$publish, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, deleteAsync, deleteAsync, loadAsync, log, postRestart, postStop, preRestart, receive, receivePluginInternal, receiveSnapshotStore, saveAsync, self, sender, supervisorStrategy, unhandledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void preStart()
              throws Exception
preStart in interface akka.actor.ActorpreStart in class akka.persistence.snapshot.japi.SnapshotStoreExceptionpublic scala.concurrent.Future<Optional<akka.persistence.SelectedSnapshot>> doLoadAsync(String persistenceId, akka.persistence.SnapshotSelectionCriteria criteria)
public scala.concurrent.Future<Void> doSaveAsync(akka.persistence.SnapshotMetadata metadata, Object snapshot)
public scala.concurrent.Future<Void> doDeleteAsync(akka.persistence.SnapshotMetadata metadata)
Copyright © 2019 OpenDaylight. All rights reserved.