org.apache.solr.cloud
Class DistributedQueue.QueueEvent

java.lang.Object
  extended by org.apache.solr.cloud.DistributedQueue.QueueEvent
Enclosing class:
DistributedQueue

public static class DistributedQueue.QueueEvent
extends Object


Method Summary
 boolean equals(Object obj)
           
 byte[] getBytes()
           
 String getId()
           
 org.apache.zookeeper.WatchedEvent getWatchedEvent()
           
 int hashCode()
           
 void setBytes(byte[] bytes)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

setId

public void setId(String id)

getId

public String getId()

setBytes

public void setBytes(byte[] bytes)

getBytes

public byte[] getBytes()

getWatchedEvent

public org.apache.zookeeper.WatchedEvent getWatchedEvent()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.