org.apache.blur.index
Class IndexDeletionPolicyReader

java.lang.Object
  extended by org.apache.lucene.index.IndexDeletionPolicy
      extended by org.apache.blur.index.IndexDeletionPolicyReader
All Implemented Interfaces:
Cloneable

public class IndexDeletionPolicyReader
extends org.apache.lucene.index.IndexDeletionPolicy


Constructor Summary
IndexDeletionPolicyReader(org.apache.lucene.index.IndexDeletionPolicy base)
           
 
Method Summary
 void onCommit(List<? extends org.apache.lucene.index.IndexCommit> commits)
           
 void onInit(List<? extends org.apache.lucene.index.IndexCommit> commits)
           
 org.apache.lucene.index.DirectoryReader register(org.apache.lucene.index.DirectoryReader reader)
           
 void register(long gen)
           
 void unregister(long gen)
           
 
Methods inherited from class org.apache.lucene.index.IndexDeletionPolicy
clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexDeletionPolicyReader

public IndexDeletionPolicyReader(org.apache.lucene.index.IndexDeletionPolicy base)
Method Detail

onInit

public void onInit(List<? extends org.apache.lucene.index.IndexCommit> commits)
            throws IOException
Specified by:
onInit in class org.apache.lucene.index.IndexDeletionPolicy
Throws:
IOException

onCommit

public void onCommit(List<? extends org.apache.lucene.index.IndexCommit> commits)
              throws IOException
Specified by:
onCommit in class org.apache.lucene.index.IndexDeletionPolicy
Throws:
IOException

register

public org.apache.lucene.index.DirectoryReader register(org.apache.lucene.index.DirectoryReader reader)
                                                 throws IOException
Throws:
IOException

register

public void register(long gen)

unregister

public void unregister(long gen)


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