components.xml 23.1 KB
Newer Older
Y
youyong 已提交
1 2
<plexus>
	<components>
Y
youyong 已提交
3
		<component>
4
			<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
5
			<implementation>com.dianping.cat.consumer.RealtimeConsumer</implementation>
Y
youyong 已提交
6 7
			<requirements>
				<requirement>
8
					<role>com.dianping.cat.analysis.MessageAnalyzerManager</role>
Y
youyong 已提交
9
				</requirement>
Y
youyong 已提交
10
				<requirement>
11
					<role>com.dianping.cat.statistic.ServerStatisticManager</role>
Y
youyong 已提交
12
				</requirement>
Y
youyong 已提交
13
			</requirements>
Y
youyong 已提交
14
		</component>
F
Frankie Wu 已提交
15
		<component>
16
			<role>com.dianping.cat.analysis.MessageAnalyzer</role>
F
Frankie Wu 已提交
17 18 19 20 21
			<role-hint>transaction</role-hint>
			<implementation>com.dianping.cat.consumer.transaction.TransactionAnalyzer</implementation>
			<instantiation-strategy>per-lookup</instantiation-strategy>
			<requirements>
				<requirement>
22
					<role>com.dianping.cat.service.ReportManager</role>
F
Frankie Wu 已提交
23 24
					<role-hint>transaction</role-hint>
				</requirement>
Y
yong.you 已提交
25 26 27 28
				<requirement>
					<role>com.dianping.cat.service.ReportDelegate</role>
					<role-hint>transaction</role-hint>
				</requirement>
Y
yong.you 已提交
29
				<requirement>
Y
youyong205 已提交
30
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
yong.you 已提交
31
				</requirement>
F
Frankie Wu 已提交
32 33 34
			</requirements>
		</component>
		<component>
35
			<role>com.dianping.cat.service.ReportManager</role>
F
Frankie Wu 已提交
36
			<role-hint>transaction</role-hint>
37
			<implementation>com.dianping.cat.service.DefaultReportManager</implementation>
F
Frankie Wu 已提交
38 39 40
			<configuration>
				<name>transaction</name>
			</configuration>
F
Frankie Wu 已提交
41 42
			<requirements>
				<requirement>
43
					<role>com.dianping.cat.service.ReportDelegate</role>
F
Frankie Wu 已提交
44 45 46
					<role-hint>transaction</role-hint>
				</requirement>
				<requirement>
Y
youyong205 已提交
47
					<role>com.dianping.cat.storage.report.ReportBucketManager</role>
F
Frankie Wu 已提交
48 49
				</requirement>
				<requirement>
Y
yong.you 已提交
50
					<role>com.dianping.cat.core.dal.HourlyReportDao</role>
F
Frankie Wu 已提交
51
				</requirement>
52 53 54
				<requirement>
					<role>com.dianping.cat.core.dal.HourlyReportContentDao</role>
				</requirement>
F
Frankie Wu 已提交
55 56 57
			</requirements>
		</component>
		<component>
58
			<role>com.dianping.cat.service.ReportDelegate</role>
F
Frankie Wu 已提交
59 60
			<role-hint>transaction</role-hint>
			<implementation>com.dianping.cat.consumer.transaction.TransactionDelegate</implementation>
Y
yong.you 已提交
61 62
			<requirements>
				<requirement>
63
					<role>com.dianping.cat.task.TaskManager</role>
Y
yong.you 已提交
64
				</requirement>
Y
youyong205 已提交
65
				<requirement>
Y
youyong205 已提交
66
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
youyong205 已提交
67
				</requirement>
Y
yong.you 已提交
68
			</requirements>
F
Frankie Wu 已提交
69
		</component>
Y
You Yong 已提交
70
		<component>
Y
yong.you 已提交
71 72 73 74
			<role>com.dianping.cat.analysis.MessageAnalyzer</role>
			<role-hint>event</role-hint>
			<implementation>com.dianping.cat.consumer.event.EventAnalyzer</implementation>
			<instantiation-strategy>per-lookup</instantiation-strategy>
75 76
			<requirements>
				<requirement>
Y
yong.you 已提交
77 78
					<role>com.dianping.cat.service.ReportManager</role>
					<role-hint>event</role-hint>
79
				</requirement>
Y
youyong205 已提交
80 81 82
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
83
			</requirements>
Y
youyong 已提交
84 85
		</component>
		<component>
