org.usergrid.mq.cassandra
Class QueueManagerImpl.QueueBounds

java.lang.Object
  extended by org.usergrid.mq.cassandra.QueueManagerImpl.QueueBounds
Enclosing class:
QueueManagerImpl

public static final class QueueManagerImpl.QueueBounds
extends Object


Constructor Summary
QueueManagerImpl.QueueBounds(UUID oldest, UUID newest)
           
 
Method Summary
 boolean equals(Object obj)
           
 UUID getNewest()
           
 UUID getOldest()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueManagerImpl.QueueBounds

public QueueManagerImpl.QueueBounds(UUID oldest,
                                    UUID newest)
Method Detail

getOldest

public UUID getOldest()

getNewest

public UUID getNewest()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.