Constructor and Description |
---|
PortablePartitionLostEvent() |
PortablePartitionLostEvent(int partitionId,
int lostBackupCount,
Address source) |
Modifier and Type | Method and Description |
---|---|
int |
getClassId()
Returns class identifier for this portable class.
|
int |
getFactoryId()
Returns PortableFactory id for this portable class
|
int |
getLostBackupCount() |
int |
getPartitionId() |
Address |
getSource() |
void |
readPortable(PortableReader reader)
Read portable fields using PortableReader
|
void |
writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter
|
public PortablePartitionLostEvent()
public PortablePartitionLostEvent(int partitionId, int lostBackupCount, Address source)
public int getPartitionId()
public int getLostBackupCount()
public Address getSource()
public int getFactoryId()
Portable
getFactoryId
in interface Portable
public int getClassId()
Portable
getClassId
in interface Portable
public void writePortable(PortableWriter writer) throws IOException
Portable
writePortable
in interface Portable
writer
- PortableWriterIOException
public void readPortable(PortableReader reader) throws IOException
Portable
readPortable
in interface Portable
reader
- PortableReaderIOException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.