public interface LookupTableConfigService
LookupTableService.| Modifier and Type | Method and Description |
|---|---|
Collection<CacheDto> |
findCachesForIds(Set<String> ids)
Returns all lookup cache config objects for the given IDs.
|
Collection<DataAdapterDto> |
findDataAdaptersForIds(Set<String> ids)
Returns all lookup data adapter config objects for the given IDs.
|
Collection<LookupTableDto> |
findTablesForCacheIds(Set<String> ids)
Returns all lookup table config objets that use the given cache IDs.
|
Collection<LookupTableDto> |
findTablesForDataAdapterIds(Set<String> ids)
Returns all lookup table config objets that use the given data adapter IDs.
|
Optional<LookupTableDto> |
getTable(String id)
Returns the lookup table config for the given ID.
|
Collection<CacheDto> |
loadAllCaches()
Returns all existing lookup cache config objects.
|
Collection<DataAdapterDto> |
loadAllDataAdapters()
Returns all existing lookup data adapter config objects.
|
Collection<LookupTableDto> |
loadAllTables()
Returns all existing lookup table config objects.
|
Optional<LookupTableDto> getTable(String id)
id - lookup table IDCollection<LookupTableDto> loadAllTables()
Collection<LookupTableDto> findTablesForDataAdapterIds(Set<String> ids)
ids - data adapter IDsCollection<LookupTableDto> findTablesForCacheIds(Set<String> ids)
ids - cache IDsCollection<DataAdapterDto> loadAllDataAdapters()
Collection<DataAdapterDto> findDataAdaptersForIds(Set<String> ids)
ids - data dapter IDsCollection<CacheDto> loadAllCaches()
Collection<CacheDto> findCachesForIds(Set<String> ids)
ids - cache IDsCopyright © 2012–2021 Graylog, Inc.. All rights reserved.