| Package | Description |
|---|---|
| org.elasticsearch.indices.recovery |
| Modifier and Type | Method and Description |
|---|---|
RecoveriesCollection.StatusRef |
RecoveriesCollection.getStatus(long id)
gets the
RecoveryStatus for a given id. |
RecoveriesCollection.StatusRef |
RecoveriesCollection.getStatusSafe(long id,
ShardId shardId)
Similar to
RecoveriesCollection.getStatus(long) but throws an exception if no recovery is found |
Copyright © 2009–2017. All rights reserved.