Y
yong.you 已提交
86 87 88 89 90 91
			<role>com.dianping.cat.service.ReportManager</role>
			<role-hint>event</role-hint>
			<implementation>com.dianping.cat.service.DefaultReportManager</implementation>
			<configuration>
				<name>event</name>
			</configuration>
Y
youyong 已提交
92
			<requirements>
Y
yong.you 已提交
93 94 95 96
				<requirement>
					<role>com.dianping.cat.service.ReportDelegate</role>
					<role-hint>event</role-hint>
				</requirement>
F
Frankie Wu 已提交
97
				<requirement>
Y
youyong205 已提交
98
					<role>com.dianping.cat.storage.report.ReportBucketManager</role>
F
Frankie Wu 已提交
99
				</requirement>
100
				<requirement>
Y
yong.you 已提交
101
					<role>com.dianping.cat.core.dal.HourlyReportDao</role>
102
				</requirement>
103 104 105
				<requirement>
					<role>com.dianping.cat.core.dal.HourlyReportContentDao</role>
				</requirement>
Y
yong.you 已提交
106 107 108 109 110 111 112
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.service.ReportDelegate</role>
			<role-hint>event</role-hint>
			<implementation>com.dianping.cat.consumer.event.EventDelegate</implementation>
			<requirements>
S
sean.wang 已提交
113
				<requirement>
Y
yong.you 已提交
114
					<role>com.dianping.cat.task.TaskManager</role>
S
sean.wang 已提交
115
				</requirement>
Y
youyong205 已提交
116
				<requirement>
Y
youyong205 已提交
117
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
youyong205 已提交
118
				</requirement>
Y
yong.you 已提交
119 120
			</requirements>
		</component>
Y
yong.you 已提交
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
		<component>
			<role>com.dianping.cat.consumer.problem.ProblemHandler</role>
			<role-hint>default-problem</role-hint>
			<implementation>com.dianping.cat.consumer.problem.DefaultProblemHandler</implementation>
			<configuration>
				<failureType>URL,SQL,Call,PigeonCall,Cache</failureType>
				<errorType>Error,RuntimeException,Exception</errorType>
			</configuration>
		</component>
		<component>
			<role>com.dianping.cat.consumer.problem.ProblemHandler</role>
			<role-hint>long-execution</role-hint>
			<implementation>com.dianping.cat.consumer.problem.LongExecutionProblemHandler</implementation>
			<requirements>
				<requirement>
Y
youyong205 已提交
136
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
yong.you 已提交
137 138 139
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
140 141 142 143 144 145 146 147 148 149
		<component>
			<role>com.dianping.cat.analysis.MessageAnalyzer</role>
			<role-hint>problem</role-hint>
			<implementation>com.dianping.cat.consumer.problem.ProblemAnalyzer</implementation>
			<instantiation-strategy>per-lookup</instantiation-strategy>
			<requirements>
				<requirement>
					<role>com.dianping.cat.service.ReportManager</role>
					<role-hint>problem</role-hint>
				</requirement>
Y
youyong205 已提交
150 151 152
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
You Yong 已提交
153
				<requirement>
Y
yong.you 已提交
154
					<role>com.dianping.cat.consumer.problem.ProblemHandler</role>
F
Frankie Wu 已提交
155
					<role-hints>
156 157
						<role-hint>default-problem</role-hint>
						<role-hint>long-execution</role-hint>
F
Frankie Wu 已提交
158 159
					</role-hints>
					<field-name>m_handlers</field-name>
Y
You Yong 已提交
160
				</requirement>
Y
youyong 已提交
161
			</requirements>
Y
youyong 已提交
162
		</component>
F
Frankie Wu 已提交
163
		<component>
Y
yong.you 已提交
164 165 166 167 168 169
			<role>com.dianping.cat.service.ReportManager</role>
			<role-hint>problem</role-hint>
			<implementation>com.dianping.cat.service.DefaultReportManager</implementation>
			<configuration>
				<name>problem</name>
			</configuration>
F
Frankie Wu 已提交
170
			<requirements>
Y
yong.you 已提交
171 172 173 174
				<requirement>
					<role>com.dianping.cat.service.ReportDelegate</role>
					<role-hint>problem</role-hint>
				</requirement>
F
Frankie Wu 已提交
175
				<requirement>
Y
youyong205 已提交
176
					<role>com.dianping.cat.storage.report.ReportBucketManager</role>
F
Frankie Wu 已提交
177 178
				</requirement>
				<requirement>
