119120121122123124125126127128129
} parameters = builder.build(); exceptions = buildExceptionMap(catalog, thriftMethod); this.oneway = thriftMethod.oneway(); } public String getName() { return name;
147148149150151152153154155156157
120121122123124125126127128129130
116117118119120121122123124125126
118119120121122123124125126127128
140141142143144145146147148149150
136137138139140141142143144145146
872873874875876877878879880881882
@Override public void run() { for(int i = 0; i < messageCount; ++i) { try { remote.oneway(new DummyCommand(sequenceId.incrementAndGet())); } catch (Exception e) { } } } });
827828829830831832833834835836837
873874875876877878879880881882883