public DHTFuture<StoreEntity> store(Contact[] dst, Key key,
Value value, StoreConfig config) {
int k = routeTable.getK();
DHTProcess<StoreEntity> process
= new StoreResponseHandler(messageDispatcher,
dst, k, key, value, config);
return futureManager.submit(process, config);
}