Y
yong.you 已提交
179
					<role>com.dianping.cat.core.dal.HourlyReportDao</role>
F
Frankie Wu 已提交
180
				</requirement>
181 182 183
				<requirement>
					<role>com.dianping.cat.core.dal.HourlyReportContentDao</role>
				</requirement>
Y
yong.you 已提交
184 185 186 187 188 189 190
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.service.ReportDelegate</role>
			<role-hint>problem</role-hint>
			<implementation>com.dianping.cat.consumer.problem.ProblemDelegate</implementation>
			<requirements>
S
sean.wang 已提交
191
				<requirement>
Y
yong.you 已提交
192
					<role>com.dianping.cat.task.TaskManager</role>
S
sean.wang 已提交
193
				</requirement>
Y
youyong205 已提交
194
				<requirement>
Y
youyong205 已提交
195
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
youyong205 已提交
196
				</requirement>
F
Frankie Wu 已提交
197 198
			</requirements>
		</component>
Y
youyong 已提交
199
		<component>
200
			<role>com.dianping.cat.analysis.MessageAnalyzer</role>
Y
yong.you 已提交
201 202
			<role-hint>heartbeat</role-hint>
			<implementation>com.dianping.cat.consumer.heartbeat.HeartbeatAnalyzer</implementation>
Y
youyong 已提交
203
			<instantiation-strategy>per-lookup</instantiation-strategy>
Y
youyong 已提交
204 205
			<requirements>
				<requirement>
Y
yong.you 已提交
206 207
					<role>com.dianping.cat.service.ReportManager</role>
					<role-hint>heartbeat</role-hint>
Y
youyong 已提交
208
				</requirement>
Y
youyong205 已提交
209 210 211
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
yong.you 已提交
212 213 214 215 216 217 218 219 220 221
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.service.ReportManager</role>
			<role-hint>heartbeat</role-hint>
			<implementation>com.dianping.cat.service.DefaultReportManager</implementation>
			<configuration>
				<name>heartbeat</name>
			</configuration>
			<requirements>
Y
youyong 已提交
222
				<requirement>
Y
yong.you 已提交
223 224
					<role>com.dianping.cat.service.ReportDelegate</role>
					<role-hint>heartbeat</role-hint>
Y
youyong 已提交
225
				</requirement>
Y
yong.you 已提交
226
				<requirement>
Y
youyong205 已提交
227
					<role>com.dianping.cat.storage.report.ReportBucketManager</role>
Y
yong.you 已提交
228
				</requirement>
Y
youyong 已提交
229
				<requirement>
Y
yong.you 已提交
230
					<role>com.dianping.cat.core.dal.HourlyReportDao</role>
Y
youyong 已提交
231
				</requirement>
232 233 234
				<requirement>
					<role>com.dianping.cat.core.dal.HourlyReportContentDao</role>
				</requirement>
Y
yong.you 已提交
235 236 237 238 239 240 241
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.service.ReportDelegate</role>
			<role-hint>heartbeat</role-hint>
			<implementation>com.dianping.cat.consumer.heartbeat.HeartbeatDelegate</implementation>
			<requirements>
Y
youyong 已提交
242
				<requirement>
Y
yong.you 已提交
243
					<role>com.dianping.cat.task.TaskManager</role>
Y
youyong 已提交
244
				</requirement>
Y
youyong205 已提交
245 246 247
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
youyong 已提交
248
			</requirements>
Y
youyong 已提交
249
		</component>
F
Frankie Wu 已提交
250
		<component>
251
			<role>com.dianping.cat.analysis.MessageAnalyzer</role>
Y
yong.you 已提交
252 253
			<role-hint>top</role-hint>
			<implementation>com.dianping.cat.consumer.top.TopAnalyzer</implementation>
Y
You Yong 已提交
254 255 256
			<instantiation-strategy>per-lookup</instantiation-strategy>
			<requirements>
				<requirement>
Y
yong.you 已提交
257 258 259
					<role>com.dianping.cat.service.ReportManager</role>
					<role-hint>top</role-hint>
				</requirement>
Y
yong.you 已提交
260
				<requirement>
Y
youyong205 已提交
261
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
yong.you 已提交
262
				</requirement>
Y
yong.you 已提交
263 264 265 266 267 268 269 270 271 272 273 274 275
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.service.ReportManager</role>
			<role-hint>top</role-hint>
			<implementation>com.dianping.cat.service.DefaultReportManager</implementation>
			<configuration>
				<name>top</name>
			</configuration>
			<requirements>
				<requirement>
					<role>com.dianping.cat.service.ReportDelegate</role>
					<role-hint>top</role-hint>
