public interface IMongoDeepJobConfig<T> extends IDeepJobConfig<T,IMongoDeepJobConfig<T>>
| Modifier and Type | Method and Description |
|---|---|
IMongoDeepJobConfig<T> |
collection(String collection) |
IMongoDeepJobConfig<T> |
database(String database) |
org.apache.hadoop.conf.Configuration |
getHadoopConfiguration() |
IMongoDeepJobConfig<T> |
host(List<String> host)
Sets the list of available Mongo hosts.
|
IMongoDeepJobConfig<T> |
readPreference(String readPreference)
Configures the 'readPreference' MongoDB's config property.
|
IMongoDeepJobConfig<T> |
replicaSet(String replicaSet) |
columnDefinitions, filterByField, getAdditionalFilters, getEntityClass, getHost, getInputColumns, getPageSize, getPassword, getUsername, host, initialize, inputColumns, pageSize, password, usernameIMongoDeepJobConfig<T> collection(String collection)
IMongoDeepJobConfig<T> database(String database)
IMongoDeepJobConfig<T> host(List<String> host)
host - the list of available mongo hosts.IMongoDeepJobConfig<T> replicaSet(String replicaSet)
org.apache.hadoop.conf.Configuration getHadoopConfiguration()
IMongoDeepJobConfig<T> readPreference(String readPreference)
readPreference - the property value to set.Copyright © 2014. All rights reserved.