shutdown.set(true);
}
/* Get the protocol stats of this Feeder. */
public StatGroup getProtocolStats(StatsConfig config) {
final Protocol protocol = outputThread.protocol;
return (protocol != null) ?
protocol.getStats(config) :
new StatGroup(BinaryProtocolStatDefinition.GROUP_NAME,
BinaryProtocolStatDefinition.GROUP_DESC);
}