| Modifier and Type | Method and Description |
|---|---|
List<Protos.DataSource> |
EchoConfig.getDefaultDataSources() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractStorageModule.configureForDataSource(Protos.DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
static MemcacheDataSource |
MemcacheDataSource.getInstance(Protos.DataSource datasource) |
static MemcacheDataSource |
MemcacheDataSource.newInstance(Protos.DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
static MySqlDataSource |
MySqlDataSource.getInstance(Protos.DataSource datasource) |
static MySqlDataSource |
MySqlDataSource.newInstance(Protos.DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
Protos.DataSource |
MySqlKeyValueProtobufDao.getMySqlDataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlKeyValueModule.configureForDataSource(Protos.DataSource dataSource) |
static MySqlKeyValueProtobufDao |
MySqlKeyValueProtobufDao.newInstance(com.google.protobuf.Message messageDefaultInstancee,
Protos.DataSource dataSource) |
static MySqlKeyValueEncryptedProtobufDao |
MySqlKeyValueEncryptedProtobufDao.newInstance(com.google.protobuf.Message messageDefaultInstancee,
Protos.DataSource dataSource,
String secretKey) |
static <T extends MySqlKeyValueProtobufDao> |
MemcacheOnMySqlProtobufDao.newInstance(Protos.DataSource memcacheDataSource,
T mySqlKeyValueProtobufDao) |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlRelationalModule.configureForDataSource(Protos.DataSource dataSource) |
static MySqlProtobufDao |
MySqlProtobufDao.newInstance(com.google.protobuf.Message messageDefaultInstance,
Protos.DataSource dataSource) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<Protos.DataSource> |
Protos.DataSource.PARSER |
| Modifier and Type | Method and Description |
|---|---|
Protos.DataSource |
Protos.DataSource.Builder.build() |
Protos.DataSource |
Protos.DataSource.Builder.buildPartial() |
static Protos.DataSource |
Protos.DataSource.getDefaultInstance() |
Protos.DataSource |
Protos.DataSource.getDefaultInstanceForType() |
Protos.DataSource |
Protos.DataSource.Builder.getDefaultInstanceForType() |
static Protos.DataSource |
Protos.DataSource.parseDelimitedFrom(InputStream input) |
static Protos.DataSource |
Protos.DataSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.DataSource |
Protos.DataSource.parseFrom(byte[] data) |
static Protos.DataSource |
Protos.DataSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.DataSource |
Protos.DataSource.parseFrom(com.google.protobuf.ByteString data) |
static Protos.DataSource |
Protos.DataSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.DataSource |
Protos.DataSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.DataSource |
Protos.DataSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.DataSource |
Protos.DataSource.parseFrom(InputStream input) |
static Protos.DataSource |
Protos.DataSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Protos.DataSource> |
Protos.DataSource.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
Protos.DataSource.Builder |
Protos.DataSource.Builder.mergeFrom(Protos.DataSource other) |
static Protos.DataSource.Builder |
Protos.DataSource.newBuilder(Protos.DataSource prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisStorageModule.configureForDataSource(Protos.DataSource dataSourceMeta) |
static RedisProtobufDao |
RedisProtobufDao.newInstance(com.google.protobuf.Message messageDefaultInstance,
Protos.DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
Protos.DataSource |
IDataSourceService.getDataSource(String datasourceName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Protos.DataSource> |
IDataSourceService.getDefaultDataSources() |
Collection<Protos.DataSource> |
IDataSourceService.getRegisteredDataSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDataSourceService.register(Protos.DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
Protos.DataSource |
DataSourceService.getDataSource(String datasourceName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Protos.DataSource> |
DataSourceService.getDefaultDataSources() |
Collection<Protos.DataSource> |
DataSourceService.getRegisteredDataSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceService.register(Protos.DataSource dataSource) |
Copyright © 2015. All rights reserved.