Package | Description |
---|---|
com.github.dockerjava.api | |
com.github.dockerjava.api.command | |
com.github.dockerjava.core | |
com.github.dockerjava.core.command | |
com.github.dockerjava.jaxrs |
Modifier and Type | Method and Description |
---|---|
StatsCmd |
DockerClient.statsCmd(StatsCallback statsCallback) |
Modifier and Type | Method and Description |
---|---|
StatsCmd |
StatsCmd.withContainerId(String containerId) |
StatsCmd |
StatsCmd.withStatsCallback(StatsCallback statsCallback) |
Modifier and Type | Method and Description |
---|---|
StatsCmd |
DockerClientImpl.statsCmd(StatsCallback statsCallback) |
Modifier and Type | Class and Description |
---|---|
class |
StatsCmdImpl
Stream docker stats
|
Modifier and Type | Method and Description |
---|---|
StatsCmd |
StatsCmdImpl.withContainerId(String containerId) |
StatsCmd |
StatsCmdImpl.withStatsCallback(StatsCallback statsCallback) |
Modifier and Type | Method and Description |
---|---|
protected ExecutorService |
StatsCmdExec.execute(StatsCmd command) |
Copyright © 2015. All Rights Reserved.