com.ibm.streamsx.topology.context

Interface AnalyticsServiceProperties



  • public interface AnalyticsServiceProperties
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String SERVICE_NAME
      Name of the service to use as a String.
      static java.lang.String VCAP_SERVICES
      Definition of IBM Bluemix services.
    • Field Detail

      • SERVICE_NAME

        static final java.lang.String SERVICE_NAME
        Name of the service to use as a String. The information for the service will be extracted from the VCAP using this name. This property must be set when submitting to StreamsContext.Type.ANALYTICS_SERVICE.
        See Also:
        Constant Field Values
      • VCAP_SERVICES

        static final java.lang.String VCAP_SERVICES
        Definition of IBM Bluemix services. The value may be:
        • java.io.File - File containing the VCAP services JSON.
        • String - String containing the VCAP services serialized JSON.
        • com.ibm.json.java.JSONObject - JSON object containing the VCAP services.
        See Also:
        Constant Field Values
streamsx.topology 1.5 @ IBMStreams GitHub