public class JdkHttpContentPutter<K extends EntryKey> extends BaseJdkHttpAccessor<K> implements ContentPutter<K>
_bufferRecycler, _keyConverter, _mapper, _pathFinder, _server, CHUNK_SIZE| Constructor and Description |
|---|
JdkHttpContentPutter(StoreClientConfig<K,?> storeConfig,
ClusterServerNode server) |
| Modifier and Type | Method and Description |
|---|---|
CallFailure |
_tryPut(CallConfig config,
PutCallParameters params,
long endOfTime,
K contentId,
PutContentProvider content,
long startTime,
long timeoutMsecs) |
CallFailure |
tryPut(CallConfig config,
PutCallParameters params,
long endOfTime,
K contentId,
PutContentProvider content) |
_unwrap, addChecksum, copy, drain, drain, failFromException, findContentType, fromBase64, getExcerpt, getExcerpt, handleHeaders, initRequest, parseLongHeader, sendRequest, toBase64public JdkHttpContentPutter(StoreClientConfig<K,?> storeConfig, ClusterServerNode server)
public CallFailure tryPut(CallConfig config, PutCallParameters params, long endOfTime, K contentId, PutContentProvider content)
tryPut in interface ContentPutter<K extends EntryKey>public CallFailure _tryPut(CallConfig config, PutCallParameters params, long endOfTime, K contentId, PutContentProvider content, long startTime, long timeoutMsecs) throws IOException, ExecutionException, InterruptedException
Copyright © 2012-2014 fasterxml.com. All Rights Reserved.