@Tags(value={"lookup","enrich","key","value","couchbase"}) @CapabilityDescription(value="Lookup a string value from Couchbase Server associated with the specified key. The coordinates that are passed to the lookup must contain the key \'key\'.") @DeprecationNotice(reason="This component is deprecated and will be removed in NiFi 2.x.") public class CouchbaseKeyValueLookupService extends AbstractCouchbaseLookupService implements StringLookupService
| Modifier and Type | Field and Description |
|---|---|
private String |
subDocPath |
bucketName, couchbaseClusterService, KEY, properties, REQUIRED_KEYS| Constructor and Description |
|---|
CouchbaseKeyValueLookupService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addProperties(List<PropertyDescriptor> properties) |
Optional<String> |
lookup(Map<String,Object> coordinates) |
void |
onEnabled(ConfigurationContext context) |
getRequiredKeys, getSupportedPropertyDescriptors, initabstractClearConfigContext, abstractStoreConfigContext, disabled, enabled, getConfigurationContext, getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, getProperty, getStateManager, initialize, isEnabledcustomValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, toString, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetValueTypegetRequiredKeys, lookupinitialize, isStatefulgetIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateprivate volatile String subDocPath
protected void addProperties(List<PropertyDescriptor> properties)
addProperties in class AbstractCouchbaseLookupService@OnEnabled public void onEnabled(ConfigurationContext context) throws InitializationException
onEnabled in class AbstractCouchbaseLookupServiceInitializationExceptionpublic Optional<String> lookup(Map<String,Object> coordinates) throws LookupFailureException
lookup in interface LookupService<String>LookupFailureExceptionCopyright © 2024 Apache NiFi Project. All rights reserved.