| Package | Description |
|---|---|
| org.elasticsearch.action | |
| org.elasticsearch.action.update |
| Modifier and Type | Method and Description |
|---|---|
ActionWriteResponse.ShardInfo |
ActionWriteResponse.getShardInfo() |
static ActionWriteResponse.ShardInfo |
ActionWriteResponse.ShardInfo.readShardInfo(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionWriteResponse.setShardInfo(ActionWriteResponse.ShardInfo shardInfo) |
| Constructor and Description |
|---|
UpdateResponse(ActionWriteResponse.ShardInfo shardInfo,
String index,
String type,
String id,
long version,
boolean created) |
Copyright © 2009–2017. All rights reserved.