public class MongoStoragePluginConfig extends AbstractSecuredStoragePluginConfig
Modifier and Type | Class and Description |
---|---|
static class |
MongoStoragePluginConfig.MongoPluginOptimizations |
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
credentialsProvider, directCredentials
Constructor and Description |
---|
MongoStoragePluginConfig(String connection,
MongoStoragePluginConfig.MongoPluginOptimizations pluginOptimizations,
Integer batchSize,
boolean allowDiskUse,
CredentialsProvider credentialsProvider) |
Modifier and Type | Method and Description |
---|---|
boolean |
allowDiskUse() |
boolean |
equals(Object o) |
int |
getBatchSize() |
String |
getConnection() |
List<String> |
getHosts() |
MongoStoragePluginConfig.MongoPluginOptimizations |
getPluginOptimizations() |
int |
hashCode() |
getCredentialsProvider
getValue, isEnabled, isEnabledStatusPresent, setEnabled
public static final String NAME
public MongoStoragePluginConfig(String connection, MongoStoragePluginConfig.MongoPluginOptimizations pluginOptimizations, Integer batchSize, boolean allowDiskUse, CredentialsProvider credentialsProvider)
public MongoStoragePluginConfig.MongoPluginOptimizations getPluginOptimizations()
public String getConnection()
public int getBatchSize()
public boolean allowDiskUse()
public boolean equals(Object o)
equals
in class StoragePluginConfig
public int hashCode()
hashCode
in class StoragePluginConfig
Copyright © 1970 The Apache Software Foundation. All rights reserved.