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