public final class DefaultObjectNamespace extends Object implements ObjectNamespace
| Constructor and Description |
|---|
DefaultObjectNamespace() |
DefaultObjectNamespace(String serviceName,
String objectName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getObjectName() |
String |
getServiceName() |
int |
hashCode() |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
String |
toString() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
public String getServiceName()
getServiceName in interface ObjectNamespacepublic String getObjectName()
getObjectName in interface ObjectNamespacepublic void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.