Package org.apache.nifi.cs.tests.system
Class LifecycleFailureService
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.controller.AbstractControllerService
org.apache.nifi.cs.tests.system.LifecycleFailureService
- All Implemented Interfaces:
ConfigurableComponent,ControllerService
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final PropertyDescriptor(package private) static final PropertyDescriptorprivate final AtomicInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<PropertyDescriptor> voidonDisabled(ConfigurationContext context) voidonEnabled(ConfigurationContext context) Methods inherited from class org.apache.nifi.controller.AbstractControllerService
abstractClearConfigContext, abstractStoreConfigContext, disabled, enabled, getConfigurationContext, getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, getProperty, getStateManager, init, initialize, isEnabledMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.controller.ControllerService
isStateful, migrateProperties
-
Field Details
-
ENABLE_FAILURE_COUNT
-
FAIL_ON_DISABLE
-
invocationCount
-
-
Constructor Details
-
LifecycleFailureService
public LifecycleFailureService()
-
-
Method Details
-
getSupportedPropertyDescriptors
- Overrides:
getSupportedPropertyDescriptorsin classAbstractConfigurableComponent
-
onEnabled
-
onDisabled
-