Uses of Class
org.graylog2.lookup.dto.DataAdapterDto
Packages that use DataAdapterDto
Package
Description
-
Uses of DataAdapterDto in org.graylog2.contentpacks.facades
Methods in org.graylog2.contentpacks.facades that return types with arguments of type DataAdapterDtoModifier and TypeMethodDescriptionLookupDataAdapterFacade.createNativeEntity(Entity entity, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, String username) LookupDataAdapterFacade.findExisting(Entity entity, Map<String, ValueReference> parameters) LookupDataAdapterFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) Methods in org.graylog2.contentpacks.facades with parameters of type DataAdapterDtoModifier and TypeMethodDescriptionLookupDataAdapterFacade.createExcerpt(DataAdapterDto dataAdapterDto) voidLookupDataAdapterFacade.delete(DataAdapterDto nativeEntity) -
Uses of DataAdapterDto in org.graylog2.lookup
Methods in org.graylog2.lookup that return types with arguments of type DataAdapterDtoModifier and TypeMethodDescriptionLookupTableConfigService.findDataAdaptersForIds(Set<String> ids) Returns all lookup data adapter config objects for the given IDs.LookupTableConfigService.loadAllDataAdapters()Returns all existing lookup data adapter config objects.Methods in org.graylog2.lookup with parameters of type DataAdapterDtoModifier and TypeMethodDescriptionprotected voidLookupTableService.addListeners(LookupDataAdapter adapter, DataAdapterDto dto) protected LookupDataAdapterLookupTableService.createAdapter(DataAdapterDto dto) Constructors in org.graylog2.lookup with parameters of type DataAdapterDtoModifierConstructorDescriptionDataAdapterListener(DataAdapterDto dto, LookupDataAdapter adapter, CountDownLatch latch) DataAdapterListener(DataAdapterDto dto, LookupDataAdapter adapter, CountDownLatch latch, Consumer<LookupDataAdapter> replacedAdapterConsumer) -
Uses of DataAdapterDto in org.graylog2.lookup.adapters
Methods in org.graylog2.lookup.adapters with parameters of type DataAdapterDtoModifier and TypeMethodDescriptionDnsLookupDataAdapter.Factory.create(DataAdapterDto dto) HTTPJSONPathDataAdapter.Factory.create(DataAdapterDto dto) Constructors in org.graylog2.lookup.adapters with parameters of type DataAdapterDtoModifierConstructorDescriptionDnsLookupDataAdapter(DataAdapterDto dto, com.codahale.metrics.MetricRegistry metricRegistry, DnsLookupAdapterConfiguration adapterConfiguration) protectedHTTPJSONPathDataAdapter(DataAdapterDto dto, com.floreysoft.jmte.Engine templateEngine, okhttp3.OkHttpClient httpClient, UrlWhitelistService urlWhitelistService, UrlWhitelistNotificationService urlWhitelistNotificationService, com.codahale.metrics.MetricRegistry metricRegistry) -
Uses of DataAdapterDto in org.graylog2.lookup.db
Methods in org.graylog2.lookup.db that return DataAdapterDtoMethods in org.graylog2.lookup.db that return types with arguments of type DataAdapterDtoModifier and TypeMethodDescriptionDBDataAdapterService.findAll()DBLookupTableConfigService.findDataAdaptersForIds(Set<String> ids) DBDataAdapterService.findPaginated(org.mongojack.DBQuery.Query query, org.mongojack.DBSort.SortBuilder sort, int page, int perPage) DBLookupTableConfigService.loadAllDataAdapters()Methods in org.graylog2.lookup.db with parameters of type DataAdapterDto -
Uses of DataAdapterDto in org.graylog2.lookup.dto
Methods in org.graylog2.lookup.dto that return DataAdapterDto -
Uses of DataAdapterDto in org.graylog2.plugin.lookup
Methods in org.graylog2.plugin.lookup with parameters of type DataAdapterDtoConstructors in org.graylog2.plugin.lookup with parameters of type DataAdapterDtoModifierConstructorDescriptionprotectedLookupDataAdapter(DataAdapterDto dto, com.codahale.metrics.MetricRegistry metricRegistry) -
Uses of DataAdapterDto in org.graylog2.rest.models.system.lookup
Methods in org.graylog2.rest.models.system.lookup that return DataAdapterDtoMethods in org.graylog2.rest.models.system.lookup with parameters of type DataAdapterDtoModifier and TypeMethodDescriptionstatic DataAdapterApiDataAdapterApi.fromDto(DataAdapterDto dto)