Class SnapshotIndexShardStatus

    • Constructor Detail

      • SnapshotIndexShardStatus

        public SnapshotIndexShardStatus​(StreamInput in)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getStats

        public SnapshotStats getStats()
        Returns snapshot stats
      • getNodeId

        public java.lang.String getNodeId()
        Returns node id of the node where snapshot is currently running
      • getFailure

        public java.lang.String getFailure()
        Returns reason for snapshot failure
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object