public class LogicalPlanPersistence extends Object
Constructor and Description |
---|
LogicalPlanPersistence(DrillConfig conf,
ScanResult scanResult) |
LogicalPlanPersistence(DrillConfig conf,
ScanResult scanResult,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.ObjectMapper |
getMapper() |
static <T> Set<Class<? extends T>> |
getSubTypes(ScanResult classpathScan,
Class<T> parent)
Scan for implementations of the given interface.
|
public LogicalPlanPersistence(DrillConfig conf, ScanResult scanResult)
public LogicalPlanPersistence(DrillConfig conf, ScanResult scanResult, com.fasterxml.jackson.databind.ObjectMapper mapper)
public com.fasterxml.jackson.databind.ObjectMapper getMapper()
public static <T> Set<Class<? extends T>> getSubTypes(ScanResult classpathScan, Class<T> parent)
classpathScan
- Drill configuration object used to find the packages to scanCopyright © 1970 The Apache Software Foundation. All rights reserved.