| Package | Description |
|---|---|
| org.elasticsearch.action.update |
| Modifier and Type | Method and Description |
|---|---|
UpdateHelper.Operation |
UpdateHelper.Result.operation() |
static UpdateHelper.Operation |
UpdateHelper.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateHelper.Operation[] |
UpdateHelper.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UpdateHelper.Result(Streamable action,
UpdateHelper.Operation operation,
Map<String,Object> updatedSourceAsMap,
XContentType updateSourceContentType) |
Copyright © 2009–2017. All rights reserved.