222223224225226227228229230231232
} void resetStats() { final Protocol protocol = outputThread.protocol; if (protocol != null) { protocol.resetStats(); } } void setSyncLatch(CountDownLatch syncLatch) { this.syncLatch = syncLatch;
209210211212213214215216217218219
} void resetStats() { final Protocol protocol = outputThread.protocol; if (protocol != null) { protocol.resetStats(); } } /** * Returns the channel between this Feeder and its Replica.