| Package | Description |
|---|---|
| org.pinus4j.cache |
缓存相关的操作.
|
| org.pinus4j.cache.impl |
缓存实现.
|
| org.pinus4j.cluster.config |
Pinus存储配置信息接口.
|
| org.pinus4j.cluster.config.impl |
Pinus存储读取配置信息的实现.
|
| org.pinus4j.cluster.impl |
数据库集群的实现.
|
| org.pinus4j.datalayer |
数据层,抽象出不同的存储
|
| org.pinus4j.datalayer.jdbc |
封装对于jdbc的操作.
|
| Modifier and Type | Method and Description |
|---|---|
ISecondCache |
ICacheBuilder.buildSecondCache()
build second cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemCachedSecondCacheImpl |
| Modifier and Type | Field and Description |
|---|---|
private Class<ISecondCache> |
MemCachedCacheBuilder.secondCacheClass |
| Modifier and Type | Method and Description |
|---|---|
ISecondCache |
MemCachedCacheBuilder.buildSecondCache()
build second cache.
|
| Modifier and Type | Method and Description |
|---|---|
Class<ISecondCache> |
MemCachedCacheBuilder.getSecondCacheClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
MemCachedCacheBuilder.setSecondCacheClass(Class<ISecondCache> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Class<ISecondCache> |
IClusterConfig.getSecondCacheClass()
get class of second cache.
|
| Modifier and Type | Field and Description |
|---|---|
private static Class<ISecondCache> |
XmlClusterConfigImpl.secondCacheClass |
| Modifier and Type | Method and Description |
|---|---|
Class<ISecondCache> |
XmlClusterConfigImpl.getSecondCacheClass() |
| Modifier and Type | Field and Description |
|---|---|
private ISecondCache |
AbstractDBCluster.secondCache
二级缓存.
|
| Modifier and Type | Method and Description |
|---|---|
ISecondCache |
IDataUpdate.getSecondCache()
get second cache.
|
ISecondCache |
IDataQuery.getSecondCache()
get second cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IShardingSlaveQuery.setSecondCache(ISecondCache secondCache)
设置二级缓存.
|
void |
IDataUpdate.setSecondCache(ISecondCache secondCache)
set second cache.
|
void |
IDataQuery.setSecondCache(ISecondCache secondCache)
set second cache.
|
IDataLayerBuilder |
IDataLayerBuilder.setSecondCache(ISecondCache secondCache)
set second cache.
|
| Modifier and Type | Field and Description |
|---|---|
private ISecondCache |
JdbcDataLayerBuilder.secondCache |
protected ISecondCache |
AbstractJdbcUpdate.secondCache
二级缓存引用.
|
protected ISecondCache |
AbstractJdbcQuery.secondCache
二级缓存.
|
| Modifier and Type | Method and Description |
|---|---|
ISecondCache |
AbstractJdbcUpdate.getSecondCache() |
ISecondCache |
AbstractJdbcQuery.getSecondCache() |
| Modifier and Type | Method and Description |
|---|---|
IDataLayerBuilder |
JdbcDataLayerBuilder.setSecondCache(ISecondCache secondCache) |
void |
AbstractJdbcUpdate.setSecondCache(ISecondCache secondCache) |
void |
AbstractJdbcQuery.setSecondCache(ISecondCache secondCache) |
Copyright © 2015. All rights reserved.