| Package | Description |
|---|---|
| io.fabric8.maven.docker.access | |
| io.fabric8.maven.docker.access.hc | |
| io.fabric8.maven.docker.access.log | |
| io.fabric8.maven.docker.log |
| 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) |
| 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(). |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLogCallback |
Copyright © 2018. All rights reserved.