simple

Class Util

  • java.lang.Object
    • simple.Util


  • public class Util
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Util() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.util.Map<java.lang.String,java.lang.Object> createConfig(java.lang.String[] args)
      Look for configuration properties present in args and sets the property in the config map.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Util

        public Util()
    • Method Detail

      • createConfig

        public static java.util.Map<java.lang.String,java.lang.Object> createConfig(java.lang.String[] args)
        Look for configuration properties present in args and sets the property in the config map.

        An property item in args is required to be in the format:

         <property-name>=<value>
         
        Parameters:
        args - list to scan. Unrecognized items are silently ignored.
        Returns:
        configuration map
        See Also:
        StreamsContext.submit(com.ibm.streamsx.topology.Topology, Map)
streamsx.topology @ IBMStreams GitHub