public interface MongoDBClientService extends ControllerService, VerifiableControllerService
| Modifier and Type | Method and Description |
|---|---|
default org.bson.Document |
convertJson(String query) |
com.mongodb.client.MongoDatabase |
getDatabase(String name) |
String |
getURI() |
com.mongodb.WriteConcern |
getWriteConcern(ConfigurationContext context) |
initialize, isStatefulgetIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateverifystatic final String WRITE_CONCERN_ACKNOWLEDGED
static final String WRITE_CONCERN_UNACKNOWLEDGED
static final String WRITE_CONCERN_FSYNCED
static final String WRITE_CONCERN_JOURNALED
static final String WRITE_CONCERN_REPLICA_ACKNOWLEDGED
static final String WRITE_CONCERN_MAJORITY
static final String WRITE_CONCERN_W1
static final String WRITE_CONCERN_W2
static final String WRITE_CONCERN_W3
static final AllowableValue WRITE_CONCERN_ACKNOWLEDGED_VALUE
static final AllowableValue WRITE_CONCERN_UNACKNOWLEDGED_VALUE
static final AllowableValue WRITE_CONCERN_FSYNCED_VALUE
static final AllowableValue WRITE_CONCERN_JOURNALED_VALUE
static final AllowableValue WRITE_CONCERN_REPLICA_ACKNOWLEDGED_VALUE
static final AllowableValue WRITE_CONCERN_MAJORITY_VALUE
static final AllowableValue WRITE_CONCERN_W1_VALUE
static final AllowableValue WRITE_CONCERN_W2_VALUE
static final AllowableValue WRITE_CONCERN_W3_VALUE
static final PropertyDescriptor URI
static final PropertyDescriptor DB_USER
static final PropertyDescriptor DB_PASSWORD
static final PropertyDescriptor SSL_CONTEXT_SERVICE
static final PropertyDescriptor CLIENT_AUTH
static final PropertyDescriptor WRITE_CONCERN
default org.bson.Document convertJson(String query)
com.mongodb.WriteConcern getWriteConcern(ConfigurationContext context)
com.mongodb.client.MongoDatabase getDatabase(String name)
String getURI()
Copyright © 2023 Apache NiFi Project. All rights reserved.