Package org.elasticsearch.repositories
Class VerificationFailure
- java.lang.Object
-
- org.elasticsearch.repositories.VerificationFailure
-
- All Implemented Interfaces:
Streamable
public class VerificationFailure extends java.lang.Object implements Streamable
-
-
Constructor Summary
Constructors Constructor Description VerificationFailure(java.lang.String nodeId, java.lang.Exception cause)
-
Method Summary
Modifier and Type Method Description java.lang.Throwablecause()java.lang.StringnodeId()voidreadFrom(StreamInput in)Set this object's fields from a StreamInput.static VerificationFailurereadNode(StreamInput in)java.lang.StringtoString()voidwriteTo(StreamOutput out)Write this object's fields to a StreamOutput.
-
-
-
Method Detail
-
nodeId
public java.lang.String nodeId()
-
cause
public java.lang.Throwable cause()
-
readFrom
public void readFrom(StreamInput in) throws java.io.IOException
Description copied from interface:StreamableSet this object's fields from a StreamInput.- Specified by:
readFromin interfaceStreamable- Throws:
java.io.IOException
-
writeTo
public void writeTo(StreamOutput out) throws java.io.IOException
Description copied from interface:StreamableWrite this object's fields to a StreamOutput.- Specified by:
writeToin interfaceStreamable- Throws:
java.io.IOException
-
readNode
public static VerificationFailure readNode(StreamInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-