public abstract class ShardCallable<V> extends java.lang.Object implements java.util.concurrent.Callable<V>
ShardCallable(long companyId)
V
call()
protected abstract V
doCall()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ShardCallable(long companyId)
public V call() throws java.lang.Exception
call
java.util.concurrent.Callable<V>
java.lang.Exception
protected abstract V doCall() throws java.lang.Exception