Uses of Interface
org.apache.cassandra.utils.concurrent.WeightedQueue.Weigher
Packages that use WeightedQueue.Weigher
-
Uses of WeightedQueue.Weigher in org.apache.cassandra.utils.concurrent
Fields in org.apache.cassandra.utils.concurrent declared as WeightedQueue.WeigherModifier and TypeFieldDescriptionstatic final WeightedQueue.WeigherWeightedQueue.NATURAL_WEIGHERConstructors in org.apache.cassandra.utils.concurrent with parameters of type WeightedQueue.WeigherModifierConstructorDescriptionWeightedQueue(int maxWeight, BlockingQueue<T> queue, WeightedQueue.Weigher<T> weigher)