com.hazelcast.replicatedmap.impl.operation
Class ReplicatedMapPostJoinOperation.MemberMapPair
java.lang.Object
  
com.hazelcast.replicatedmap.impl.operation.ReplicatedMapPostJoinOperation.MemberMapPair
- All Implemented Interfaces: 
 - DataSerializable
 
- Enclosing class:
 - ReplicatedMapPostJoinOperation
 
public static class ReplicatedMapPostJoinOperation.MemberMapPair
- extends Object
- implements DataSerializable
  
A mapping for replicated map names and the assigned provisioning member
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ReplicatedMapPostJoinOperation.MemberMapPair
public ReplicatedMapPostJoinOperation.MemberMapPair(Member member,
                                                    String name)
getMember
public Member getMember()
 
 
getName
public String getName()
 
 
writeData
public void writeData(ObjectDataOutput out)
               throws IOException
- Description copied from interface: 
DataSerializable 
- Writes object fields to output stream
- Specified by:
 writeData in interface DataSerializable
 
- Parameters:
 out - output
- Throws:
 IOException
 
 
readData
public void readData(ObjectDataInput in)
              throws IOException
- Description copied from interface: 
DataSerializable 
- Reads fields from the input stream
- Specified by:
 readData in interface DataSerializable
 
- Parameters:
 in - input
- Throws:
 IOException
 
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.