Class TransportActions

java.lang.Object
org.elasticsearch.action.support.TransportActions

public class TransportActions
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    TransportActions()  
  • Method Summary

    Modifier and Type Method Description
    static boolean isReadOverrideException​(java.lang.Exception e)
    If a failure is already present, should this failure override it or not for read operations.
    static boolean isShardNotAvailableException​(java.lang.Throwable e)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TransportActions

      public TransportActions()
  • Method Details

    • isShardNotAvailableException

      public static boolean isShardNotAvailableException​(java.lang.Throwable e)
    • isReadOverrideException

      public static boolean isReadOverrideException​(java.lang.Exception e)
      If a failure is already present, should this failure override it or not for read operations.