Uses of Class
org.graylog2.cluster.nodes.ServerNodeDto
Packages that use ServerNodeDto
Package
Description
-
Uses of ServerNodeDto in org.graylog2.cluster
Constructor parameters in org.graylog2.cluster with type arguments of type ServerNodeDto -
Uses of ServerNodeDto in org.graylog2.cluster.nodes
Methods in org.graylog2.cluster.nodes that return ServerNodeDtoModifier and TypeMethodDescriptionabstract ServerNodeDtoServerNodeDto.Builder.build()ServerNodeEntity.toDto() -
Uses of ServerNodeDto in org.graylog2.periodical
Constructor parameters in org.graylog2.periodical with type arguments of type ServerNodeDtoModifierConstructorDescriptionNodePingThread(NodeService<ServerNodeDto> nodeService, HttpConfiguration httpConfiguration, ServerStatus serverStatus, LeaderElectionService leaderElectionService) -
Uses of ServerNodeDto in org.graylog2.system.processing.control
Fields in org.graylog2.system.processing.control with type parameters of type ServerNodeDtoModifier and TypeFieldDescriptionprotected final NodeService<ServerNodeDto>ClusterProcessingControl.nodeServiceprotected final NodeService<ServerNodeDto>ClusterProcessingControlFactory.nodeServiceMethod parameters in org.graylog2.system.processing.control with type arguments of type ServerNodeDtoModifier and TypeMethodDescriptionprotected <R> retrofit2.Response<R>ClusterProcessingControl.getrResponse(Function<F, retrofit2.Call<R>> callRemoteResource, Map.Entry<String, ServerNodeDto> entry) Constructor parameters in org.graylog2.system.processing.control with type arguments of type ServerNodeDtoModifierConstructorDescriptionClusterProcessingControl(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)