Package | Description |
---|---|
org.elasticsearch.indices.recovery |
Modifier and Type | Method and Description |
---|---|
RecoveriesCollection.StatusRef |
RecoveriesCollection.findRecoveryByShard(IndexShard indexShard)
Try to find an ongoing recovery for a given shard.
|
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–2015. All rights reserved.