com.hazelcast.cluster.client
Class MemberAttributeChange

java.lang.Object
  extended by com.hazelcast.cluster.client.MemberAttributeChange
All Implemented Interfaces:
DataSerializable

public class MemberAttributeChange
extends Object
implements DataSerializable


Constructor Summary
MemberAttributeChange()
           
MemberAttributeChange(String uuid, MemberAttributeOperationType operationType, String key, Object value)
           
 
Method Summary
 String getKey()
           
 MemberAttributeOperationType getOperationType()
           
 String getUuid()
           
 Object getValue()
           
 void readData(ObjectDataInput in)
          Reads fields from the input stream
 void writeData(ObjectDataOutput out)
          Writes object fields to output stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemberAttributeChange

public MemberAttributeChange()

MemberAttributeChange

public MemberAttributeChange(String uuid,
                             MemberAttributeOperationType operationType,
                             String key,
                             Object value)
Method Detail

getUuid

public String getUuid()

getOperationType

public MemberAttributeOperationType getOperationType()

getKey

public String getKey()

getValue

public Object getValue()

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.