- checkService(ServiceContract, IAsyncResultHandler<ServiceContract>) - Method in class io.apiman.gateway.engine.es.ESRegistry
-
Ensure that the service still exists.
- clearClientCache() - Static method in class io.apiman.gateway.engine.es.ESClientFactory
-
Clears all the clients from the cache.
- clearProperty(String, String, IAsyncResultHandler<Void>) - Method in class io.apiman.gateway.engine.es.ESSharedStateComponent
-
- createClient(Map<String, String>) - Static method in class io.apiman.gateway.engine.es.ESClientFactory
-
Creates a client from information in the config map.
- createLocalClient(Map<String, String>) - Static method in class io.apiman.gateway.engine.es.ESClientFactory
-
Creates a local client from a configuration map.
- createLocalClient(String, String) - Static method in class io.apiman.gateway.engine.es.ESClientFactory
-
Creates a cache by looking it up in a static field.
- createTransportClient(Map<String, String>) - Static method in class io.apiman.gateway.engine.es.ESClientFactory
-
Creates a transport client from a configuration map.
- createTransportClient(String, int, String) - Static method in class io.apiman.gateway.engine.es.ESClientFactory
-
Creates and caches a transport client from host, port, and cluster name info.