public class VmTimeIntervalPojoListGetter<T extends TimeStampedPojo> extends Object
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 |
---|---|
protected PreparedStatement<T> |
buildQuery(VmRef vmRef,
long since,
long to) |
List<T> |
getLatest(VmRef vmRef,
long since,
long to) |
public static final String VM_INTERVAL_QUERY_FORMAT
Copyright © 2015. All rights reserved.