Class IndexShard.ShardFailure

    • Constructor Summary

      Constructors 
      Constructor Description
      ShardFailure​(ShardRouting routing, java.lang.String reason, java.lang.Exception cause)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • reason

        public final java.lang.String reason
      • cause

        @Nullable
        public final java.lang.Exception cause
    • Constructor Detail

      • ShardFailure

        public ShardFailure​(ShardRouting routing,
                            java.lang.String reason,
                            @Nullable
                            java.lang.Exception cause)