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

Uses of Interface
com.ibm.streams.management.PropertyMetadata

  • Packages that use PropertyMetadata 
    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.
    • Uses of PropertyMetadata in com.ibm.streams.management.domain

      Methods in com.ibm.streams.management.domain that return PropertyMetadata 
      Modifier and Type Method and Description
      PropertyMetadata DomainMXBean.retrievePropertyMetadata(DomainMXBean.PropertyId id)
      Returns information about the definition of a domain configuration property, such as: type, default value, possible values, constraint type, whether it is read-only, whether changes are applied immediately, and whether its default value is inherited from another property value.
      Methods in com.ibm.streams.management.domain that return types with arguments of type PropertyMetadata 
      Modifier and Type Method and Description
      java.util.Map<DomainMXBean.PropertyId,PropertyMetadata> DomainMXBean.retrievePropertyMetadata()
      Returns information about the definition of each domain configuration property, such as: type, default value, possible values, constraint type, whether it is read-only, whether changes are applied immediately, and whether its default value is inherited from another property value.
    • Uses of PropertyMetadata in com.ibm.streams.management.instance

      Methods in com.ibm.streams.management.instance that return PropertyMetadata 
      Modifier and Type Method and Description
      PropertyMetadata InstanceMXBean.retrievePropertyMetadata(InstanceMXBean.PropertyId id)
      Returns information about the definition of an instance configuration property, such as: type, default value, possible values, constraint type, whether it is read-only, whether changes are applies immediately, and whether its default value is inherited from another property value
      Methods in com.ibm.streams.management.instance that return types with arguments of type PropertyMetadata 
      Modifier and Type Method and Description
      java.util.Map<InstanceMXBean.PropertyId,PropertyMetadata> InstanceMXBean.retrievePropertyMetadata()
      Returns information about the definition of each domain configuration property, such as: type, default value, possible values, constraint type, whether it is read-only, whether changes are applies immediately, and whether its default value is inherited from another property value
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
IBM Streams JMX API
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes