Package com.seeq.utilities
package com.seeq.utilities
-
ClassDescriptionThis class is a copy of the C# AutoResetEvent class.Provides a method of computing a checksum for both in-memory objects and files.A ClearableReference wraps an object inside another object.Collection of methods related to expectations on conditionsInterface definition for a callback to be invoked when a file under watch is changed.Monitors a directory for changes to a specific file and notifies the listener of any changes to the file.A collection of helper methods for handling locks.Used by tryWithResourcesLock.Enables the synchronization of tasks between two threads in a lockstep manner, where only one thread can be executing tasks at a time.This class is a copy of the C# ManualResetEvent class.A Seeq custom copy of PollingWatchService, which, as part of a internal sun package in the jvm implementation, is inaccessible for projects compiled by Java 11 but targeting Java 8 (since it's not part of the public API of Java 8).Add-on tool link display typeUseful when specific error messages must be handled in API clientsWhen adding a new header, please MAKE SURE to add the header to either the list of
RequestHeaders
(if it is a header that the API reads from a request) orResponseHeaders
(if it is a header that the API sets in a response to a request).Names of meters Server-Meters headersNames of timings in Server-Timing headersNote that a list of local item storage datasources is maintained as LOCAL_DATASOURCE_CLASSES in webserver/app/src/search/baseSearchStore.service.ts and in Datasource#isLocalDatasource.The datasource for Stored-In-Seeq Identities.The datasource for Stored-In-Seeq CSV Datafiles and CSV-generated items.The datasource for Stored-In-Seeq StoredSignals whose samples are accessed using the FileSignalDriver.The datasource for Signals that have been created by Seeq’s Monitor functionality.The datasource for Conditions whose capsules are stored in Postgres.The datasource for Stored-In-Seeq items that relate to the Calc Engine.The datasource for Stored-In-Seeq items that provide context to other items.Collection of methods for interacting with and generating UUIDsA utility class that understands semantic versioning for comparisons.Wrapping.IoFunction<T,R>