class
WeatherMeasuresController extends Model
Instance Constructors
-
new
WeatherMeasuresController()(implicit logUtil: LogUtil, JobLogUtil: JobLogUtil, genericImportDao: GenericImportDao, CalculatedMeasureDao: CalculatedMeasureDao, ws: WSClient)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
calculatedMeasure(d: DateTime, value: Double, dataType: Int, idStation: Int): CalculatedMeasure
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
execute(message: JsValue): Unit
-
def
execute(routingKey: String, message: JsValue): Unit
-
def
executeWrapper(routingKey: String, message: JsValue): Unit
-
def
finalize(): Unit
-
def
genericData(d: DateTime, value: Double, dataType: Int): GenericData
-
final
def
getClass(): Class[_]
-
def
getHisto(filter: WeatherMeasuresFilter, pointId: Option[String])(implicit jobExecutionId: Long): Seq[WMJson]
-
def
getObs(filter: WeatherMeasuresFilter, pointId: Option[String])(implicit jobExecutionId: Long): Seq[WMJson]
-
def
getPrev(filter: WeatherMeasuresFilter, pointId: String)(implicit jobExecutionId: Long): Seq[WMJson]
-
def
getRoutingKey(): String
-
def
handleError(e: Exception, jobExecutionId: Long): Unit
-
def
hashCode(): Int
-
def
importFiles(filters: WeatherMeasuresFilter, jobParameters: JobParameters)(implicit jobExecutionId: Long): Unit
-
def
importWMPoint(pluvio: WMStation, filters: WeatherMeasuresFilter, jobParameters: JobParameters)(implicit jobExecutionId: Long): Unit
-
def
initTopic(): (String, (String, JsValue) ⇒ Unit)
-
final
def
isInstanceOf[T0]: Boolean
-
lazy val
logUtil: LogUtil
-
lazy val
logsUtil: LogUtil
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
sendRPC[A](routingKey: String, message: String)(implicit rds: Reads[A], m: ClassTag[A]): Future[A]
-
def
sendRPC[A](routingKey: String, message: String, connection: Connection, channel: Channel, replyQueueName: String)(implicit rds: Reads[A], m: ClassTag[A]): Future[A]
-
def
sendRPC[A](routingKey: String, message: String, timeout: Duration)(implicit rds: Reads[A], m: ClassTag[A]): A
-
def
sendTopic(routingKey: String, message: String): Unit
-
def
sendTopic(exchangeName: String, routingKey: String, queueName: String, message: String): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toCalculatedMeasure(filter: WeatherMeasuresFilter, data: Seq[WMJson], idStation: Int): Seq[CalculatedMeasure]
-
def
toGenericData(filter: WeatherMeasuresFilter, data: Seq[WMJson]): Seq[GenericData]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Deprecated Value Members
-
def
sendRPC(routingKey: String, message: String, consumerFn: (String, Envelope, BasicProperties, Array[Byte]) ⇒ Unit): Unit
-
def
sendRPC(exchangeName: String, routingKey: String, queueName: String, message: String, consumerFn: (String, Envelope, BasicProperties, Array[Byte]) ⇒ Unit): Unit
Inherited from Topic
Inherited from Producer
Inherited from AnyRef
Inherited from Any