public abstract class AbstractVectorAwareManagedDao<I extends Serializable & Comparable<I>,D extends Durable<I>> extends AbstractManagedDao<I,D> implements VectorAwareDao<I,D>
| Constructor and Description |
|---|
AbstractVectorAwareManagedDao(String metricSource,
VectoredDao<I,D> vectoredDao) |
| Modifier and Type | Method and Description |
|---|---|
VectoredDao<I,D> |
getVectoredDao() |
abstract boolean |
isCacheEnabled() |
getId, getIdClass, getIdFromString, getManagedClass, getMetricSourcepublic AbstractVectorAwareManagedDao(String metricSource, VectoredDao<I,D> vectoredDao)
public abstract boolean isCacheEnabled()
public VectoredDao<I,D> getVectoredDao()
getVectoredDao in interface VectorAwareDao<I extends Serializable & Comparable<I>,D extends Durable<I>>Copyright © 2017. All rights reserved.