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.protected ThreadTypeEConfigure.ThreadBuilder. mThreadTypeprotected ThreadTypeEConfigure.ThreadConfig. mThreadTypeSpecifies thread operation: blocking, spinning, spin+park, or spin+yield.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 run queue type which defines how the thread acquires the next available eBus client.ThreadTypeEConfigure.ScheduledExecutor. threadType()Returns the thread type which defines how the thread operatesThreadTypeENetConfigure.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. runQueueType(ThreadType type)Sets run queue thread type.EConfigure.ScheduledExecutorBuilderEConfigure.ScheduledExecutorBuilder. threadType(ThreadType type)Sets scheduled executor thread type.ENetConfigure.SelectorInfoBuilderENetConfigure.SelectorInfoBuilder. type(ThreadType type)Sets the selector thread type to the given value.
-