return Collections.emptyMap();
}
// if there is already a response filter attached it means it must have its own way of dealing with non-members
// so skip installing the filter
if (responseFilter == null) {
responseFilter = new IgnoreExtraResponsesValidityFilter(cacheMembers, getAddress());
}
}
Map<Address, Response> result = t.invokeRemotely(recipients, rpcCommand, mode, timeout, usePriorityQueue, responseFilter, stateTransferEnabled);
if (isStatisticsEnabled()) replicationCount.incrementAndGet();
return result;