| Package | Description |
|---|---|
| org.pinus4j.api |
Pinus存储的用户调用接口.
用户使用Pinus存储时主要是使用的接口是IShardingStorageClient, 此接口包含了对数据库的增删改查相关的操作。方便用户进行分库分表操作。
|
| org.pinus4j.datalayer |
数据层,抽象出不同的存储
|
| org.pinus4j.datalayer.update.jdbc |
| Modifier and Type | Field and Description |
|---|---|
private IShardingUpdate |
DefaultPinusClient.shardingUpdater
分库分表更新实现.
|
| Modifier and Type | Method and Description |
|---|---|
IShardingUpdate |
JdbcDataLayerBuilder.buildShardingUpdate(IIdGenerator idGenerator) |
IShardingUpdate |
IDataLayerBuilder.buildShardingUpdate(IIdGenerator idGenerator)
build sharding update.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShardingJdbcUpdateImpl
分库分表更新实现.
|
Copyright © 2015. All rights reserved.