Uses of Class
com.spotify.docker.client.messages.Info
Packages that use Info
-
Uses of Info in com.spotify.docker.client
Methods in com.spotify.docker.client that return Info -
Uses of Info in com.spotify.docker.client.messages
Subclasses of Info in com.spotify.docker.client.messagesMethods in com.spotify.docker.client.messages that return InfoModifier and TypeMethodDescription(package private) static Info
Info.create
(String architecture, String clusterStore, String cgroupDriver, Integer containers, Integer containersRunning, Integer containersStopped, Integer containersPaused, Boolean cpuCfsPeriod, Boolean cpuCfsQuota, Boolean debug, String dockerRootDir, String storageDriver, List<List<String>> driverStatus, String executionDriver, Boolean experimentalBuild, String httpProxy, String httpsProxy, String id, Boolean ipv4Forwarding, Integer images, String indexServerAddress, String initPath, String initSha1, Boolean kernelMemory, String kernelVersion, List<String> labels, Long memTotal, Boolean memoryLimit, Integer cpus, Integer eventsListener, Integer fileDescriptors, Integer goroutines, String name, String noProxy, Boolean oomKillDisable, String operatingSystem, String osType, Info.Plugins plugins, Info.RegistryConfig registryConfig, String serverVersion, Boolean swapLimit, SwarmInfo swarm, List<List<String>> systemStatus, Date systemTime)