Package | Description |
---|---|
alluxio.master.throttle |
Modifier and Type | Method and Description |
---|---|
static ServerIndicator |
ServerIndicator.createFromMetrics(long prevTotalJVMPauseTime)
Creates a server indicator based on current status.
|
static ServerIndicator |
ServerIndicator.createThresholdIndicator(long directMemUsed,
double ratioOfUsedHeap,
double cpuLoad,
long totalJVMPauseTimeMS,
long rpcQueueSize)
Creates a threshold indicator object, the parameters are set according the input values.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerIndicator.addition(ServerIndicator serverIndicator)
Addition the server indicator object.
|
void |
ServerIndicator.reduction(ServerIndicator serverIndicator)
Gets the server indicator after reducing the serverIndicator.
|
Constructor and Description |
---|
ServerIndicator(ServerIndicator serverIndicator) |
ServerIndicator(ServerIndicator serverIndicator,
int multiple)
The scaled server indicator according to the multiple.
|
Copyright © 2023. All Rights Reserved.