| Package | Description |
|---|---|
| org.elasticsearch.action.support.replication | |
| org.elasticsearch.common.io.stream | |
| org.elasticsearch.tasks |
| Modifier and Type | Class and Description |
|---|---|
static class |
ReplicationTask.Status |
| Modifier and Type | Method and Description |
|---|---|
<T> NamedWriteable<? extends T> |
NamedWriteableRegistry.getPrototype(Class<T> categoryClass,
String name)
Returns a prototype of the
NamedWriteable object identified by the name provided as argument and its category |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
NamedWriteableRegistry.registerPrototype(Class<T> categoryClass,
NamedWriteable<? extends T> namedWriteable)
Registers a
NamedWriteable prototype given its category |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Task.Status |
Copyright © 2009–2017. All rights reserved.