C
- type of collectorpublic class GeneratedCollector<C extends Collector<?>> extends GeneratedClass<C>
Collector
.Constructor and Description |
---|
GeneratedCollector(String className,
String code,
Object[] references) |
GeneratedCollector(String className,
String code,
Object[] references,
ReadableConfig conf)
Creates a GeneratedCollector.
|
compile, getClass, getClassName, getCode, getReferences, newInstance, newInstance
@VisibleForTesting public GeneratedCollector(String className, String code, Object[] references)
public GeneratedCollector(String className, String code, Object[] references, ReadableConfig conf)
className
- class name of the generated Collector.code
- code of the generated Collector.references
- referenced objects of the generated Collector.conf
- configuration when generating Collector.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.