public final class Hz3Sources extends Object
| Modifier and Type | Method and Description |
|---|---|
static ProcessorSupplier |
readRemoteMapP(String mapName,
String clientXml)
Returns a supplier of processors for
Sources.remoteMap(String, ClientConfig). |
static <K,V> BatchSource<Map.Entry<K,V>> |
remoteMap(String mapName,
String clientXml)
Returns a source that fetches entries from the Hazelcast
IMap
with the specified name in a remote cluster identified by the supplied
XML configuration. |
@Nonnull public static <K,V> BatchSource<Map.Entry<K,V>> remoteMap(@Nonnull String mapName, @Nonnull String clientXml)
IMap
with the specified name in a remote cluster identified by the supplied
XML configuration.mapName - name of the mapclientXml - client configuration for the remote cluster@Nonnull public static ProcessorSupplier readRemoteMapP(@Nonnull String mapName, @Nonnull String clientXml)
Sources.remoteMap(String, ClientConfig).Copyright © 2021 Hazelcast, Inc.. All rights reserved.