akka.actor.mailbox.filebased.filequeue.tools
Class Util$

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

public class Util$
extends java.lang.Object


Field Summary
static Util$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Util$()
           
 
Method Summary
 java.lang.String bytesToHuman(long bytes, long minDivisor)
           
 long GIGABYTE()
           
 long KILOBYTE()
           
 long MEGABYTE()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Util$

public Util$()
Method Detail

KILOBYTE

public long KILOBYTE()

MEGABYTE

public long MEGABYTE()

GIGABYTE

public long GIGABYTE()

bytesToHuman

public java.lang.String bytesToHuman(long bytes,
                                     long minDivisor)