Skip navigation links
A B C D E F G H I K L M O P R S T U V 

A

AbstractCouchbaseLookupService - Class in org.apache.nifi.couchbase
 
AbstractCouchbaseLookupService() - Constructor for class org.apache.nifi.couchbase.AbstractCouchbaseLookupService
 
AbstractCouchbaseProcessor - Class in org.apache.nifi.processors.couchbase
Provides common functionality for Couchbase processors.
AbstractCouchbaseProcessor() - Constructor for class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 
addProperties(List<PropertyDescriptor>) - Method in class org.apache.nifi.couchbase.AbstractCouchbaseLookupService
 
addProperties(List<PropertyDescriptor>) - Method in class org.apache.nifi.couchbase.CouchbaseKeyValueLookupService
 
addProperties(List<PropertyDescriptor>) - Method in class org.apache.nifi.couchbase.CouchbaseRecordLookupService
 
addSupportedProperties(List<PropertyDescriptor>) - Method in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
Add processor specific properties.
addSupportedProperties(List<PropertyDescriptor>) - Method in class org.apache.nifi.processors.couchbase.GetCouchbaseKey
 
addSupportedProperties(List<PropertyDescriptor>) - Method in class org.apache.nifi.processors.couchbase.PutCouchbaseKey
 
addSupportedRelationships(Set<Relationship>) - Method in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
Add processor specific relationships.
addSupportedRelationships(Set<Relationship>) - Method in class org.apache.nifi.processors.couchbase.GetCouchbaseKey
 
addSupportedRelationships(Set<Relationship>) - Method in class org.apache.nifi.processors.couchbase.PutCouchbaseKey
 

B

bucket - Variable in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
bucketName - Variable in class org.apache.nifi.couchbase.AbstractCouchbaseLookupService
 
bucketPasswords - Variable in class org.apache.nifi.couchbase.CouchbaseClusterService
 

C

close() - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
cluster - Variable in class org.apache.nifi.couchbase.CouchbaseClusterService
 
clusterService - Variable in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
clusterService - Variable in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 
configure(ConfigurationContext) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
CONNECTION_STRING - Static variable in class org.apache.nifi.couchbase.CouchbaseClusterService
 
containsKey(K, Serializer<K>) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
CouchbaseAttributes - Enum in org.apache.nifi.processors.couchbase
Couchbase related attribute keys.
CouchbaseAttributes(String) - Constructor for enum org.apache.nifi.processors.couchbase.CouchbaseAttributes
 
couchbaseClusterService - Variable in class org.apache.nifi.couchbase.AbstractCouchbaseLookupService
 
CouchbaseClusterService - Class in org.apache.nifi.couchbase
Provides a centralized Couchbase connection and bucket passwords management.
CouchbaseClusterService() - Constructor for class org.apache.nifi.couchbase.CouchbaseClusterService
 
CouchbaseExceptionMappings - Class in org.apache.nifi.processors.couchbase
 
CouchbaseExceptionMappings() - Constructor for class org.apache.nifi.processors.couchbase.CouchbaseExceptionMappings
 
CouchbaseKeyValueLookupService - Class in org.apache.nifi.couchbase
 
CouchbaseKeyValueLookupService() - Constructor for class org.apache.nifi.couchbase.CouchbaseKeyValueLookupService
 
CouchbaseMapCacheClient - Class in org.apache.nifi.couchbase
 
CouchbaseMapCacheClient() - Constructor for class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
CouchbaseRecordLookupService - Class in org.apache.nifi.couchbase
 
CouchbaseRecordLookupService() - Constructor for class org.apache.nifi.couchbase.CouchbaseRecordLookupService
 
CouchbaseUtils - Class in org.apache.nifi.couchbase
 
CouchbaseUtils() - Constructor for class org.apache.nifi.couchbase.CouchbaseUtils
 
customValidate(ValidationContext) - Method in class org.apache.nifi.couchbase.CouchbaseClusterService
 

D

descriptors - Variable in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 
deserialize(BinaryDocument, Deserializer<V>) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
DOC_ID - Static variable in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 
documentType - Variable in class org.apache.nifi.couchbase.CouchbaseRecordLookupService
 
