C# 클래스 Raven.Database.Bundles.ScriptedIndexResults.ScriptedIndexResultsIndexTrigger.Batcher

상속: Raven.Database.Plugins.AbstractIndexUpdateTriggerBatcher
파일 보기 프로젝트 열기: robashton/ravendb

공개 메소드들

메소드 설명
Batcher ( DocumentDatabase database, Abstractions scriptedIndexResults, HashSet forEntityNames ) : System
Dispose ( ) : void
OnIndexEntryCreated ( string entryKey, Lucene.Net.Documents.Document document ) : void
OnIndexEntryDeleted ( string entryKey ) : void

비공개 메소드들

메소드 설명
CreateJsonDocumentFromLuceneDocument ( Lucene.Net.Documents.Document document ) : RavenJObject
GetStringValue ( IFieldable field ) : string

메소드 상세

Batcher() 공개 메소드

public Batcher ( DocumentDatabase database, Abstractions scriptedIndexResults, HashSet forEntityNames ) : System
database DocumentDatabase
scriptedIndexResults Abstractions
forEntityNames HashSet
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnIndexEntryCreated() 공개 메소드

public OnIndexEntryCreated ( string entryKey, Lucene.Net.Documents.Document document ) : void
entryKey string
document Lucene.Net.Documents.Document
리턴 void

OnIndexEntryDeleted() 공개 메소드

public OnIndexEntryDeleted ( string entryKey ) : void
entryKey string
리턴 void