|
Brooklyn | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
brooklyn.entity.Entitybrooklyn.entity.webapp.WebAppServiceConstants
brooklyn.entity.webapp.DynamicWebAppCluster
brooklyn.entity.trait.Startable
brooklyn.entity.webapp.WebAppService
brooklyn.entity.rebind.Rebindable
brooklyn.entity.Group
brooklyn.entity.group.DynamicCluster
brooklyn.entity.group.Cluster
brooklyn.entity.basic.AbstractGroup
brooklyn.entity.trait.Changeable
brooklyn.entity.trait.Identifiable
brooklyn.entity.trait.Resizable
@ImplementedBy(DynamicWebAppClusterImpl.class) public interface DynamicWebAppCluster extends DynamicCluster, WebAppService
DynamicWebAppClusters provide cluster-wide aggregates of entity attributes. Currently totals and averages:
| Field Summary | |
|---|---|
static AttributeSensor |
AVERAGE_ERROR_COUNT
@deprecated since 0.5.0, use ERROR_COUNT_PER_NODE |
static AttributeSensor |
AVERAGE_PROCESSING_TIME
@deprecated since 0.5.0, use TOTAL_PROCESSING_TIME_PER_NODE |
static AttributeSensor |
AVERAGE_REQUESTS_PER_SECOND
@deprecated since 0.5.0, use REQUESTS_PER_SECOND_PER_NODE |
static AttributeSensor |
AVERAGE_REQUEST_COUNT
@deprecated since 0.5.0, just use REQUEST_COUNT_PER_NODE |
static AttributeSensor |
ERROR_COUNT_PER_NODE
|
static AttributeSensor |
PROCESSING_TIME_FRACTION_IN_WINDOW_PER_NODE
|
static AttributeSensor |
REQUESTS_PER_SECOND_IN_WINDOW_PER_NODE
|
static AttributeSensor |
REQUESTS_PER_SECOND_LAST_PER_NODE
|
static AttributeSensor |
REQUEST_COUNT_PER_NODE
|
static AttributeSensor |
TOTAL_ERROR_COUNT
@deprecated since 0.5.0, just use WebAppServiceConstants.ERROR_COUNT |
static AttributeSensor |
TOTAL_PROCESSING_TIME_PER_NODE
|
static AttributeSensor |
TOTAL_REQUESTS_PER_SECOND
@deprecated since 0.5.0, just use WebAppServiceConstants.REQUESTS_PER_SECOND_LAST |
static AttributeSensor |
TOTAL_REQUEST_COUNT
@deprecated since 0.5.0, just use WebAppServiceConstants.REQUEST_COUNT |
| Method Summary |
|---|
| Methods inherited from interface DynamicCluster | |
|---|---|
| replaceMember, setFactory, setMemberSpec, setRemovalStrategy, setRemovalStrategy, setZoneFailureDetector, setZonePlacementStrategy |
| Methods inherited from interface AbstractGroup | |
|---|---|
| setMembers, setMembers |
| Methods inherited from interface Resizable | |
|---|---|
| getCurrentSize, resize |
| Methods inherited from interface Startable | |
|---|---|
| restart, start, stop |
| Field Detail |
|---|
public static final AttributeSensor AVERAGE_ERROR_COUNT
public static final AttributeSensor AVERAGE_PROCESSING_TIME
public static final AttributeSensor AVERAGE_REQUESTS_PER_SECOND
public static final AttributeSensor AVERAGE_REQUEST_COUNT
public static final AttributeSensor ERROR_COUNT_PER_NODE
public static final AttributeSensor PROCESSING_TIME_FRACTION_IN_WINDOW_PER_NODE
public static final AttributeSensor REQUESTS_PER_SECOND_IN_WINDOW_PER_NODE
public static final AttributeSensor REQUESTS_PER_SECOND_LAST_PER_NODE
public static final AttributeSensor REQUEST_COUNT_PER_NODE
public static final AttributeSensor TOTAL_ERROR_COUNT
public static final AttributeSensor TOTAL_PROCESSING_TIME_PER_NODE
public static final AttributeSensor TOTAL_REQUESTS_PER_SECOND
public static final AttributeSensor TOTAL_REQUEST_COUNT
Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.