Package | Description |
---|---|
com.hazelcast.concurrent.lock | |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
com.hazelcast.spi.impl.servicemanager |
Contains the API for the
ServiceManager . |
com.hazelcast.spi.impl.servicemanager.impl |
Contains the
ServiceManager implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
LockService |
Modifier and Type | Class and Description |
---|---|
class |
LockServiceImpl |
Modifier and Type | Method and Description |
---|---|
<T extends SharedService> |
NodeEngine.getSharedService(String serviceName)
Gets the
SharedService for the given serviceName. |
Modifier and Type | Method and Description |
---|---|
<T extends SharedService> |
NodeEngineImpl.getSharedService(String serviceName) |
Modifier and Type | Method and Description |
---|---|
<T extends SharedService> |
ServiceManager.getSharedService(String serviceName)
Gets a SharedService by serviceName.
|
Modifier and Type | Method and Description |
---|---|
<T extends SharedService> |
ServiceManagerImpl.getSharedService(String serviceName) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.