| 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 |
|---|---|
IPrimaryCache |
ICacheBuilder.buildPrimaryCache()
build primary cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemCachedPrimaryCacheImpl
memcached缓存实现.
|
| Modifier and Type | Field and Description |
|---|---|
private Class<IPrimaryCache> |
MemCachedCacheBuilder.primaryCacheClass |
| Modifier and Type | Method and Description |
|---|---|
IPrimaryCache |
MemCachedCacheBuilder.buildPrimaryCache()
build primary cache.
|
| Modifier and Type | Method and Description |
|---|---|
Class<IPrimaryCache> |
MemCachedCacheBuilder.getPrimaryCacheClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
MemCachedCacheBuilder.setPrimaryCacheClass(Class<IPrimaryCache> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Class<IPrimaryCache> |
IClusterConfig.getPrimaryCacheClass()
get class of primary cache.
|
| Modifier and Type | Field and Description |
|---|---|
private static Class<IPrimaryCache> |
XmlClusterConfigImpl.primaryCacheClass |
| Modifier and Type | Method and Description |
|---|---|
Class<IPrimaryCache> |
XmlClusterConfigImpl.getPrimaryCacheClass() |
| Modifier and Type | Field and Description |
|---|---|
private IPrimaryCache |
AbstractDBCluster.primaryCache
一级缓存.
|
| Modifier and Type | Method and Description |
|---|---|
IPrimaryCache |
IDataUpdate.getPrimaryCache()
get second cache.
|
IPrimaryCache |
IDataQuery.getPrimaryCache()
get second cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IShardingSlaveQuery.setPrimaryCache(IPrimaryCache primaryCache)
设置缓存.
|
void |
IDataUpdate.setPrimaryCache(IPrimaryCache primaryCache)
set primary cache.
|
void |
IDataQuery.setPrimaryCache(IPrimaryCache primaryCache)
set primary cache.
|
IDataLayerBuilder |
IDataLayerBuilder.setPrimaryCache(IPrimaryCache primaryCache)
set primary cache.
|
| Modifier and Type | Field and Description |
|---|---|
private IPrimaryCache |
JdbcDataLayerBuilder.primaryCache |
protected IPrimaryCache |
AbstractJdbcUpdate.primaryCache
一级缓存引用.
|
protected IPrimaryCache |
AbstractJdbcQuery.primaryCache
一级缓存.
|
| Modifier and Type | Method and Description |
|---|---|
IPrimaryCache |
AbstractJdbcUpdate.getPrimaryCache() |
IPrimaryCache |
AbstractJdbcQuery.getPrimaryCache() |
| Modifier and Type | Method and Description |
|---|---|
IDataLayerBuilder |
JdbcDataLayerBuilder.setPrimaryCache(IPrimaryCache primaryCache) |
void |
AbstractJdbcUpdate.setPrimaryCache(IPrimaryCache primaryCache) |
void |
AbstractJdbcQuery.setPrimaryCache(IPrimaryCache primaryCache) |
Copyright © 2015. All rights reserved.