Package org.apache.nifi.couchbase
Class AbstractCouchbaseLookupService
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.controller.AbstractControllerService
org.apache.nifi.couchbase.AbstractCouchbaseLookupService
- All Implemented Interfaces:
ConfigurableComponent,ControllerService
- Direct Known Subclasses:
CouchbaseKeyValueLookupService,CouchbaseRecordLookupService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CouchbaseClusterControllerServiceprotected static final Stringprotected List<PropertyDescriptor> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddProperties(List<PropertyDescriptor> properties) protected List<PropertyDescriptor> protected voidvoidonEnabled(ConfigurationContext context) Methods inherited from class org.apache.nifi.controller.AbstractControllerService
abstractClearConfigContext, abstractStoreConfigContext, disabled, enabled, getConfigurationContext, getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, getProperty, getStateManager, 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
-
KEY
- See Also:
-
REQUIRED_KEYS
-
properties
-
couchbaseClusterService
-
bucketName
-
-
Constructor Details
-
AbstractCouchbaseLookupService
public AbstractCouchbaseLookupService()
-
-
Method Details
-
init
- Overrides:
initin classAbstractControllerService- Throws:
InitializationException
-
addProperties
-
onEnabled
- Throws:
InitializationException
-
getRequiredKeys
-
getSupportedPropertyDescriptors
- Overrides:
getSupportedPropertyDescriptorsin classAbstractConfigurableComponent
-