Uses of Class
org.graylog.plugins.sidecar.rest.models.CollectorUpload
Packages that use CollectorUpload
Package
Description
-
Uses of CollectorUpload in org.graylog.plugins.sidecar.rest.models
Methods in org.graylog.plugins.sidecar.rest.models that return CollectorUploadModifier and TypeMethodDescriptionabstract CollectorUploadCollectorUpload.Builder.build()static CollectorUploadCollectorUpload.create(String id, String collectorId, String nodeId, String collectorName, String renderedConfiguration, org.joda.time.DateTime created) -
Uses of CollectorUpload in org.graylog.plugins.sidecar.rest.responses
Methods in org.graylog.plugins.sidecar.rest.responses that return types with arguments of type CollectorUploadModifier and TypeMethodDescriptionabstract Collection<CollectorUpload>CollectorUploadListResponse.uploads()Method parameters in org.graylog.plugins.sidecar.rest.responses with type arguments of type CollectorUploadModifier and TypeMethodDescriptionstatic CollectorUploadListResponseCollectorUploadListResponse.create(PaginatedList.PaginationInfo paginationInfo, long total, Collection<CollectorUpload> uploads) -
Uses of CollectorUpload in org.graylog.plugins.sidecar.services
Methods in org.graylog.plugins.sidecar.services that return types with arguments of type CollectorUploadModifier and TypeMethodDescriptionImportService.all()ImportService.findPaginated(int page, int perPage, String sortField, String order)