public final class DistributedObjectNamespace extends DefaultObjectNamespace implements ObjectNamespace, IdentifiedDataSerializable
ObjectNamespace
implementation for DistributedObject
.objectName, service
Constructor and Description |
---|
DistributedObjectNamespace() |
DistributedObjectNamespace(ObjectNamespace namespace) |
DistributedObjectNamespace(String serviceName,
String objectName) |
Modifier and Type | Method and Description |
---|---|
int |
getFactoryId()
Returns DataSerializableFactory factory ID for this class.
|
int |
getId()
Returns type identifier for this class.
|
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
equals, getObjectName, getServiceName, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getObjectName
getServiceName
public DistributedObjectNamespace()
public DistributedObjectNamespace(ObjectNamespace namespace)
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
writeData
in class DefaultObjectNamespace
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
readData
in class DefaultObjectNamespace
in
- inputIOException
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.