public class ClientMapReduceProxy extends ClientProxy implements JobTracker
JobTracker for a client initiated map reduce job.name| Constructor and Description |
|---|
ClientMapReduceProxy(String serviceName,
String objectName,
ClientContext context) |
| Modifier and Type | Method and Description |
|---|---|
<V> TrackableJob<V> |
getTrackableJob(String jobId) |
<K,V> Job<K,V> |
newJob(KeyValueSource<K,V> source) |
protected void |
onDestroy()
Called before proxy is destroyed.
|
String |
toString() |
deregisterListener, destroy, destroyLocally, destroyRemotely, equals, getClient, getConnectedServerVersion, getContext, getDistributedObjectName, getId, getName, getPartitionKey, getSerializationService, getServiceName, hashCode, invoke, invoke, invokeOnAddress, invokeOnPartition, invokeOnPartitionInterruptibly, onInitialize, onShutdown, postDestroy, preDestroy, registerListener, setContext, toData, toObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitdestroy, getName, getPartitionKey, getServiceNamepublic ClientMapReduceProxy(String serviceName, String objectName, ClientContext context)
protected void onDestroy()
ClientProxyonDestroy in class ClientProxypublic <K,V> Job<K,V> newJob(KeyValueSource<K,V> source)
newJob in interface JobTrackerpublic <V> TrackableJob<V> getTrackableJob(String jobId)
getTrackableJob in interface JobTrackerCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.