Class RecoveryState.RecoveryFilesDetails
java.lang.Object
org.elasticsearch.indices.recovery.RecoveryState.RecoveryFilesDetails
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
- Enclosing class:
- RecoveryState
public static class RecoveryState.RecoveryFilesDetails extends java.lang.Object implements org.elasticsearch.common.xcontent.ToXContentFragment, Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
-
Method Summary
Modifier and Type Method Description voidaddFileDetails(java.lang.String name, long length, boolean reused)voidaddRecoveredBytesToFile(java.lang.String name, long bytes)voidclear()RecoveryState.Fileget(java.lang.String name)booleanisComplete()booleanisEmpty()voidsetComplete()intsize()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)java.util.Collection<RecoveryState.File>values()voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-
addFileDetails
public void addFileDetails(java.lang.String name, long length, boolean reused) -
addRecoveredBytesToFile
public void addRecoveredBytesToFile(java.lang.String name, long bytes) -
get
-
setComplete
public void setComplete() -
size
public int size() -
isEmpty
public boolean isEmpty() -
clear
public void clear() -
values
-
isComplete
public boolean isComplete()
-