Package com.logicalclocks.hsfs.metadata
Interface HopsworksHttpClient
- All Known Implementing Classes:
HopsworksExternalClient,HopsworksInternalClient
public interface HopsworksHttpClient
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<T> ThandleRequest(org.apache.http.HttpRequest request, org.apache.http.client.ResponseHandler<T> responseHandler) static StringreadCertKey(String materialPwd) voidsetCertKey(String certKey) voidsetKeyStorePath(String keyStorePath) voidsetTrustStorePath(String trustStorePath)
-
Field Details
-
LOGGER
static final org.slf4j.Logger LOGGER
-
-
Method Details
-
handleRequest
<T> T handleRequest(org.apache.http.HttpRequest request, org.apache.http.client.ResponseHandler<T> responseHandler) throws IOException, FeatureStoreException - Throws:
IOExceptionFeatureStoreException
-
getTrustStorePath
String getTrustStorePath() -
setTrustStorePath
-
getKeyStorePath
String getKeyStorePath() -
setKeyStorePath
-
getCertKey
String getCertKey() -
setCertKey
-
readCertKey
-