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 number of bytes to recover.The percent of bytes recovered.The bytes recovered.The total number of bytes.The number of files to recover.The percent of files recovered.The files recovered.The total number of files.The index name.The repository.The shard name.The snapshot.The source host.The source node name.The recovery stage.The recovery start time.The recovery start time in epoch milliseconds.The recovery stop time.The recovery stop time in epoch milliseconds.The target host.The target node name.The recovery time.The number of translog ops to recover.The percent of translog ops recovered.The translog ops recovered.The recovery type. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionString[]aliases()static CatRecoveryColumnReturns 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 index name. -
Shard
The shard name. -
StartTime
The recovery start time. -
StartTimeMillis
The recovery start time in epoch milliseconds. -
StopTime
The recovery stop time. -
StopTimeMillis
The recovery stop time in epoch milliseconds. -
Time
The recovery time. -
Type
The recovery type. -
Stage
The recovery stage. -
SourceHost
The source host. -
SourceNode
The source node name. -
TargetHost
The target host. -
TargetNode
The target node name. -
Repository
The repository. -
Snapshot
The snapshot. -
Files
The number of files to recover. -
FilesRecovered
The files recovered. -
FilesPercent
The percent of files recovered. -
FilesTotal
The total number of files. -
Bytes
The number of bytes to recover. -
BytesRecovered
The bytes recovered. -
BytesPercent
The percent of bytes recovered. -
BytesTotal
The total number of bytes. -
TranslogOps
The number of translog ops to recover. -
TranslogOpsRecovered
The translog ops recovered. -
TranslogOpsPercent
The percent of translog ops recovered.
-
-
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
-