Module org.elasticsearch.server
Class DataStream.TimestampError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.elasticsearch.cluster.metadata.DataStream.TimestampError
- All Implemented Interfaces:
Serializable
- Enclosing class:
DataStream
This is a specialised error to capture that a document does not have a valid timestamp
to index a document. It is mainly applicable for TSDS data streams because they need the timestamp
to determine the write index.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimestampError
(String message) TimestampError
(String message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimestampError
-
TimestampError
-