Class RemoveCorruptedLuceneSegmentsAction

java.lang.Object
org.elasticsearch.index.shard.RemoveCorruptedLuceneSegmentsAction

public class RemoveCorruptedLuceneSegmentsAction
extends java.lang.Object
Removes corrupted Lucene index segments
  • Constructor Summary

    Constructors
    Constructor Description
    RemoveCorruptedLuceneSegmentsAction()  
  • Method Summary

    Modifier and Type Method Description
    void execute​(org.elasticsearch.cli.Terminal terminal, org.apache.lucene.store.Directory indexDirectory, org.apache.lucene.store.Lock writeLock, java.io.PrintStream printStream, boolean verbose)  
    org.elasticsearch.common.collect.Tuple<RemoveCorruptedShardDataCommand.CleanStatus,​java.lang.String> getCleanStatus​(org.apache.lucene.store.Directory indexDirectory, org.apache.lucene.store.Lock writeLock, java.io.PrintStream printStream, boolean verbose)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RemoveCorruptedLuceneSegmentsAction

      public RemoveCorruptedLuceneSegmentsAction()
  • Method Details

    • getCleanStatus

      public org.elasticsearch.common.collect.Tuple<RemoveCorruptedShardDataCommand.CleanStatus,​java.lang.String> getCleanStatus​(org.apache.lucene.store.Directory indexDirectory, org.apache.lucene.store.Lock writeLock, java.io.PrintStream printStream, boolean verbose) throws java.io.IOException
      Throws:
      java.io.IOException
    • execute

      public void execute​(org.elasticsearch.cli.Terminal terminal, org.apache.lucene.store.Directory indexDirectory, org.apache.lucene.store.Lock writeLock, java.io.PrintStream printStream, boolean verbose) throws java.io.IOException
      Throws:
      java.io.IOException