public class ServiceInventoryCacheEsDAO extends EsDAO implements IServiceInventoryCacheDAO
| Constructor and Description |
|---|
ServiceInventoryCacheEsDAO(ElasticSearchClient client) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInventory |
get(int serviceId) |
int |
getServiceId(int addressId) |
int |
getServiceId(String serviceName) |
List<ServiceInventory> |
loadLastMappingUpdate() |
queryBuildgetClientpublic ServiceInventoryCacheEsDAO(ElasticSearchClient client)
public int getServiceId(String serviceName)
getServiceId in interface IServiceInventoryCacheDAOpublic int getServiceId(int addressId)
getServiceId in interface IServiceInventoryCacheDAOpublic ServiceInventory get(int serviceId)
get in interface IServiceInventoryCacheDAOpublic List<ServiceInventory> loadLastMappingUpdate()
loadLastMappingUpdate in interface IServiceInventoryCacheDAOCopyright © 2019 The Apache Software Foundation. All rights reserved.