Class TransportActions


  • public class TransportActions
    extends java.lang.Object
    • 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 Detail

      • TransportActions

        public TransportActions()
    • Method Detail

      • 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.