org.apache.hadoop.hbase.thrift
Class CallQueue.Call

java.lang.Object
  extended by org.apache.hadoop.hbase.thrift.CallQueue.Call
All Implemented Interfaces:
Runnable
Enclosing class:
CallQueue

public static class CallQueue.Call
extends Object
implements Runnable


Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 void run()
           
 long timeInQueue()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Specified by:
run in interface Runnable

timeInQueue

public long timeInQueue()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.