See: Description
Interface | Description |
---|---|
AdminClient |
Administrative actions/operations against the cluster or the indices.
|
Client |
A client provides a one stop interface for performing actions/operations against the cluster.
|
ClusterAdminClient |
Administrative actions/operations against indices.
|
ElasticsearchClient<Client extends ElasticsearchClient> | |
IndicesAdminClient |
Administrative actions/operations against indices.
|
Class | Description |
---|---|
FilterClient | |
FilterClient.ClusterAdmin |
A
ClusterAdminClient that contains another ClusterAdminClient which it
uses as its basic source, possibly transforming the requests / responses along the
way or providing additional functionality. |
FilterClient.IndicesAdmin |
A
IndicesAdminClient that contains another IndicesAdminClient which it
uses as its basic source, possibly transforming the requests / responses along the
way or providing additional functionality. |
Requests |
A handy one stop shop for creating requests (make sure to import static this class).
|
Copyright © 2009–2015. All rights reserved.