public final class FutureLoad extends Object
LoadPredictor
Modifier and Type | Field and Description |
---|---|
long |
duration
How long is task expected to continue, in milliseconds?
|
int |
numExecutors
How many executors is this going to consume?
|
long |
startTime
When is this load expected to start?
|
Constructor and Description |
---|
FutureLoad(long startTime,
long duration,
int numExecutors) |
Copyright © 2004–2021. All rights reserved.