public static class LogConfigDescriptor.StreamDescriptor extends Object implements Descriptor
| Modifier and Type | Field and Description |
|---|---|
static Integer |
DEFAULT_PARTITIONS |
String |
name |
Integer |
size |
UNIQUE_DESCRIPTOR_ID| Constructor and Description |
|---|
StreamDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The descriptor id, descriptors with same id are merged.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoesRemove, mergepublic static final Integer DEFAULT_PARTITIONS
public StreamDescriptor()
public String getId()
DescriptorTo forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden toString() for exemple.
getId in interface DescriptorCopyright © 2019 Nuxeo. All rights reserved.