Y
You Yong 已提交
276 277
				</requirement>
				<requirement>
Y
youyong205 已提交
278
					<role>com.dianping.cat.storage.report.ReportBucketManager</role>
Y
You Yong 已提交
279
				</requirement>
S
sean.wang 已提交
280
				<requirement>
Y
yong.you 已提交
281
					<role>com.dianping.cat.core.dal.HourlyReportDao</role>
S
sean.wang 已提交
282
				</requirement>
283 284 285
				<requirement>
					<role>com.dianping.cat.core.dal.HourlyReportContentDao</role>
				</requirement>
Y
You Yong 已提交
286 287
			</requirements>
		</component>
Y
yong.you 已提交
288 289 290 291 292
		<component>
			<role>com.dianping.cat.service.ReportDelegate</role>
			<role-hint>top</role-hint>
			<implementation>com.dianping.cat.consumer.top.TopDelegate</implementation>
		</component>
F
Frankie Wu 已提交
293
		<component>
294
			<role>com.dianping.cat.analysis.MessageAnalyzer</role>
295
			<role-hint>dump</role-hint>
Y
yong.you 已提交
296
			<implementation>com.dianping.cat.consumer.dump.DumpAnalyzer</implementation>
F
Frankie Wu 已提交
297
			<instantiation-strategy>per-lookup</instantiation-strategy>
F
Frankie Wu 已提交
298
			<requirements>
F
Frankie Wu 已提交
299
				<requirement>
300
					<role>com.dianping.cat.statistic.ServerStatisticManager</role>
F
Frankie Wu 已提交
301
				</requirement>
Y
youyong205 已提交
302 303 304
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
F
Frankie Wu 已提交
305
				<requirement>
Y
youyong205 已提交
306
					<role>com.dianping.cat.storage.message.MessageBucketManager</role>
F
Frankie Wu 已提交
307
					<role-hint>local</role-hint>
F
Frankie Wu 已提交
308
				</requirement>
S
sean.wang 已提交
309 310
			</requirements>
		</component>
311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329
		<component>
			<role>com.dianping.cat.storage.message.MessageBucketManager</role>
			<role-hint>local</role-hint>
			<implementation>com.dianping.cat.consumer.dump.LocalMessageBucketManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.core.MessagePathBuilder</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.statistic.ServerStatisticManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.hadoop.hdfs.LogviewUploader</role>
				</requirement>
			</requirements>
		</component>
L
leon.li 已提交
330 331 332 333 334 335 336 337
		<component>
			<role>com.dianping.cat.service.ProjectService</role>
			<implementation>com.dianping.cat.service.ProjectService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.core.dal.ProjectDao</role>
				</requirement>
				<requirement>
Y
youyong205 已提交
338
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
L
leon.li 已提交
339 340 341
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
342
		<component>
343
			<role>com.dianping.cat.analysis.MessageAnalyzer</role>
Y
yong.you 已提交
344 345
			<role-hint>state</role-hint>
			<implementation>com.dianping.cat.consumer.state.StateAnalyzer</implementation>
Y
youyong 已提交
346 347
			<instantiation-strategy>per-lookup</instantiation-strategy>
			<requirements>
Y
yong.you 已提交
348 349 350 351
				<requirement>
					<role>com.dianping.cat.service.ReportManager</role>
					<role-hint>state</role-hint>
				</requirement>
Y
yong.you 已提交
352
				<requirement>
Y
youyong205 已提交
353
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
yong.you 已提交
354
				</requirement>
Y
yong.you 已提交
355
				<requirement>
L
leon.li 已提交
356 357 358 359
					<role>com.dianping.cat.service.HostinfoService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.service.ProjectService</role>
Y
yong.you 已提交
360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377
				</requirement>
				<requirement>
					<role>com.dianping.cat.statistic.ServerStatisticManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.service.ReportManager</role>
			<role-hint>state</role-hint>
			<implementation>com.dianping.cat.service.DefaultReportManager</implementation>
			<configuration>
				<name>state</name>
			</configuration>
			<requirements>
				<requirement>
					<role>com.dianping.cat.service.ReportDelegate</role>
					<role-hint>state</role-hint>
				</requirement>
Y
youyong 已提交
378
				<requirement>
