Uses of Interface
org.apache.cassandra.utils.concurrent.WeightedQueue.Weigher
-
Packages that use WeightedQueue.Weigher Package Description org.apache.cassandra.utils.concurrent -
-
Uses of WeightedQueue.Weigher in org.apache.cassandra.utils.concurrent
Fields in org.apache.cassandra.utils.concurrent declared as WeightedQueue.Weigher Modifier and Type Field Description static WeightedQueue.Weigher
WeightedQueue. NATURAL_WEIGHER
Constructors in org.apache.cassandra.utils.concurrent with parameters of type WeightedQueue.Weigher Constructor Description WeightedQueue(int maxWeight, java.util.concurrent.BlockingQueue<T> queue, WeightedQueue.Weigher<T> weigher)
-