Package | Description |
---|---|
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 | Method and Description |
---|---|
Collection<ServiceInfo> |
NodeEngineImpl.getServiceInfos(Class serviceClass) |
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
ServiceManager.getServiceInfo(String serviceName)
Gets the ServiceInfo for a service by serviceName.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
ServiceManager.getServiceInfos(Class serviceClass)
Gets all the service info's for services that implement a given class/interface.
|
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
ServiceManagerImpl.getServiceInfo(String serviceName) |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
ServiceManagerImpl.getServiceInfos(Class serviceClass)
Returns a list of services matching provided service class/interface.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.