Index

A B C D E F G H I J K L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

I

IasCdbException - Exception in org.eso.ias.cdb
The exception type returned by the CDB.
IasCdbException() - Constructor for exception org.eso.ias.cdb.IasCdbException
 
IasCdbException(String) - Constructor for exception org.eso.ias.cdb.IasCdbException
 
IasCdbException(String, Throwable) - Constructor for exception org.eso.ias.cdb.IasCdbException
 
IasCdbException(String, Throwable, boolean, boolean) - Constructor for exception org.eso.ias.cdb.IasCdbException
 
IasCdbException(Throwable) - Constructor for exception org.eso.ias.cdb.IasCdbException
 
iasCmdToString(CommandMessage) - Method in class org.eso.ias.command.CommandJsonSerializer
 
iasCmdToString(CommandMessage) - Method in interface org.eso.ias.command.CommandStringSerializer
Convert the passed CommandMessage to a String
IASCORE_TOPIC_NAME_PROP_NAME - Static variable in class org.eso.ias.converter.ConverterKafkaStream
The name of the java property to get the name of the topic where plugins push values
IasDao - Class in org.eso.ias.cdb.pojos
Global configuration for the IAS
IasDao() - Constructor for class org.eso.ias.cdb.pojos.IasDao
Empty constructor
iasFileName - Variable in class org.eso.ias.cdb.structuredtext.CdbTxtFiles
The name of the file containing all the templates
IASIO - Enum constant in enum class org.eso.ias.cdb.structuredtext.CdbFolders
 
IASIO - Enum constant in enum class org.eso.ias.types.IdentifierType
The type of IASIO identifier.
IasioConfigurationDAO - Interface in org.eso.ias.converter.config
The DAO interface to get the configuration of the DAO.
IasioDao - Class in org.eso.ias.cdb.pojos
The pojo for the IASIO
IasioDao() - Constructor for class org.eso.ias.cdb.pojos.IasioDao
Empty constructor
IasioDao(String, String, IasTypeDao, String) - Constructor for class org.eso.ias.cdb.pojos.IasioDao
Constructor with default canShelve
IasioDao(String, String, IasTypeDao, String, boolean, String, SoundTypeDao, String) - Constructor for class org.eso.ias.cdb.pojos.IasioDao
Constructor
IasIOJ<T> - Class in org.eso.ias.asce.transfer
The java countr part of the scala IasIO, that is the view of an InOut for the TF IasIOJ exposes only the InOut's methods that can be invoked by the TF hiding the methods meant for the internals of the IAS.
IasIOJ(InOut<T>) - Constructor for class org.eso.ias.asce.transfer.IasIOJ
Constructor
IASIOs_TOPIC_NAME - Static variable in class org.eso.ias.kafkautils.KafkaHelper
The name of the kafka topic where converters and DASUs push the IASIOs
iasiosFileName - Variable in class org.eso.ias.cdb.structuredtext.CdbTxtFiles
The name of the file containing all the IASIOs
iasiosReceived(Collection<IASValue<?>>) - Method in interface org.eso.ias.kafkautils.SimpleKafkaIasiosConsumer.IasioListener
Process the IASIOs read from the kafka topic.
iasiosReceived(Collection<IASValue<?>>) - Method in class org.eso.ias.webserversender.WebServerSender
This method receives IASValues published in the BSDB.
IasMonitorConfig - Class in org.eso.ias.monitor
Java pojo with the configuration of the IASMonitor tool
IasMonitorConfig() - Constructor for class org.eso.ias.monitor.IasMonitorConfig
Empty constructor
iasPeriodicSendingTime - Variable in class org.eso.ias.plugin.MonitoredValue
The periodic time interval to automatically send the last computed value to the BSDB
iasReplyToString(ReplyMessage) - Method in class org.eso.ias.command.ReplyJsonSerializer
 
iasReplyToString(ReplyMessage) - Method in interface org.eso.ias.command.ReplyStringSerializer
Convert the passed ReplyMessage to a String
IasTypeDao - Enum Class in org.eso.ias.cdb.pojos
The type of IASIOs.
IASTypes - Enum Class in org.eso.ias.types
Java representation of the IAS types.
iasValidity - Variable in class org.eso.ias.plugin.ValueToSend
The validity
iasValidity - Variable in class org.eso.ias.types.IASValue
The validity
IasValidity - Enum Class in org.eso.ias.types
 
