public class ByKeyIntrinsicVector<I extends Serializable & Comparable<I>,D extends Durable<I>> extends AbstractDurableVector<I,D>
| Constructor and Description |
|---|
ByKeyIntrinsicVector(Class<D> durableClass,
Iterable<D> durables,
Comparator<D> comparator,
int maxSize,
int timeToLiveSeconds,
boolean ordered) |
| Modifier and Type | Method and Description |
|---|---|
List<D> |
asBestEffortLazyList() |
List<D> |
asBestEffortPreFetchedList() |
DurableVector<I,D> |
copy() |
Roster<D> |
getRoster() |
Iterator<D> |
iterator() |
add, head, isSingular, removegetComparator, getMaxSize, getTimeToLiveSeconds, isAlive, isOrderedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Roster<D> getRoster()
getRoster in class AbstractDurableVector<I extends Serializable & Comparable<I>,D extends Durable<I>>public DurableVector<I,D> copy()
copy in class AbstractDurableVector<I extends Serializable & Comparable<I>,D extends Durable<I>>public List<D> asBestEffortLazyList()
asBestEffortLazyList in class DurableVector<I extends Serializable & Comparable<I>,D extends Durable<I>>public List<D> asBestEffortPreFetchedList()
asBestEffortPreFetchedList in class DurableVector<I extends Serializable & Comparable<I>,D extends Durable<I>>Copyright © 2017. All rights reserved.