public class AnalyticsHandler extends Object
| Constructor and Description |
|---|
AnalyticsHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
getAlertCount(javax.ws.rs.core.SecurityContext context,
javax.ws.rs.container.AsyncResponse response,
String name) |
void |
getBoundURIs(javax.ws.rs.core.SecurityContext context,
javax.ws.rs.container.AsyncResponse response,
String name,
long startTime,
long endTime) |
void |
getCompletionCount(javax.ws.rs.core.SecurityContext context,
javax.ws.rs.container.AsyncResponse response,
String name,
long startTime,
long endTime,
String properties) |
void |
getCompletionFaultCount(javax.ws.rs.core.SecurityContext context,
javax.ws.rs.container.AsyncResponse response,
String name,
long startTime,
long endTime,
String properties) |
void |
getCompletionPercentiles(javax.ws.rs.core.SecurityContext context,
javax.ws.rs.container.AsyncResponse response,
String name,
long startTime,
long endTime,
String properties) |
void |
getUnboundURIs(javax.ws.rs.core.SecurityContext context,
javax.ws.rs.container.AsyncResponse response,
long startTime,
long endTime) |
public void getUnboundURIs(@Context
javax.ws.rs.core.SecurityContext context,
@Suspended
javax.ws.rs.container.AsyncResponse response,
long startTime,
long endTime)
public void getBoundURIs(@Context
javax.ws.rs.core.SecurityContext context,
@Suspended
javax.ws.rs.container.AsyncResponse response,
String name,
long startTime,
long endTime)
public void getCompletionCount(@Context
javax.ws.rs.core.SecurityContext context,
@Suspended
javax.ws.rs.container.AsyncResponse response,
String name,
long startTime,
long endTime,
String properties)
public void getCompletionFaultCount(@Context
javax.ws.rs.core.SecurityContext context,
@Suspended
javax.ws.rs.container.AsyncResponse response,
String name,
long startTime,
long endTime,
String properties)
public void getCompletionPercentiles(@Context
javax.ws.rs.core.SecurityContext context,
@Suspended
javax.ws.rs.container.AsyncResponse response,
String name,
long startTime,
long endTime,
String properties)
public void getAlertCount(@Context
javax.ws.rs.core.SecurityContext context,
@Suspended
javax.ws.rs.container.AsyncResponse response,
String name)
Copyright © 2015 Red Hat, Inc.. All rights reserved.