| Package | Description |
|---|---|
| org.pinus4j.cluster |
数据库集群实现.
|
| org.pinus4j.cluster.config |
Pinus存储配置信息接口.
|
| org.pinus4j.cluster.config.impl |
Pinus存储读取配置信息的实现.
|
| org.pinus4j.cluster.impl |
数据库集群的实现.
|
| Modifier and Type | Method and Description |
|---|---|
DBClusterInfo |
IDBCluster.getDBClusterInfo(String clusterName)
获取集群信息.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DBClusterInfo> |
IDBCluster.getDBClusterInfo()
Get all info about this cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DBClusterInfo> |
IClusterConfig.getDBClusterInfos()
获取DB集群信息
|
| Modifier and Type | Field and Description |
|---|---|
private static Collection<DBClusterInfo> |
XmlClusterConfigImpl.dbClusterInfos
DB集群信息.
|
| Modifier and Type | Method and Description |
|---|---|
private DBClusterInfo |
XmlClusterConfigImpl._getDBClusterInfo(String clusterName,
Node clusterNode) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DBClusterInfo> |
XmlClusterConfigImpl.getDBClusterInfos() |
| Modifier and Type | Field and Description |
|---|---|
private IContainer<DBClusterInfo> |
AbstractDBCluster.dbClusterInfoC
cluster info.
|
| Modifier and Type | Method and Description |
|---|---|
DBClusterInfo |
AbstractDBCluster.getDBClusterInfo(String clusterName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DBClusterInfo> |
AbstractDBCluster.getDBClusterInfo() |
| Modifier and Type | Method and Description |
|---|---|
private void |
AbstractDBCluster._initDBCluster(Collection<DBClusterInfo> dbClusterInfos) |
Copyright © 2015. All rights reserved.