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

Inheritance: Lucene.Net.Support.ThreadClass
Datei anzeigen Open project: synhershko/lucene.net

Public Methods

Method Description
AnonymousClassThread ( long stopTime, Lucene writer, TestSnapshotDeletionPolicy enclosingInstance ) : System
Run ( ) : void

Private Methods

Method Description
InitBlock ( long stopTime, Lucene writer, TestSnapshotDeletionPolicy enclosingInstance ) : void

Method Details

AnonymousClassThread() public method

public AnonymousClassThread ( long stopTime, Lucene writer, TestSnapshotDeletionPolicy enclosingInstance ) : System
stopTime long
writer Lucene
enclosingInstance TestSnapshotDeletionPolicy
return System

Run() public method

public Run ( ) : void
return void