C# 클래스 Lucene.Net.Util.FieldCacheSanityChecker.Insanity

Simple container for a collection of related CacheEntry objects that in conjunction with each other represent some "insane" usage of the FieldCache.
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
Insanity ( InsanityType type, string msg ) : System.Collections.Generic
ToString ( ) : string

Multi-Line representation of this Insanity object, starting with the Type and Msg, followed by each CacheEntry.toString() on it's own line prefaced by a tab character

메소드 상세

Insanity() 공개 메소드

public Insanity ( InsanityType type, string msg ) : System.Collections.Generic
type InsanityType
msg string
리턴 System.Collections.Generic

ToString() 공개 메소드

Multi-Line representation of this Insanity object, starting with the Type and Msg, followed by each CacheEntry.toString() on it's own line prefaced by a tab character
public ToString ( ) : string
리턴 string