Uses of Class
org.graylog2.rest.RemoteInterfaceProvider
Packages that use RemoteInterfaceProvider
Package
Description
-
Uses of RemoteInterfaceProvider in org.graylog.plugins.views.search.rest.remote
Constructors in org.graylog.plugins.views.search.rest.remote with parameters of type RemoteInterfaceProviderModifierConstructorDescriptionSearchJobsStatusResource(jakarta.ws.rs.core.HttpHeaders httpHeaders, NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, ExecutorService executorService) -
Uses of RemoteInterfaceProvider in org.graylog2.rest.resources.cluster
Constructors in org.graylog2.rest.resources.cluster with parameters of type RemoteInterfaceProviderModifierConstructorDescriptionClusterDeflectorResource(jakarta.ws.rs.core.HttpHeaders httpHeaders, NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, ExecutorService executorService) ClusterInputStatesResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterJournalResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterLoadBalancerStatusResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterLoggersResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterLookupTableResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterMetricsResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService, com.github.joschi.jadconfig.util.Duration defaultCallTimeout) ClusterNodeMetricsResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterSystemJobResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService, JobResourceHandlerService jobResourceHandlerService, ServerStatus serverStatus) ClusterSystemPluginResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterSystemProcessingResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterSystemResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterSystemShutdownResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) Deprecated. -
Uses of RemoteInterfaceProvider in org.graylog2.rest.resources.system.debug.bundle
Constructors in org.graylog2.rest.resources.system.debug.bundle with parameters of type RemoteInterfaceProviderModifierConstructorDescriptionSupportBundleClusterResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) SupportBundleService(ExecutorService executor, NodeService nodeService, NodeService<DataNodeDto> datanodeService, RemoteInterfaceProvider remoteInterfaceProvider, Path dataDir, ObjectMapperProvider objectMapperProvider, ClusterStatsService clusterStatsService, VersionProbe searchDbProbe, List<URI> searchDbHosts, ClusterAdapter searchDbClusterAdapter, DatanodeRestApiProxy datanodeProxy, RemoteReindexingMigrationAdapter migrationService) -
Uses of RemoteInterfaceProvider in org.graylog2.rest.resources.system.processing
Constructors in org.graylog2.rest.resources.system.processing with parameters of type RemoteInterfaceProviderModifierConstructorDescriptionClusterProcessingStatusResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) -
Uses of RemoteInterfaceProvider in org.graylog2.system.processing.control
Fields in org.graylog2.system.processing.control declared as RemoteInterfaceProviderModifier and TypeFieldDescriptionprotected final RemoteInterfaceProviderClusterProcessingControl.remoteInterfaceProviderprotected final RemoteInterfaceProviderClusterProcessingControlFactory.remoteInterfaceProviderConstructors in org.graylog2.system.processing.control with parameters of type RemoteInterfaceProviderModifierConstructorDescriptionClusterProcessingControl(String authorizationToken, RemoteInterfaceProvider remoteInterfaceProvider, NodeService<ServerNodeDto> nodeService, com.github.joschi.jadconfig.util.Duration connectionTimeout, com.github.joschi.jadconfig.util.Duration bufferDrainInterval, int maxBufferDrainRetries) ClusterProcessingControlFactory(RemoteInterfaceProvider remoteInterfaceProvider, NodeService<ServerNodeDto> nodeService, com.github.joschi.jadconfig.util.Duration connectionTimeout, com.github.joschi.jadconfig.util.Duration bufferDrainInterval, int maxBufferDrainRetries)