@Path(value="/") @Produces(value="application/json") public class TrendingRestInterface extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TrendingRestInterface.ErrorBars |
static class |
TrendingRestInterface.Flavor |
| Constructor and Description |
|---|
TrendingRestInterface() |
| Modifier and Type | Method and Description |
|---|---|
Object |
channels(Integer handle,
String filter,
Boolean flatten,
Boolean refresh,
Boolean full) |
Object |
channels(String siteName,
Integer handle,
String filter,
Boolean flatten,
Boolean refresh,
Boolean full) |
Object |
trending(List<String> keys,
String period,
Long t1,
Long t2,
Integer nBins,
TrendingRestInterface.Flavor flavor,
TrendingRestInterface.ErrorBars errorBars) |
Object |
trending(String siteName,
List<String> keys,
String period,
Long t1,
Long t2,
Integer nBins,
TrendingRestInterface.Flavor flavor,
TrendingRestInterface.ErrorBars errorBars) |
public TrendingRestInterface()
throws IOException
IOException@GET @Path(value="/channels") public Object channels(@QueryParam(value="id") Integer handle, @QueryParam(value="filter") String filter, @QueryParam(value="flatten") Boolean flatten, @QueryParam(value="refresh") Boolean refresh, @QueryParam(value="full") Boolean full) throws IOException
IOException@GET
@Path(value="/{site}/channels")
public Object channels(@PathParam(value="site")
String siteName,
@QueryParam(value="id")
Integer handle,
@QueryParam(value="filter")
String filter,
@QueryParam(value="flatten")
Boolean flatten,
@QueryParam(value="refresh")
Boolean refresh,
@QueryParam(value="full")
Boolean full)
throws IOException
IOException@GET public Object trending(@QueryParam(value="key") List<String> keys, @QueryParam(value="period") String period, @QueryParam(value="t1") Long t1, @QueryParam(value="t2") Long t2, @QueryParam(value="n") Integer nBins, @QueryParam(value="flavor") TrendingRestInterface.Flavor flavor, @QueryParam(value="errorBars") TrendingRestInterface.ErrorBars errorBars) throws IOException
IOException@GET
@Path(value="{site}")
public Object trending(@PathParam(value="site")
String siteName,
@QueryParam(value="key")
List<String> keys,
@QueryParam(value="period")
String period,
@QueryParam(value="t1")
Long t1,
@QueryParam(value="t2")
Long t2,
@QueryParam(value="n")
Integer nBins,
@QueryParam(value="flavor")
TrendingRestInterface.Flavor flavor,
@QueryParam(value="errorBars")
TrendingRestInterface.ErrorBars errorBars)
throws IOException
IOExceptionCopyright © 2024 LSST. All rights reserved.