| Modifier and Type | Method and Description |
|---|---|
LogGetHandle |
DockerAccess.getLogAsync(String containerId,
LogCallback callback)
Get logs asynchronously.
|
void |
DockerAccess.getLogSync(String containerId,
LogCallback callback)
Get logs for a container up to now synchronously.
|
| Modifier and Type | Method and Description |
|---|---|
LogGetHandle |
DockerAccessWithHcClient.getLogAsync(String containerId,
LogCallback callback) |
void |
DockerAccessWithHcClient.getLogSync(String containerId,
LogCallback callback) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLogCallback |
| Constructor and Description |
|---|
LogRequestor(org.apache.http.impl.client.CloseableHttpClient client,
UrlBuilder urlBuilder,
String containerId,
LogCallback callback)
Create a helper object for requesting log entries synchronously (
LogRequestor.fetchLogs()) or asynchronously (Thread.start(). |
Copyright © 2023. All rights reserved.