Uses of Class
com.hazelcast.cluster.MemberAttributeOperationType

Packages that use MemberAttributeOperationType
com.hazelcast.cluster This package contains the cluster functionality.
 
com.hazelcast.cluster.client This package contains the client cluster functionality.
 
com.hazelcast.cluster.impl This package contains the implementation of the cluster functionality.
 
com.hazelcast.cluster.impl.operations This package contains operations for the com.hazelcast.cluster.impl package.
 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
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.
 

Uses of MemberAttributeOperationType in com.hazelcast.cluster.client
 

Methods in com.hazelcast.cluster.client that return MemberAttributeOperationType
 MemberAttributeOperationType MemberAttributeChange.getOperationType()
           
 

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

Uses of MemberAttributeOperationType in com.hazelcast.cluster.impl
 

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

Uses of MemberAttributeOperationType in com.hazelcast.cluster.impl.operations
 

Constructors in com.hazelcast.cluster.impl.operations 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()
          Returns the type of member attribute change for this MemberAttributeEvent.
 

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

Uses of MemberAttributeOperationType in com.hazelcast.instance
 

Methods in com.hazelcast.instance with parameters of type MemberAttributeOperationType
 void MemberImpl.updateAttribute(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, MemberImpl member, MemberAttributeOperationType operationType, String key, Object value)
           
 



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