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