akka.persistence.journal
Class JournalPerfSpec.Cmd

java.lang.Object
  extended by akka.persistence.journal.JournalPerfSpec.Cmd
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
JournalPerfSpec

public static class JournalPerfSpec.Cmd
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
JournalPerfSpec.Cmd(java.lang.String mode, int payload)
           
 
Method Summary
 java.lang.String mode()
           
 int payload()
           
 
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

JournalPerfSpec.Cmd

public JournalPerfSpec.Cmd(java.lang.String mode,
                           int payload)
Method Detail

mode

public java.lang.String mode()

payload

public int payload()