Y
youyong205 已提交
379
					<role>com.dianping.cat.storage.report.ReportBucketManager</role>
Y
youyong 已提交
380 381
				</requirement>
				<requirement>
Y
yong.you 已提交
382
					<role>com.dianping.cat.core.dal.HourlyReportDao</role>
Y
youyong 已提交
383
				</requirement>
384 385 386
				<requirement>
					<role>com.dianping.cat.core.dal.HourlyReportContentDao</role>
				</requirement>
F
Frankie Wu 已提交
387 388
			</requirements>
		</component>
Y
yong.you 已提交
389
		<component>
Y
yong.you 已提交
390 391 392
			<role>com.dianping.cat.service.ReportDelegate</role>
			<role-hint>state</role-hint>
			<implementation>com.dianping.cat.consumer.state.StateDelegate</implementation>
Y
yong.you 已提交
393 394
			<requirements>
				<requirement>
Y
yong.you 已提交
395
					<role>com.dianping.cat.task.TaskManager</role>
Y
yong.you 已提交
396
				</requirement>
Y
youyong205 已提交
397 398 399
				<requirement>
					<role>com.dianping.cat.storage.report.ReportBucketManager</role>
				</requirement>
Y
yong.you 已提交
400 401
			</requirements>
		</component>
Y
youyong205 已提交
402 403 404 405 406 407 408 409 410 411 412 413 414 415 416
		<component>
			<role>com.dianping.cat.consumer.cross.IpConvertManager</role>
			<implementation>com.dianping.cat.consumer.cross.IpConvertManager</implementation>
		</component>
		<component>
			<role>com.dianping.cat.analysis.MessageAnalyzer</role>
			<role-hint>cross</role-hint>
			<implementation>com.dianping.cat.consumer.cross.CrossAnalyzer</implementation>
			<instantiation-strategy>per-lookup</instantiation-strategy>
			<requirements>
				<requirement>
					<role>com.dianping.cat.service.ReportManager</role>
					<role-hint>cross</role-hint>
				</requirement>
				<requirement>
Y
youyong205 已提交
417
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
youyong205 已提交
418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.cross.IpConvertManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.service.ReportManager</role>
			<role-hint>cross</role-hint>
			<implementation>com.dianping.cat.service.DefaultReportManager</implementation>
			<configuration>
				<name>cross</name>
			</configuration>
			<requirements>
				<requirement>
					<role>com.dianping.cat.service.ReportDelegate</role>
					<role-hint>cross</role-hint>
				</requirement>
				<requirement>
Y
youyong205 已提交
437
					<role>com.dianping.cat.storage.report.ReportBucketManager</role>
Y
youyong205 已提交
438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454
				</requirement>
				<requirement>
					<role>com.dianping.cat.core.dal.HourlyReportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.core.dal.HourlyReportContentDao</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.service.ReportDelegate</role>
			<role-hint>cross</role-hint>
			<implementation>com.dianping.cat.consumer.cross.CrossDelegate</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.task.TaskManager</role>
				</requirement>
Y
youyong205 已提交
455 456 457
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
youyong205 已提交
458 459 460 461 462 463 464 465 466 467 468 469 470
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.analysis.MessageAnalyzer</role>
			<role-hint>matrix</role-hint>
			<implementation>com.dianping.cat.consumer.matrix.MatrixAnalyzer</implementation>
			<instantiation-strategy>per-lookup</instantiation-strategy>
			<requirements>
				<requirement>
					<role>com.dianping.cat.service.ReportManager</role>
					<role-hint>matrix</role-hint>
				</requirement>
				<requirement>
Y
youyong205 已提交
471
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
youyong205 已提交
472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.service.ReportManager</role>
			<role-hint>matrix</role-hint>
			<implementation>com.dianping.cat.service.DefaultReportManager</implementation>
			<configuration>
				<name>matrix</name>
			</configuration>
			<requirements>
				<requirement>
					<role>com.dianping.cat.service.ReportDelegate</role>
					<role-hint>matrix</role-hint>
				</requirement>
				<requirement>
Y
youyong205 已提交
488
					<role>com.dianping.cat.storage.report.ReportBucketManager</role>
Y
youyong205 已提交
489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505
				</requirement>
				<requirement>
					<role>com.dianping.cat.core.dal.HourlyReportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.core.dal.HourlyReportContentDao</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.service.ReportDelegate</role>
			<role-hint>matrix</role-hint>
			<implementation>com.dianping.cat.consumer.matrix.MatrixDelegate</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.task.TaskManager</role>
				</requirement>
