public class NoopDistributedQueueFactory extends Object implements DistributedQueueFactory
| Modifier and Type | Field and Description |
|---|---|
static DistributedQueueFactory |
INSTANCE
Deprecated.
|
| Constructor and Description |
|---|
NoopDistributedQueueFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedQueue |
makeQueue(String path)
Deprecated.
|
void |
removeQueue(String path)
Deprecated.
|
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-2021 Apache Software Foundation. All Rights Reserved.