com.hazelcast.impl
Class BlockingQueueManager.GetValueKeysCallable
java.lang.Object
com.hazelcast.impl.BlockingQueueManager.GetValueKeysCallable
- All Implemented Interfaces:
- HazelcastInstanceAware, DataSerializable, Serializable, Callable<Keys>
- Enclosing class:
- BlockingQueueManager
public static class BlockingQueueManager.GetValueKeysCallable
- extends Object
- implements Callable<Keys>, DataSerializable, HazelcastInstanceAware
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockingQueueManager.GetValueKeysCallable
public BlockingQueueManager.GetValueKeysCallable()
BlockingQueueManager.GetValueKeysCallable
public BlockingQueueManager.GetValueKeysCallable(String name,
Data item)
call
public Keys call()
throws Exception
- Specified by:
call in interface Callable<Keys>
- Throws:
Exception
writeData
public void writeData(DataOutput out)
throws IOException
- Specified by:
writeData in interface DataSerializable
- Throws:
IOException
readData
public void readData(DataInput in)
throws IOException
- Specified by:
readData in interface DataSerializable
- Throws:
IOException
setHazelcastInstance
public void setHazelcastInstance(HazelcastInstance hazelcastInstance)
- Specified by:
setHazelcastInstance in interface HazelcastInstanceAware
Copyright © 2011 Hazel Bilisim Ltd.. All Rights Reserved.