| Package | Description |
|---|---|
| com.liferay.portal.kernel.monitoring |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataSampleProcessor<T extends DataSample> |
| Modifier and Type | Method and Description |
|---|---|
DataSample |
DataSampleFactory.createPortalRequestDataSample(long companyId,
long groupId,
String referer,
String remoteAddr,
String remoteUser,
String requestURI,
String requestURL,
String userAgent) |
DataSample |
DataSampleFactory.createPortletRequestDataSample(PortletRequestType requestType,
PortletRequest portletRequest,
PortletResponse portletResponse) |
DataSample |
DataSampleFactory.createServiceRequestDataSample(MethodSignature methodSignature) |
| Modifier and Type | Method and Description |
|---|---|
static List<DataSample> |
DataSampleThreadLocal.getDataSamples() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DataSampleThreadLocal.addDataSample(DataSample dataSample) |