Uses of Interface
com.hazelcast.spi.MembershipAwareService

Packages that use MembershipAwareService
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.concurrent.lock This package contains Lock for Hazelcast.
The ILock is the distributed version of the Lock
com.hazelcast.concurrent.semaphore This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore
com.hazelcast.transaction.impl Provides implementation for Hazelcast transaction support. 
 

Uses of MembershipAwareService in com.hazelcast.client.impl
 

Classes in com.hazelcast.client.impl that implement MembershipAwareService
 class ClientEngineImpl
          Class that requests, listeners from client handled in node side.
 

Uses of MembershipAwareService in com.hazelcast.concurrent.lock
 

Classes in com.hazelcast.concurrent.lock that implement MembershipAwareService
 class LockServiceImpl
           
 

Uses of MembershipAwareService in com.hazelcast.concurrent.semaphore
 

Classes in com.hazelcast.concurrent.semaphore that implement MembershipAwareService
 class SemaphoreService
           
 

Uses of MembershipAwareService in com.hazelcast.transaction.impl
 

Classes in com.hazelcast.transaction.impl that implement MembershipAwareService
 class TransactionManagerServiceImpl
           
 



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