| Package | Description |
|---|---|
| org.pinus4j.cluster.config |
Pinus存储配置信息接口.
|
| org.pinus4j.cluster.config.impl |
Pinus存储读取配置信息的实现.
|
| org.pinus4j.cluster.enums | |
| org.pinus4j.cluster.router |
数据库集群的分库分表路由算法接口.
|
| org.pinus4j.cluster.router.impl |
路由算法实现.
|
| Modifier and Type | Method and Description |
|---|---|
HashAlgoEnum |
IClusterConfig.getHashAlgo()
获取配置的hash算法.
|
| Modifier and Type | Field and Description |
|---|---|
private static HashAlgoEnum |
XmlClusterConfigImpl.hashAlgo
hash算法.
|
| Modifier and Type | Method and Description |
|---|---|
HashAlgoEnum |
XmlClusterConfigImpl.getHashAlgo() |
| Modifier and Type | Method and Description |
|---|---|
static HashAlgoEnum |
HashAlgoEnum.getEnum(String value) |
static HashAlgoEnum |
HashAlgoEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashAlgoEnum[] |
HashAlgoEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HashAlgoEnum |
IClusterRouterBuilder.getHashAlgo()
get hash algo.
|
HashAlgoEnum |
IClusterRouter.getHashAlgo()
获取hash算法
|
| Modifier and Type | Method and Description |
|---|---|
void |
IClusterRouterBuilder.setHashAlgo(HashAlgoEnum hashAlgo)
set hash algo.
|
void |
IClusterRouter.setHashAlgo(HashAlgoEnum algoEnum)
设置hash算法
|
| Modifier and Type | Field and Description |
|---|---|
private HashAlgoEnum |
AbstractClusterRouter.hashAlgo
hash 算法
|
| Modifier and Type | Field and Description |
|---|---|
private ThreadLocal<HashAlgoEnum> |
DefaultClusterRouterBuilder.hashAlgoLocal |
| Modifier and Type | Method and Description |
|---|---|
HashAlgoEnum |
DefaultClusterRouterBuilder.getHashAlgo() |
HashAlgoEnum |
AbstractClusterRouter.getHashAlgo() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultClusterRouterBuilder.setHashAlgo(HashAlgoEnum hashAlgo) |
void |
AbstractClusterRouter.setHashAlgo(HashAlgoEnum algoEnum) |
Copyright © 2015. All rights reserved.