Uses of Interface
org.apache.logging.log4j.layout.template.json.util.RecyclerFactory
Packages that use RecyclerFactory
Package
Description
-
Uses of RecyclerFactory in org.apache.logging.log4j.layout.template.json
Fields in org.apache.logging.log4j.layout.template.json declared as RecyclerFactoryModifier and TypeFieldDescriptionprivate RecyclerFactoryJsonTemplateLayout.Builder.recyclerFactoryMethods in org.apache.logging.log4j.layout.template.json that return RecyclerFactoryModifier and TypeMethodDescriptionJsonTemplateLayout.Builder.getRecyclerFactory()static RecyclerFactoryJsonTemplateLayoutDefaults.getRecyclerFactory()Methods in org.apache.logging.log4j.layout.template.json with parameters of type RecyclerFactoryModifier and TypeMethodDescriptionJsonTemplateLayout.Builder.setRecyclerFactory(RecyclerFactory recyclerFactory) -
Uses of RecyclerFactory in org.apache.logging.log4j.layout.template.json.resolver
Fields in org.apache.logging.log4j.layout.template.json.resolver declared as RecyclerFactoryModifier and TypeFieldDescriptionprivate RecyclerFactoryEventResolverContext.Builder.recyclerFactoryprivate final RecyclerFactoryEventResolverContext.recyclerFactoryMethods in org.apache.logging.log4j.layout.template.json.resolver that return RecyclerFactoryMethods in org.apache.logging.log4j.layout.template.json.resolver with parameters of type RecyclerFactoryModifier and TypeMethodDescriptionprivate static EventResolverReadOnlyStringMapResolver.createResolver(RecyclerFactory recyclerFactory, boolean flatten, String prefix, String pattern, String replacement, boolean stringified, Function<LogEvent, ReadOnlyStringMap> mapAccessor) EventResolverContext.Builder.setRecyclerFactory(RecyclerFactory recyclerFactory) -
Uses of RecyclerFactory in org.apache.logging.log4j.layout.template.json.util
Classes in org.apache.logging.log4j.layout.template.json.util that implement RecyclerFactoryModifier and TypeClassDescriptionclassclassclassClasses in org.apache.logging.log4j.layout.template.json.util that implement interfaces with type arguments of type RecyclerFactoryModifier and TypeClassDescriptionfinal classThe default string (i.e., recycler factory spec) toRecyclerFactorytype converter.Methods in org.apache.logging.log4j.layout.template.json.util that return RecyclerFactoryModifier and TypeMethodDescriptionprivate static RecyclerFactoryRecyclerFactories.createRecyclerFactory(String queueFactorySpec, String supplierPath, int capacity) static RecyclerFactoryprivate static RecyclerFactoryRecyclerFactories.readQueueingRecyclerFactory(String recyclerFactorySpec, int defaultCapacity)