|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.util.FieldCacheSanityChecker.Insanity
public static final class FieldCacheSanityChecker.Insanity
Simple container for a collection of related CacheEntry objects that in conjunction with each other represent some "insane" usage of the FieldCache.
Constructor Summary | |
---|---|
FieldCacheSanityChecker.Insanity(FieldCacheSanityChecker.InsanityType type,
String msg,
FieldCache.CacheEntry... entries)
|
Method Summary | |
---|---|
FieldCache.CacheEntry[] |
getCacheEntries()
CacheEntry objects which suggest a problem |
String |
getMsg()
Description of hte insane behavior |
FieldCacheSanityChecker.InsanityType |
getType()
Type of insane behavior this object represents |
String |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FieldCacheSanityChecker.Insanity(FieldCacheSanityChecker.InsanityType type, String msg, FieldCache.CacheEntry... entries)
Method Detail |
---|
public FieldCacheSanityChecker.InsanityType getType()
public String getMsg()
public FieldCache.CacheEntry[] getCacheEntries()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |