public class StoreListServlet<K extends EntryKey,E extends StoredEntry<K>> extends ServletWithMetricsBase
| Modifier and Type | Field and Description |
|---|---|
protected EntryKeyConverter<K> |
_keyConverter |
protected OperationMetrics |
_listMetrics |
protected StoreHandler<K,E,?> |
_storeHandler |
_basePath, _clusterView, _timeMaster, LOG| Constructor and Description |
|---|
StoreListServlet(SharedServiceStuff stuff,
ClusterViewByServer clusterView,
StoreHandler<K,E,?> storeHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected K |
_findKey(ServletServiceRequest request,
ServletServiceResponse response) |
void |
fillOperationMetrics(AllOperationMetrics metrics) |
void |
handleGet(ServletServiceRequest request,
ServletServiceResponse response,
com.fasterxml.storemate.store.util.OperationDiagnostics stats) |
_addStdHeaders, _trimPath, constructMetadata, constructRequest, constructResponse, doDelete, doGet, doHead, doPost, doPut, getClusterView, handleDelete, handleHead, handlePost, handlePutdoOptions, doTrace, getLastModified, service, serviceprotected final StoreHandler<K extends EntryKey,E extends StoredEntry<K>,?> _storeHandler
protected final EntryKeyConverter<K extends EntryKey> _keyConverter
protected final OperationMetrics _listMetrics
public StoreListServlet(SharedServiceStuff stuff, ClusterViewByServer clusterView, StoreHandler<K,E,?> storeHandler)
public void fillOperationMetrics(AllOperationMetrics metrics)
fillOperationMetrics in interface AllOperationMetrics.ProviderfillOperationMetrics in class ServletWithMetricsBaseprotected K _findKey(ServletServiceRequest request, ServletServiceResponse response)
public void handleGet(ServletServiceRequest request, ServletServiceResponse response, com.fasterxml.storemate.store.util.OperationDiagnostics stats) throws IOException
handleGet in class ServletBaseIOExceptionCopyright © 2012-2014 fasterxml.com. All Rights Reserved.