Uses of Interface
com.hazelcast.spi.UrgentSystemOperation

Packages that use UrgentSystemOperation
com.hazelcast.client.impl.operations Contains client operations 
com.hazelcast.cluster.impl.operations This package contains operations for the com.hazelcast.cluster.impl package.
 
com.hazelcast.partition Contains the partition logic for Hazelcast. 
com.hazelcast.partition.impl Contains the actual implementation of the InternalPartitionService
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
 

Uses of UrgentSystemOperation in com.hazelcast.client.impl.operations
 

Classes in com.hazelcast.client.impl.operations that implement UrgentSystemOperation
 class ClientDisconnectionOperation
           
 class ClientReAuthOperation
           
 

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

Subinterfaces of UrgentSystemOperation in com.hazelcast.cluster.impl.operations
 interface JoinOperation
          Marker interface for join and post-join operations.
 

Classes in com.hazelcast.cluster.impl.operations that implement UrgentSystemOperation
 class AuthenticationFailureOperation
           
 class AuthorizationOperation
           
 class ConfigMismatchOperation
          When a node wants to join the cluster, its sends its ConfigCheck to the cluster where it is validated.
 class FinalizeJoinOperation
           
 class GroupMismatchOperation
           
 class HeartbeatOperation
           
 class JoinCheckOperation
           
 class JoinRequestOperation
           
 class MasterClaimOperation
           
 class MasterConfirmationOperation
           
 class MasterDiscoveryOperation
           
 class MemberAttributeChangedOperation
           
 class MemberInfoUpdateOperation
           
 class MemberRemoveOperation
           
 class MergeClustersOperation
           
 class PostJoinOperation
           
 class PrepareMergeOperation
           
 class SetMasterOperation
           
 

Uses of UrgentSystemOperation in com.hazelcast.partition
 

Subinterfaces of UrgentSystemOperation in com.hazelcast.partition
 interface MigrationCycleOperation
           
 

Uses of UrgentSystemOperation in com.hazelcast.partition.impl
 

Classes in com.hazelcast.partition.impl that implement UrgentSystemOperation
 class BaseMigrationOperation
           
 class IsReplicaVersionSync
          Queries if replica version is sync between partitions.
 class MigrationOperation
           
 class MigrationRequestOperation
           
 class PartitionStateOperation
           
 class ReplicaSyncRequest
           
 class ReplicaSyncResponse
           
 class ReplicaSyncRetryResponse
           
 

Uses of UrgentSystemOperation in com.hazelcast.spi.impl
 

Classes in com.hazelcast.spi.impl that implement UrgentSystemOperation
 class IsStillExecutingOperation
          An operation that checks if another operation is still running.
 class TraceableIsStillExecutingOperation
           
 



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