dlmarion commented on PR #6153: URL: https://github.com/apache/accumulo/pull/6153#issuecomment-3961723350
It looks like the information that's needed is in the Processor class, specifically a subclass that has the same name as the method, then you call `isOneWay` on it. For example, for the `ManagerClientService.Iface.waitForFlush` method, there is a `ManagerClientService.Processor.waitForFlush` class, and its `isOneWay` method returns `false`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
