public class SimDistributedQueueFactory extends Object implements DistributedQueueFactory
DistributedQueueFactory that keeps all data in memory. Unlike
the GenericDistributedQueueFactory this queue implementation data is not
exposed anywhere.| Modifier and Type | Class and Description |
|---|---|
static class |
SimDistributedQueueFactory.SimDistributedQueue |
| Constructor and Description |
|---|
SimDistributedQueueFactory() |
| Modifier and Type | Method and Description |
|---|---|
DistributedQueue |
makeQueue(String path) |
void |
removeQueue(String path) |
public DistributedQueue makeQueue(String path) throws IOException
makeQueue in interface DistributedQueueFactoryIOExceptionpublic void removeQueue(String path) throws IOException
removeQueue in interface DistributedQueueFactoryIOExceptionCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.