Package com.logicalclocks.hsfs.metadata
Class HopsworksInternalClient
java.lang.Object
com.logicalclocks.hsfs.metadata.HopsworksInternalClient
- All Implemented Interfaces:
HopsworksHttpClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> ThandleRequest(org.apache.http.HttpRequest request, org.apache.http.client.ResponseHandler<T> responseHandler) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.logicalclocks.hsfs.metadata.HopsworksHttpClient
getCertKey, getKeyStorePath, getTrustStorePath, setCertKey, setKeyStorePath, setTrustStorePath
-
Field Details
-
REST_ENDPOINT_SYS
- See Also:
-
-
Constructor Details
-
HopsworksInternalClient
public HopsworksInternalClient() throws IOException, KeyStoreException, CertificateException, NoSuchAlgorithmException, KeyManagementException, FeatureStoreException
-
-
Method Details
-
refreshJwt
- Throws:
FeatureStoreException
-
handleRequest
public <T> T handleRequest(org.apache.http.HttpRequest request, org.apache.http.client.ResponseHandler<T> responseHandler) throws IOException, FeatureStoreException - Specified by:
handleRequestin interfaceHopsworksHttpClient- Throws:
IOExceptionFeatureStoreException
-