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