Class IsolatedIngestionRequestClient
java.lang.Object
com.linkedin.davinci.ingestion.isolated.IsolatedIngestionRequestClient
- All Implemented Interfaces:
Closeable
,AutoCloseable
This class sends requests to monitor service in main process and retrieves responses.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
boolean
void
protected void
setHttpClientTransport
(HttpClientTransport clientTransport)
-
Constructor Details
-
IsolatedIngestionRequestClient
-
-
Method Details
-
reportIngestionStatus
-
reportMetricUpdate
-
setHttpClientTransport
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-