Y
youyong205 已提交
506 507 508
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
youyong205 已提交
509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.consumer.dependency.DatabaseParser</role>
			<implementation>com.dianping.cat.consumer.dependency.DatabaseParser</implementation>
		</component>
		<component>
			<role>com.dianping.cat.analysis.MessageAnalyzer</role>
			<role-hint>dependency</role-hint>
			<implementation>com.dianping.cat.consumer.dependency.DependencyAnalyzer</implementation>
			<instantiation-strategy>per-lookup</instantiation-strategy>
			<requirements>
				<requirement>
					<role>com.dianping.cat.service.ReportManager</role>
					<role-hint>dependency</role-hint>
				</requirement>
				<requirement>
Y
youyong205 已提交
526
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
youyong205 已提交
527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.dependency.DatabaseParser</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.service.ReportManager</role>
			<role-hint>dependency</role-hint>
			<implementation>com.dianping.cat.service.DefaultReportManager</implementation>
			<configuration>
				<name>dependency</name>
			</configuration>
			<requirements>
				<requirement>
					<role>com.dianping.cat.service.ReportDelegate</role>
					<role-hint>dependency</role-hint>
				</requirement>
				<requirement>
Y
youyong205 已提交
546
					<role>com.dianping.cat.storage.report.ReportBucketManager</role>
Y
youyong205 已提交
547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570
				</requirement>
				<requirement>
					<role>com.dianping.cat.core.dal.HourlyReportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.core.dal.HourlyReportContentDao</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.service.ReportDelegate</role>
			<role-hint>dependency</role-hint>
			<implementation>com.dianping.cat.consumer.dependency.DependencyDelegate</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.task.TaskManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.config.content.ContentFetcher</role>
			<implementation>com.dianping.cat.config.content.DefaultContentFetcher</implementation>
		</component>
		<component>
J
jialinsun 已提交
571 572
			<role>com.dianping.cat.consumer.productline.ProductLineConfigManager</role>
			<implementation>com.dianping.cat.consumer.productline.ProductLineConfigManager</implementation>
Y
youyong205 已提交
573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600
			<requirements>
				<requirement>
					<role>com.dianping.cat.core.config.ConfigDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.config.content.ContentFetcher</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.consumer.metric.MetricConfigManager</role>
			<implementation>com.dianping.cat.consumer.metric.MetricConfigManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.core.config.ConfigDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.config.content.ContentFetcher</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.analysis.MessageAnalyzer</role>
			<role-hint>metric</role-hint>
			<implementation>com.dianping.cat.consumer.metric.MetricAnalyzer</implementation>
			<instantiation-strategy>per-lookup</instantiation-strategy>
			<requirements>
				<requirement>
Y
youyong205 已提交
601
					<role>com.dianping.cat.storage.report.ReportBucketManager</role>
Y
youyong205 已提交
602 603 604 605 606 607 608 609
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.dal.BusinessReportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.metric.MetricConfigManager</role>
				</requirement>
				<requirement>
J
jialinsun 已提交
610
					<role>com.dianping.cat.consumer.productline.ProductLineConfigManager</role>
Y
youyong205 已提交
611 612 613 614
				</requirement>
				<requirement>
					<role>com.dianping.cat.task.TaskManager</role>
				</requirement>
Y
youyong205 已提交
615 616 617
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
youyong205 已提交
618 619
			</requirements>
		</component>
620
		<component>
Y
youyong 已提交
621
			<role>org.unidal.initialization.Module</role>
622 623 624
			<role-hint>cat-consumer</role-hint>
			<implementation>com.dianping.cat.consumer.CatConsumerModule</implementation>
		</component>
Y
youyong205 已提交
625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>business-report</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>business-report</logical-table-name>
				<physical-table-name>businessReport</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>sqltable</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>sqltable</logical-table-name>
				<physical-table-name>sqltable</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>user-agent</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>user-agent</logical-table-name>
				<physical-table-name>user_agent</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
			<role>com.dianping.cat.consumer.dal.BusinessReportDao</role>
			<implementation>com.dianping.cat.consumer.dal.BusinessReportDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.consumer.dal.SqltableDao</role>
			<implementation>com.dianping.cat.consumer.dal.SqltableDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.consumer.dal.UserAgentDao</role>
			<implementation>com.dianping.cat.consumer.dal.UserAgentDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
682 683
	</components>
</plexus>