@Deprecated public class GatewaySnapshotStatus extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GatewaySnapshotStatus.Stage
Deprecated.
|
Constructor and Description |
---|
GatewaySnapshotStatus(GatewaySnapshotStatus.Stage stage,
long startTime,
long time,
long indexSize,
int expectedNumberOfOperations)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getExpectedNumberOfOperations()
Deprecated.
|
ByteSizeValue |
getIndexSize()
Deprecated.
|
GatewaySnapshotStatus.Stage |
getStage()
Deprecated.
|
long |
getStartTime()
Deprecated.
|
TimeValue |
getTime()
Deprecated.
|
public GatewaySnapshotStatus(GatewaySnapshotStatus.Stage stage, long startTime, long time, long indexSize, int expectedNumberOfOperations)
public GatewaySnapshotStatus.Stage getStage()
public long getStartTime()
public TimeValue getTime()
public ByteSizeValue getIndexSize()
public int getExpectedNumberOfOperations()
Copyright © 2009–2015. All rights reserved.