Uses of Class
com.hazelcast.cluster.MemberAttributeOperationType

Packages that use MemberAttributeOperationType
com.hazelcast.cluster   
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
 

Uses of MemberAttributeOperationType in com.hazelcast.cluster
 

Methods in com.hazelcast.cluster that return MemberAttributeOperationType
static MemberAttributeOperationType MemberAttributeOperationType.getValue(int id)
           
static MemberAttributeOperationType MemberAttributeOperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MemberAttributeOperationType[] MemberAttributeOperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hazelcast.cluster with parameters of type MemberAttributeOperationType
 void ClusterServiceImpl.updateMemberAttribute(String uuid, MemberAttributeOperationType operationType, String key, Object value)
           
 

Constructors in com.hazelcast.cluster with parameters of type MemberAttributeOperationType
MemberAttributeChangedOperation(MemberAttributeOperationType operationType, String key, Object value)
           
 

Uses of MemberAttributeOperationType in com.hazelcast.core
 

Methods in com.hazelcast.core that return MemberAttributeOperationType
 MemberAttributeOperationType MemberAttributeEvent.getOperationType()
           
 

Constructors in com.hazelcast.core with parameters of type MemberAttributeOperationType
MemberAttributeEvent(Cluster cluster, com.hazelcast.instance.MemberImpl member, MemberAttributeOperationType operationType, String key, Object value)
           
 

Uses of MemberAttributeOperationType in com.hazelcast.spi
 

Constructors in com.hazelcast.spi with parameters of type MemberAttributeOperationType
MemberAttributeServiceEvent(Cluster cluster, com.hazelcast.instance.MemberImpl member, MemberAttributeOperationType operationType, String key, Object value)
           
 



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.