| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.flush |
Flush index/indices action.
|
| org.elasticsearch.action.admin.indices.refresh |
Refresh index/indices action.
|
| org.elasticsearch.action.admin.indices.upgrade.post | |
| org.elasticsearch.action.bulk | |
| org.elasticsearch.action.delete |
Delete action.
|
| org.elasticsearch.action.index |
Index action.
|
| org.elasticsearch.action.support.replication | |
| org.elasticsearch.cluster.metadata | |
| org.elasticsearch.common.collect | |
| org.elasticsearch.common.xcontent | |
| org.elasticsearch.search.lookup |
| Modifier and Type | Method and Description |
|---|---|
protected Tuple<ActionWriteResponse,ShardFlushRequest> |
TransportShardFlushAction.shardOperationOnPrimary(MetaData metaData,
ShardFlushRequest shardRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected Tuple<ActionWriteResponse,ReplicationRequest> |
TransportShardRefreshAction.shardOperationOnPrimary(MetaData metaData,
ReplicationRequest shardRequest) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Tuple<Version,String>> |
UpgradeResponse.versions()
Returns the highest upgrade version of the node that performed metadata upgrade and the
the version of the oldest lucene segment for each index that was upgraded.
|
Map<String,Tuple<Version,String>> |
UpgradeSettingsClusterStateUpdateRequest.versions()
Returns the index to version map for indices that should be updated
|
| Modifier and Type | Method and Description |
|---|---|
UpgradeSettingsRequestBuilder |
UpgradeSettingsRequestBuilder.setVersions(Map<String,Tuple<Version,String>> versions)
Sets the index versions to be updated
|
UpgradeSettingsClusterStateUpdateRequest |
UpgradeSettingsClusterStateUpdateRequest.versions(Map<String,Tuple<Version,String>> versions)
Sets the index to version map for indices that should be updated
|
UpgradeSettingsRequest |
UpgradeSettingsRequest.versions(Map<String,Tuple<Version,String>> versions)
Sets the index versions to be updated
|
| Constructor and Description |
|---|
UpgradeSettingsRequest(Map<String,Tuple<Version,String>> versions)
Constructs a new request to update minimum compatible version settings for one or more indices
|
| Modifier and Type | Method and Description |
|---|---|
protected Tuple<BulkShardResponse,BulkShardRequest> |
TransportShardBulkAction.shardOperationOnPrimary(MetaData metaData,
BulkShardRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected Tuple<DeleteResponse,DeleteRequest> |
TransportDeleteAction.shardOperationOnPrimary(MetaData metaData,
DeleteRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected Tuple<IndexResponse,IndexRequest> |
TransportIndexAction.shardOperationOnPrimary(MetaData metaData,
IndexRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Tuple<Response,ReplicaRequest> |
TransportReplicationAction.shardOperationOnPrimary(MetaData metaData,
Request shardRequest)
Primary operation on node with primary copy, the provided metadata should be used for request validation if needed
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Tuple<String,AliasMetaData>> |
AliasOrIndex.Alias.getConcreteIndexAndAliasMetaDatas()
Returns the unique alias metadata per concrete index.
|
| Modifier and Type | Method and Description |
|---|---|
static <V1,V2> Tuple<V1,V2> |
Tuple.tuple(V1 v1,
V2 v2) |
| Modifier and Type | Method and Description |
|---|---|
static Tuple<XContentType,Map<String,Object>> |
XContentHelper.convertToMap(BytesReference bytes,
boolean ordered) |
| Modifier and Type | Method and Description |
|---|---|
static Tuple<XContentType,Map<String,Object>> |
SourceLookup.sourceAsMapAndType(BytesReference source) |
Copyright © 2009–2017. All rights reserved.