public class DestroyEndpointThreadsCallable extends Object implements Callable<Boolean>, HazelcastInstanceAware, DataSerializable
| Constructor and Description |
|---|
DestroyEndpointThreadsCallable() |
DestroyEndpointThreadsCallable(Address endpoint,
Set<Integer> threadIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
addThreadId(int threadId) |
Boolean |
call() |
void |
readData(DataInput in) |
void |
setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
writeData(DataOutput out) |
public void addThreadId(int threadId)
public void setHazelcastInstance(HazelcastInstance hazelcastInstance)
setHazelcastInstance in interface HazelcastInstanceAwarepublic void writeData(DataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2013 Hazelcast, Inc.. All rights reserved.