Uses of Class
net.sf.eBus.config.ThreadType
-
-
Uses of ThreadType in net.sf.eBus.config
Fields in net.sf.eBus.config declared as ThreadType Modifier and Type Field Description static ThreadTypeENetConfigure. DEFAULT_SELECTOR_TYPEThe default selector type isBLOCKING.Methods in net.sf.eBus.config that return ThreadType Modifier and Type Method Description static ThreadTypeThreadType. find(String s)Returns the thread type with a text name equalings, ignoring case.ThreadTypeEConfigure.Dispatcher. runQueueType()Returns the thread type which defines how the next client is acquired from the run queue.ThreadTypeENetConfigure.SelectorInfo. type()Returns theESelectortype.static ThreadTypeThreadType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreadType[]ThreadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.eBus.config with parameters of type ThreadType Modifier and Type Method Description EConfigure.DispatcherBuilderEConfigure.DispatcherBuilder. threadType(ThreadType type)Sets the run queue thread type.ENetConfigure.SelectorInfoBuilderENetConfigure.SelectorInfoBuilder. type(ThreadType type)Sets the selector thread type to the given value.
-