org.elasticsearch.index.engine
Class Engine.Flush

java.lang.Object
  extended by org.elasticsearch.index.engine.Engine.Flush
Enclosing interface:
Engine

public static class Engine.Flush
extends Object


Constructor Summary
Engine.Flush()
           
 
Method Summary
 boolean force()
           
 Engine.Flush force(boolean force)
           
 boolean full()
          Should a "full" flush be issued, basically cleaning as much memory as possible.
 Engine.Flush full(boolean full)
          Should a "full" flush be issued, basically cleaning as much memory as possible.
 boolean refresh()
          Should a refresh be performed after flushing.
 Engine.Flush refresh(boolean refresh)
          Should a refresh be performed after flushing.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Engine.Flush

public Engine.Flush()
Method Detail

refresh

public boolean refresh()
Should a refresh be performed after flushing. Defaults to false.


refresh

public Engine.Flush refresh(boolean refresh)
Should a refresh be performed after flushing. Defaults to false.


full

public boolean full()
Should a "full" flush be issued, basically cleaning as much memory as possible.


full

public Engine.Flush full(boolean full)
Should a "full" flush be issued, basically cleaning as much memory as possible.


force

public boolean force()

force

public Engine.Flush force(boolean force)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012. All Rights Reserved.