public class JdkHttpEntryLister<K extends EntryKey> extends BaseJdkHttpAccessor<K> implements EntryLister<K>
_bufferRecycler, _keyConverter, _mapper, _pathFinder, _server, CHUNK_SIZE| Constructor and Description |
|---|
JdkHttpEntryLister(StoreClientConfig<K,?> storeConfig,
ClusterServerNode server) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> ListCallResult<T> |
failed(CallFailure fail) |
<T> ListCallResult<T> |
tryList(CallConfig config,
long endOfTime,
K prefix,
K lastSeen,
ListItemType type,
int maxResults,
ContentConverter<ListResponse<T>> converter) |
_unwrap, addChecksum, copy, drain, drain, failFromException, findContentType, fromBase64, getExcerpt, getExcerpt, handleHeaders, initRequest, parseLongHeader, sendRequest, toBase64public JdkHttpEntryLister(StoreClientConfig<K,?> storeConfig, ClusterServerNode server)
public <T> ListCallResult<T> tryList(CallConfig config, long endOfTime, K prefix, K lastSeen, ListItemType type, int maxResults, ContentConverter<ListResponse<T>> converter)
tryList in interface EntryLister<K extends EntryKey>protected <T> ListCallResult<T> failed(CallFailure fail)
Copyright © 2012-2014 fasterxml.com. All Rights Reserved.