Searched refs:eventByTime (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DEventExampleDPL.java118 PrimaryIndex<Date,Event> eventByTime; field in class:EventExampleDPL
173 eventByTime = store.getPrimaryIndex(Date.class, Event.class);
174 eventByPrice = store.getSecondaryIndex(eventByTime,
189 eventByTime.put(new Event(makeDate(1), 100, "Company_A"));
190 eventByTime.put(new Event(makeDate(2), 2, "Company_B"));
191 eventByTime.put(new Event(makeDate(3), 20, "Company_C"));
192 eventByTime.put(new Event(makeDate(4), 40, "CompanyD"));
208 eventByTime.put(e);
220 eventByTime.entities(startDate, true, endDate, true);

Completed in 166 milliseconds