public class HostTimeIntervalPojoListGetter<T extends TimeStampedPojo> extends AbstractDao
HostLatestPojoListGetter
Modifier and Type | Field and Description |
---|---|
static String |
HOST_INTERVAL_QUERY_FORMAT |
Constructor and Description |
---|
HostTimeIntervalPojoListGetter(Storage storage,
Category<T> cat) |
Modifier and Type | Method and Description |
---|---|
List<T> |
getLatest(AgentId agentId,
long since,
long to) |
List<T> |
getLatest(HostRef hostRef,
long since,
long to)
Deprecated.
|
protected Logger |
getLogger() |
executeQuery, executeStatement, getEmptyResultCursor
public static final String HOST_INTERVAL_QUERY_FORMAT
@Deprecated public List<T> getLatest(HostRef hostRef, long since, long to)
getLatest(AgentId, long, long)
protected Logger getLogger()
getLogger
in class AbstractDao
Copyright © 2017. All rights reserved.