org.elasticsearch.monitor.dump
Class DumpGenerator.Result

java.lang.Object
  extended by org.elasticsearch.monitor.dump.DumpGenerator.Result
Enclosing interface:
DumpGenerator

public static class DumpGenerator.Result
extends Object


Constructor Summary
DumpGenerator.Result(File location, Iterable<DumpContributionFailedException> failedContributors)
           
 
Method Summary
 Iterable<DumpContributionFailedException> failedContributors()
           
 String location()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpGenerator.Result

public DumpGenerator.Result(File location,
                            Iterable<DumpContributionFailedException> failedContributors)
Method Detail

location

public String location()

failedContributors

public Iterable<DumpContributionFailedException> failedContributors()


Copyright © 2009-2012. All Rights Reserved.