Package | Description |
---|---|
com.enremmeta.rtb.bidder_initialization | |
com.enremmeta.rtb.config |
Package for files serving as beans for configuration entities.
|
com.enremmeta.rtb.dao | |
com.enremmeta.rtb.dao.impl.aerospike | |
com.enremmeta.rtb.dao.impl.collections | |
com.enremmeta.rtb.dao.impl.dynamodb | |
com.enremmeta.rtb.dao.impl.hazelcast | |
com.enremmeta.rtb.dao.impl.redis |
Modifier and Type | Method and Description |
---|---|
private <T extends DbConfig> |
ServiceRunnerSpec_initDbServices.createDbConfig(Class<T> dbConfigClass,
boolean isEnabled) |
Modifier and Type | Class and Description |
---|---|
class |
AerospikeDBServiceConfig |
class |
DynamoDBServiceConfig |
class |
HazelcastServiceConfig
Part of
configuration responsible for configuring Hazelcast . |
class |
MockDbServiceConfig
Have a mockito.
|
Modifier and Type | Method and Description |
---|---|
DbConfig |
DbConfigs.findDbConfig(String name) |
Modifier and Type | Method and Description |
---|---|
void |
DbService.init(DbConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
AerospikeDBService.init(DbConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
CollectionsDbService.init(DbConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
DynamoDBService.init(DbConfig c) |
Modifier and Type | Method and Description |
---|---|
void |
HazelcastService.init(DbConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
RedisServiceConfig |
Modifier and Type | Method and Description |
---|---|
void |
RedisService.init(DbConfig config) |