primary
public boolean primary()
- Returns:
- Whether this failure occurred on a primary shard. (this only reports true for delete by query)
Serializable
, Writeable
, org.elasticsearch.common.xcontent.ToXContent
, org.elasticsearch.common.xcontent.ToXContentObject
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
Writeable.Reader<V>, Writeable.Writer<V>
cause, index, reason, status
EMPTY_PARAMS
Failure(StreamInput in)
Failure(ShardId shardId,
String nodeId,
Exception cause,
RestStatus status,
boolean primary)
fromXContent(org.elasticsearch.common.xcontent.XContentParser parser)
nodeId()
boolean
primary()
org.elasticsearch.common.xcontent.XContentBuilder
toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder,
org.elasticsearch.common.xcontent.ToXContent.Params params)
void
writeTo(StreamOutput out)
getCause, index, reason, shardId, status
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isFragment
IOException
Writeable
writeTo
in interface Writeable
IOException
toXContent
in interface org.elasticsearch.common.xcontent.ToXContent
IOException
IOException