public class HostBoundaryPojoGetter<T extends TimeStampedPojo> extends AbstractDao
Modifier and Type | Field and Description |
---|---|
static String |
DESC_NEWEST_HOST_STAT |
static String |
DESC_OLDEST_HOST_STAT |
Constructor and Description |
---|
HostBoundaryPojoGetter(Storage storage,
Category<T> cat) |
Modifier and Type | Method and Description |
---|---|
protected Logger |
getLogger() |
T |
getNewestStat(AgentId agentId) |
T |
getNewestStat(HostRef ref)
Deprecated.
|
T |
getOldestStat(AgentId agentId) |
T |
getOldestStat(HostRef ref)
Deprecated.
|
executeQuery, executeStatement, getEmptyResultCursor
public static final String DESC_NEWEST_HOST_STAT
public static final String DESC_OLDEST_HOST_STAT
@Deprecated public T getNewestStat(HostRef ref)
getNewestStat(AgentId)
@Deprecated public T getOldestStat(HostRef ref)
getOldestStat(AgentId)
protected Logger getLogger()
getLogger
in class AbstractDao
Copyright © 2017. All rights reserved.