| 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 |
| Modifier and Type | Method and Description |
|---|---|
<T extends JestResult> |
JestClient.execute(Action<T> clientRequest) |
<T extends JestResult> |
JestClient.executeAsync(Action<T> clientRequest,
JestResultHandler<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 |
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 |
Count |
class |
Delete |
class |
DeleteByQuery |
class |
Explain |
class |
Get |
class |
Index |
class |
MoreLikeThis |
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 |
IndicesExists |
class |
OpenIndex |
class |
Optimize |
class |
Refresh |
class |
Stats |
class |
Status |
| 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 |
IndicesSettingsAbstractAction |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteTemplate |
class |
GetTemplate |
class |
PutTemplate |
class |
TemplateAction |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeExist |
Copyright © 2015. All rights reserved.