akka.persistence
Class SnapshotProtocol.DeleteSnapshots

java.lang.Object
  extended by akka.persistence.SnapshotProtocol.DeleteSnapshots
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
SnapshotProtocol

public static class SnapshotProtocol.DeleteSnapshots
extends java.lang.Object
implements scala.Product, scala.Serializable

Instructs snapshot store to delete all snapshots that match criteria.

param: persistenceId persistent actor id. param: criteria criteria for selecting snapshots to be deleted.

See Also:
Serialized Form

Constructor Summary
SnapshotProtocol.DeleteSnapshots(java.lang.String persistenceId, SnapshotSelectionCriteria criteria)
           
 
Method Summary
 SnapshotSelectionCriteria criteria()
           
 java.lang.String persistenceId()
           
 java.lang.String processorId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

SnapshotProtocol.DeleteSnapshots

public SnapshotProtocol.DeleteSnapshots(java.lang.String persistenceId,
                                        SnapshotSelectionCriteria criteria)
Method Detail

persistenceId

public java.lang.String persistenceId()

criteria

public SnapshotSelectionCriteria criteria()

processorId

public java.lang.String processorId()