Uses of Class
eu.cloudnetservice.driver.DriverEnvironment
Packages that use DriverEnvironment
Package
Description
-
Uses of DriverEnvironment in eu.cloudnetservice.driver
Fields in eu.cloudnetservice.driver declared as DriverEnvironmentModifier and TypeFieldDescriptionprivate final @NonNull DriverEnvironmentComponentInfo.environmentThe field for theenvironmentrecord component.static final DriverEnvironmentDriverEnvironment.NODEThe jvm-static representation of the node environment.static final DriverEnvironmentDriverEnvironment.WRAPPERThe jvm-static representation of the wrapper environment.Methods in eu.cloudnetservice.driver that return DriverEnvironmentModifier and TypeMethodDescriptionComponentInfo.environment()Returns the value of theenvironmentrecord component.Constructors in eu.cloudnetservice.driver with parameters of type DriverEnvironmentModifierConstructorDescriptionComponentInfo(@NonNull DriverEnvironment environment, @NonNull String componentName, @NonNull String nodeUniqueId) Creates an instance of aComponentInforecord class. -
Uses of DriverEnvironment in eu.cloudnetservice.driver.channel
Fields in eu.cloudnetservice.driver.channel declared as DriverEnvironmentModifier and TypeFieldDescriptionprivate final @NonNull DriverEnvironmentChannelMessageSender.typeThe field for thetyperecord component.Methods in eu.cloudnetservice.driver.channel that return DriverEnvironmentModifier and TypeMethodDescriptionChannelMessageSender.type()Returns the value of thetyperecord component.Methods in eu.cloudnetservice.driver.channel with parameters of type DriverEnvironmentModifier and TypeMethodDescriptionstatic @NonNull ChannelMessageSenderChannelMessageSender.of(@NonNull String name, @NonNull DriverEnvironment environment) Creates a new channel message sender with the given name and environment.ChannelMessage.Builder.target(@NonNull DriverEnvironment environment, @Nullable String name) Adds a channel message target to this message.Constructors in eu.cloudnetservice.driver.channel with parameters of type DriverEnvironmentModifierConstructorDescriptionChannelMessageSender(@NonNull String name, @NonNull DriverEnvironment type) Creates an instance of aChannelMessageSenderrecord class. -
Uses of DriverEnvironment in eu.cloudnetservice.driver.network.netty
Methods in eu.cloudnetservice.driver.network.netty with parameters of type DriverEnvironmentModifier and TypeMethodDescriptionNettyUtil.newPacketDispatcher(@NonNull DriverEnvironment driverEnvironment) Get a so-called "packet dispatcher" which represents an executor handling the received packets sent to a network component.static @org.jetbrains.annotations.Range(from=2L, to=2147483647L) intNettyUtil.threadAmount(@NonNull DriverEnvironment environment) Get the thread amount used by the packet dispatcher to dispatch incoming packets.