- java.lang.Object
-
- org.apache.lucene.codecs.DocValuesFormat.Holder
-
- Enclosing class:
- DocValuesFormat
private static final class DocValuesFormat.Holder extends java.lang.Object
This 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 private
Holder()
-
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()
-
-