com.hazelcast.impl
Class BlockingQueueManager.GetValueKeysCallable

java.lang.Object
  extended by 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

Constructor Summary
BlockingQueueManager.GetValueKeysCallable()
           
BlockingQueueManager.GetValueKeysCallable(String name, Data item)
           
 
Method Summary
 Keys call()
           
 void readData(DataInput in)
           
 void setHazelcastInstance(HazelcastInstance hazelcastInstance)
           
 void writeData(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockingQueueManager.GetValueKeysCallable

public BlockingQueueManager.GetValueKeysCallable()

BlockingQueueManager.GetValueKeysCallable

public BlockingQueueManager.GetValueKeysCallable(String name,
                                                 Data item)
Method Detail

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.