Uses of Class
jline.lang.constant.ServerType
Packages that use ServerType
Package
Description
This package contains the classes used the specify Network objects
-
Uses of ServerType in jline.lang.nodes
Methods in jline.lang.nodes that return ServerTypeModifier and TypeMethodDescriptionQueue.getServerType(int id) Gets a server type by its ID.Queue.getServerType(String name) Gets a server type by its name.Methods in jline.lang.nodes that return types with arguments of type ServerTypeModifier and TypeMethodDescriptionQueue.getHeteroServiceDistributions()Gets all heterogeneous service distributions for this queue.Queue.getServerTypes()Gets the list of server types configured for this queue.Methods in jline.lang.nodes with parameters of type ServerTypeModifier and TypeMethodDescriptionvoidQueue.addServerType(ServerType serverType) Adds a server type to this queue for heterogeneous multiserver configuration.Queue.getService(JobClass jobClass, ServerType serverType) Gets the service time distribution for a specific job class and server type.voidQueue.setService(JobClass jobClass, ServerType serverType, Distribution distribution) Sets the service time distribution for a specific job class and server type.