Uses of Interface
com.spotify.docker.client.LogStream
Packages that use LogStream
-
Uses of LogStream in com.spotify.docker.client
Classes in com.spotify.docker.client that implement LogStreamMethods in com.spotify.docker.client that return LogStreamModifier and TypeMethodDescriptionDefaultDockerClient.attachContainer(String containerId, DockerClient.AttachParameter... params) DockerClient.attachContainer(String containerId, DockerClient.AttachParameter... params) Attach to the container id.DefaultDockerClient.execStart(String execId, DockerClient.ExecStartParameter... params) DockerClient.execStart(String execId, DockerClient.ExecStartParameter... params) Starts a previously set up exec instance id.private LogStreamDefaultDockerClient.getLogStream(String method, javax.ws.rs.client.WebTarget resource, String containerId) private LogStreamDefaultDockerClient.getServiceLogStream(String method, javax.ws.rs.client.WebTarget resource, String serviceId) DefaultDockerClient.logs(String containerId, DockerClient.LogsParam... params) DockerClient.logs(String containerId, DockerClient.LogsParam... params) Get docker container logs.LogsResponseReader.readFrom(Class<LogStream> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) DefaultDockerClient.serviceLogs(String serviceId, DockerClient.LogsParam... params) DockerClient.serviceLogs(String serviceId, DockerClient.LogsParam... params) Get docker service logs.Method parameters in com.spotify.docker.client with type arguments of type LogStreamModifier and TypeMethodDescriptionLogsResponseReader.readFrom(Class<LogStream> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream)