Skip to content

Commit 187367a

Browse files
author
centmeng
committed
drpc例子
1 parent 3188a78 commit 187367a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/com/msj/storm/drpc/basic/BasicDRPCTopology.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package bhz.drpc1;
1+
package com.msj.storm.drpc.basic;
22

33
import backtype.storm.Config;
44
import backtype.storm.LocalCluster;

src/com/msj/storm/drpc/basic/DrpcExclam.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
package bhz.drpc1;
1+
package com.msj.storm.drpc.basic;
22

33
import backtype.storm.utils.DRPCClient;
44

5+
/**
6+
* @author Vincent.M [email protected]
7+
* @date 2017/5/11 下午2:57
8+
* @copyright ©2017 孟少杰 All Rights Reserved
9+
* @desc 远程调用drpc测试
10+
*/
511
public class DrpcExclam {
612

713
public static void main(String[] args) throws Exception {

0 commit comments

Comments
 (0)