public int getTopologyId() {
return actual.getTopologyId();
}
private void updateStats(ReplicableCommand command, boolean sync, long duration, Collection<Address> recipients) {
ExtendedStatistic durationStat;
ExtendedStatistic counterStat;
ExtendedStatistic recipientSizeStat;
ExtendedStatistic commandSizeStat = null;
GlobalTransaction globalTransaction;
if (command instanceof PrepareCommand) {
durationStat = sync ? SYNC_PREPARE_TIME : ASYNC_PREPARE_TIME;
counterStat = sync ? NUM_SYNC_PREPARE : NUM_ASYNC_PREPARE;