| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractAction.Builder<T extends Action,K> |
class |
AbstractMultiIndexActionBuilder<T extends Action,K> |
class |
AbstractMultiINodeActionBuilder<T extends Action,K> |
class |
AbstractMultiTypeActionBuilder<T extends Action,K> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BulkableAction<T extends JestResult>
Represents an Action that can be included in a Bulk request.
|
interface |
DocumentTargetedAction<T extends JestResult>
Represents an Action that can (but NOT necessarily does) operate on a targeted single document on Elasticsearch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAction<T extends JestResult> |
class |
AbstractDocumentTargetedAction<T extends JestResult> |
class |
GenericResultAbstractAction |
class |
GenericResultAbstractDocumentTargetedAction |
class |
SingleResultAbstractDocumentTargetedAction |
| Modifier and Type | Method and Description |
|---|---|
<T extends JestResult> |
JestClient.execute(Action<T> clientRequest) |
<T extends JestResult> |
JestClient.executeAsync(Action<T> clientRequest,
JestResultHandler<? super T> jestResultHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
GetSettings
Retrieve cluster wide settings.
|
class |
Health |
class |
NodesHotThreads
Allows to get the current hot threads on each node in the cluster.
|
class |
NodesInfo |
class |
NodesShutdown |
class |
NodesStats |
class |
Reroute |
class |
State |
class |
UpdateSettings
Allows to update cluster wide specific settings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Bulk
The bulk API makes it possible to perform many index/delete operations in a
single API call.
|
class |
Cat |
class |
ClearScroll |
class |
Count |
class |
Delete |
class |
DeleteByQuery
Delete By Query API is removed in Elasticsearch version 2.0.
|
class |
Explain |
class |
Get |
class |
Index |
class |
MultiGet |
class |
MultiSearch |
class |
Percolate
Use this action to query on registered percolaters.
|
class |
Search |
class |
SearchScroll |
class |
SearchShards
The search shards api returns the indices and shards that a search request would be executed against.
|
class |
Suggest |
class |
Update |
class |
Validate |
| Modifier and Type | Class and Description |
|---|---|
class |
Analyze
Performs the analysis process on a text and return the tokens breakdown of the text.
|
class |
ClearCache |
class |
CloseIndex |
class |
CreateIndex |
class |
DeleteIndex |
class |
Flush |
class |
ForceMerge
Force-merge API: https://www.elastic.co/guide/en/elasticsearch/reference/2.4/indices-forcemerge.html
Caution: this API has been introduced in ES 2.1.
|
class |
IndicesExists |
class |
OpenIndex |
class |
Optimize
Optimize API: https://www.elastic.co/guide/en/elasticsearch/reference/2.4/indices-optimize.html
Caution: this API has been deprecated in ES 2.1.
|
class |
Refresh |
class |
Stats |
| Modifier and Type | Class and Description |
|---|---|
class |
GetAliases |
class |
ModifyAliases |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteMapping |
class |
GetMapping |
class |
PutMapping |
| Modifier and Type | Class and Description |
|---|---|
class |
Reindex |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexedScript |
class |
CreateIndexedScript |
class |
DeleteIndexedScript |
class |
GetIndexedScript |
| Modifier and Type | Class and Description |
|---|---|
class |
IndicesSettingsAbstractAction |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteTemplate |
class |
GetTemplate |
class |
PutTemplate |
class |
TemplateAction |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeExist |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSnapshotAction |
class |
AbstractSnapshotRepositoryAction |
class |
CreateSnapshot |
class |
CreateSnapshotRepository |
class |
DeleteSnapshot |
class |
DeleteSnapshotRepository |
class |
GetSnapshot |
class |
GetSnapshotRepository |
class |
RestoreSnapshot |
class |
SnapshotStatus |
Copyright © 2017. All rights reserved.