cacheConfigBuilder.locking().supportsConcurrentUpdates(supportsConcurrentUpdates);
cacheConfigBuilder.clustering().stateTransfer().fetchInMemoryState(true).awaitInitialTransfer(false);
transportGate = new ReclosableLatch(true);
GlobalConfigurationBuilder globalConfigurationBuilder = new GlobalConfigurationBuilder();
globalConfigurationBuilder.transport().transport(new JGroupsTransport() {
@Override
public Map<Address, Response> invokeRemotely(Collection<Address> recipients, ReplicableCommand rpcCommand, ResponseMode mode, long timeout,
boolean usePriorityQueue, ResponseFilter responseFilter) throws Exception {
if (rpcCommand instanceof CacheTopologyControlCommand) {
try {