Class RecoveryState.Translog
java.lang.Object
org.elasticsearch.indices.recovery.RecoveryState.Timer
org.elasticsearch.indices.recovery.RecoveryState.Translog
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
- Enclosing class:
- RecoveryState
public static class RecoveryState.Translog
extends RecoveryState.Timer
implements org.elasticsearch.common.xcontent.ToXContentFragment, Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsFields inherited from class org.elasticsearch.indices.recovery.RecoveryState.Timer
startNanoTime, startTime, stopTime, timeFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecrementRecoveredOperations(int ops)voidvoidincrementRecoveredOperations(int ops)intreturns the total number of translog operations recovered so farfloatvoidreset()intvoidtotalLocal(int totalLocal)Sets the total number of translog operations to be recovered locally before performing peer recoveryintreturns the total number of translog operations needed to be recovered at this moment.voidtotalOperations(int total)intreturns the total number of translog operations to recovered, on the start of the recovery.voidtotalOperationsOnStart(int total)org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.indices.recovery.RecoveryState.Timer
getStartNanoTime, start, startTime, stop, stopTime, timeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
Field Details
-
UNKNOWN
public static final int UNKNOWN- See Also:
- Constant Field Values
-
-
Constructor Details
-
Translog
public Translog() -
Translog
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classRecoveryState.Timer- Throws:
IOException
-
reset
public void reset()- Overrides:
resetin classRecoveryState.Timer
-
incrementRecoveredOperations
public void incrementRecoveredOperations() -
incrementRecoveredOperations
public void incrementRecoveredOperations(int ops) -
decrementRecoveredOperations
public void decrementRecoveredOperations(int ops) -
recoveredOperations
public int recoveredOperations()returns the total number of translog operations recovered so far -
totalOperations
public int totalOperations()returns the total number of translog operations needed to be recovered at this moment. Note that this can change as the number of operations grows during recovery.A value of -1 (
UNKNOWNis return if this is unknown (typically a gateway recovery) -
totalOperations
public void totalOperations(int total) -
totalOperationsOnStart
public int totalOperationsOnStart()returns the total number of translog operations to recovered, on the start of the recovery. UnliketotalOperations()this does change during recovery.A value of -1 (
UNKNOWNis return if this is unknown (typically a gateway recovery) -
totalOperationsOnStart
public void totalOperationsOnStart(int total) -
totalLocal
public void totalLocal(int totalLocal)Sets the total number of translog operations to be recovered locally before performing peer recovery -
totalLocal
public int totalLocal() -
recoveredPercent
public float recoveredPercent() -
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
IOException
-