Constructor and Description |
---|
ProfResResource() |
Modifier and Type | Method and Description |
---|---|
String |
getResult(ProfRes prof)
Get a profiling result.
|
SizeInfoDto |
getSizeinfo(ProfRes prof,
SizeInfoMethod method)
Experimental endpoint to estimate allocated size.
|
List<String> |
getUrls()
Urls of available resources.
|
@GET @Produces(value="application/json") public List<String> getUrls()
@GET @Produces(value="application/json") @Path(value="{prof}") public String getResult(@PathParam(value="prof") ProfRes prof)
prof
- Result JSON to get@Beta @GET @Produces(value="application/json") @Path(value="{prof}/get-sizeinfo") public SizeInfoDto getSizeinfo(@PathParam(value="prof") ProfRes prof, @QueryParam(value="method") SizeInfoMethod method)
prof
- Result JSON to getmethod
- Size info method to use.