protected class AbstractStore.QueryItemCallable<V> extends Object implements Callable<Integer>
AbstractStore.QueryItemCallable(V v, Predicate<V,S> valueSelector, PK primaryKey, Store.QueryTask<V,PK,S> query, S storeDeputy)
Integer
call()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractStore.QueryItemCallable(V v, Predicate<V,S> valueSelector, PK primaryKey, Store.QueryTask<V,PK,S> query, S storeDeputy)
public Integer call() throws Exception
call
Callable<Integer>
Exception