Giriş
Şu satırı dahil ederiz
import com.hazelcast.spi.properties.ClusterProperty;
Örnek
Şöyle yaparız. Bu cluster her bir RPC için 200 milisaniyede cevap bekliyor.
Config config = ...config.setProperty(ClusterProperty.OPERATION_CALL_TIMEOUT_MILLIS.getName(), "200";
Hiç yorum yok:
Yorum Gönder