org.elasticsearch.index.gateway
Class SnapshotStatus.Index

java.lang.Object
  extended by org.elasticsearch.index.gateway.SnapshotStatus.Index
Enclosing class:
SnapshotStatus

public static class SnapshotStatus.Index
extends Object


Constructor Summary
SnapshotStatus.Index()
           
 
Method Summary
 void files(int numberOfFiles, long totalSize)
           
 int numberOfFiles()
           
 long startTime()
           
 void startTime(long startTime)
           
 long time()
           
 void time(long time)
           
 long totalSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotStatus.Index

public SnapshotStatus.Index()
Method Detail

startTime

public long startTime()

startTime

public void startTime(long startTime)

time

public long time()

time

public void time(long time)

files

public void files(int numberOfFiles,
                  long totalSize)

numberOfFiles

public int numberOfFiles()

totalSize

public long totalSize()


Copyright © 2009-2012. All Rights Reserved.