C# Класс Lucene.Net.Index.TestIndexWriterWithThreads.DelayedIndexAndCloseRunnable

Наследование: Lucene.Net.Support.ThreadClass
Показать файл Открыть проект

Открытые методы

Метод Описание
DelayedIndexAndCloseRunnable ( Directory dir, CountDownLatch iwConstructed ) : Apache.NMS.Util
Run ( ) : void
StartIndexing ( ) : void

Описание методов

DelayedIndexAndCloseRunnable() публичный Метод

public DelayedIndexAndCloseRunnable ( Directory dir, CountDownLatch iwConstructed ) : Apache.NMS.Util
dir System.IO.Directory
iwConstructed Apache.NMS.Util.CountDownLatch
Результат Apache.NMS.Util

Run() публичный Метод

public Run ( ) : void
Результат void

StartIndexing() публичный Метод

public StartIndexing ( ) : void
Результат void