| Package | Description |
|---|---|
| org.elasticsearch.action.termvectors.dfs |
Distributed frequencies.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
TransportDfsOnlyAction.buildTookInMillis(DfsOnlyRequest request)
Builds how long it took to execute the dfs request.
|
protected ClusterBlockException |
TransportDfsOnlyAction.checkGlobalBlock(ClusterState state,
DfsOnlyRequest request) |
protected ClusterBlockException |
TransportDfsOnlyAction.checkRequestBlock(ClusterState state,
DfsOnlyRequest countRequest,
String[] concreteIndices) |
protected void |
TransportDfsOnlyAction.doExecute(Task task,
DfsOnlyRequest request,
ActionListener<DfsOnlyResponse> listener) |
protected DfsOnlyResponse |
TransportDfsOnlyAction.newResponse(DfsOnlyRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
protected ShardDfsOnlyRequest |
TransportDfsOnlyAction.newShardRequest(int numShards,
ShardRouting shard,
DfsOnlyRequest request) |
protected GroupShardsIterator |
TransportDfsOnlyAction.shards(ClusterState clusterState,
DfsOnlyRequest request,
String[] concreteIndices) |
Copyright © 2009–2017. All rights reserved.