Uses of Interface
de.uni_trier.wi2.procake.data.objectpool.ReadableObjectPool
-
Packages that use ReadableObjectPool Package Description de.uni_trier.wi2.procake.data.objectpool Description of Data Object Pool.de.uni_trier.wi2.procake.data.objectpool.impl de.uni_trier.wi2.procake.retrieval Retrieval package descriptionde.uni_trier.wi2.procake.retrieval.impl de.uni_trier.wi2.procake.similarity.impl de.uni_trier.wi2.procake.utils.concurrent de.uni_trier.wi2.procake.utils.eval -
-
Uses of ReadableObjectPool in de.uni_trier.wi2.procake.data.objectpool
Subinterfaces of ReadableObjectPool in de.uni_trier.wi2.procake.data.objectpool Modifier and Type Interface Description interfaceWriteableObjectPool<T extends DataObject>A writeable object pool extends theReadableObjectPoolwith methods to modify the pool.Methods in de.uni_trier.wi2.procake.data.objectpool with parameters of type ReadableObjectPool Modifier and Type Method Description booleanReadableObjectPool. hasSameValueAsIn(ReadableObjectPool objectPool)This method makes a deep compare.Set<String>WriteableObjectPool. storeAll(ReadableObjectPool<T> objects) -
Uses of ReadableObjectPool in de.uni_trier.wi2.procake.data.objectpool.impl
Classes in de.uni_trier.wi2.procake.data.objectpool.impl that implement ReadableObjectPool Modifier and Type Class Description classWriteableObjectPoolImpl<T extends DataObject>Methods in de.uni_trier.wi2.procake.data.objectpool.impl with parameters of type ReadableObjectPool Modifier and Type Method Description booleanWriteableObjectPoolImpl. hasSameValueAsIn(ReadableObjectPool objectPool)Set<String>WriteableObjectPoolImpl. storeAll(ReadableObjectPool<T> objects) -
Uses of ReadableObjectPool in de.uni_trier.wi2.procake.retrieval
Methods in de.uni_trier.wi2.procake.retrieval that return ReadableObjectPool Modifier and Type Method Description ReadableObjectPool<DataObject>RetrievalResultList. toObjectPool()Transforms this retrieval result list into aWriteableObjectPool.Methods in de.uni_trier.wi2.procake.retrieval with parameters of type ReadableObjectPool Modifier and Type Method Description voidRetriever. setObjectPool(ReadableObjectPool<TCase> pool)Sets the object pool. -
Uses of ReadableObjectPool in de.uni_trier.wi2.procake.retrieval.impl
Methods in de.uni_trier.wi2.procake.retrieval.impl that return ReadableObjectPool Modifier and Type Method Description protected ReadableObjectPool<TCase>RetrieverImpl. getObjectPool()ReadableObjectPool<DataObject>RetrievalResultListImpl. toObjectPool()Methods in de.uni_trier.wi2.procake.retrieval.impl with parameters of type ReadableObjectPool Modifier and Type Method Description voidRetrieverImpl. setObjectPool(ReadableObjectPool pool) -
Uses of ReadableObjectPool in de.uni_trier.wi2.procake.similarity.impl
Methods in de.uni_trier.wi2.procake.similarity.impl that return ReadableObjectPool Modifier and Type Method Description ReadableObjectPool<T>SimilarityCacheCalculator. getObjectPool()Methods in de.uni_trier.wi2.procake.similarity.impl with parameters of type ReadableObjectPool Modifier and Type Method Description voidSimilarityCacheCalculator. setObjectPool(ReadableObjectPool<T> objectPool) -
Uses of ReadableObjectPool in de.uni_trier.wi2.procake.utils.concurrent
Constructors in de.uni_trier.wi2.procake.utils.concurrent with parameters of type ReadableObjectPool Constructor Description ParallelPoolProcessing(ReadableObjectPool<DataObject> pool, int taskSize, boolean sortQueue)ParallelPoolProcessing(ReadableObjectPool<DataObject> pool, int taskSize, boolean sortQueue, int numberOfWorkers) -
Uses of ReadableObjectPool in de.uni_trier.wi2.procake.utils.eval
Methods in de.uni_trier.wi2.procake.utils.eval that return ReadableObjectPool Modifier and Type Method Description ReadableObjectPoolRetrieverEvaluationException. getPool()Constructors in de.uni_trier.wi2.procake.utils.eval with parameters of type ReadableObjectPool Constructor Description RetrieverEvaluationException(String message, ReadableObjectPool pool)
-