Module org.elasticsearch.xcore
Class MonitoringBulkDoc
java.lang.Object
org.elasticsearch.xpack.core.monitoring.action.MonitoringBulkDoc
- All Implemented Interfaces:
Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Constructor Summary
ConstructorsConstructorDescriptionMonitoringBulkDoc(MonitoredSystem system, String type, String id, long timestamp, long intervalMillis, BytesReference source, org.elasticsearch.xcontent.XContentType xContentType) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()longlonggetType()org.elasticsearch.xcontent.XContentTypeinthashCode()voidwriteTo(StreamOutput out)
-
Constructor Details
-
MonitoringBulkDoc
public MonitoringBulkDoc(MonitoredSystem system, String type, @Nullable String id, long timestamp, long intervalMillis, BytesReference source, org.elasticsearch.xcontent.XContentType xContentType) -
MonitoringBulkDoc
- Throws:
IOException
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
getSystem
-
getType
-
getId
-
getTimestamp
public long getTimestamp() -
getIntervalMillis
public long getIntervalMillis() -
getSource
-
getXContentType
public org.elasticsearch.xcontent.XContentType getXContentType() -
equals
-
hashCode
public int hashCode()
-