public class VmTimeIntervalPojoListGetter<T extends TimeStampedPojo> extends AbstractDao
List
of TimeStampedPojo
s in a given time interval
range.VmLatestPojoListGetter
Modifier and Type | Field and Description |
---|---|
static String |
VM_INTERVAL_QUERY_FORMAT |
Constructor and Description |
---|
VmTimeIntervalPojoListGetter(Storage storage,
Category<T> cat) |
Modifier and Type | Method and Description |
---|---|
List<T> |
getLatest(AgentId agentId,
VmId vmId,
long since,
long to) |
List<T> |
getLatest(VmRef vmRef,
long since,
long to)
Deprecated.
|
protected Logger |
getLogger() |
executeQuery, executeStatement, getEmptyResultCursor
public static final String VM_INTERVAL_QUERY_FORMAT
@Deprecated public List<T> getLatest(VmRef vmRef, long since, long to)
getLatest(AgentId, VmId, long, long)
protected Logger getLogger()
getLogger
in class AbstractDao
Copyright © 2017. All rights reserved.