DYNAMIC_PROP_BUCKET_PASSWORD - Static variable in class org.apache.nifi.couchbase.CouchbaseClusterService
 

E

ErrorHandlingStrategy - Enum in org.apache.nifi.processors.couchbase
 
ErrorHandlingStrategy(ErrorHandlingStrategy.Result, ErrorHandlingStrategy.Penalty) - Constructor for enum org.apache.nifi.processors.couchbase.ErrorHandlingStrategy
 
ErrorHandlingStrategy.Penalty - Enum in org.apache.nifi.processors.couchbase
Indicating yield or penalize the processing when transfer the input FlowFile.
ErrorHandlingStrategy.Result - Enum in org.apache.nifi.processors.couchbase
 

F

fetch(K, Serializer<K>, Deserializer<V>) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
filterRelationships(Set<Relationship>) - Method in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 
filterRelationships(Set<Relationship>) - Method in class org.apache.nifi.processors.couchbase.GetCouchbaseKey
 

G

get(K, Serializer<K>, Deserializer<V>) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
getAndPutIfAbsent(K, V, Serializer<K>, Serializer<V>, Deserializer<V>) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
getClusterService(ProcessContext) - Method in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 
GetCouchbaseKey - Class in org.apache.nifi.processors.couchbase
 
GetCouchbaseKey() - Constructor for class org.apache.nifi.processors.couchbase.GetCouchbaseKey
 
getRelationships() - Method in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 
getRequiredKeys() - Method in class org.apache.nifi.couchbase.AbstractCouchbaseLookupService
 
getStrategy(CouchbaseException) - Static method in class org.apache.nifi.processors.couchbase.CouchbaseExceptionMappings
Returns a registered error handling strategy.
getStringContent(Bucket, String) - Static method in class org.apache.nifi.couchbase.CouchbaseUtils
A convenient method to retrieve String value when Document type is unknown.
getStringContent(Object) - Static method in class org.apache.nifi.couchbase.CouchbaseUtils
 
getSupportedDynamicPropertyDescriptor(String) - Method in class org.apache.nifi.couchbase.CouchbaseClusterService
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.couchbase.AbstractCouchbaseLookupService
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.couchbase.CouchbaseClusterService
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 
getTransitUrl(Bucket, String) - Method in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
Generate a transit url.

H

handleCouchbaseException(ProcessContext, ProcessSession, ComponentLog, FlowFile, CouchbaseException, String) - Method in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
Handles the thrown CouchbaseException accordingly.

I

init(ControllerServiceInitializationContext) - Method in class org.apache.nifi.couchbase.AbstractCouchbaseLookupService
 
init(ProcessorInitializationContext) - Method in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 

K

KEY - Static variable in class org.apache.nifi.couchbase.AbstractCouchbaseLookupService
 
key - Variable in enum org.apache.nifi.processors.couchbase.CouchbaseAttributes
 
key() - Method in enum org.apache.nifi.processors.couchbase.CouchbaseAttributes
 

L

logger - Static variable in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
lookup(Map<String, Object>) - Method in class org.apache.nifi.couchbase.CouchbaseKeyValueLookupService
 
lookup(Map<String, Object>) - Method in class org.apache.nifi.couchbase.CouchbaseRecordLookupService
 

M

mapping - Static variable in class org.apache.nifi.processors.couchbase.CouchbaseExceptionMappings
 

O

onConfigured(ConfigurationContext) - Method in class org.apache.nifi.couchbase.CouchbaseClusterService
Establish a connection to a Couchbase cluster.
onEnabled(ConfigurationContext) - Method in class org.apache.nifi.couchbase.AbstractCouchbaseLookupService
 
onEnabled(ConfigurationContext) - Method in class org.apache.nifi.couchbase.CouchbaseKeyValueLookupService
 
onEnabled(ConfigurationContext) - Method in class org.apache.nifi.couchbase.CouchbaseRecordLookupService
 
onPropertyModified(PropertyDescriptor, String, String) - Method in class org.apache.nifi.processors.couchbase.GetCouchbaseKey
 
onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.couchbase.GetCouchbaseKey
 
onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.couchbase.PutCouchbaseKey
 
