com.hazelcast.impl
Class BlockingQueueManager.GetValueKeysCallable

java.lang.Object
  extended by com.hazelcast.impl.BlockingQueueManager.GetValueKeysCallable
All Implemented Interfaces:
HazelcastInstanceAware, DataSerializable, java.io.Serializable, java.util.concurrent.Callable<Keys>
Enclosing class:
BlockingQueueManager

public static class BlockingQueueManager.GetValueKeysCallable
extends java.lang.Object
implements java.util.concurrent.Callable<Keys>, DataSerializable, HazelcastInstanceAware

See Also:
Serialized Form

Constructor Summary
BlockingQueueManager.GetValueKeysCallable()
           
BlockingQueueManager.GetValueKeysCallable(java.lang.String name, Data item)
           
 
Method Summary
 Keys call()
           
 void readData(java.io.DataInput in)
           
 void setHazelcastInstance(HazelcastInstance hazelcastInstance)
           
 void writeData(java.io.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(java.lang.String name,
                                                 Data item)
Method Detail

call

public Keys call()
          throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<Keys>
Throws:
java.lang.Exception

writeData

public void writeData(java.io.DataOutput out)
               throws java.io.IOException
Specified by:
writeData in interface DataSerializable
Throws:
java.io.IOException

readData

public void readData(java.io.DataInput in)
              throws java.io.IOException
Specified by:
readData in interface DataSerializable
Throws:
java.io.IOException

setHazelcastInstance

public void setHazelcastInstance(HazelcastInstance hazelcastInstance)
Specified by:
setHazelcastInstance in interface HazelcastInstanceAware


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.