public class MockReportingInitializationContext extends Object implements ReportingInitializationContext
| Constructor and Description |
|---|
MockReportingInitializationContext() |
| Modifier and Type | Method and Description |
|---|---|
ControllerServiceLookup |
getControllerServiceLookup() |
String |
getIdentifier() |
File |
getKerberosConfigurationFile() |
File |
getKerberosServiceKeytab() |
String |
getKerberosServicePrincipal() |
ComponentLog |
getLogger() |
String |
getName() |
NodeTypeProvider |
getNodeTypeProvider() |
String |
getSchedulingPeriod() |
long |
getSchedulingPeriod(TimeUnit timeUnit) |
SchedulingStrategy |
getSchedulingStrategy() |
public String getIdentifier()
getIdentifier in interface ReportingInitializationContextpublic String getName()
getName in interface ReportingInitializationContextpublic long getSchedulingPeriod(TimeUnit timeUnit)
getSchedulingPeriod in interface ReportingInitializationContextpublic ControllerServiceLookup getControllerServiceLookup()
getControllerServiceLookup in interface ReportingInitializationContextpublic String getSchedulingPeriod()
getSchedulingPeriod in interface ReportingInitializationContextpublic SchedulingStrategy getSchedulingStrategy()
getSchedulingStrategy in interface ReportingInitializationContextpublic ComponentLog getLogger()
getLogger in interface ReportingInitializationContextpublic String getKerberosServicePrincipal()
getKerberosServicePrincipal in interface KerberosContextpublic File getKerberosServiceKeytab()
getKerberosServiceKeytab in interface KerberosContextpublic File getKerberosConfigurationFile()
getKerberosConfigurationFile in interface KerberosContextpublic NodeTypeProvider getNodeTypeProvider()
getNodeTypeProvider in interface ReportingInitializationContextCopyright © 2023 Apache NiFi Project. All rights reserved.