openBucket(String) - Method in class org.apache.nifi.couchbase.CouchbaseClusterService
 
openBucket(ProcessContext) - Method in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
Open a bucket connection using a CouchbaseClusterControllerService.
org.apache.nifi.couchbase - package org.apache.nifi.couchbase
 
org.apache.nifi.processors.couchbase - package org.apache.nifi.processors.couchbase
 

P

penalty - Variable in enum org.apache.nifi.processors.couchbase.ErrorHandlingStrategy
 
penalty() - Method in enum org.apache.nifi.processors.couchbase.ErrorHandlingStrategy
 
Penalty() - Constructor for enum org.apache.nifi.processors.couchbase.ErrorHandlingStrategy.Penalty
 
PERSIST_TO - Static variable in class org.apache.nifi.processors.couchbase.PutCouchbaseKey
 
properties - Variable in class org.apache.nifi.couchbase.AbstractCouchbaseLookupService
 
properties - Static variable in class org.apache.nifi.couchbase.CouchbaseClusterService
 
put(K, V, Serializer<K>, Serializer<V>) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
PUT_VALUE_TO_ATTRIBUTE - Static variable in class org.apache.nifi.processors.couchbase.GetCouchbaseKey
 
PutCouchbaseKey - Class in org.apache.nifi.processors.couchbase
 
PutCouchbaseKey() - Constructor for class org.apache.nifi.processors.couchbase.PutCouchbaseKey
 
putIfAbsent(K, V, Serializer<K>, Serializer<V>) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
putToAttribute - Variable in class org.apache.nifi.processors.couchbase.GetCouchbaseKey
 

R

readerFactory - Variable in class org.apache.nifi.couchbase.CouchbaseRecordLookupService
 
RECORD_READER - Static variable in class org.apache.nifi.couchbase.CouchbaseRecordLookupService
 
REL_FAILURE - Static variable in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 
REL_ORIGINAL - Static variable in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 
REL_RETRY - Static variable in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 
REL_SUCCESS - Static variable in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 
relationships - Variable in class org.apache.nifi.processors.couchbase.AbstractCouchbaseProcessor
 
remove(K, Serializer<K>) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
removeByPattern(String) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
replace(AtomicCacheEntry<K, V, Long>, Serializer<K>, Serializer<V>) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
REPLICATE_TO - Static variable in class org.apache.nifi.processors.couchbase.PutCouchbaseKey
 
REQUIRED_KEYS - Static variable in class org.apache.nifi.couchbase.AbstractCouchbaseLookupService
 
result - Variable in enum org.apache.nifi.processors.couchbase.ErrorHandlingStrategy
 
result() - Method in enum org.apache.nifi.processors.couchbase.ErrorHandlingStrategy
 
Result() - Constructor for enum org.apache.nifi.processors.couchbase.ErrorHandlingStrategy.Result
 

S

shutdown() - Method in class org.apache.nifi.couchbase.CouchbaseClusterService
Disconnect from the Couchbase cluster.
subDocPath - Variable in class org.apache.nifi.couchbase.CouchbaseKeyValueLookupService
 

T

toDocument(String, V, Serializer<V>) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
toDocument(String, V, Serializer<V>, long) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 
toDocumentId(K, Serializer<K>) - Method in class org.apache.nifi.couchbase.CouchbaseMapCacheClient
 

U

USER_NAME - Static variable in class org.apache.nifi.couchbase.CouchbaseClusterService
 
USER_PASSWORD - Static variable in class org.apache.nifi.couchbase.CouchbaseClusterService
 

V

valueOf(String) - Static method in enum org.apache.nifi.processors.couchbase.CouchbaseAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processors.couchbase.ErrorHandlingStrategy.Penalty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processors.couchbase.ErrorHandlingStrategy.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processors.couchbase.ErrorHandlingStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.nifi.processors.couchbase.CouchbaseAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processors.couchbase.ErrorHandlingStrategy.Penalty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processors.couchbase.ErrorHandlingStrategy.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processors.couchbase.ErrorHandlingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I K L M O P R S T U V 
Skip navigation links

Copyright © 2023 Apache NiFi Project. All rights reserved.