Uses of Interface
com.hazelcast.spi.SharedService

Packages that use SharedService
com.hazelcast.concurrent.lock This package contains Lock for Hazelcast.
The ILock is the distributed version of the Lock
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
 

Uses of SharedService in com.hazelcast.concurrent.lock
 

Subinterfaces of SharedService in com.hazelcast.concurrent.lock
 interface LockService
           
 

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

Uses of SharedService in com.hazelcast.spi
 

Methods in com.hazelcast.spi with type parameters of type SharedService
<T extends SharedService>
T
NodeEngine.getSharedService(String serviceName)
           
 

Uses of SharedService in com.hazelcast.spi.impl
 

Methods in com.hazelcast.spi.impl with type parameters of type SharedService
<T extends SharedService>
T
NodeEngineImpl.getSharedService(String serviceName)
           
 



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