| Package | Description |
|---|---|
| io.shardingsphere.transaction.constants | |
| io.shardingsphere.transaction.datasource | |
| io.shardingsphere.transaction.datasource.impl |
| Modifier and Type | Method and Description |
|---|---|
static TransactionLogDataSourceType |
TransactionLogDataSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionLogDataSourceType[] |
TransactionLogDataSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionLogDataSourceType |
TransactionLogDataSource.getType()
Get transaction log data source type.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionLogDataSourceType |
RdbTransactionLogDataSource.getType() |
TransactionLogDataSourceType |
MemoryTransactionLogDataSource.getType() |
Copyright © 2018. All rights reserved.