Skip navigation links
C E F G I M S T 

C

check() - Method in class io.dropwizard.elasticsearch.health.EsClusterHealthCheck
Perform a check of the Elasticsearch cluster health.
check() - Method in class io.dropwizard.elasticsearch.health.EsIndexDocsHealthCheck
Perform a check of the number of documents in the Elasticsearch indices.
check() - Method in class io.dropwizard.elasticsearch.health.EsIndexExistsHealthCheck
Perform a check of the number of documents in the Elasticsearch indices.

E

EsClusterHealthCheck - Class in io.dropwizard.elasticsearch.health
A HealthCheck which checks the cluster state of an Elasticsearch cluster.
EsClusterHealthCheck(Client, boolean) - Constructor for class io.dropwizard.elasticsearch.health.EsClusterHealthCheck
Construct a new Elasticsearch cluster health check.
EsClusterHealthCheck(Client) - Constructor for class io.dropwizard.elasticsearch.health.EsClusterHealthCheck
Construct a new Elasticsearch cluster health check which will fail if the cluster health state is ClusterHealthStatus.RED.
EsConfiguration - Class in io.dropwizard.elasticsearch.config
Configuration class for Elasticsearch related settings.
EsConfiguration() - Constructor for class io.dropwizard.elasticsearch.config.EsConfiguration
 
EsIndexDocsHealthCheck - Class in io.dropwizard.elasticsearch.health
A HealthCheck which checks if one or more indices in Elasticsearch contain a given number of documents in their primaries.
EsIndexDocsHealthCheck(Client, List<String>, long) - Constructor for class io.dropwizard.elasticsearch.health.EsIndexDocsHealthCheck
Construct a new Elasticsearch index document count health check.
EsIndexDocsHealthCheck(Client, List<String>) - Constructor for class io.dropwizard.elasticsearch.health.EsIndexDocsHealthCheck
Construct a new Elasticsearch index document count health check.
EsIndexDocsHealthCheck(Client, String, long) - Constructor for class io.dropwizard.elasticsearch.health.EsIndexDocsHealthCheck
Construct a new Elasticsearch index document count health check.
EsIndexDocsHealthCheck(Client, String) - Constructor for class io.dropwizard.elasticsearch.health.EsIndexDocsHealthCheck
Construct a new Elasticsearch index document count health check.
EsIndexExistsHealthCheck - Class in io.dropwizard.elasticsearch.health
A HealthCheck which checks if one or more indices exist in Elasticsearch.
EsIndexExistsHealthCheck(Client, List<String>) - Constructor for class io.dropwizard.elasticsearch.health.EsIndexExistsHealthCheck
Construct a new Elasticsearch index exists health check.
EsIndexExistsHealthCheck(Client, String) - Constructor for class io.dropwizard.elasticsearch.health.EsIndexExistsHealthCheck
Construct a new Elasticsearch index exists health check.

F

fromHostAndPort(HostAndPort) - Static method in class io.dropwizard.elasticsearch.util.TransportAddressHelper
Convert a HostAndPort instance to TransportAddress.
fromHostAndPorts(List<HostAndPort>) - Static method in class io.dropwizard.elasticsearch.util.TransportAddressHelper
Convert a list of HostAndPort instances to an array of TransportAddress instances.

G

getClient() - Method in class io.dropwizard.elasticsearch.managed.ManagedEsClient
Get the managed Elasticsearch Client instance.
getClusterName() - Method in class io.dropwizard.elasticsearch.config.EsConfiguration
 
getServers() - Method in class io.dropwizard.elasticsearch.config.EsConfiguration
 
getSettings() - Method in class io.dropwizard.elasticsearch.config.EsConfiguration
 
getSettingsFile() - Method in class io.dropwizard.elasticsearch.config.EsConfiguration
 

I

io.dropwizard.elasticsearch.config - package io.dropwizard.elasticsearch.config
 
io.dropwizard.elasticsearch.health - package io.dropwizard.elasticsearch.health
 
io.dropwizard.elasticsearch.managed - package io.dropwizard.elasticsearch.managed
 
io.dropwizard.elasticsearch.util - package io.dropwizard.elasticsearch.util
 
isNodeClient() - Method in class io.dropwizard.elasticsearch.config.EsConfiguration
 
isValidConfig() - Method in class io.dropwizard.elasticsearch.config.EsConfiguration
 

M

ManagedEsClient - Class in io.dropwizard.elasticsearch.managed
A Dropwizard managed Elasticsearch Client.
ManagedEsClient(EsConfiguration) - Constructor for class io.dropwizard.elasticsearch.managed.ManagedEsClient
Create a new managed Elasticsearch Client.
ManagedEsClient(Node) - Constructor for class io.dropwizard.elasticsearch.managed.ManagedEsClient
Create a new managed Elasticsearch Client from the provided Node.
ManagedEsClient(Client) - Constructor for class io.dropwizard.elasticsearch.managed.ManagedEsClient
Create a new managed Elasticsearch Client from the provided Client.

S

start() - Method in class io.dropwizard.elasticsearch.managed.ManagedEsClient
Starts the Elasticsearch Node (if appropriate).
stop() - Method in class io.dropwizard.elasticsearch.managed.ManagedEsClient
Stops the Elasticsearch Client and (if appropriate) Node objects.

T

TransportAddressHelper - Class in io.dropwizard.elasticsearch.util
Helper class for converting Guava HostAndPort objects to Elasticsearch TransportAddress.
TransportAddressHelper() - Constructor for class io.dropwizard.elasticsearch.util.TransportAddressHelper
 
C E F G I M S T 
Skip navigation links

Copyright © 2016. All rights reserved.