Constructor and Description |
---|
StatisticsResource() |
Modifier and Type | Method and Description |
---|---|
LoadingStatusDto |
getLoadingStatus()
Loading status of the server.
|
ProfSnapshotDto |
getProfilingSnapshot()
Create a profiling snapshot.
|
StatisticsDto |
getStatistics()
Get basic server statistics.
|
SizeInfoDto |
getTotalSizeinfo(SizeInfoMethod method,
boolean dc)
Experimental endpoint to estimate allocated size of all of the resources.
|
@GET @Path(value="loading-status") @Produces(value="application/json") public LoadingStatusDto getLoadingStatus()
@GET @Produces(value="application/json") public StatisticsDto getStatistics()
@GET @Path(value="profiling-snapshot") @Produces(value="application/json") public ProfSnapshotDto getProfilingSnapshot()
@Beta @GET @Produces(value="application/json") @Path(value="get-total-sizeinfo") public SizeInfoDto getTotalSizeinfo(@QueryParam(value="method") SizeInfoMethod method, @QueryParam(value="dc") @DefaultValue(value="false") boolean dc)
set
- Set namemethod
- Size info method to use.dc
- Duplicate check on the large storages.