Enum Class CatSnapshotsColumn
- All Implemented Interfaces:
JsonEnum
,JsonpSerializable
,Serializable
,Comparable<CatSnapshotsColumn>
,Constable
@JsonpDeserializable
public enum CatSnapshotsColumn
extends Enum<CatSnapshotsColumn>
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 time it took the snapshot process to complete in time units.The unix epoch time at which the snapshot process ended.'HH:MM:SS' time at which the snapshot process ended.The number of failed shards in the snapshot.The ID of the snapshot, such as 'snap1'.The number of indices in the snapshot.The reason for any snapshot failures.The name of the repository, such as 'repo1'.The unix epoch time at which the snapshot process started.'HH:MM:SS' time at which the snapshot process started.State of the snapshot process.The number of successful shards in the snapshot.The total number of shards in the snapshot. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionString[]
aliases()
static CatSnapshotsColumn
Returns the enum constant of this class with the specified name.static CatSnapshotsColumn[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Id
The ID of the snapshot, such as 'snap1'. -
Repository
The name of the repository, such as 'repo1'. -
Status
State of the snapshot process. Returned values are: 'FAILED': The snapshot process failed. 'INCOMPATIBLE': The snapshot process is incompatible with the current cluster version. 'IN_PROGRESS': The snapshot process started but has not completed. 'PARTIAL': The snapshot process completed with a partial success. 'SUCCESS': The snapshot process completed with a full success. -
StartEpoch
The unix epoch time at which the snapshot process started. -
StartTime
'HH:MM:SS' time at which the snapshot process started. -
EndEpoch
The unix epoch time at which the snapshot process ended. -
EndTime
'HH:MM:SS' time at which the snapshot process ended. -
Duration
The time it took the snapshot process to complete in time units. -
Indices
The number of indices in the snapshot. -
SuccessfulShards
The number of successful shards in the snapshot. -
FailedShards
The number of failed shards in the snapshot. -
TotalShards
The total number of shards in the snapshot. -
Reason
The reason for any snapshot failures.
-
-
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
-