org.elasticsearch.index
Class AlreadyExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.elasticsearch.ElasticSearchException
                  extended by org.elasticsearch.index.AlreadyExpiredException
All Implemented Interfaces:
Serializable, IgnoreOnRecoveryEngineException

public class AlreadyExpiredException
extends ElasticSearchException
implements IgnoreOnRecoveryEngineException

See Also:
Serialized Form

Constructor Summary
AlreadyExpiredException(String index, String type, String id, long timestamp, long ttl, long now)
           
 
Method Summary
 String id()
           
 String index()
           
 long now()
           
 long timestamp()
           
 long ttl()
           
 String type()
           
 
Methods inherited from class org.elasticsearch.ElasticSearchException
contains, getDetailedMessage, getMostSpecificCause, getRootCause, status, unwrapCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyExpiredException

public AlreadyExpiredException(String index,
                               String type,
                               String id,
                               long timestamp,
                               long ttl,
                               long now)
Method Detail

index

public String index()

type

public String type()

id

public String id()

timestamp

public long timestamp()

ttl

public long ttl()

now

public long now()


Copyright © 2009-2012. All Rights Reserved.