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) |
<K,V> Job<K,V> |
newJob(KeyValueSource<K,V> source) |
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)
newJob in interface JobTrackerpublic <V> TrackableJob<V> getTrackableJob(String jobId)
getTrackableJob in interface JobTrackerCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.