public class AlreadyExpiredException extends ElasticsearchException implements IgnoreOnRecoveryEngineException
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Writeable.Reader<V>, Writeable.Writer<V>
REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULT
EMPTY_PARAMS
Constructor and Description |
---|
AlreadyExpiredException(StreamInput in) |
AlreadyExpiredException(java.lang.String index,
java.lang.String type,
java.lang.String id,
long timestamp,
long ttl,
long now) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
id() |
java.lang.String |
index() |
long |
now() |
long |
timestamp() |
long |
ttl() |
java.lang.String |
type() |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
addHeader, addHeader, addMetadata, addMetadata, failureFromXContent, fromXContent, generateFailureXContent, generateThrowableXContent, getDetailedMessage, getExceptionName, getExceptionName, getHeader, getHeaderKeys, getHeaders, getId, getIndex, getMetadata, getMetadata, getMetadataKeys, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, innerToXContent, isRegistered, metadataToXContent, readException, readStackTrace, setIndex, setIndex, setResources, setShard, status, toString, toXContent, unwrapCause, writeStackTraces
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isFragment
public AlreadyExpiredException(java.lang.String index, java.lang.String type, java.lang.String id, long timestamp, long ttl, long now)
public AlreadyExpiredException(StreamInput in) throws java.io.IOException
java.io.IOException
public java.lang.String index()
public java.lang.String type()
public java.lang.String id()
public long timestamp()
public long ttl()
public long now()
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
writeTo
in interface Writeable
writeTo
in class ElasticsearchException
java.io.IOException