org.apache.blur.index
Class IndexDeletionPolicyReader
java.lang.Object
org.apache.lucene.index.IndexDeletionPolicy
org.apache.blur.index.IndexDeletionPolicyReader
- All Implemented Interfaces:
- Cloneable
public class IndexDeletionPolicyReader
- extends org.apache.lucene.index.IndexDeletionPolicy
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 |
IndexDeletionPolicyReader
public IndexDeletionPolicyReader(org.apache.lucene.index.IndexDeletionPolicy base)
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.