public static class FactoryImpl.ProxyKey extends SerializationHelper implements DataSerializable
Constructor and Description |
---|
FactoryImpl.ProxyKey() |
FactoryImpl.ProxyKey(String name,
Object key) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getKey() |
String |
getName() |
int |
hashCode() |
void |
readData(DataInput in) |
String |
toString() |
void |
writeData(DataOutput out) |
readByteArray, readObject, writeByteArray, writeObject
public void writeData(DataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(DataInput in) throws IOException
readData
in interface DataSerializable
IOException
public String getName()
public Object getKey()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.