public class CloudwatchPluginService extends org.elasticsearch.common.component.AbstractLifecycleComponent<CloudwatchPluginService>
| Modifier and Type | Class and Description |
|---|---|
class |
CloudwatchPluginService.CloudwatchPoster |
| Constructor and Description |
|---|
CloudwatchPluginService(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.client.Client client,
org.elasticsearch.indices.IndicesService indicesService,
org.elasticsearch.node.service.NodeService nodeService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose() |
protected void |
doStart() |
protected void |
doStop() |
protected com.amazonaws.auth.AWSCredentialsProvider |
getCredentialsProvider() |
protected String |
getNamespace() |
@Inject
public CloudwatchPluginService(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.client.Client client,
org.elasticsearch.indices.IndicesService indicesService,
org.elasticsearch.node.service.NodeService nodeService)
protected String getNamespace()
protected com.amazonaws.auth.AWSCredentialsProvider getCredentialsProvider()
protected void doClose()
throws org.elasticsearch.ElasticsearchException
doClose in class org.elasticsearch.common.component.AbstractLifecycleComponent<CloudwatchPluginService>org.elasticsearch.ElasticsearchExceptionprotected void doStart()
throws org.elasticsearch.ElasticsearchException
doStart in class org.elasticsearch.common.component.AbstractLifecycleComponent<CloudwatchPluginService>org.elasticsearch.ElasticsearchExceptionprotected void doStop()
throws org.elasticsearch.ElasticsearchException
doStop in class org.elasticsearch.common.component.AbstractLifecycleComponent<CloudwatchPluginService>org.elasticsearch.ElasticsearchExceptionCopyright © 2015. All rights reserved.