public class MonitorService extends Object implements AdvertisableService
| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_FROM_PATH |
static String |
DATA_PATH |
static String |
DATA_SPAN_PATH |
static long |
DEFAULT_TIMESPAN |
static long |
MAX_TIMESPAN |
static String |
ROOT_PATH |
| Constructor and Description |
|---|
MonitorService(org.rrd4j.core.RrdDb rrdDb,
OutputFormat output) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getData() |
javax.ws.rs.core.Response |
getData(long start) |
javax.ws.rs.core.Response |
getData(long start,
long stop) |
String |
getName() |
String |
getServerPath() |
javax.ws.rs.core.Response |
getServiceDefinition() |
public static final String ROOT_PATH
public static final String DATA_PATH
public static final String DATA_FROM_PATH
public static final String DATA_SPAN_PATH
public static final long MAX_TIMESPAN
public static final long DEFAULT_TIMESPAN
public MonitorService(@Context
org.rrd4j.core.RrdDb rrdDb,
@Context
OutputFormat output)
public String getName()
getName in interface AdvertisableServicepublic String getServerPath()
getServerPath in interface AdvertisableServicepublic javax.ws.rs.core.Response getServiceDefinition()
public javax.ws.rs.core.Response getData()
public javax.ws.rs.core.Response getData(long start)
public javax.ws.rs.core.Response getData(long start,
long stop)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.