Package | Description |
---|---|
org.apache.solr.handler.component |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CompletionService<ShardResponse> |
HttpShardHandler.completionService |
private java.util.Set<java.util.concurrent.Future<ShardResponse>> |
HttpShardHandler.pending |
java.util.List<ShardResponse> |
ShardRequest.responses
list of responses...
|
Modifier and Type | Method and Description |
---|---|
abstract ShardResponse |
ShardHandler.takeCompletedOrError() |
ShardResponse |
HttpShardHandler.takeCompletedOrError()
returns a ShardResponse of the last response correlated with a ShardRequest,
or immediately returns a ShardResponse if there was an error detected
|