public class FineClusterToolKit extends java.lang.Object implements ClusterToolKit
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterConnectionFactory |
getConnectionFactory()
自定义通信,需保持对称
|
static FineClusterToolKit |
getInstance() |
ClusterInvokerFactory |
getInvokerFactory()
invokers,需保持对称
|
RPCProxyFactory |
getRPCProxyFactory()
RPC,需保持对称
|
public static FineClusterToolKit getInstance()
public ClusterConnectionFactory getConnectionFactory()
ClusterToolKitgetConnectionFactory 在接口中 ClusterToolKitpublic ClusterInvokerFactory getInvokerFactory()
ClusterToolKitgetInvokerFactory 在接口中 ClusterToolKitpublic RPCProxyFactory getRPCProxyFactory()
ClusterToolKitgetRPCProxyFactory 在接口中 ClusterToolKit