public class ServerLoadData extends Object
Constructor and Description |
---|
ServerLoadData(float connectionLoad,
float subscriberLoad,
float loadPerConnection,
float loadPerSubscriber) |
Modifier and Type | Method and Description |
---|---|
float |
getConnectionLoad()
Returns the load on the server due to client to server connections.
|
float |
getLoadPerConnection()
Returns an estimate of how much load each new connection will add to this
server.
|
float |
getLoadPerSubscriber()
Returns an estimate of the much load each new subscriber will add to this
server.
|
float |
getSubscriberLoad()
Returns the load on the server due to subscription connections.
|
String |
toString() |
@ConstructorProperties(value={"connectionLoad","subscriberLoad","loadPerConnection","loadPerSubscriber"}) public ServerLoadData(float connectionLoad, float subscriberLoad, float loadPerConnection, float loadPerSubscriber)
public float getConnectionLoad()
public float getSubscriberLoad()
public float getLoadPerConnection()
public float getLoadPerSubscriber()
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.