Package | Description |
---|---|
com.sm.store | |
com.sm.store.cluster |
Modifier and Type | Method and Description |
---|---|
List<StoreConfig> |
RemoteConfig.getConfigList() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteConfig.setConfigList(List<StoreConfig> configList) |
Constructor and Description |
---|
RemoteConfig(int maxQueue,
int maxThread,
int port,
String serializeClassName,
List<StoreConfig> configList) |
RemoteConfig(int maxQueue,
int maxThread,
int port,
String serializeClassName,
List<StoreConfig> configList,
int replicaPort) |
RemoteConfig(int maxQueue,
int maxThread,
int port,
String serializeClassName,
List<StoreConfig> configList,
int replicaPort,
int freq) |
RemoteConfig(int port,
List<StoreConfig> configList) |
Modifier and Type | Method and Description |
---|---|
List<StoreConfig> |
BuildStoreConfig.build() |
List<StoreConfig> |
ClusterServerConfig.getStoreConfigList() |
Constructor and Description |
---|
ClusterServerConfig(List<ClusterNodes> clusterNodesList,
List<StoreConfig> storeConfigList,
int clusterNo,
String dataPath,
String configPath,
int maxQueue,
int maxThread,
int port,
int replicaPort,
String host,
int freq) |
ClusterServerConfig(List<ClusterNodes> clusterNodesList,
List<StoreConfig> storeConfigList,
int clusterNo,
String dataPath,
String configPath,
int port,
int replicaPort,
String host) |
ClusterServerConfig(List<ClusterNodes> clusterNodesList,
List<StoreConfig> storeConfigList,
int clusterNo,
String dataPath,
String configPath,
int port,
int replicaPort,
String host,
int maxQueue,
int maxThread) |
Copyright © 2016. All rights reserved.