Package | Description |
---|---|
com.holonplatform.datastore.mongo.core.enumerations | |
com.holonplatform.datastore.mongo.core.tx | |
com.holonplatform.datastore.mongo.spring |
Modifier and Type | Method and Description |
---|---|
static MongoReadPreference |
MongoReadPreference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoReadPreference[] |
MongoReadPreference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<MongoReadPreference> |
MongoTransactionOptions.getReadPreference()
Get the read preference to use with the transaction, if configured.
|
Modifier and Type | Field and Description |
---|---|
static com.holonplatform.core.config.ConfigProperty<MongoReadPreference> |
MongoDatastoreConfigProperties.READ_PREFERENCE
The default
ReadPreference for query or data read operations. |
Copyright © 2019 The Holon Platform. All rights reserved.