Uses of Interface
de.grogra.xl.impl.queues.Queue
Package
Description
-
Uses of Queue in de.grogra.rgg.model
Modifier and TypeClassDescriptionclass
class
This XL queue can be used for parallel application of vertex-vertex operations on graph rotation systems.Modifier and TypeMethodDescriptionstatic ObjectList<Queue>
RGGGraph.readQueues
(QueueCollection qc, DataInput in, ClassLoader loader) Modifier and TypeMethodDescriptionstatic void
RGGGraph.addQueues
(QueueCollection qc, ObjectList<? extends Queue> queues) static void
RGGGraph.writeQueues
(ObjectList<? extends Queue> list, DataOutput out) -
Uses of Queue in de.grogra.rgg.parallel
-
Uses of Queue in de.grogra.xl.impl.base
-
Uses of Queue in de.grogra.xl.impl.queues
Modifier and TypeClassDescriptionclass
QueueDescriptor<Q extends Queue>
AQueueDescriptor
is a handle to the methodQueueCollection.getQueue(QueueDescriptor)
, there it is used to instantiate a queue byQueueDescriptor.createQueue(QueueCollection)
.Modifier and TypeMethodDescription<Q extends Queue>
QQueueCollection.getQueue
(QueueDescriptor<Q> descr) Registers and returns a queue for the given descriptor.