akka.actor.mailbox.filebased.filequeue
Class PersistentQueue$

java.lang.Object
  extended by akka.actor.mailbox.filebased.filequeue.PersistentQueue$

public class PersistentQueue$
extends java.lang.Object


Field Summary
static PersistentQueue$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
PersistentQueue$()
           
 
Method Summary
 boolean discardOldWhenFull()
           
 scala.Option<PersistentQueue> expiredQueue()
           
 boolean keepJournal()
           
 int maxAge()
           
 int maxItems()
           
 long maxItemSize()
           
 int maxJournalOverflow()
           
 long maxJournalSize()
           
 long maxJournalSizeAbsolute()
           
 long maxMemorySize()
           
 long maxSize()
           
 boolean syncJournal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final PersistentQueue$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

PersistentQueue$

public PersistentQueue$()
Method Detail

maxItems

public int maxItems()

maxSize

public long maxSize()

maxItemSize

public long maxItemSize()

maxAge

public int maxAge()

maxJournalSize

public long maxJournalSize()

maxMemorySize

public long maxMemorySize()

maxJournalOverflow

public int maxJournalOverflow()

maxJournalSizeAbsolute

public long maxJournalSizeAbsolute()

discardOldWhenFull

public boolean discardOldWhenFull()

keepJournal

public boolean keepJournal()

syncJournal

public boolean syncJournal()

expiredQueue

public scala.Option<PersistentQueue> expiredQueue()