com.hazelcast.client.impl
Class CollectionWrapper<K>
java.lang.Object
com.hazelcast.client.impl.CollectionWrapper<K>
- All Implemented Interfaces:
- DataSerializable, Serializable
public class CollectionWrapper<K>
- extends Object
- implements DataSerializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionWrapper
public CollectionWrapper()
readData
public void readData(DataInput in)
throws IOException
- Specified by:
readData in interface DataSerializable
- Throws:
IOException
writeData
public void writeData(DataOutput out)
throws IOException
- Specified by:
writeData in interface DataSerializable
- Throws:
IOException
getKeys
public Collection<K> getKeys()
setKeys
public void setKeys(Set<K> keys)
addKey
public void addKey(byte[] obj)
Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.