Uses of Class
org.graylog2.lookup.dto.CacheDto
Packages that use CacheDto
Package
Description
-
Uses of CacheDto in org.graylog2.contentpacks.facades
Methods in org.graylog2.contentpacks.facades that return types with arguments of type CacheDtoModifier and TypeMethodDescriptionLookupCacheFacade.createNativeEntity(Entity entity, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, String username) LookupCacheFacade.findExisting(Entity entity, Map<String, ValueReference> parameters) LookupCacheFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) Methods in org.graylog2.contentpacks.facades with parameters of type CacheDto -
Uses of CacheDto in org.graylog2.lookup
Methods in org.graylog2.lookup that return types with arguments of type CacheDtoModifier and TypeMethodDescriptionLookupTableConfigService.findCachesForIds(Set<String> ids) Returns all lookup cache config objects for the given IDs.LookupTableConfigService.loadAllCaches()Returns all existing lookup cache config objects. -
Uses of CacheDto in org.graylog2.lookup.db
Methods in org.graylog2.lookup.db that return CacheDtoMethods in org.graylog2.lookup.db that return types with arguments of type CacheDtoModifier and TypeMethodDescriptionDBCacheService.findAll()DBLookupTableConfigService.findCachesForIds(Set<String> ids) DBCacheService.findPaginated(org.mongojack.DBQuery.Query query, org.mongojack.DBSort.SortBuilder sort, int page, int perPage) DBLookupTableConfigService.loadAllCaches()Methods in org.graylog2.lookup.db with parameters of type CacheDto -
Uses of CacheDto in org.graylog2.lookup.dto
Methods in org.graylog2.lookup.dto that return CacheDto -
Uses of CacheDto in org.graylog2.rest.models.system.lookup
Methods in org.graylog2.rest.models.system.lookup that return CacheDtoMethods in org.graylog2.rest.models.system.lookup with parameters of type CacheDto