Giriş
Şu satırı dahil ederiz
import com.hazelcast.config.CacheSimpleConfig;
Örnek
Şöyle yaparız
Config config = new Config().setClusterName(...);
CacheSimpleConfig cacheSimpleConfig = new CacheSimpleConfig()
.setName("myCache")
.setBackupCount(1);
config.addCacheConfig(cacheSimpleConfig);
Hiç yorum yok:
Yorum Gönder