-
Packages that use DomainMXBean.ThreadingModel Package Description com.ibm.streams.management.domain The com.ibm.streams.management.domain package contains classes and interfaces for accessing and managing the Streams domain for which the management API (JMX) service is running.com.ibm.streams.management.instance The com.ibm.streams.management.instance package contains classes and interfaces for accessing and managing the Streams instances and instance services.com.ibm.streams.management.job The com.ibm.streams.management.job package contains classes and interfaces for accessing and managing Streams jobs. -
-
Uses of DomainMXBean.ThreadingModel in com.ibm.streams.management.domain
Methods in com.ibm.streams.management.domain that return DomainMXBean.ThreadingModel Modifier and Type Method and Description static DomainMXBean.ThreadingModelDomainMXBean.ThreadingModel. fromString(java.lang.String threadingModel)Converts from a string representation of a threading model to the corresponding enumeration value.DomainMXBean.ThreadingModelDomainMXBean. getThreadingModel()Returns the value of theTHREADING_MODELconfiguration property.static DomainMXBean.ThreadingModelDomainMXBean.ThreadingModel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DomainMXBean.ThreadingModel[]DomainMXBean.ThreadingModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.streams.management.domain with parameters of type DomainMXBean.ThreadingModel Modifier and Type Method and Description voidDomainMXBean. setThreadingModel(DomainMXBean.ThreadingModel threadingModel)Sets the value of theTHREADING_MODELconfiguration property. -
Uses of DomainMXBean.ThreadingModel in com.ibm.streams.management.instance
Methods in com.ibm.streams.management.instance that return DomainMXBean.ThreadingModel Modifier and Type Method and Description DomainMXBean.ThreadingModelInstanceMXBean. getThreadingModel()Returns the value of theTHREADING_MODELconfiguration property.Methods in com.ibm.streams.management.instance with parameters of type DomainMXBean.ThreadingModel Modifier and Type Method and Description voidInstanceMXBean. setThreadingModel(DomainMXBean.ThreadingModel threadingModel)Sets the value of theTHREADING_MODELconfiguration property. -
Uses of DomainMXBean.ThreadingModel in com.ibm.streams.management.job
Methods in com.ibm.streams.management.job that return DomainMXBean.ThreadingModel Modifier and Type Method and Description DomainMXBean.ThreadingModelJobMXBean. getThreadingModel()Returns the model used to determine how threads run operators in PEs for the job.
-