18 Nisan 2023 Salı

HazelcastAPI MapStoreWrapper Sınıfı - Bir MapStore Türü

Giriş
Şu satırı dahil ederiz
import com.hazelcast.map.impl.MapStoreWrapper;
İçinde bir tane MapLoader bir tane de MapStore nesnesi barındırır. Kod şöyle
public class MapStoreWrapper implements MapStore, MapLoaderLifecycleSupport {
  /**
   * An instance of {@link MapLoader} configured for this map
   * or {@code null} if none was provided.
   */
  private MapLoader mapLoader;
  /**
   * An instance of {@link MapStore} configured for this map
   * or {@code null} if none was provided.
   */
  private MapStore mapStore;

  private boolean withExpirationTime;

  private final String mapName;

  private final Object impl;
  ...
}

Hiç yorum yok:

Yorum Gönder

THIRD-PARTY.txt Dosyası

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