C# Class Lucene.Net.Index.TestSnapshotDeletionPolicy.ThreadAnonymousInnerClassHelper2

Inheritance: Lucene.Net.Support.ThreadClass
显示文件 Open project: apache/lucenenet

Public Methods

Method Description
Run ( ) : void
ThreadAnonymousInnerClassHelper2 ( TestSnapshotDeletionPolicy outerInstance, IndexWriter writer, Lucene.Net.Index.SnapshotDeletionPolicy sdp, IndexCommit snapshots, int finalI ) : System

Method Details

Run() public method

public Run ( ) : void
return void

ThreadAnonymousInnerClassHelper2() public method

public ThreadAnonymousInnerClassHelper2 ( TestSnapshotDeletionPolicy outerInstance, IndexWriter writer, Lucene.Net.Index.SnapshotDeletionPolicy sdp, IndexCommit snapshots, int finalI ) : System
outerInstance TestSnapshotDeletionPolicy
writer IndexWriter
sdp Lucene.Net.Index.SnapshotDeletionPolicy
snapshots IndexCommit
finalI int
return System