IASValue<T> - Class in org.eso.ias.types
The view of a heterogeneous inputs in the java code and in the BSDB.
IASValue(T, OperationalMode, IasValidity, String, IASTypes, Optional<Long>, Optional<Long>, Optional<Long>, Optional<Long>, Optional<Long>, Optional<Long>, Optional<Long>, Optional<Set<String>>, Optional<Map<String, String>>) - Constructor for class org.eso.ias.types.IASValue
Constructor
IasValueJsonPojo - Class in org.eso.ias.types
A java pojo to serialize/deserialize IASValue objects.
IasValueJsonPojo() - Constructor for class org.eso.ias.types.IasValueJsonPojo
Empty constructor
IasValueJsonPojo(IASValue<?>) - Constructor for class org.eso.ias.types.IasValueJsonPojo
Constructor
IasValueJsonSerializer - Class in org.eso.ias.types
Serialize/deserialize IASValue to/from JSON strings
IasValueJsonSerializer() - Constructor for class org.eso.ias.types.IasValueJsonSerializer
 
IasValueSerializerException - Exception in org.eso.ias.types
The exception returned serializing/deserializing IASValue objects to strings.
IasValueSerializerException() - Constructor for exception org.eso.ias.types.IasValueSerializerException
 
IasValueSerializerException(String) - Constructor for exception org.eso.ias.types.IasValueSerializerException
 
IasValueSerializerException(String, Throwable) - Constructor for exception org.eso.ias.types.IasValueSerializerException
 
IasValueSerializerException(String, Throwable, boolean, boolean) - Constructor for exception org.eso.ias.types.IasValueSerializerException
 
IasValueSerializerException(Throwable) - Constructor for exception org.eso.ias.types.IasValueSerializerException
 
IasValueStringSerializer - Interface in org.eso.ias.types
 
iasValueToString(IASValue<?>) - Method in class org.eso.ias.types.IasValueJsonSerializer
Convert the value in a JSON string
iasValueToString(IASValue<?>) - Method in interface org.eso.ias.types.IasValueStringSerializer
Convert the passed IASValue to a String
id - Variable in class org.eso.ias.command.CommandManager
The ID of the process where the object of this class runs
id - Variable in enum class org.eso.ias.monitor.MonitorAlarm
The ID of each alarm
id - Variable in class org.eso.ias.plugin.DetailedStatsCollector.StatData
The ID of the monitor point
id - Variable in class org.eso.ias.plugin.MonitoredValue
The ID of the monitored value
id - Variable in class org.eso.ias.plugin.publisher.MonitorPointDataToBuffer
The identifier of the monitor point
id - Variable in class org.eso.ias.plugin.ValueToSend
The unique ID of the monitor point
id - Variable in class org.eso.ias.types.IASValue
The identifier of the input
IdentifierType - Enum Class in org.eso.ias.types
The types of an identifier of an IASIO.
increasePriority() - Method in class org.eso.ias.types.Alarm
Return an alarm of an increased priority if it exists, otherwise return the same alarm.
INFO - Enum constant in enum class org.eso.ias.cdb.pojos.LogLevelDao
 
init() - Method in interface org.eso.ias.cdb.CdbReader
Initialize the CDB
init() - Method in interface org.eso.ias.cdb.CdbWriter
Initialize the CDB
init() - Method in class org.eso.ias.cdb.rdb.RdbReader
Deprecated.
Initialize the CDB
init() - Method in class org.eso.ias.cdb.rdb.RdbWriter
Deprecated.
Initialize the CDB
init() - Method in class org.eso.ias.cdb.structuredtext.StructuredTextReader
Initialize the CDB
init() - Method in class org.eso.ias.cdb.structuredtext.StructuredTextWriter
Initialize the CDB
init() - Method in class org.eso.ias.converter.ConverterKafkaStream
Initialize the stream
init() - Method in class org.eso.ias.converter.ConverterStream
User defined initialization
INITIALIZATION - Enum constant in enum class org.eso.ias.types.OperationalMode
Initialization on going
initialize() - Method in class org.eso.ias.converter.config.ConfigurationDaoBase
 
