public final class PartitionsResponse extends Object implements IdentifiedDataSerializable
| Constructor and Description |
|---|
PartitionsResponse() |
PartitionsResponse(Address[] members,
int[] ownerIndexes) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFactoryId() |
int |
getId() |
Address[] |
getMembers() |
int[] |
getOwnerIndexes() |
void |
readData(ObjectDataInput in) |
void |
writeData(ObjectDataOutput out) |
public PartitionsResponse()
public PartitionsResponse(Address[] members, int[] ownerIndexes)
public Address[] getMembers()
public int[] getOwnerIndexes()
public int getFactoryId()
getFactoryId in interface IdentifiedDataSerializablepublic int getId()
getId in interface IdentifiedDataSerializablepublic void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.