JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.mandas.docker.client.messages
Interface TopResults
@Immutable
public interface
TopResults
Raw results from the "top" (or "ps") command for a specific container.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
List
<
String
>>
processes
()
List
<
String
>
titles
()
Method Details
titles
List
<
String
>
titles
()
processes
List
<
List
<
String
>>
processes
()