com.hazelcast.client.proxy
Class ClientMapReduceProxy
java.lang.Object
com.hazelcast.client.spi.ClientProxy
com.hazelcast.client.proxy.ClientMapReduceProxy
- All Implemented Interfaces:
- DistributedObject, JobTracker
public class ClientMapReduceProxy
- extends ClientProxy
- implements JobTracker
| Methods inherited from class com.hazelcast.client.spi.ClientProxy |
destroy, equals, getContext, getId, getName, getPartitionKey, getServiceName, hashCode, invoke, invoke, invoke, invokeInterruptibly, listen, listen, onInitialize, onShutdown, setContext, stopListening, throwExceptionIfNull, toData, toObject |
ClientMapReduceProxy
public ClientMapReduceProxy(String serviceName,
String objectName)
onDestroy
protected void onDestroy()
- Description copied from class:
ClientProxy
- Called before proxy is destroyed.
Overriding implementations should clean/release resources created during initialization.
- Overrides:
onDestroy in class ClientProxy
newJob
public <K,V> Job<K,V> newJob(KeyValueSource<K,V> source)
- Specified by:
newJob in interface JobTracker
getTrackableJob
public <V> TrackableJob<V> getTrackableJob(String jobId)
- Specified by:
getTrackableJob in interface JobTracker
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.