Class RecyclerFactories
- java.lang.Object
-
- org.apache.logging.log4j.layout.template.json.util.RecyclerFactories
-
@Deprecated public final class RecyclerFactories extends java.lang.ObjectDeprecated.As of version2.25.0, planned to be removed!
-
-
Field Summary
Fields Modifier and Type Field Description private static booleanJCTOOLS_QUEUE_CLASS_AVAILABLEDeprecated.private static java.lang.StringJCTOOLS_QUEUE_CLASS_SUPPLIER_PATHDeprecated.
-
Constructor Summary
Constructors Modifier Constructor Description privateRecyclerFactories()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description private static RecyclerFactorycreateRecyclerFactory(java.lang.String queueFactorySpec, java.lang.String supplierPath, int capacity)Deprecated.private static booleanisJctoolsQueueClassAvailable()Deprecated.static RecyclerFactoryofSpec(java.lang.String recyclerFactorySpec)Deprecated.private static RecyclerFactoryreadQueueingRecyclerFactory(java.lang.String recyclerFactorySpec, int defaultCapacity)Deprecated.
-
-
-
Field Detail
-
JCTOOLS_QUEUE_CLASS_SUPPLIER_PATH
private static final java.lang.String JCTOOLS_QUEUE_CLASS_SUPPLIER_PATH
Deprecated.- See Also:
- Constant Field Values
-
JCTOOLS_QUEUE_CLASS_AVAILABLE
private static final boolean JCTOOLS_QUEUE_CLASS_AVAILABLE
Deprecated.
-
-
Method Detail
-
isJctoolsQueueClassAvailable
private static boolean isJctoolsQueueClassAvailable()
Deprecated.
-
ofSpec
public static RecyclerFactory ofSpec(java.lang.String recyclerFactorySpec)
Deprecated.
-
readQueueingRecyclerFactory
private static RecyclerFactory readQueueingRecyclerFactory(java.lang.String recyclerFactorySpec, int defaultCapacity)
Deprecated.
-
createRecyclerFactory
private static RecyclerFactory createRecyclerFactory(java.lang.String queueFactorySpec, java.lang.String supplierPath, int capacity)
Deprecated.
-
-