- Queue - Class in ch.cern.dirq
-
Queue - object oriented interface to a directory based queue
- Queue() - Constructor for class ch.cern.dirq.Queue
-
- QueueException - Exception in ch.cern.dirq
-
Exception to be thrown if an error occurs in the queue handling.
- QueueException(String) - Constructor for exception ch.cern.dirq.QueueException
-
- QueueIterator - Class in ch.cern.dirq
-
Queue iterator to be implemented by each directory queue implementation.
- QueueIterator(Queue) - Constructor for class ch.cern.dirq.QueueIterator
-
Constructor which creates an iterator over the given queue.
- QueueNull - Class in ch.cern.dirq
-
QueueNull - object oriented interface to a null directory based queue.
- QueueNull() - Constructor for class ch.cern.dirq.QueueNull
-
Constructor which creates a null directory queues which
accept no parameters.
- QueueSimple - Class in ch.cern.dirq
-
QueueSimple - object oriented interface to a simple directory based queue.
- QueueSimple(String) - Constructor for class ch.cern.dirq.QueueSimple
-
Constructor which takes only the path of the queue and set umask
and granularity to default values.
- QueueSimple(String, int) - Constructor for class ch.cern.dirq.QueueSimple
-
Constructor which takes the path of the directory queue,
its granularity option and the umask the created folder.
- QueueSimple(String, int, int) - Constructor for class ch.cern.dirq.QueueSimple
-
Constructor which takes the path of the directory queue,
its granularity option and the umask the created folder.
- QueueSimple.DirFilter - Class in ch.cern.dirq
-
Used to filter directories while listing files.
- QueueSimple.DirFilter() - Constructor for class ch.cern.dirq.QueueSimple.DirFilter
-
- QueueSimple.QueueSimpleIterator - Class in ch.cern.dirq
-
Iterator over QueueSimple implementation.
- QueueSimple.QueueSimpleIterator(Queue) - Constructor for class ch.cern.dirq.QueueSimple.QueueSimpleIterator
-
Constructor which creates an iterator over the given queue.