Uses of Enum
io.grpc.netty.Utils.EventLoopGroupType
Packages that use Utils.EventLoopGroupType
Package
Description
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of Utils.EventLoopGroupType in io.grpc.netty
Fields in io.grpc.netty declared as Utils.EventLoopGroupTypeModifier and TypeFieldDescriptionprivate final Utils.EventLoopGroupType
Utils.DefaultEventLoopGroupResource.eventLoopGroupType
Methods in io.grpc.netty that return Utils.EventLoopGroupTypeModifier and TypeMethodDescriptionstatic Utils.EventLoopGroupType
Returns the enum constant of this type with the specified name.static Utils.EventLoopGroupType[]
Utils.EventLoopGroupType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.grpc.netty with parameters of type Utils.EventLoopGroupTypeModifierConstructorDescription(package private)
DefaultEventLoopGroupResource
(int numEventLoops, String name, Utils.EventLoopGroupType eventLoopGroupType)