| Package | Description |
|---|---|
| org.pinus4j.api |
Pinus存储的用户调用接口.
用户使用Pinus存储时主要是使用的接口是IShardingStorageClient, 此接口包含了对数据库的增删改查相关的操作。方便用户进行分库分表操作。
|
| org.pinus4j.cluster |
数据库集群实现.
|
| org.pinus4j.cluster.impl |
数据库集群的实现.
|
| org.pinus4j.datalayer |
数据层,抽象出不同的存储
|
| org.pinus4j.datalayer.jdbc |
封装对于jdbc的操作.
|
| org.pinus4j.generator |
数据库生成工具接口
|
| org.pinus4j.generator.impl |
数据库生成工具实现
|
| Modifier and Type | Field and Description |
|---|---|
private IIdGenerator |
ShardingStorageClientImpl.idGenerator
id generator.
|
| Modifier and Type | Method and Description |
|---|---|
IIdGenerator |
ShardingStorageClientImpl.getIdGenerator() |
IIdGenerator |
IShardingStorageClient.getIdGenerator()
获取ID生成器
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShardingStorageClientImpl.setIdGenerator(IIdGenerator idGenerator) |
void |
IShardingStorageClient.setIdGenerator(IIdGenerator idGenerator)
设置ID生成器.
|
| Modifier and Type | Method and Description |
|---|---|
IIdGenerator |
IDBCluster.getIdGenerator()
获取id生成器.
|
| Modifier and Type | Field and Description |
|---|---|
private IIdGenerator |
AbstractDBCluster.idGenerator
主键生成器.
|
| Modifier and Type | Method and Description |
|---|---|
IIdGenerator |
AbstractDBCluster.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
IIdGenerator |
IDataUpdate.getIdGenerator()
get id generator.
|
| Modifier and Type | Method and Description |
|---|---|
IGlobalUpdate |
IDataLayerBuilder.buildGlobalUpdate(IIdGenerator idGenerator)
build global update.
|
IShardingUpdate |
IDataLayerBuilder.buildShardingUpdate(IIdGenerator idGenerator)
build sharding update.
|
void |
IDataUpdate.setIdGenerator(IIdGenerator idGenerator)
set id generator.
|
| Modifier and Type | Field and Description |
|---|---|
protected IIdGenerator |
AbstractJdbcUpdate.idGenerator
ID生成器
|
| Modifier and Type | Method and Description |
|---|---|
IIdGenerator |
AbstractJdbcUpdate.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
IGlobalUpdate |
JdbcDataLayerBuilder.buildGlobalUpdate(IIdGenerator idGenerator) |
IShardingUpdate |
JdbcDataLayerBuilder.buildShardingUpdate(IIdGenerator idGenerator) |
void |
AbstractJdbcUpdate.setIdGenerator(IIdGenerator idGenerator) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSequenceIdGenerator
抽象的ID生成器.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedSequenceIdGeneratorImpl
分布式模式ID生成器.
|
Copyright © 2015. All rights reserved.