public abstract class TimingCallable<V> extends Object implements Callable<V>
TimingCallable(String message)
V
call()
protected abstract V
callWithTime()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TimingCallable(String message)
public final V call() throws Exception
call
Callable<V>
Exception
protected abstract V callWithTime() throws Exception
Copyright © 2013–2016 V5 Analytics. All rights reserved.