Module org.elasticsearch.server
Class ReplicationResponse.ShardInfo
java.lang.Object
org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
- Enclosing class:
ReplicationResponse
public static class ReplicationResponse.ShardInfo
extends Object
implements Writeable, ToXContentObject
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Modifier and TypeMethodDescriptionallSuccessful(int total) fromXContent(XContentParser parser) intintintgetTotal()of(int total, int successful) of(int total, int successful, ReplicationResponse.ShardInfo.Failure[] failures) readFrom(StreamInput in) status()toString()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
EMPTY
-
-
Method Details
-
readFrom
- Throws:
IOException
-
allSuccessful
-
of
-
of
public static ReplicationResponse.ShardInfo of(int total, int successful, ReplicationResponse.ShardInfo.Failure[] failures) -
getTotal
public int getTotal()- Returns:
- the total number of shards the write should go to (replicas and primaries). This includes relocating shards, so this number can be higher than the number of shards.
-
getSuccessful
public int getSuccessful()- Returns:
- the total number of shards the write succeeded on (replicas and primaries). This includes relocating shards, so this number can be higher than the number of shards.
-
getFailed
public int getFailed()- Returns:
- The total number of replication failures.
-
getFailures
- Returns:
- The replication failures that have been captured in the case writes have failed on replica shards.
-
status
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
fromXContent
- Throws:
IOException
-
toString
-