public class AverageRequestsInFlightEvent extends Event
| Constructor and Description |
|---|
AverageRequestsInFlightEvent(String networkPartitionId,
String clusterId,
String clusterInstanceId,
float activeInstances,
float value,
float servedCount) |
| Modifier and Type | Method and Description |
|---|---|
float |
getActiveInstances() |
String |
getClusterId() |
String |
getClusterInstanceId() |
String |
getNetworkPartitionId() |
float |
getServedCount() |
float |
getValue() |
public String getClusterId()
public float getValue()
public String getNetworkPartitionId()
public float getServedCount()
public float getActiveInstances()
public String getClusterInstanceId()
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.