| Package | Description |
|---|---|
| org.pinus4j.api |
Pinus存储的用户调用接口.
用户使用Pinus存储时主要是使用的接口是IShardingStorageClient, 此接口包含了对数据库的增删改查相关的操作。方便用户进行分库分表操作。
|
| org.pinus4j.api.enums |
用于配置Pinus存储的相关枚举.
|
| org.pinus4j.cluster |
数据库集群实现.
|
| org.pinus4j.cluster.impl |
数据库集群的实现.
|
| org.pinus4j.generator |
数据库生成工具接口
|
| org.pinus4j.generator.impl |
数据库生成工具实现
|
| Modifier and Type | Field and Description |
|---|---|
private EnumSyncAction |
ShardingStorageClientImpl.syncAction
同步数据表操作.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSyncAction |
ShardingStorageClientImpl.getSyncAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShardingStorageClientImpl.setSyncAction(EnumSyncAction syncAction) |
void |
IShardingStorageClient.setSyncAction(EnumSyncAction syncAction)
设置数据表同步动作.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSyncAction |
EnumSyncAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumSyncAction[] |
EnumSyncAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDBCluster.setSyncAction(EnumSyncAction syncAction)
设置数据表同步动作.
|
| Modifier and Type | Field and Description |
|---|---|
private EnumSyncAction |
AbstractDBCluster.syncAction
同步数据表操作.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSyncAction |
AbstractDBCluster.getSyncAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDBCluster.setSyncAction(EnumSyncAction syncAction) |
| Modifier and Type | Field and Description |
|---|---|
private EnumSyncAction |
DefaultDBGeneratorBuilder.syncAction
同步数据表操作.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSyncAction |
DefaultDBGeneratorBuilder.getSyncAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDBGeneratorBuilder.setSyncAction(EnumSyncAction syncAction)
set sync action.
|
void |
IDBGenerator.setSyncAction(EnumSyncAction syncAction) |
void |
DefaultDBGeneratorBuilder.setSyncAction(EnumSyncAction syncAction) |
static IDBGeneratorBuilder |
DefaultDBGeneratorBuilder.valueOf(EnumSyncAction syncAction,
EnumDB enumDb) |
| Modifier and Type | Field and Description |
|---|---|
private EnumSyncAction |
DBMySqlGeneratorImpl.syncAction |
| Modifier and Type | Method and Description |
|---|---|
EnumSyncAction |
DBMySqlGeneratorImpl.getSyncAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBMySqlGeneratorImpl.setSyncAction(EnumSyncAction syncAction) |
Copyright © 2015. All rights reserved.