public final class CompletedCommandInfo extends Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
int |
cpuTimeSec |
int |
elapsedTimeSec |
int |
userTimeSec |
| Constructor and Description |
|---|
CompletedCommandInfo() |
CompletedCommandInfo(int elapsedTimeSec,
int userTimeSec,
int cpuTimeSec) |
Copyright © 2016. All rights reserved.