public class RemoteListSourceAndSink
extends Object
Demonstrates the usage of a Hazelcast IList in an external cluster
as source and sink with the Pipeline API. It takes the contents of
a list of integers, maps them to strings, and dumps the results into
another list.