Package org.apache.lucene.codecs
Class DocValuesFormat.Holder
- java.lang.Object
-
- org.apache.lucene.codecs.DocValuesFormat.Holder
-
- Enclosing class:
- DocValuesFormat
private static final class DocValuesFormat.Holder extends java.lang.ObjectThis static holder class prevents classloading deadlock by delaying init of doc values formats until needed.
-
-
Field Summary
Fields Modifier and Type Field Description private static NamedSPILoader<DocValuesFormat>LOADER
-
Constructor Summary
Constructors Modifier Constructor Description privateHolder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static NamedSPILoader<DocValuesFormat>getLoader()
-
-
-
Field Detail
-
LOADER
private static final NamedSPILoader<DocValuesFormat> LOADER
-
-
Method Detail
-
getLoader
static NamedSPILoader<DocValuesFormat> getLoader()
-
-