initialize() - Method in interface org.eso.ias.converter.config.IasioConfigurationDAO
Initialize the DAO
initialize(Function<String, String>) - Method in class org.eso.ias.converter.ConverterStream
Initialize the stream
initialize(Set<IasioInfo>, IasioInfo) - Method in class org.eso.ias.asce.transfer.impls.MinMaxThresholdTFJava
Initialize the TF by getting the four properties (being the properties lazy, they will be initialized here.
initialize(Set<IasioInfo>, IasioInfo) - Method in class org.eso.ias.asce.transfer.JavaTransferExecutor
Initialize the transfer function
initialize(Set<IasioInfo>, IasioInfo) - Method in class org.eso.ias.asce.transfer.PythonExecutorTF
 
initialized - Variable in class org.eso.ias.cdb.structuredtext.StructuredTextReader
Signal if the reader has been initialized
initialized - Variable in class org.eso.ias.cdb.structuredtext.StructuredTextWriter
Signal if the reader has been initialized
initialized - Variable in class org.eso.ias.sink.ltdb.CassandraUtils
A flag set if the conenction with Cassandra has been correctly established
initialized() - Method in interface org.eso.ias.plugin.publisher.impl.BufferedListenerPublisher.PublisherEventsListener
Method invoked when BufferedPublisherBase invokes setUp
initialized() - Method in interface org.eso.ias.plugin.publisher.impl.ListenerPublisher.PublisherEventsListener
Method invoked when BufferedPublisherBase invokes setUp
INT - Enum constant in enum class org.eso.ias.cdb.pojos.IasTypeDao
 
INT - Enum constant in enum class org.eso.ias.types.IASTypes
 
isAcked() - Method in class org.eso.ias.types.Alarm
 
isAcked() - Method in enum class org.eso.ias.types.AlarmState
 
isCanShelve() - Method in class org.eso.ias.cdb.pojos.IasioDao
 
isCleared() - Method in class org.eso.ias.types.Alarm
 
isCleared() - Method in enum class org.eso.ias.types.AlarmState
 
isClosed() - Method in class org.eso.ias.cdb.rdb.RdbUtils
Deprecated.
 
isClosed() - Method in class org.eso.ias.converter.config.ConfigurationDaoBase
 
isClosed() - Method in interface org.eso.ias.converter.config.IasioConfigurationDAO
 
isClosed() - Method in interface org.eso.ias.plugin.publisher.MonitorPointSender
 
isClosed() - Method in class org.eso.ias.plugin.publisher.PublisherBase
 
isEmpty() - Method in class org.eso.ias.types.NumericArray
 
isInitialized() - Method in class org.eso.ias.converter.config.ConfigurationDaoBase
 
isInitialized() - Method in interface org.eso.ias.converter.config.IasioConfigurationDAO
 
iso8601dateFormat - Variable in class org.eso.ias.plugin.publisher.MonitorPointDataToBuffer
ISO 8601 date formatter
iso8601dateFormat - Variable in class org.eso.ias.plugin.publisher.PublisherBase
ISO 8601 date formatter
isReady() - Method in class org.eso.ias.kafkautils.KafkaStringsConsumer
Return true if the consumer is ready.
isSet() - Method in class org.eso.ias.types.Alarm
 
isSet() - Method in enum class org.eso.ias.types.AlarmState
 
isStopped() - Method in interface org.eso.ias.plugin.publisher.MonitorPointSender
 
isStopped() - Method in class org.eso.ias.plugin.publisher.PublisherBase
 
isTemplated() - Method in class org.eso.ias.asce.transfer.TransferExecutor
 
isValid() - Method in class org.eso.ias.cdb.pojos.PluginConfigDao
Check the correctness of the values contained in this objects: Non empty ID Non empty sink server name Valid port Non empty list of values No duplicated ID between the values Each value is valid
isValid() - Method in class org.eso.ias.plugin.config.PluginFileConfig
Check the correctness of the values contained in this objects: Non empty ID Non empty sink server name Valid port Non empty list of values No duplicated ID between the values Each value is valid
A B C D E F G H I J K L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form