public class ClientMapReduceProxy extends ClientProxy implements JobTracker
| Constructor and Description | 
|---|
ClientMapReduceProxy(String serviceName,
                    String objectName)  | 
| Modifier and Type | Method and Description | 
|---|---|
<V> TrackableJob<V> | 
getTrackableJob(String jobId)
Returns an implementation of  
TrackableJob if the job or null if the job id is not available
 or is already finished. | 
<K,V> Job<K,V> | 
newJob(KeyValueSource<K,V> source)
Builds a  
Job instance for the given KeyValueSource instance. | 
protected void | 
onDestroy()
Called before proxy is destroyed. 
 | 
String | 
toString()  | 
destroy, equals, getContext, getId, getName, getPartitionKey, getServiceName, hashCode, invoke, invoke, invoke, invokeInterruptibly, listen, listen, onInitialize, onShutdown, setContext, stopListening, throwExceptionIfNull, toData, toObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitdestroy, getId, getName, getPartitionKey, getServiceNameprotected void onDestroy()
ClientProxyonDestroy in class ClientProxypublic <K,V> Job<K,V> newJob(KeyValueSource<K,V> source)
JobTrackerJob instance for the given KeyValueSource instance. The returning
 implementation is depending on the HazelcastInstance that was creating
 the JobTracker.HazelcastInstance instances than the one used for creation of the
 JobTracker. Unexpected results may happen!newJob in interface JobTrackerK - type of the keyV - type of the valuesource - data source the created Job should work onpublic <V> TrackableJob<V> getTrackableJob(String jobId)
JobTrackerTrackableJob if the job or null if the job id is not available
 or is already finished.getTrackableJob in interface JobTrackerV - type of the resulting valuejobId - job id to search the TrackableJob forCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.