public final class InternalLockNamespace extends Object implements ObjectNamespace
Constructor and Description |
---|
InternalLockNamespace() |
InternalLockNamespace(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getObjectName()
Gets the object name within the service.
|
String |
getServiceName()
Gets the service name.
|
int |
hashCode() |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
public InternalLockNamespace()
public InternalLockNamespace(String name)
public String getServiceName()
ObjectNamespace
getServiceName
in interface ObjectNamespace
public String getObjectName()
ObjectNamespace
getObjectName
in interface ObjectNamespace
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.