org.apache.blur.manager.writer
Class BlurIndexCloser

java.lang.Object
  extended by org.apache.blur.manager.writer.BlurIndexCloser
All Implemented Interfaces:
Closeable, Runnable

public class BlurIndexCloser
extends Object
implements Runnable, Closeable


Constructor Summary
BlurIndexCloser()
           
 
Method Summary
 void close()
           
 void close(org.apache.lucene.index.IndexReader reader)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlurIndexCloser

public BlurIndexCloser()
Method Detail

close

public void close()
Specified by:
close in interface Closeable

close

public void close(org.apache.lucene.index.IndexReader reader)

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.