public static class ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bytesPercent
The data restoration progress.
|
Long |
bytesTotal
The total amount of data that is restored.
|
String |
filesPercent
The file execution progress.
|
Long |
filesTotal
The total number of files.
|
String |
index
The name of the index.
|
String |
sourceHost
The IP address of the source node.
|
String |
sourceNode
The name of the source node.
|
String |
stage
The data restoration status.
|
String |
targetHost
The IP address of the destination node.
|
String |
targetNode
The name of the destination node.
|
Long |
translogOps
The number of translog operations to be restored.
|
String |
translogOpsPercent
The restoration progress of translog operations.
|
构造器和说明 |
---|
ListShardRecoveriesResponseBodyResult() |
@NameInMap(value="bytesPercent") public String bytesPercent
The data restoration progress.
@NameInMap(value="bytesTotal") public Long bytesTotal
The total amount of data that is restored.
@NameInMap(value="filesPercent") public String filesPercent
The file execution progress.
@NameInMap(value="filesTotal") public Long filesTotal
The total number of files.
@NameInMap(value="index") public String index
The name of the index.
@NameInMap(value="sourceHost") public String sourceHost
The IP address of the source node.
@NameInMap(value="sourceNode") public String sourceNode
The name of the source node.
@NameInMap(value="stage") public String stage
The data restoration status. Valid values:
* done: Data restoration is complete.
* finalize: Data is being cleared.
* index: Index metadata is being read, and bytes are being copied from source to destination.
* init: Data restoration is not started.
* start: Data restoration is started.
* translog: Translogs are being redone.
@NameInMap(value="targetHost") public String targetHost
The IP address of the destination node.
@NameInMap(value="targetNode") public String targetNode
The name of the destination node.
@NameInMap(value="translogOps") public Long translogOps
The number of translog operations to be restored.
@NameInMap(value="translogOpsPercent") public String translogOpsPercent
The restoration progress of translog operations.
public static ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult build(Map<String,?> map) throws Exception
Exception
public ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult setBytesPercent(String bytesPercent)
public String getBytesPercent()
public ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult setBytesTotal(Long bytesTotal)
public Long getBytesTotal()
public ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult setFilesPercent(String filesPercent)
public String getFilesPercent()
public ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult setFilesTotal(Long filesTotal)
public Long getFilesTotal()
public ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult setIndex(String index)
public String getIndex()
public ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult setSourceHost(String sourceHost)
public String getSourceHost()
public ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult setSourceNode(String sourceNode)
public String getSourceNode()
public ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult setStage(String stage)
public String getStage()
public ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult setTargetHost(String targetHost)
public String getTargetHost()
public ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult setTargetNode(String targetNode)
public String getTargetNode()
public ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult setTranslogOps(Long translogOps)
public Long getTranslogOps()
public ListShardRecoveriesResponseBody.ListShardRecoveriesResponseBodyResult setTranslogOpsPercent(String translogOpsPercent)
public String getTranslogOpsPercent()
Copyright © 2024. All rights reserved.