| Package | Description | 
|---|---|
| com.hazelcast.connector | Hazelcast 3 connector provides sources, sinks and enrichment using data
 in Hazelcast 3 remote cluster | 
| com.hazelcast.connector.map | Interface for Hazelcast 3 Map adapter | 
| Modifier and Type | Method and Description | 
|---|---|
| static <K,V> ServiceFactory<Hz3MapAdapter,AsyncMap<K,V>> | Hz3Enrichment. hz3MapServiceFactory(String mapName,
                    String clientXML)Create a service factory for enrichment using Hazelcast 3 remote map. | 
| static <K,V,T,R> BiFunctionEx<? super AsyncMap<K,V>,? super T,CompletableFuture<R>> | Hz3Enrichment. mapUsingIMapAsync(FunctionEx<? super T,? extends K> lookupKeyFn,
                 BiFunctionEx<? super T,? super V,? extends R> mapFn)Helper function to convert simple lookupKeyFn and mapFn to mapAsyncFn required by
  GeneralStage.mapUsingServiceAsync(ServiceFactory, BiFunctionEx) | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> AsyncMap<K,V> | Hz3MapAdapter. getMap(String mapName)Returns map with given name. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.