Module org.elasticsearch.xcore
Class MonitoringBulkRequestBuilder
java.lang.Object
org.elasticsearch.action.ActionRequestBuilder<MonitoringBulkRequest,MonitoringBulkResponse>
org.elasticsearch.xpack.core.monitoring.action.MonitoringBulkRequestBuilder
- All Implemented Interfaces:
RequestBuilder<MonitoringBulkRequest,MonitoringBulkResponse>
public class MonitoringBulkRequestBuilder
extends ActionRequestBuilder<MonitoringBulkRequest,MonitoringBulkResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.ActionRequestBuilder
action, client, request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(MonitoringBulkDoc doc) add(MonitoredSystem system, BytesReference content, org.elasticsearch.xcontent.XContentType xContentType, long timestamp, long intervalMillis)
-
Constructor Details
-
MonitoringBulkRequestBuilder
-
-
Method Details
-
add
-
add
public MonitoringBulkRequestBuilder add(MonitoredSystem system, BytesReference content, org.elasticsearch.xcontent.XContentType xContentType, long timestamp, long intervalMillis) throws IOException - Throws:
IOException
-