public class SnapshotStatus extends Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
SnapshotStatus.Index |
static class |
SnapshotStatus.Stage |
static class |
SnapshotStatus.Translog |
| コンストラクタと説明 |
|---|
SnapshotStatus() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
failed(Throwable failure) |
SnapshotStatus.Index |
index() |
SnapshotStatus.Stage |
stage() |
long |
startTime() |
void |
startTime(long startTime) |
long |
time() |
void |
time(long time) |
SnapshotStatus.Translog |
translog() |
SnapshotStatus |
updateStage(SnapshotStatus.Stage stage) |
public SnapshotStatus.Stage stage()
public SnapshotStatus updateStage(SnapshotStatus.Stage stage)
public long startTime()
public void startTime(long startTime)
public long time()
public void time(long time)
public void failed(Throwable failure)
public SnapshotStatus.Index index()
public SnapshotStatus.Translog translog()
Copyright © 2009–2016. All rights reserved.