@Deprecated public class PeerRecoveryStatus extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PeerRecoveryStatus.Stage
Deprecated.
|
Constructor and Description |
---|
PeerRecoveryStatus(PeerRecoveryStatus.Stage stage,
long startTime,
long time,
long indexSize,
long reusedIndexSize,
long recoveredIndexSize,
long recoveredTranslogOperations)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ByteSizeValue |
getExpectedRecoveredIndexSize()
Deprecated.
|
int |
getIndexRecoveryProgress()
Deprecated.
|
ByteSizeValue |
getIndexSize()
Deprecated.
|
ByteSizeValue |
getRecoveredIndexSize()
Deprecated.
How much of the index has been recovered.
|
long |
getRecoveredTranslogOperations()
Deprecated.
|
ByteSizeValue |
getReusedIndexSize()
Deprecated.
|
PeerRecoveryStatus.Stage |
getStage()
Deprecated.
|
long |
getStartTime()
Deprecated.
|
TimeValue |
getTime()
Deprecated.
|
public PeerRecoveryStatus(PeerRecoveryStatus.Stage stage, long startTime, long time, long indexSize, long reusedIndexSize, long recoveredIndexSize, long recoveredTranslogOperations)
public PeerRecoveryStatus.Stage getStage()
public long getStartTime()
public TimeValue getTime()
public ByteSizeValue getIndexSize()
public ByteSizeValue getReusedIndexSize()
public ByteSizeValue getExpectedRecoveredIndexSize()
public ByteSizeValue getRecoveredIndexSize()
public int getIndexRecoveryProgress()
public long getRecoveredTranslogOperations()
Copyright © 2009–2015. All rights reserved.