Class RecoveryState.File
- java.lang.Object
-
- org.elasticsearch.indices.recovery.RecoveryState.File
-
- All Implemented Interfaces:
Streamable,ToXContent,ToXContentObject
- Enclosing class:
- RecoveryState
public static class RecoveryState.File extends java.lang.Object implements ToXContentObject, Streamable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()longlength()file length *java.lang.Stringname()file name *static RecoveryState.FilereadFile(StreamInput in)voidreadFrom(StreamInput in)Set this object's fields from a StreamInput.longrecovered()number of bytes recovered for this file (so far).booleanreused()returns true if the file is reused from a local copyjava.lang.StringtoString()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)Write this object's fields to a StreamOutput.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.io.stream.Streamable
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Method Detail
-
name
public java.lang.String name()
file name *
-
length
public long length()
file length *
-
recovered
public long recovered()
number of bytes recovered for this file (so far). 0 if the file is reused *
-
reused
public boolean reused()
returns true if the file is reused from a local copy
-
readFile
public static RecoveryState.File readFile(StreamInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
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
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-