Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
IBM Streams JMX API
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.streams.management.domain.DomainMXBean.ThreadingModel

  • 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.ThreadingModel DomainMXBean.ThreadingModel.fromString(java.lang.String threadingModel)
      Converts from a string representation of a threading model to the corresponding enumeration value.
      DomainMXBean.ThreadingModel DomainMXBean.getThreadingModel()
      Returns the value of the THREADING_MODEL configuration property.
      static DomainMXBean.ThreadingModel DomainMXBean.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
      void DomainMXBean.setThreadingModel(DomainMXBean.ThreadingModel threadingModel)
      Sets the value of the THREADING_MODEL configuration 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.ThreadingModel InstanceMXBean.getThreadingModel()
      Returns the value of the THREADING_MODEL configuration property.
      Methods in com.ibm.streams.management.instance with parameters of type DomainMXBean.ThreadingModel 
      Modifier and Type Method and Description
      void InstanceMXBean.setThreadingModel(DomainMXBean.ThreadingModel threadingModel)
      Sets the value of the THREADING_MODEL configuration 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.ThreadingModel JobMXBean.getThreadingModel()
      Returns the model used to determine how threads run operators in PEs for the job.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
IBM Streams JMX API
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes