public class NoopDistributedQueueFactory extends Object implements DistributedQueueFactory
| Modifier and Type | Field and Description |
|---|---|
static DistributedQueueFactory |
INSTANCE |
| Constructor and Description |
|---|
NoopDistributedQueueFactory() |
| Modifier and Type | Method and Description |
|---|---|
DistributedQueue |
makeQueue(String path) |
void |
removeQueue(String path) |
public static final DistributedQueueFactory INSTANCE
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.