org.elasticsearch.indices
Class IndicesMemoryCleaner.MemoryCleanResult

java.lang.Object
  extended by org.elasticsearch.indices.IndicesMemoryCleaner.MemoryCleanResult
Enclosing class:
IndicesMemoryCleaner

public static class IndicesMemoryCleaner.MemoryCleanResult
extends java.lang.Object


Constructor Summary
IndicesMemoryCleaner.MemoryCleanResult(int totalShards, int cleanedShards, SizeValue estimatedFlushableSize, SizeValue cleaned)
           
 
Method Summary
 SizeValue cleaned()
           
 int cleanedShards()
           
 SizeValue estimatedFlushableSize()
           
 java.lang.String toString()
           
 int totalShards()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndicesMemoryCleaner.MemoryCleanResult

public IndicesMemoryCleaner.MemoryCleanResult(int totalShards,
                                              int cleanedShards,
                                              SizeValue estimatedFlushableSize,
                                              SizeValue cleaned)
Method Detail

totalShards

public int totalShards()

cleanedShards

public int cleanedShards()

estimatedFlushableSize

public SizeValue estimatedFlushableSize()

cleaned

public SizeValue cleaned()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object