28 Temmuz 2024 Pazar

THIRD-PARTY.txt Dosyası

Kullanılan harici kütüphanelerin sürümleri bu dosyada
Dosyanın yolu şöyle

hazelcast/licenses/THIRD-PARTY.txt

9 Temmuz 2024 Salı

3 Haziran 2024 Pazartesi

Partition Table

Giriş
Açıklaması şöyle
When you start your first member, a partition table is created within it. As you start additional members, that first member becomes the oldest member, also known as the master member and updates the partition table accordingly. This member periodically sends the partition table to all other members. This way, each member in the cluster is informed about any changes to partition ownership. The ownerships may be changed when, for example, a new member joins the cluster, or when a member leaves the cluster.

NOTE : If the master member goes down, the next oldest member sends the partition table information to the other ones.

22 Ocak 2024 Pazartesi

HazelcastInstanceAware Arayüzü

Giriş
Şu satırı dahil ederiz
import com.hazelcast.core.ClientSchemaService;
Bu sınıfı ilk defa burada gördüm. Açıklaması şöyle
Entry Processor should implement HazelcastInstanceAware interface. It will provide setter to instance. There is no necessity to direct injection of instance. Hz will do it by itself on its side once EP would be deserialised there.


3 Ocak 2024 Çarşamba

Hazelcast Jet JobTerminateRequestedException Sınıfı

Giriş
Şu satırı dahil ederiz 
import com.hazelcast.jet.impl.exception.JobTerminateRequestedException;
Jet işleri nedense exception ile sonlandırılıyor. Sonlandırma sebebi TerminationMode ile belirtiliyor

JobTerminateRequestedException iş Jet Engine tarafından iptal edilince fırlatılır
CancellationByUserException iş kullanıcı tarafından iptal edilince fırlatılır.

TerminationMode şöyle olabilir
  CANCEL_FORCEFUL : İş bitmiştir ve kapatılması gerekir
  CANCEL_GRACEFUL

  RESTART_FORCEFUL : İşin tekrar başlatılması gerekir
  RESTART_GRACEFUL : İşin tekrar başlatılması gerekir

 SUSPEND_FORCEFUL : İşin askıya alınması gerekir
 SUSPEND_GRACEFUL
  




8 Aralık 2023 Cuma

Socket Ayarları

Örnek
Şöyle yaparız
-Dhazelcast.socket.receive.buffer.size=10240 -Dhazelcast.socket.send.buffer.size=10240

7 Aralık 2023 Perşembe

Hazelcast SQL Sütun Tipleri

Sütun Tipleri burada

com.hazelcast.jet.sql.impl.connector.keyvalue.JavaClassNameResolver sütun tiplerinin hangi Java tipine karşılık geleceğini bilir.

THIRD-PARTY.txt Dosyası

Kullanılan harici kütüphanelerin sürümleri bu dosyada Dosyanın yolu şöyle hazelcast/licenses/THIRD-PARTY.txt