Class ShardSearchFailure

    • Constructor Detail

      • ShardSearchFailure

        public ShardSearchFailure​(java.lang.Exception e)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • readShardSearchFailure

        public static ShardSearchFailure readShardSearchFailure​(StreamInput in)
                                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • readFrom

        public void readFrom​(StreamInput in)
                      throws java.io.IOException
        Description copied from interface: Streamable
        Set this object's fields from a StreamInput.
        Throws:
        java.io.IOException
      • writeTo

        public void writeTo​(StreamOutput out)
                     throws java.io.IOException
        Description copied from interface: Streamable
        Write this object's fields to a StreamOutput.
        Throws:
        java.io.IOException