Package

ksb.csle.component.operator

service

Permalink

package service

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. service
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ControlContextQueryOperator extends BaseGenericMutantOperator[OnDemandOperatorInfo, Option[String], (Option[String]) ⇒ Option[KbeResponse]]

    Permalink
  2. final class HttpWeatherResponseReceiver extends Receiver[String] with Logging

    Permalink
  3. final case class PredictResult(predicted_label: Double) extends Product with Serializable

    Permalink

    :: ApplicationDeveloperApi ::

    :: ApplicationDeveloperApi ::

    Operator that queries recommanded device control with pipelined data that passed from predictoin engine.

  4. case class StrokeIndexRequest(baseUrl: String, serviceKey: String, time: String, coord: String) extends Product with Serializable

    Permalink
  5. class TensorflowServingOperator extends BaseGenericMutantOperator[OnDemandOperatorInfo, RequestContext, ResponseContext]

    Permalink

    :: ApplicationDeveloperApi ::

    :: ApplicationDeveloperApi ::

    Operator that processes the request of tensorflow model.

  6. class WeatherQueryOperator extends BaseGenericMutantOperator[OnDemandOperatorInfo, Option[String], Option[String]]

    Permalink

  7. class WeatherRESTClient extends Actor with Logging

    Permalink
  8. case class WeatherRequest(baseUrl: String, serviceKey: String, time: String, nx: String, ny: String) extends Product with Serializable

    Permalink

Value Members

  1. object ControlContextQueryOperator extends Logging with Serializable

    Permalink
  2. object MyJsonProtocol extends DefaultJsonProtocol

    Permalink
  3. object WeatherJsonProtocol extends DefaultJsonProtocol

    Permalink
  4. object WeatherQueryOperator extends Logging with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped