Package | Description |
---|---|
com.hazelcast.concurrent.lock | |
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
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)
Deprecated.
since 3.7, please use
NodeEngine.getService(String) instead |
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 © 2019 Hazelcast, Inc.. All Rights Reserved.