com.hazelcast.client.impl.protocol.template
public interface MapReduceCodecTemplate
Modifier and Type | Method and Description |
---|---|
void |
cancel(String name,
String jobId) |
void |
forCustom(String name,
String jobId,
Data predicate,
Data mapper,
Data combinerFactory,
Data reducerFactory,
Data keyValueSource,
int chunkSize,
List<Data> keys,
String topologyChangedStrategy) |
void |
forList(String name,
String jobId,
Data predicate,
Data mapper,
Data combinerFactory,
Data reducerFactory,
String listName,
int chunkSize,
List<Data> keys,
String topologyChangedStrategy) |
void |
forMap(String name,
String jobId,
Data predicate,
Data mapper,
Data combinerFactory,
Data reducerFactory,
String mapName,
int chunkSize,
List<Data> keys,
String topologyChangedStrategy) |
void |
forMultiMap(String name,
String jobId,
Data predicate,
Data mapper,
Data combinerFactory,
Data reducerFactory,
String multiMapName,
int chunkSize,
List<Data> keys,
String topologyChangedStrategy) |
void |
forSet(String name,
String jobId,
Data predicate,
Data mapper,
Data combinerFactory,
Data reducerFactory,
String setName,
int chunkSize,
List<Data> keys,
String topologyChangedStrategy) |
void |
jobProcessInformation(String name,
String jobId) |
void forMap(String name, String jobId, @Nullable Data predicate, Data mapper, @Nullable Data combinerFactory, @Nullable Data reducerFactory, String mapName, int chunkSize, @Nullable List<Data> keys, @Nullable String topologyChangedStrategy)
void forList(String name, String jobId, @Nullable Data predicate, Data mapper, @Nullable Data combinerFactory, @Nullable Data reducerFactory, String listName, int chunkSize, @Nullable List<Data> keys, @Nullable String topologyChangedStrategy)
void forSet(String name, String jobId, @Nullable Data predicate, Data mapper, @Nullable Data combinerFactory, @Nullable Data reducerFactory, String setName, int chunkSize, @Nullable List<Data> keys, @Nullable String topologyChangedStrategy)
void forMultiMap(String name, String jobId, @Nullable Data predicate, Data mapper, @Nullable Data combinerFactory, @Nullable Data reducerFactory, String multiMapName, int chunkSize, @Nullable List<Data> keys, @Nullable String topologyChangedStrategy)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.