Enum Class CatRecoveryColumn
- All Implemented Interfaces:
JsonEnum
,JsonpSerializable
,Serializable
,Comparable<CatRecoveryColumn>
,Constable
@JsonpDeserializable
public enum CatRecoveryColumn
extends Enum<CatRecoveryColumn>
implements JsonEnum
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface co.elastic.clients.json.JsonEnum
JsonEnum.Deserializer<T extends JsonEnum>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe total number of bytes to recover.The percentage of bytes currently recovered.Total number of bytes currently recovered.The total number of bytes.The total number of files to recover.The percentage of files currently recovered.The number of files currently recovered.The total number of files.The name of the index.The name of the repository being used.The name of the shard.The name of the snapshot being used.The host address the index is moving from.The node name the index is moving from.The stage of the recovery.The start time of the recovery operation.The start time of the recovery operation in eopch milliseconds.The end time of the recovery operation.The end time of the recovery operation in eopch milliseconds.The host address the index is moving to.The node name the index is moving to.The recovery time elasped.The total number of translog ops to recover.The percentage of translog ops currently recovered.The total number of translog ops currently recovered.The type of recovery, from a peer or a snapshot. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionString[]
aliases()
static CatRecoveryColumn
Returns the enum constant of this class with the specified name.static CatRecoveryColumn[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Index
The name of the index. -
Shard
The name of the shard. -
Time
The recovery time elasped. -
Type
The type of recovery, from a peer or a snapshot. -
Stage
The stage of the recovery. Returned values are:INIT
,INDEX
: recovery of lucene files, either reusing local ones are copying new ones,VERIFY_INDEX
: potentially running check index,TRANSLOG
: starting up the engine, replaying the translog,FINALIZE
: performing final task after all translog ops have been done,DONE
-
SourceHost
The host address the index is moving from. -
SourceNode
The node name the index is moving from. -
TargetHost
The host address the index is moving to. -
TargetNode
The node name the index is moving to. -
Repository
The name of the repository being used. if not relevant 'n/a'. -
Snapshot
The name of the snapshot being used. if not relevant 'n/a'. -
Files
The total number of files to recover. -
FilesRecovered
The number of files currently recovered. -
FilesPercent
The percentage of files currently recovered. -
FilesTotal
The total number of files. -
Bytes
The total number of bytes to recover. -
BytesRecovered
Total number of bytes currently recovered. -
BytesPercent
The percentage of bytes currently recovered. -
BytesTotal
The total number of bytes. -
TranslogOps
The total number of translog ops to recover. -
TranslogOpsRecovered
The total number of translog ops currently recovered. -
TranslogOpsPercent
The percentage of translog ops currently recovered. -
StartTime
The start time of the recovery operation. -
StartTimeMillis
The start time of the recovery operation in eopch milliseconds. -
StopTime
The end time of the recovery operation. If ongoing '1970-01-01T00:00:00.000Z' -
StopTimeMillis
The end time of the recovery operation in eopch milliseconds. If ongoing '0'
-
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
jsonValue
-
aliases
-