Package | Description |
---|---|
org.elasticsearch.action | |
org.elasticsearch.action.support.broadcast | |
org.elasticsearch.action.support.master | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.node | |
org.elasticsearch.client.support | |
org.elasticsearch.client.transport | |
org.elasticsearch.client.transport.support |
Modifier and Type | Class and Description |
---|---|
class |
Action<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>,Client extends ElasticsearchClient>
Base action.
|
class |
ActionRequestBuilder<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder,Client extends ElasticsearchClient> |
Modifier and Type | Field and Description |
---|---|
protected Client |
ActionRequestBuilder.client |
Modifier and Type | Class and Description |
---|---|
class |
BroadcastOperationRequestBuilder<Request extends BroadcastOperationRequest<Request>,Response extends BroadcastOperationResponse,RequestBuilder extends BroadcastOperationRequestBuilder<Request,Response,RequestBuilder,Client>,Client extends ElasticsearchClient> |
Modifier and Type | Class and Description |
---|---|
class |
AcknowledgedRequestBuilder<Request extends AcknowledgedRequest<Request>,Response extends AcknowledgedResponse,RequestBuilder extends AcknowledgedRequestBuilder<Request,Response,RequestBuilder,Client>,Client extends ElasticsearchClient>
Base request builder for master node operations that support acknowledgements
|
class |
MasterNodeOperationRequestBuilder<Request extends MasterNodeOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends MasterNodeOperationRequestBuilder<Request,Response,RequestBuilder,Client>,Client extends ElasticsearchClient>
Base request builder for master node operations
|
class |
MasterNodeReadOperationRequestBuilder<Request extends MasterNodeReadOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends MasterNodeReadOperationRequestBuilder<Request,Response,RequestBuilder,Client>,Client extends ElasticsearchClient>
Base request builder for master node read operations that can be executed on the local node as well
|
Modifier and Type | Interface and Description |
---|---|
interface |
ElasticsearchClient<Client extends ElasticsearchClient> |
Modifier and Type | Interface and Description |
---|---|
interface |
Client
A client provides a one stop interface for performing actions/operations against the cluster.
|
interface |
ClusterAdminClient
Administrative actions/operations against indices.
|
interface |
IndicesAdminClient
Administrative actions/operations against indices.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterClient
|
static class |
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. |
static class |
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. |
Modifier and Type | Class and Description |
---|---|
class |
NodeClient |
class |
NodeClusterAdminClient |
class |
NodeIndicesAdminClient |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClient |
class |
AbstractClusterAdminClient |
class |
AbstractIndicesAdminClient |
Modifier and Type | Class and Description |
---|---|
class |
TransportClient
The transport client allows to create a client that is not part of the cluster, but simply connects to one
or more nodes directly by adding their respective addresses using
TransportClient.addTransportAddress(org.elasticsearch.common.transport.TransportAddress) . |
Modifier and Type | Class and Description |
---|---|
class |
InternalTransportClient |
class |
InternalTransportClusterAdminClient |
class |
InternalTransportIndicesAdminClient |
Copyright © 2009–2015. All rights reserved.