Uses of Class
org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
-
Packages that use ReplicationResponse.ShardInfo Package Description org.elasticsearch.action org.elasticsearch.action.support.replication org.elasticsearch.action.update -
-
Uses of ReplicationResponse.ShardInfo in org.elasticsearch.action
Fields in org.elasticsearch.action declared as ReplicationResponse.ShardInfo Modifier and Type Field Description protected ReplicationResponse.ShardInfoDocWriteResponse.Builder. shardInfoMethods in org.elasticsearch.action with parameters of type ReplicationResponse.ShardInfo Modifier and Type Method Description voidDocWriteResponse.Builder. setShardInfo(ReplicationResponse.ShardInfo shardInfo) -
Uses of ReplicationResponse.ShardInfo in org.elasticsearch.action.support.replication
Methods in org.elasticsearch.action.support.replication that return ReplicationResponse.ShardInfo Modifier and Type Method Description static ReplicationResponse.ShardInfoReplicationResponse.ShardInfo. fromXContent(XContentParser parser)ReplicationResponse.ShardInfoReplicationResponse. getShardInfo()Methods in org.elasticsearch.action.support.replication with parameters of type ReplicationResponse.ShardInfo Modifier and Type Method Description voidReplicationOperation.PrimaryResult. setShardInfo(ReplicationResponse.ShardInfo shardInfo)voidReplicationResponse. setShardInfo(ReplicationResponse.ShardInfo shardInfo)voidTransportReplicationAction.PrimaryResult. setShardInfo(ReplicationResponse.ShardInfo shardInfo) -
Uses of ReplicationResponse.ShardInfo in org.elasticsearch.action.update
Constructors in org.elasticsearch.action.update with parameters of type ReplicationResponse.ShardInfo Constructor Description UpdateResponse(ReplicationResponse.ShardInfo shardInfo, ShardId shardId, String type, String id, long seqNo, long primaryTerm, long version, DocWriteResponse.Result result)
-