org.elasticsearch.action.admin.indices.status
Class GatewaySnapshotStatus

java.lang.Object
  extended by org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus

public class GatewaySnapshotStatus
extends Object


Nested Class Summary
static class GatewaySnapshotStatus.Stage
           
 
Constructor Summary
GatewaySnapshotStatus(GatewaySnapshotStatus.Stage stage, long startTime, long time, long indexSize, int expectedNumberOfOperations)
           
 
Method Summary
 int expectedNumberOfOperations()
           
 int getExpectedNumberOfOperations()
           
 ByteSizeValue getIndexSize()
           
 GatewaySnapshotStatus.Stage getStage()
           
 long getStartTime()
           
 TimeValue getTime()
           
 ByteSizeValue indexSize()
           
 GatewaySnapshotStatus.Stage stage()
           
 long startTime()
           
 TimeValue time()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewaySnapshotStatus

public GatewaySnapshotStatus(GatewaySnapshotStatus.Stage stage,
                             long startTime,
                             long time,
                             long indexSize,
                             int expectedNumberOfOperations)
Method Detail

stage

public GatewaySnapshotStatus.Stage stage()

getStage

public GatewaySnapshotStatus.Stage getStage()

startTime

public long startTime()

getStartTime

public long getStartTime()

time

public TimeValue time()

getTime

public TimeValue getTime()

indexSize

public ByteSizeValue indexSize()

getIndexSize

public ByteSizeValue getIndexSize()

expectedNumberOfOperations

public int expectedNumberOfOperations()

getExpectedNumberOfOperations

public int getExpectedNumberOfOperations()


Copyright © 2009-2012. All Rights Reserved.