Uses of Interface
de.grogra.xl.impl.queues.Queue
Packages that use Queue
Package
Description
-
Uses of Queue in de.grogra.rgg.model
Subinterfaces of Queue in de.grogra.rgg.modelClasses in de.grogra.rgg.model that implement QueueModifier and TypeClassDescriptionclassfinal classclassThis XL queue can be used for parallel application of vertex-vertex operations on graph rotation systems.Methods in de.grogra.rgg.model that return types with arguments of type QueueModifier and TypeMethodDescriptionstatic ObjectList<Queue> RGGGraph.readQueues(QueueCollection qc, DataInput in, ClassLoader loader) Method parameters in de.grogra.rgg.model with type arguments of type QueueModifier and TypeMethodDescriptionstatic voidRGGGraph.addQueues(QueueCollection qc, ObjectList<? extends Queue> queues) static voidRGGGraph.writeQueues(ObjectList<? extends Queue> list, DataOutput out) -
Uses of Queue in de.grogra.rgg.parallel
Classes in de.grogra.rgg.parallel that implement Queue -
Uses of Queue in de.grogra.xl.impl.base
Classes in de.grogra.xl.impl.base that implement QueueMethods in de.grogra.xl.impl.base with type parameters of type Queue -
Uses of Queue in de.grogra.xl.impl.queues
Classes in de.grogra.xl.impl.queues with type parameters of type QueueModifier and TypeClassDescriptionclassQueueDescriptor<Q extends Queue>AQueueDescriptoris a handle to the methodQueueCollection.getQueue(QueueDescriptor), there it is used to instantiate a queue byQueueDescriptor.createQueue(QueueCollection).Methods in de.grogra.xl.impl.queues with type parameters of type QueueModifier and TypeMethodDescription<Q extends Queue>
QQueueCollection.getQueue(QueueDescriptor<Q> descr) Registers and returns a queue for the given descriptor.Methods in de.grogra.xl.impl.queues with parameters of type QueueMethod parameters in de.grogra.xl.impl.queues with type arguments of type Queue