Index

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

A

AAdvancedPostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.fwk
Abstract base class for all post processors.
AAggregation<FunT> - Class in com.activeviam.tech.aggregation.api.impl
Base class for implementing IAggregation classes.
AAggregationBinding - Class in com.activeviam.tech.aggregation.api.impl
Base class for aggregation binding implementations.
AAggregationBindingCloneable<K> - Class in com.activeviam.tech.aggregation.api.impl
Aggregation Binding specialized for cloneable (object) aggregates like for instance vectors.
AAggregationFunction - Class in com.activeviam.tech.aggregation.api.impl
Base for aggregation functions.
AAnalysisHierarchy - Class in com.activeviam.activepivot.core.ext.api.cube.hierarchy.impl
An Analysis Hierarchy is a hierarchy that is (at least partially) defined externally from the actual data in the cube, to offer an additional level of analysis that was not available through the traditional constructs of a cube.
AAnalysisHierarchyDescriptionProvider - Class in com.activeviam.activepivot.core.ext.api.cube.hierarchy.impl
Abstract implementation class for IAnalysisHierarchyDescriptionProvider.
AAnalysisHierarchyDescriptionProvider() - Constructor for class com.activeviam.activepivot.core.ext.api.cube.hierarchy.impl.AAnalysisHierarchyDescriptionProvider
 
AAudit - Class in com.qfs.snl.persistence.impl
The audit stored in the database.
AAuthenticator - Class in com.activeviam.web.core.api
Abstract ClientRequestFilter to handle authentication against remote servers, setting the HttpHeaders.AUTHORIZATION header.
AAuthenticator() - Constructor for class com.activeviam.web.core.api.AAuthenticator
 
AAzureBlobPath - Class in com.activeviam.cloud.azure.api.storage.entity.impl
Parent abstract class representing an object that wraps a blob client.
AAzureCloudDirectory - Class in com.activeviam.cloud.azure.api.storage.entity.impl
Wrapper on an Azure Storage's directory.
AbandonedEpochException - Exception Class in com.activeviam.tech.mvcc.api.exceptions
Runtime exception thrown when a reader requires a version at an epoch in the past and that version has already been abandoned by the multiversion holder.
AbandonedEpochException() - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.AbandonedEpochException
Default constructor.
AbandonedEpochException(String) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.AbandonedEpochException
Constructor.
AbandonedEpochException(String, Object...) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.AbandonedEpochException
Constructor.
AbandonedEpochException(String, Throwable) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.AbandonedEpochException
Constructor.
AbandonedEpochException(Throwable) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.AbandonedEpochException
Constructor.
AbandonedEpochException(Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.AbandonedEpochException
Constructor.
ABaseDynamicAggregationPostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.fwk
Abstract post-processor with support for high performance dynamic aggregation.
ABasicAuthenticator - Class in com.activeviam.web.core.api
ClientRequestFilter to handle basic authentication against the remote content server, setting the HttpHeaders.AUTHORIZATION header.
ABasicAuthenticator() - Constructor for class com.activeviam.web.core.api.ABasicAuthenticator
 
ABasicPostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.fwk
Abstract base class for IPostProcessor that retrieves its underlying aggregates at the exact location its computes a result for.
ABroadcastMessage<AnswerT,OutputT,ContextT> - Class in com.activeviam.activepivot.dist.impl.avinternal.messenger.message
The base class for an IBroadcastMessage.
ABroadcastMessage() - Constructor for class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
absoluteValueVector(IVector) - Static method in class com.activeviam.tech.chunks.api.vectors.VectorUtils
Creates a vector to take the absolute value of the underlying vector.
accept(IPointLocationBuilder, int) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure.ResultConsumer
Accepts the mapped location and the corresponding line in a database result.
accept(IDatabaseRetrievalResult, int, int[]) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IDatabaseRetrievalResult.ICompiledQueryProcedure
Accepts a row in a IDatabaseRetrievalResult.
accept(IDatastoreHealthEventHandler) - Method in interface com.activeviam.database.datastore.api.observability.IDatastoreHealthEventHandler.IDatastoreHealthEvent
 
accept(IDatastoreHealthEventHandler) - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
 
accept(IDatastoreHealthEventHandler) - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionStarted
 
accept(IOpenedTransaction) - Method in interface com.activeviam.database.datastore.api.transaction.IEditInstructions
Executes the instructions on an open transaction.
accept(ICsvSourceHealthEventHandler) - Method in class com.activeviam.source.csv.api.observability.CsvFileParsingDone
 
accept(ICsvSourceHealthEventHandler) - Method in class com.activeviam.source.csv.api.observability.CsvFileParsingFailure
 
accept(ICsvSourceHealthEventHandler) - Method in class com.activeviam.source.csv.api.observability.CsvFileParsingProgress
 
accept(ICsvSourceHealthEventHandler) - Method in class com.activeviam.source.csv.api.observability.CsvLineParsingFailure
 
accept(ICsvSourceHealthEventHandler) - Method in interface com.activeviam.source.csv.api.observability.ICsvSourceHealthEventHandler.ICsvHealthEvent
 
accept(IJdbcSourceHealthEventHandler) - Method in interface com.activeviam.source.jdbc.api.observability.IJdbcSourceHealthEventHandler.IJdbcHealthEvent
Visits this event with the given handler, allowing to dispatch the event to the proper handling method.
accept(IJdbcSourceHealthEventHandler) - Method in class com.activeviam.source.jdbc.api.observability.JdbcFetchingDoneEvent
 
accept(IJdbcSourceHealthEventHandler) - Method in class com.activeviam.source.jdbc.api.observability.JdbcFetchingFailureEvent
 
accept(IComposerHealthEventHandler) - Method in interface com.activeviam.tech.observability.api.health.IComposerHealthEventHandler.IComposerHealthEvent
Visits this event with the given handler.
accept(IComposerHealthEventHandler) - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
 
accept(IHealthEventHandler) - Method in interface com.activeviam.database.datastore.api.observability.IDatastoreHealthEventHandler.IDatastoreHealthEvent
 
accept(IHealthEventHandler) - Method in interface com.activeviam.source.csv.api.observability.ICsvSourceHealthEventHandler.ICsvHealthEvent
 
accept(IHealthEventHandler) - Method in interface com.activeviam.source.jdbc.api.observability.IJdbcSourceHealthEventHandler.IJdbcHealthEvent
 
accept(IHealthEventHandler) - Method in interface com.activeviam.tech.observability.api.health.IComposerHealthEventHandler.IComposerHealthEvent
 
accept(IHealthEventHandler) - Method in interface com.activeviam.tech.observability.api.health.IHealthEvent
Visits this event with the given handler, allowing to dispatch the event to the proper handling method.
acceptIncompleteLines(boolean) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
Whether lines that have more columns than expected are accepted.
acceptOverflowingLines(boolean) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
Whether lines that have more columns than expected are accepted.
accessDenied() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSubCubeProperties.IEmptyBuilder
The ISubCubeProperties denies access to any members or measures.
ACCOUNT - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
accumulate() - Method in class com.activeviam.source.common.api.impl.CompositeStoreMessageChannel
 
accumulate() - Method in interface com.activeviam.source.common.api.IStoreCompositeMessageChannel
Enable tuple accumulation (by default it is disabled).
accumulate() - Method in interface com.activeviam.source.common.api.IStoreMessageChannel
Enable tuple accumulation (by default it is disabled).
ACloudCsvTopic<EntityT> - Class in com.activeviam.cloud.common.api.source.csv.impl
Abstract implementation for cloud CSV topics.
ACloudDirectory<EntityT> - Class in com.activeviam.cloud.common.api.entity.impl
Abstract implementation of ICloudDirectory.
AColumnarMessageChannelFactory<I,O> - Class in com.activeviam.source.common.api.impl
A channel factory for sources that have a notion of index to access elements of each record.
Examples of such sources: the CsvSource, a JdbcSource, etc.
If a field name cannot be found in the source, this channel factory will create an EmptyCalculator for this field.
AColumnarTranslator<O> - Class in com.activeviam.source.csv.api.translator
Base abstract class to be extended by columnar translators.
AColumnCalculator<ContextT> - Class in com.activeviam.source.common.api.translator
Base abstract class for convenient column calculator implementations.
ACondition - Class in com.activeviam.tech.core.api.filtering.impl
Base class for conditions.
ACondition() - Constructor for class com.activeviam.tech.core.api.filtering.impl.ACondition
 
acquireBuffer(int) - Method in interface com.activeviam.source.keyvalue.api.IByteBufferPool
Return a ByteBuffer of the specified size.
acquireBuffer(int) - Method in class com.activeviam.source.keyvalue.api.impl.DirectByteBufferPool
 
acquireConnection() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnectionPool
Get a connection from the connection pool.
acquireConnection() - Method in class com.activeviam.source.keyvalue.api.impl.AKeyValueConnectionPool
 
acquireReference() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
acquireReference() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
acquireReference() - Method in interface com.activeviam.tech.chunks.api.vectors.IReleasableVector
Marks that the vector is referenced (i.e. it is stored in a chunk) to prevent it from being destroyed.
ACRDao<T> - Class in com.qfs.snl.persistence.impl
Abstract implementation of a DAO performing Create and Read actions.
ACRDDao<T> - Class in com.qfs.snl.persistence.impl
Abstract implementation of a DAO performing Create, Read and Delete actions.
ACRUDDao<T> - Class in com.qfs.snl.persistence.impl
Abstract implementation of a DAO performing Create, Read, Update and Delete actions.
ACsvFileParsingEvent - Class in com.activeviam.source.csv.api.observability
Abstract class for events related to the parsing of a CSV file.
ACsvTopic<I> - Class in com.activeviam.source.csv.api
Abstract implementation for CSV topics.
ACsvTopic.ListenerKey - Class in com.activeviam.source.csv.api
Listener key, obtained when registering a listener on the topic.
ACsvTopic.PendingState<I> - Class in com.activeviam.source.csv.api
Encapsulation for the pending state.
ACsvTopic.ResourceStatus - Enum Class in com.activeviam.source.csv.api
Enum used to signify the status when we need to create a data provider.
ACTIVE_MONITOR_PLATFORM_TRANSACTION_MANAGER - Static variable in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
The ActiveMonitor platform transaction manager.
ACTIVE_PARAM - Static variable in interface com.qfs.snl.rs.IAlertRestService
Query parameter to restrict filtered alerts.
ACTIVEMONITOR_AGENT_LIVE_URL_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The property that defines the live url for the connection of a ActiveMonitor agent.
ACTIVEMONITOR_AGENT_URL_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The property that defines the url for the connection of a ActiveMonitor agent.
ACTIVEMONITOR_DATASOURCE_IDENTIFIER - Static variable in interface com.qfs.snl.persistence.cfg.IDatasourceConfiguration
The identifier of the sentinel data source.
ACTIVEMONITOR_LOGGING_THRESHOLD_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The number of polling failure the activemonitor daemon has to reach before logging.
ACTIVEMONITOR_MAX_POLL_PERIOD_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The maximum poll period property of the ActiveMonitor Daemon (in seconds).
ACTIVEMONITOR_NAMESPACE - Static variable in class com.qfs.snl.rs.ActiveMonitorRestServices
Global namespace for ActiveMonitor.
ACTIVEMONITOR_POLL_PERIOD_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The poll period property of the ActiveMonitor Daemon (in seconds).
ACTIVEMONITOR_WAIT_STABLE_DISTRIBUTION_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that controls whether the activemonitor daemon should wait for the distributed architecture to be stable.
activeMonitorAnnotatedClasses() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
List of annotated classes to be loaded by Hibernate into ActiveMonitor database.
activeMonitorDaemon() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] The ActiveMonitor daemon itself for monitoring.
activeMonitorDaemonActions() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] The implementation of the actions that the ActiveMonitor daemon has to perform.
ActiveMonitorDaemonDistributionAwareStarter - Class in com.qfs.snl.agent.util
Helper class enabling starting the ActiveMonitor daemon once the distribution is stable.
ActiveMonitorDaemonDistributionAwareStarter(IActivePivotManager, SentinelDaemon, boolean) - Constructor for class com.qfs.snl.agent.util.ActiveMonitorDaemonDistributionAwareStarter
Constructor.
activeMonitorDaemonStarter() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] Helper to handle the start of the sentinel daemon according to the value of the ActiveViamProperty.ACTIVEMONITOR_WAIT_STABLE_DISTRIBUTION_PROPERTY property.
activeMonitorDataSource() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] connection to ActiveMonitor database.
activeMonitorDbInfoDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing database operations on infos.
activeMonitorDbInfoDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
activeMonitorEventBatcher() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] Publisher commiting events in ActiveMonitor in batchs.
activeMonitorExceptionTranslation() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] the translation unit handling exceptions in database operation.
ActiveMonitorHibernateConfiguration - Class in com.qfs.snl.cfg.impl
The hibernate configuration for ActiveMonitor.
ActiveMonitorHibernateConfiguration() - Constructor for class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
activeMonitorHibernateProperties() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] Hibernate configuration ActiveMonitor database.
activeMonitorMBeanChild() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
Gets the map of children for the MBean root.
ActiveMonitorPivotExtensionServiceConfiguration - Class in com.qfs.snl.cfg.activepivot.impl
Spring configuration class defining services offered by ActiveMonitor extension for ActivePivot.
ActiveMonitorPivotExtensionServiceConfiguration(IActiveMonitorServiceConfiguration, IActivePivotManager, ActivePivotServicesConfig, IStreamingService, IUserDetailsService) - Constructor for class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
Creates a new ActiveMonitorPivotExtensionServiceConfiguration instance.
activeMonitorPlatformTransactionManager() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] Transaction manager controlling all operations on ActiveMonitor database.
ActiveMonitorRestServiceConfiguration - Class in com.qfs.snl.cfg.impl
Spring configuration class defining all REST services available in ActiveMonitor.
ActiveMonitorRestServiceConfiguration() - Constructor for class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
 
ActiveMonitorRestServices - Class in com.qfs.snl.rs
Class defining information about ActiveMonitor REST services.
ActiveMonitorServiceConfiguration - Class in com.qfs.snl.cfg.impl
Spring configuration class defining the different services provided by ActiveMonitor.
ActiveMonitorServiceConfiguration() - Constructor for class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
 
activeMonitorSessionFactory() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] Factory for sessions connecting to ActiveMonitor database.
ActiveMonitorWebsocketConfiguration - Class in com.qfs.snl.cfg.impl
Spring configuration class defining the beans related to WebSocket services.
ActiveMonitorWebsocketConfiguration(ApplicationContext, ServletContext, VersionsService) - Constructor for class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
 
ACTIVEPIVOT_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the Atoti services autoconfiguration.
ACTIVEPIVOT_PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
Plugin key for using another instance type of multi-version ActivePivot.
ACTIVEPIVOT_PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.core.intf.api.realtime.IStream
The plugin key of the stream of ActivePivot's transactions.
ACTIVEPIVOT_SECURITY_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the Atoti ActivePivot-related rest endpoints security autoconfiguration.
ACTIVEPIVOT_SERVICE_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the Atoti Rest Services autoconfiguration.
ActivePivot component main interface - Search tag in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivot
Section
activePivotContentService() - Method in interface com.activeviam.activepivot.server.spring.api.config.IActivePivotContentServiceConfig
The ActivePivot content service.
ActivePivotContentServiceBuilder - Class in com.activeviam.activepivot.server.spring.api.content
Provides a smooth way to create a IActivePivotContentService.
ActivePivotContentServiceBuilder() - Constructor for class com.activeviam.activepivot.server.spring.api.content.ActivePivotContentServiceBuilder
Constructor.
ActivePivotContentServiceBuilder.IAPCSBuilder - Interface in com.activeviam.activepivot.server.spring.api.content
 
ActivePivotContentServiceBuilder.IAPCSBuilderWithInit - Interface in com.activeviam.activepivot.server.spring.api.content
 
ActivePivotContentServiceBuilder.ICanCache<T> - Interface in com.activeviam.activepivot.server.spring.api.content
Each time a user connect to ActivePivot server, the entitlements will be retrieved from the content service.
ActivePivotContentServiceBuilder.ICanInit - Interface in com.activeviam.activepivot.server.spring.api.content
 
ActivePivot definitions implementations - Search tag in package com.activeviam.activepivot.core.intf.api.description
Section
ActivePivotDiscovery - Class in com.activeviam.activepivot.server.intf.api.discovery
ActivePivot Discovery for SOAP webservices.
ActivePivotDiscovery() - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.ActivePivotDiscovery
 
ActivePivotDiscovery(List<CatalogDiscovery>, List<CubeDiscovery>) - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.ActivePivotDiscovery
Creates a new ActivePivotDiscovery instance.
ActivePivotException - Exception Class in com.activeviam.activepivot.core.intf.api
An exception thrown by an ActivePivot instance.
ActivePivotException() - Constructor for exception class com.activeviam.activepivot.core.intf.api.ActivePivotException
Constructor.
ActivePivotException(String) - Constructor for exception class com.activeviam.activepivot.core.intf.api.ActivePivotException
Constructor.
ActivePivotException(String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.ActivePivotException
Constructor.
ActivePivotException(String, Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.ActivePivotException
Constructor.
ActivePivotException(Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.ActivePivotException
Constructor.
ActivePivotException(Throwable, String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.ActivePivotException
Constructor.
activePivotManager() - Method in interface com.activeviam.activepivot.server.spring.api.config.IActivePivotConfig
Build the ActivePivot Manager of the application.
activePivotManager() - Method in class com.activeviam.directquery.application.api.spring.ADirectQueryApplicationConfig
 
ActivePivotRemoteRepositoryService - Class in com.qfs.repository.impl
Implementation of a IRepositoryService over a remote server using the REST API defined by IRepositoryRestService.
ActivePivotRemoteRepositoryService(String, AAuthenticator) - Constructor for class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
Constructor.
ActivePivotRestServices - Class in com.activeviam.activepivot.server.intf.api.rest
Class defining information about ActivePivot REST services.
ACTIVEVIAM_TEST_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property flagging the current environment as a test environment.
ActiveViamException - Exception Class in com.activeviam.tech.core.api.exceptions
ActiveViam Checked Exception.
ActiveViamException() - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamException
Default constructor.
ActiveViamException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamException
Constructor.
ActiveViamException(String, Object...) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamException
Constructor.
ActiveViamException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamException
Constructor.
ActiveViamException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamException
Constructor.
ActiveViamException(Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamException
Constructor.
ActiveViamParsingException - Exception Class in com.activeviam.tech.core.api.exceptions
A subclass of ActiveViamRuntimeException that can register arbitrary values in order to use them in a subsequent catch block.
ActiveViamParsingException(String, ActiveViamParsingException.ParsingExceptionType, Object...) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamParsingException
Constructor.
ActiveViamParsingException(String, Throwable, ActiveViamParsingException.ParsingExceptionType, Object...) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamParsingException
Constructor.
ActiveViamParsingException(Throwable, ActiveViamParsingException.ParsingExceptionType, Object...) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamParsingException
Constructor.
ActiveViamParsingException.ParsingExceptionType - Enum Class in com.activeviam.tech.core.api.exceptions
An enumeration of all the possible types of annotations.
ActiveViamProperty - Enum Class in com.activeviam.tech.core.api.properties
Core properties used in ActiveViam products.
ActiveViamRuntimeException - Exception Class in com.activeviam.tech.core.api.exceptions
ActiveViam Runtime Exception.
ActiveViamRuntimeException() - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamRuntimeException
Default constructor.
ActiveViamRuntimeException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamRuntimeException
Constructor.
ActiveViamRuntimeException(String, Object...) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamRuntimeException
Constructor.
ActiveViamRuntimeException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamRuntimeException
Constructor.
ActiveViamRuntimeException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamRuntimeException
Constructor.
ActiveViamRuntimeException(Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamRuntimeException
Constructor.
ActiveViamSecurityException - Exception Class in com.activeviam.tech.core.api.exceptions
Security Exception thrown within a ActiveViam component.
ActiveViamSecurityException() - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamSecurityException
Constructor.
ActiveViamSecurityException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamSecurityException
Constructor.
ActiveViamSecurityException(String, Object...) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamSecurityException
Constructor.
ActiveViamSecurityException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamSecurityException
Constructor.
ActiveViamSecurityException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamSecurityException
Constructor.
ActiveViamSecurityException(Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ActiveViamSecurityException
Constructor.
activitFormService() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Activiti form service.
ACTIVITI_DATASOURCE_IDENTIFIER - Static variable in interface com.qfs.snl.persistence.cfg.IDatasourceConfiguration
The identifier of the activiti data source.
activitiCommandExecutor() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Activiti command executor.
activitiDataSource() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Connection to Activiti database.
ActivitiFormTypeExtendedPlugin - Class in com.qfs.snl.messages.form.impl
Extended plugin for IFormField.IType converting Activiti FormType.
ActivitiFormTypeExtendedPlugin() - Constructor for class com.qfs.snl.messages.form.impl.ActivitiFormTypeExtendedPlugin
Plugin constructor.
activitiHibernateProperties() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Hibernate configuration for activiti database.
activitiHibernateTransactionManager() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Hibernate transaction manager, handling all Sessions to access the database.
activitiProcessEngineConfiguration() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Configuration for Activiti process engine.
activitiProcessEngineFactory() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Factory creating process engines for Activiti.
activitiRepositoryService() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Activiti repository containing all defined workflow processes.
activitiRuntimeService() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Activiti runtime service executing the workflow processes.
activitiSessionFactory() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Factory creating transactional sessions to Activiti database.
activitiTaskService() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] Activiti service containing all tasks managed by Activiti.
ActivitiWorkflowConfiguration - Class in com.qfs.snl.cfg.impl
Configuration for having workflows running in ActiveMonitor.
ActivitiWorkflowConfiguration() - Constructor for class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
 
activitiWorkflowService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Service managing workflows.
ActivitiWorkflowService - Class in com.qfs.snl.workflows.impl
Workflow Service using Activiti to trigger workflows upon configuration changes.
ActivitiWorkflowService(IWorkflowSchemaDao, IEntityWorkflowDao, Collection<? extends IWorkflowEntityResolver>, RuntimeService, TaskService, CommandExecutor, RepositoryService) - Constructor for class com.qfs.snl.workflows.impl.ActivitiWorkflowService
Full constructor.
ACustomProperty - Class in com.activeviam.tech.core.api.property.impl
This is the base class for custom properties, implementing the basic behavior shared by all custom properties.
ADAPTIVE_HUMAN_STRING - Static variable in class com.activeviam.tech.partitioning.api.AdaptivePartitioningDescription
 
AdaptivePartitioningDescription - Class in com.activeviam.tech.partitioning.api
Description of an adaptive partitioning.
AdaptivePartitioningDescription(List<String>) - Constructor for class com.activeviam.tech.partitioning.api.AdaptivePartitioningDescription
Constructor.
ADataSourceBuilder - Class in com.qfs.snl.persistence.impl
Abstract class to extend when creating a IDataSourceBuilder.
ADbInfo - Class in com.qfs.snl.persistence.impl
Entity storing any information about the database.
ADbInfoDao<DbInfoT> - Class in com.qfs.snl.persistence.impl
DAO providing information about the application database.
add(ISentinelEvent) - Method in class com.qfs.snl.events.impl.EventCache
 
add(IMessage) - Method in class com.qfs.snl.messages.impl.MessageBox
Add the given message in the list of received messages.
add(E) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventsQueue
Add an element to this queue.
add(Object[]...) - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.OrCubeRestriction.DijBuilder
Appends another conjunction (AND) on the given members.
add(String, Object...) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionalWriter
Adds a tuple to a store.
add(String, String, Class<T>) - Method in interface com.activeviam.tech.core.api.registry.IExtendedPlugin
Registers an extended plugin value class in this extended plugin.
add(List<Object[]>) - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.OrCubeRestriction.DijBuilder
Appends another conjunction (AND) on the given members.
add(T) - Method in interface com.activeviam.tech.core.api.registry.IPlugin
Adds an plugin value.
ADD - Enum constant in enum class com.activeviam.tech.contentserver.storage.api.ContentAction
Adding a new entry.
ADD_ROWS - Enum constant in enum class com.activeviam.directquery.application.api.refresh.ChangeType
Some rows have been added and provided conditions are able to capture added rows, and only added rows, perfectly.
ADD_ROWS_WITH_DIRTY_CONDITION - Enum constant in enum class com.activeviam.directquery.application.api.refresh.ChangeType
Some rows have been added and one of the provided condition is dirty.
ADD_TOPIC_NAME - Static variable in class com.qfs.repository.impl.DatastoreRepositoryCache
Topic for the contribution channel.
addAlerts(String, List<AlertDto>) - Method in interface com.qfs.snl.rs.IMonitorRestService
Records new alerts for the monitor.
addAlerts(String, List<AlertDto>) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
addAlerts(Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.alerts.IAlertCache
Add a series of alerts to the cache.
addAlerts(Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.AlertCache
 
addAll(String, Collection<Object[]>) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionalWriter
Adds multiple tuples to a store.
addAll(Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.events.impl.EventCache
 
addAll(Collection<? extends E>) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventsQueue
Adds all of the elements in the specified collection to this queue.
addChecker(WorkflowValidator.ITaskChecker) - Method in class com.qfs.snl.workflows.impl.WorkflowValidator
Adds a checker to run on workflows.
addCompilationPattern(String, String) - Static method in class com.qfs.pivot.mdx.compil.impl.SentinelMdxCompiler
Compiles the given pattern and create a transformer to transform the matching expressions into a post-processor with the given key.
addDouble(int, double) - Method in interface com.activeviam.tech.chunks.api.arrays.IArrayWriter
Adds a double primitive value to an element of the array.
addDouble(int, double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
addDouble(int, double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
addDouble(int, double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
addEqualFilter(FieldPath, Object) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Adds an equal filter on a column of the schema, meaning that the aggregate table only contains data with this filter.
addEventHandler(IHealthEventHandler) - Method in interface com.activeviam.tech.observability.api.health.IHealthEventDispatcher
Adds an event handler to this dispatcher.
addEvents(String, Collection<? extends ISentinelEvent>) - Method in interface com.qfs.snl.monitors.IMonitorService
Adds the events to ActiveMonitor.
addEvents(String, Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
addEvents(String, Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
addEvents(String, Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
addEvents(String, Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
addEvents(String, List<EventDto>) - Method in interface com.qfs.snl.rs.IMonitorRestService
Records new events for the monitor.
addEvents(String, List<EventDto>) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
addFetch(String, Class<?>) - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
 
addFieldPermission(String, List<String>, List<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
 
addFieldPermission(String, List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurityBuilder
Add permission for a specific field in the table.
addFieldReaders(String, List<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
addFieldReaders(String, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IWritableTablePermissions
Adds readers for a specific field.
addFieldWriters(String, List<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
addFieldWriters(String, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IWritableTablePermissions
Adds writers for a specific field.
addFloat(int, float) - Method in interface com.activeviam.tech.chunks.api.arrays.IArrayWriter
Adds a float primitive value to an element of the array.
addFloat(int, float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
addFloat(int, float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
addFloat(int, float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
addGroupByField(FieldPath, String) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Adds one mapping of the group-by fields used in the pre-aggregation.
addHandler(IHealthEventHandler) - Static method in interface com.activeviam.tech.observability.api.health.IHealthEventDispatcher
Adds an event handler to the dispatcher IHealthEventDispatcher.INSTANCE.
addInFilter(FieldPath, Collection<Object>) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Adds an in filter on a column of the schema, meaning that the aggregate table only contains data with this filter.
addInt(int, int) - Method in interface com.activeviam.tech.chunks.api.arrays.IArrayWriter
Adds a long primitive value to an element of the array.
addInt(int, int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
addInt(int, int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
addInt(int, int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
additionalAggregateTables(List<AggregateTableDescription>) - Method in class com.activeviam.directquery.application.api.Application.ApplicationBuilder
Sets additional aggregate tables and returns the updated builder.
addLevel(IAxisLevelDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Adds a new AxisLevel to the AxisHierarchy.
addListener(IStreamListener) - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IStream
Add a new listener to this stream.
addListener(IContinuousQueryListener<R, U>) - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQuery
Attach a listener to this continuous query.
addListener(IParameterListener) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
Add a listener to this selection manager.
addListener(IParameterListener) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
addListener(IParameterListener) - Method in interface com.qfs.repository.IRepositoryCacheService
Add a listener to be notified upon parameter changes.
addListener(IParameterChangeListener) - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
addListener(IParameterChangeListener) - Method in interface com.qfs.repository.IRepositoryListenerManager
Register a listener.
addListener(IMonitorListener) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
addListener(IMonitorListener) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
addListener(String, IStreamListener) - Method in interface com.activeviam.tech.streaming.intf.api.IRegistrationService
Adds a listener for a given domain.
addListener(String, String) - Method in interface com.activeviam.tech.streaming.intf.api.ILongPollingService
Adds a listener identified by an id to a given domain.
addListener(ListenerT) - Method in class com.qfs.snl.utils.impl.AServiceWithListeners
 
addListener(ListenerT) - Method in interface com.qfs.snl.utils.IServiceWithListeners
Registers a listener to this service.
addLong(int, long) - Method in interface com.activeviam.tech.chunks.api.arrays.IArrayWriter
Adds a int primitive value to an element of the array.
addLong(int, long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
addLong(int, long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
addLong(int, long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
addLookUpFunction() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean action] Add the lookup MDX function to the registry.
addMeasureMapping(MeasureMapping) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Adds a measure with the measure name and the aggregate table field names.
addMeasures(Set<IJoinMeasure>) - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
addMonitorListeners() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean action] Registers some topics as listeners of the monitor services.
addPath(String...) - Method in interface com.activeviam.web.core.api.IUrlBuilder.IForPath
Adds a list of values to the path, all being joined with /.
addPhysicalType(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Creates an int containing all three zones (attributes, java_type, physical) from an int having set only the two first.
addPoint(ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Adds a new point location to this result and returns the row at which the point's value will be stored.
addPostProcessorDescription(IPostProcessorDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Adds a new post-processor description to the current IMeasuresDescription.
addReaders(List<String>) - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IWritableFieldPermission
Add reader roles to this field.
addReaders(List<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
 
address() - Method in record class com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition.EndpointInformation
Returns the value of the address record component.
addRow(IDrillthroughRow, int) - Method in interface com.activeviam.activepivot.server.intf.api.dto.IDrillthroughResultDTOState
Add the row at the specific index.
addSentinelState(String, String, Double, String) - Method in class com.qfs.snl.dtos.EventDto
Adds a state to the event.
addStream(String, String, Map<String, Object>) - Method in class com.activeviam.activepivot.server.json.api.streaming.JsonStreamSnapshot
Add an encoded stream to our repository.
addSubPartitioning(String, IPartitioningFunctionDescription) - Method in class com.activeviam.tech.partitioning.api.builder.HierarchicalPartitioningDescriptionBuilder
 
addSubPartitioning(String, IPartitioningFunctionDescription) - Method in class com.activeviam.tech.partitioning.api.builder.MultipleFieldsModuloPartitioningDescriptionBuilder
 
addSubPartitioning(String, IPartitioningFunctionDescription) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningDescriptionBuilder
Adds a new partitioning function over a partitioning field.
addTableReaders(List<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
addTableReaders(List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IWritableTablePermissions
Adds a list of readers.
addTableWriters(List<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
addTableWriters(List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IWritableTablePermissions
Adds a list of writers.
addTopic(ICsvTopic<I>) - Method in interface com.activeviam.source.csv.api.ICsvSource
Add a new topic to the source.
addTopic(IJdbcTopic) - Method in interface com.activeviam.source.jdbc.api.IJdbcSource
Configures for each topic the specific query that needs to be run.
addTopic(IKeyValueTopic) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueSource
Adds a topic to the source.
addTransactionListener(ITransactionListener) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Adds a new transaction listener.
addValues(Collection<? extends T>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDescriptionWithImports
Add a collection of new values to the description.
addWorkLoad(IMessageChannel<IFileInfo<I>, ILineReader>, List<T>) - Method in interface com.activeviam.source.csv.api.IParsingWorkload
Add work by giving the files to parse and the channel to publish records into.
addWriters(List<String>) - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IWritableFieldPermission
Add writer roles to this field.
addWriters(List<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
 
ADefaultCellPropertiesHandler - Class in com.activeviam.activepivot.mdx.impl.api.formatting
This abstract class provides the basic implementation of IDefaultCellPropertiesHandler.
ADefaultCellPropertiesHandler() - Constructor for class com.activeviam.activepivot.mdx.impl.api.formatting.ADefaultCellPropertiesHandler
 
ADefaultEpochPolicy - Class in com.activeviam.tech.mvcc.api.policy
Proposes some default values for epoch management policy.
ADefaultEpochPolicy() - Constructor for class com.activeviam.tech.mvcc.api.policy.ADefaultEpochPolicy
 
ADirectQueryApplicationConfig - Class in com.activeviam.directquery.application.api.spring
Abstract class for the Spring configuration of an application based on DirectQuery.
ADirectQueryApplicationConfig() - Constructor for class com.activeviam.directquery.application.api.spring.ADirectQueryApplicationConfig
 
AdminUiEnvJs - Interface in com.activeviam.tech.contentserver.spring.api.config
Marker interface for a component providing the Spring resource containing the env.js file content for Atoti Admin UI.
ADynamicAggregationPostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.fwk
Abstract post-processor with support for high performance dynamic aggregation.
AEntityPath<EntityT> - Class in com.activeviam.cloud.common.api.entity.impl
Reference on an object stored in the cloud.
AEventAlertAggregator - Class in com.qfs.snl.alerts.impl
Base implementation of IEventAlertAggregator providing default management of the events.
AFieldDescription - Class in com.activeviam.directquery.api.schema
Immutable abstract description of an IDataTableField.
AFieldDescription.IGenericFieldDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder of AFieldDescription.
AFileSystemCsvTopic - Class in com.activeviam.source.csv.api
Abstract implementation for CSV topics that are based on files that can be found on the current file system.
AFilteringPostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.fwk
Abstract IPostProcessor which simply filters locations based on conditions on levels.
afterPropertiesSet() - Method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider
 
afterRelease(V) - Method in interface com.activeviam.tech.mvcc.api.IEpochManager.IVersionLifecycleHandler
Called by the IVersionHistory when a version is released.
AgentConnectionDetailsDto - Class in com.qfs.snl.dtos
Data transfer object for IAgentConnectionDetails.
AgentConnectionDetailsDto() - Constructor for class com.qfs.snl.dtos.AgentConnectionDetailsDto
Empty constructor.
AgentConnectionDetailsDto(String, String) - Constructor for class com.qfs.snl.dtos.AgentConnectionDetailsDto
Constructor.
AgentDescriptionDto - Class in com.qfs.snl.dtos
Data transfer object for IAgentDescription.
AgentDescriptionDto() - Constructor for class com.qfs.snl.dtos.AgentDescriptionDto
Empty constructor.
AgentDescriptionDto(String, String, AgentConnectionDetailsDto, List<String>) - Constructor for class com.qfs.snl.dtos.AgentDescriptionDto
Constructor.
AgentDescriptionDto(String, String, String, String, List<String>) - Constructor for class com.qfs.snl.dtos.AgentDescriptionDto
Constructor.
AgentException - Exception Class in com.activeviam.tech.core.api.agent
Base exception for all Sink and source AgentException.
AgentException(String) - Constructor for exception class com.activeviam.tech.core.api.agent.AgentException
Constructs a AgentException with the specified detail message.
AgentException(String, Object...) - Constructor for exception class com.activeviam.tech.core.api.agent.AgentException
Constructor.
AgentException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.agent.AgentException
Constructs a AgentException with the specified detail message and cause.
AgentException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.agent.AgentException
Constructs a AgentException with the specified cause.
AgentException(Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.core.api.agent.AgentException
Constructor.
agentReconnectionPolicy() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Component implementing a policy on agent reconnection.
AgentReconnectionPolicy - Class in com.qfs.snl.agent.impl
Component listening for agent connection and disconnection.
AgentReconnectionPolicy(IMonitorService, IAlertService) - Constructor for class com.qfs.snl.agent.impl.AgentReconnectionPolicy
Full constructor.
AgentRestServiceController - Class in com.qfs.snl.rs.impl
Default implementation of IAgentRestService.
AgentRestServiceController(IAgentService) - Constructor for class com.qfs.snl.rs.impl.AgentRestServiceController
Constructor.
AGENTS - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
Deprecated, for removal: This API element is subject to removal in a future version.
All the IDistributedAgent are internal API, so they cannot be provided by the user
agentService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
 
agentService() - Method in interface com.qfs.snl.cfg.IActiveMonitorServiceConfiguration
[Bean] Service providing information about connected agents.
agentService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
 
agentService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Service providing information about connected agents.
agg(CopperMeasure, String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts defining an aggregation analytic function with an IAggregationFunction whose plugin key is the given one.
agg(CopperStoreField, String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure by aggregating a field from a store linked to the cube using custom aggregation function.
agg(String[], String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure by aggregating multiple fields using a custom multi-source aggregation function.
agg(String, String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure by aggregating a field using a custom aggregation function.
agg(String, List<FieldPath>, List<String>) - Static method in class com.activeviam.directquery.api.MeasureMapping
 
aggregate(int[], int) - Method in interface com.activeviam.tech.aggregation.api.IAggregationBinding
aggregate(int, int) - Method in class com.activeviam.tech.aggregation.api.history.HistoryAggregation.HistoryBinding
 
aggregate(int, int) - Method in class com.activeviam.tech.aggregation.api.history.HistoryAggregation.HistoryFeedBinding
 
aggregate(int, int) - Method in interface com.activeviam.tech.aggregation.api.IAggregationBinding
Aggregates an element of the source into an aggregate of the destination structure.
aggregate(int, int) - Method in class com.activeviam.tech.aggregation.api.impl.AVectorAggregationBinding
Updates the aggregate at output[toPosition] with the new value that comes from toPosition.
aggregate(ISentinelEvent) - Method in interface com.qfs.snl.alerts.IAlertAggregation
Aggregates the event to the list of events contributing to the alert.
aggregate(ISentinelEvent) - Method in interface com.qfs.snl.alerts.IEventAlertAggregator
Adds an event to the elements contributing to the alert.
aggregate(ISentinelEvent) - Method in class com.qfs.snl.alerts.impl.AEventAlertAggregator
 
aggregate(ISentinelEvent) - Method in class com.qfs.snl.alerts.impl.DuringEventAlertAggregator
 
aggregate(ISentinelEvent) - Method in class com.qfs.snl.alerts.impl.SingleEventAggregation
 
AGGREGATE_PROVIDER - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
AggregateProvider key monitor.
aggregateAndContribute(IAggregationFunction, int, List<? extends IIterableAggregatesRetrievalResult>) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Aggregates the input results into our target result.
aggregateAndContribute(IMultiSourceAggregationFunction, int[], List<? extends IIterableAggregatesRetrievalResult>) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Aggregates the input results into our target result.
AggregateDTO - Class in com.activeviam.activepivot.server.intf.api.dto
The aggregation DTO is an association of a location and its aggregate.
AggregateDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.AggregateDTO
Default constructor.
AggregateDTO(ILocation, Map<String, Object>) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.AggregateDTO
Constructor.
AggregateProviderStatistics - Record Class in com.activeviam.activepivot.core.intf.api.cube.metadata
POJO embedding all necessary statistics from an aggregate provider version.
AggregateProviderStatistics(long, String) - Constructor for record class com.activeviam.activepivot.core.intf.api.cube.metadata.AggregateProviderStatistics
Creates an instance of a AggregateProviderStatistics record class.
aggregateRetrievals(List<RetrievalData>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query plan retrievals.
AGGREGATES_ATTEMPT_LIMIT_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures the maximum number of attempts to register the continuous queries.
AGGREGATES_CACHE - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
AggregatesCache monitoring key monitor.
aggregatesCache(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The cache.
AggregateTableDescription - Class in com.activeviam.directquery.api.schema
Immutable description of an aggregate table.
AggregateTableDescription.AggregateTableDescriptionBuilder - Class in com.activeviam.directquery.api.schema
AggregateTableDescription.AggregateTableFilter - Class in com.activeviam.directquery.api.schema
Describe the filer used to generate the aggregate table.
AggregateTableDescription.AggregateTableFilter.Type - Enum Class in com.activeviam.directquery.api.schema
 
AggregateTableValidator - Class in com.activeviam.directquery.application.api
Validator for AggregateTableDescription instances to ensure they are compatible with the providers they will feed.
AGGREGATION - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to the Atoti Server's aggregation.
AGGREGATION_FUNCTION - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABaseDynamicAggregationPostProcessor
The property defining the aggregation function to use when executing a dynamic aggregation.
AGGREGATION_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Atoti Server's aggregation.
aggregationBuffer(int...) - Method in interface com.activeviam.activepivot.copper.api.CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderSetBufferTypes
Specifies the types of the aggregation buffer used by the function to store in intermediary results.
AggregationLevels - Enum Class in com.activeviam.activepivot.copper.api
Mask determining whether a CopperMeasureToAggregateAbove will be aggregated if any of the defined levels are present or if all are expressed.
AGGRESSIVE_FORMULA_EVALUATION_DEFAULT - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Default value for the aggressive formula evaluation.
aggressiveFormulaEvaluation(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanEnableAggressiveFormulaEvaluation
Enables/disables aggressive formula evaluation.
AHeaderTranslator<T> - Class in com.activeviam.source.csv.api.translator
Base class for translator detecting the columns to parse from header lines.
AIdenfiableDao<T> - Class in com.qfs.snl.persistence.impl
The base data access object.
AIndexableCoordinates - Class in com.qfs.repository.coordinates.impl
The abstract coordinates implementation.
AIndexedColumnCalculator<ContextT> - Class in com.activeviam.source.common.api.impl
Base class for a column calculator using the position of the column to produce.
AJdbcMessageChannelFactory<T> - Class in com.activeviam.source.jdbc.api
A JDBC store channel factory IStoreMessageChannelFactory which checks the types of the attributes.
AJsonColumnCalculator<T> - Class in com.activeviam.source.keyvalue.api.calculator.impl
Base class for a column calculator using a JSON representation of its input field.
AJsonConverter<T> - Class in com.qfs.snl.persistence.type.impl
Convert Entity attribute state (Java Object) into database column representation (JSON). using Jackson serializer/deserializer for generic types using JSON format.
AJsonConverter() - Constructor for class com.qfs.snl.persistence.type.impl.AJsonConverter
 
AKeyValueConnectionPool<C> - Class in com.activeviam.source.keyvalue.api.impl
A pool of connections to a Key-Value database, that handles creating, releasing, providing connections.
AKeyValueConnector<C> - Class in com.activeviam.source.keyvalue.api.impl
Abstract implementation of IKeyValueConnector.
AKeyValueConnector() - Constructor for class com.activeviam.source.keyvalue.api.impl.AKeyValueConnector
 
AKpiMonitoringStream - Class in com.qfs.snl.agent.service.impl
Monitoring streaming agent working with KPIs.
ALeafLevelsPrefetcher - Class in com.activeviam.activepivot.core.ext.api.postprocessing.fwk
LeafLevels prefetcher aims to prefetch all leaf aggregates values on a dynamic aggregation context.
ALERT - Static variable in class com.qfs.snl.workflows.IWorkflowPayload.Variables
ISentinelAlert: the alert.
AlertCache - Class in com.qfs.snl.alerts.impl
Basic implementation of an IAlertCache.
AlertCache() - Constructor for class com.qfs.snl.alerts.impl.AlertCache
Default constructor.
alertDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing database operations on alerts.
alertDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
AlertDto - Class in com.qfs.snl.dtos
The data transfer object for an alert.
AlertDto() - Constructor for class com.qfs.snl.dtos.AlertDto
Default constructor.
AlertDto(long, String, long, Long, Long, Long, String) - Constructor for class com.qfs.snl.dtos.AlertDto
Constructor.
AlertDto(ISentinelAlert) - Constructor for class com.qfs.snl.dtos.AlertDto
Constructor.
AlertMonitoringBean - Class in com.qfs.snl.cfg.impl
Monitoring bean for all alert services.
AlertMonitoringBean(CacheAlertService) - Constructor for class com.qfs.snl.cfg.impl.AlertMonitoringBean
Full constructor.
AlertProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor applied to alerts.
AlertProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.AlertProcessExecutor
Constructor.
AlertProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.AlertProcessExecutorExtendedPlugin
Default constructor.
AlertRestServiceController - Class in com.qfs.snl.rs.impl
The messages rest service.
AlertRestServiceController(IAlertService) - Constructor for class com.qfs.snl.rs.impl.AlertRestServiceController
Constructor.
ALERTS - Static variable in interface com.qfs.snl.rs.IMonitorRestService
The alerts keyword.
ALERTS_NAMESPACE - Static variable in interface com.qfs.snl.rs.IAlertRestService
The namespace of the service in the REST API.
alertService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
 
alertTopic() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
The alert socket topic.
AlertTopic - Class in com.qfs.snl.ws.impl
Alert topic end point.
AlertTopic(IAlertWsService) - Constructor for class com.qfs.snl.ws.impl.AlertTopic
Constructor.
alertWebSocketService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] An alert service to handle socket connections.
AlertWsService - Class in com.qfs.snl.ws.impl
The service handling websockets interaction with alerts.
AlertWsService(IAlertService) - Constructor for class com.qfs.snl.ws.impl.AlertWsService
Constructor.
AListQuery<T> - Class in com.activeviam.tech.core.api.query.impl
 
ALL - Enum constant in enum class com.activeviam.activepivot.copper.api.AggregationLevels
Property determining the aggregation behaviour of the current measure as follows :
ALL - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.ClassificationType
Corresponds to IHierarchy.ALLMEMBER.
ALL - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Indicates that the level contains the 'all' member of its hierarchy.
ALL - Enum constant in enum class com.qfs.repository.ws.ParameterWsConfigurationDto.ParameterFetchingMode
Fetch all point values, including pending ones.
ALL - Enum constant in enum class com.qfs.snl.ws.IMessageWsService.FetchMessageMode
Fetch all messages existing for the user.
ALL - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Qualifier to get all point values, including pending ones.
ALL_LEVEL - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
The name of the ALL level.
ALL_PIVOTS - Static variable in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Dummy name stating that the context values applies to all cubes.
ALL_USERS_ALLOWED - Static variable in interface com.activeviam.tech.mvcc.api.security.IBranchPermissions
Constant used to implement the permission for all users to create, read or edit branches.
ALL_VALUE - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying that ALL values are acceptable for the associated property.
allDiscoveriesApplied() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Check whether all discoveries have been applied or not.
ALLMEMBER - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
The name for the singleton member of an AllLevel.
allocateNewVector(int) - Method in interface com.activeviam.tech.chunks.api.vectors.IVectorAllocator
Allocates a vector of the given length.
allocateVector(int, int) - Method in interface com.activeviam.tech.chunks.api.arrays.IWritableBuffer
Allocates a vector with the given size at the specified position of the buffer and returns it.
allocationSettings(IAllocationSettings) - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription.FieldDescriptionBuilder
 
AllocationType - Enum Class in com.activeviam.tech.chunks.api.vectors
Allocation type describing where data was allocated.
ALLOW_NO_DIMENSIONS_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that allows the definition of pivots without dimensions.
ALLOWED_NODES_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The property to set the nodes on which the user is allowed to run.
ALLOWED_PROCESSORS_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The property the number of processors that are allocated to ActivePivot.
allowedBranchCreators(Set<String>) - Method in class com.activeviam.activepivot.server.impl.api.security.ContentServiceBranchPermissionsManagerBuilder
Defines the users and roles allowed to create branches.
allRows() - Static method in class com.activeviam.directquery.application.api.refresh.condition.ConditionFactory
Creates a condition which matches all the rows in the table.
ALocationShiftPostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
Post processor with support for location shifting.
ALWAYS_UPDATE - Static variable in class com.activeviam.database.datastore.api.description.impl.DuplicateKeyHandlers
ALWAYS_UPDATE Behavior [default]: Always update with the last received record.
amend(List<? extends IUpdateRequest<? extends IPointValue.IKey, ? extends IPointValue>>) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
amend(List<? extends IUpdateRequest<? extends IPointValue.IKey, ? extends IPointValue>>) - Method in class com.qfs.repository.impl.RepositoryService
 
amend(List<? extends IUpdateRequest<? extends IPointValue.IKey, ? extends IPointValue>>) - Method in interface com.qfs.repository.IRepositoryService
Amends pending point values.
amend(List<? extends IUpdateRequest<? extends IPointValue.IKey, ? extends IPointValue>>) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
amend(List<? extends IUpdateRequest<? extends IPointValue.IKey, PointValue>>) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
amend(List<? extends IUpdateRequest<? extends IPointValue.IKey, PointValue>>) - Method in interface com.qfs.repository.persistence.IPointValueDao
Amends pending point values.
AMEND_ACTION - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to define the amend action.
AMessage - Class in com.qfs.snl.messages.impl
Skeletal implementation of a message.
AMessageChannel<I,E> - Class in com.activeviam.source.common.api.impl
Base abstract message channel.
AMessageChannelFactory<I,O> - Class in com.activeviam.source.common.api.impl
Abstract message channel factory IStoreMessageChannelFactory for channels that convey data from a source towards a datastore.
AMessageTaskPublisher - Class in com.qfs.snl.workflows.tasks.impl
Abstract implementation of ITaskPublisher leaving message creation to the actual implementation.
AMonitoringStream - Class in com.qfs.snl.agent.service.impl
Abstract class implementing all the extended agent logic.
AMultiSourceAggregation - Class in com.activeviam.tech.aggregation.api.impl
Base class for multi source aggregations.
AMultiSourceAggregation(List<String>, int[], int, IMultiSourceAggregationFunction) - Constructor for class com.activeviam.tech.aggregation.api.impl.AMultiSourceAggregation
 
AMultiSourceAggregationFunction - Class in com.activeviam.tech.aggregation.api.impl
Base for multi source aggregation functions.
ANALYSIS_LEVEL_TYPE_PROPERTY - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
A property to set to analysis hierarchy descriptions if one wants to use it with Copper.
ANALYSIS_LEVELS_PROPERTY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
The property used to indicate the analysis levels that should be expanded when retrieving this post-processor's underlying values.
and(CopperLevelCondition) - Method in interface com.activeviam.activepivot.core.intf.api.copper.CopperLevelCondition
Creates a new condition that represents the result of a logical and between this condition and another condition.
and(HierarchyIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.LevelListBuilder
Adds a hierarchy to the list of level to collect.
and(LevelIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.LevelListBuilder
Adds a level to the list of level to collect.
and(ICubeRestriction...) - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ICubeRestriction
Returns a restriction that is the logical AND of the given restrictions.
and(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.LevelListBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
and(String, String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.LevelListBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
and(List<? extends ICubeRestriction>) - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ICubeRestriction
Returns a restriction that is the logical AND of the given restrictions.
and(List<IColumnCondition>) - Static method in class com.activeviam.directquery.application.api.refresh.condition.ConditionFactory
Creates a condition which matches the logical AND combination of other ones.
and(Map<String, Object>...) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing an AND condition.
AND - Static variable in interface com.activeviam.tech.core.api.filtering.ILogicalCondition
Plugin key for the AND logical operand.
AndColumnCondition - Class in com.activeviam.directquery.application.api.refresh.condition
Logical AND combination of other conditions.
AndColumnCondition(List<IColumnCondition>) - Constructor for class com.activeviam.directquery.application.api.refresh.condition.AndColumnCondition
 
AndCondition - Class in com.activeviam.tech.core.api.filtering.impl
Logical AND combination of other conditions.
AndCondition() - Constructor for class com.activeviam.tech.core.api.filtering.impl.AndCondition
 
AndCondition(ICondition[]) - Constructor for class com.activeviam.tech.core.api.filtering.impl.AndCondition
Constructor.
AndCondition(Collection<? extends ICondition>) - Constructor for class com.activeviam.tech.core.api.filtering.impl.AndCondition
Constructor.
AndCubeRestriction - Class in com.activeviam.activepivot.core.intf.api.experimental.context.filter
Logical AND combination of other restrictions.
andThen(FloatUnaryOperator) - Method in interface com.activeviam.tech.core.api.function.FloatUnaryOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(Function<? super R, ? extends V>) - Method in interface com.activeviam.tech.core.api.function.SerializableFunction
 
answer(long, Object) - Method in interface com.qfs.snl.messages.IMessageService.IMessageBox
Answers a message.
answer(long, Object) - Method in class com.qfs.snl.messages.impl.MessageBox
 
answer(long, Map<String, Object>) - Method in interface com.qfs.snl.rs.IMessageRestService
Answers a message from the currently logged user.
answer(long, Map<String, Object>) - Method in class com.qfs.snl.rs.impl.MessageRestServiceController
 
answer(String, Object) - Method in interface com.qfs.snl.messages.IMessage
Answers the message.
answer(String, Object) - Method in class com.qfs.snl.messages.impl.BasicMessage
 
answer(String, Object) - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
answer(String, Object) - Method in class com.qfs.snl.workflows.tasks.impl.TaskMessage
 
answer(String, String, Map<String, String>) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
answer(String, String, Map<String, String>) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Answers a task.
ANY - Enum constant in enum class com.activeviam.activepivot.copper.api.AggregationLevels
Property determining the aggregation behavior of the current measure as follows :
AP_OTEL_SCOPE - Static variable in class com.activeviam.tech.core.api.tracking.Tracing
Deprecated.
 
apiRootUri(String) - Method in class com.activeviam.activepivot.server.spring.api.service.RemoteDatabaseServiceBuilder
Sets the URI to contact the REST API of the Content Service.
apiRootUri(String) - Method in class com.activeviam.tech.contentserver.spring.api.RemoteContentServiceBuilder
Sets the URI to contact the REST API of the Content Service.
APM_NAMESPACE - Static variable in class com.activeviam.springboot.atoti.server.starter.apm.api.PropertiesNames
 
append(IMessageChunk<E>) - Method in interface com.activeviam.source.common.api.IMessage
Append a message chunk into this message.
append(IMessageChunk<E>) - Method in class com.activeviam.source.common.api.impl.AStoreMessage
Append a message chunk into this message.
append(E) - Method in interface com.activeviam.source.common.api.IMessageChunk
Append a piece of data produced by the source into this message chunk.
append(String, String) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Appends an entry name as a child to the given path.
appendOnlyTable(String) - Static method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription.TableTimeTravelDescription
Returns a description for time-travel of an append-only table.
appendThreads(int) - Method in interface com.activeviam.source.jdbc.api.topic.IJdbcTopicBuilder.ICanBuild
Sets this topic number of threads which process the raw rows and put them in the datastore.
application() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starting point to create an application with a Datastore.
Application - Class in com.activeviam.directquery.application.api
A whole application based on DirectQuery.
APPLICATION_MEASURE_GROUPS - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
If set to true, distributed measures and hierarchies have the application Id of the DATA pivot they come from as measureGroup.
APPLICATION_MEASURE_GROUPS_SUFFIX - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
The name of the property that enables QUERY pivots to append data pivots' application Id to locally defined measure groups.
APPLICATION_MEASURE_NAMES - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
The name of the property that enables QUERY cubes to override locally defined measure names.
Application.ApplicationBuilder<DatabaseSettingsT> - Class in com.activeviam.directquery.application.api
The builder for the application.
ApplicationWithDatastore - Class in com.activeviam.activepivot.core.datastore.api.builder
A pair containing a Datastore and an ActivePivot Manager.
ApplicationWithDatastore(IDatastore, IActivePivotManager) - Constructor for class com.activeviam.activepivot.core.datastore.api.builder.ApplicationWithDatastore
 
apply(IContextSnapshot) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContext
Sets this context to the provided state.
apply(IArrayReader, IWritableCell, C, IQueryCache) - Method in interface com.activeviam.activepivot.copper.api.experimental.database.DatabaseMeasureBuilder.DatabaseMeasureComputation
Maps the given values and writes it into the given result cell.
applyAsDouble(IVector, DoubleBinaryOperator) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
applyAsDouble(IVector, DoubleBinaryOperator) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
applyAsDouble(IVector, DoubleBinaryOperator) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Applies the operator, using as argument this as the left operand of the DoubleBinaryOperator, and the given vector as the right operand of the DoubleBinaryOperator.
applyAsFloat(float) - Method in interface com.activeviam.tech.core.api.function.FloatUnaryOperator
Applies this operator to the given operand.
applyAsFloat(float, float) - Method in interface com.activeviam.tech.core.api.function.FloatBinaryOperator
Applies this operator to the given operands.
applyAsFloat(IVector, FloatBinaryOperator) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
applyAsFloat(IVector, FloatBinaryOperator) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
applyAsFloat(IVector, FloatBinaryOperator) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Applies the operator, using as argument this as the left operand of the FloatBinaryOperator, and the given vector as the right operand of the FloatBinaryOperator.
applyAsInt(IVector, IntBinaryOperator) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
applyAsInt(IVector, IntBinaryOperator) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
applyAsInt(IVector, IntBinaryOperator) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Applies the operator, using as argument this as the left operand of the IntBinaryOperator, and the given vector as the right operand of the IntBinaryOperator.
applyAsLong(IVector, LongBinaryOperator) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
applyAsLong(IVector, LongBinaryOperator) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
applyAsLong(IVector, LongBinaryOperator) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Applies the operator, using as argument this as the left operand of the LongBinaryOperator, and the given vector as the right operand of the LongBinaryOperator.
applyNaming(MultiRowVectorTableDescription, INamingConvention) - Static method in class com.activeviam.directquery.api.schema.utils.TableDescriptionUtils
Apply the given naming convention to the table.
applyNaming(TableDescription, INamingConvention) - Static method in class com.activeviam.directquery.api.schema.utils.TableDescriptionUtils
Applies the given naming convention to the table and its fields.
applyWhere() - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Applies all predicates stored by this helper to the query, joining them with AND operator.
APrefetcher - Class in com.activeviam.activepivot.core.ext.api.postprocessing.fwk
Abstract prefetcher that eases the construction of the IAggregatesRetrievalDescription collection that must be returned by IPrefetcher.computePrefetches(ILocation, ICubeFilter).
AProperty - Class in com.activeviam.tech.core.api.property.impl
Base class for properties.
ARDao<T> - Class in com.qfs.snl.persistence.impl
Abstract implementation of a DAO performing Read actions.
AReadOnlyVector - Class in com.activeviam.tech.chunks.api.vectors.impl
A vector that only supports read access.
AReadOnlyVector() - Constructor for class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
areNotificationsDone() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotVersion
Returns whether the listeners are done processing the notification tasks associated with the transaction that created this version.
arePathsEqual(String, String) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Compare to content server's paths, normalizing them first.
argmax(CopperLevel, CopperMeasure) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a copper measure returning the first member of the specified level for which the maximum of the underlying measure is reached.
argmin(CopperLevel, CopperMeasure) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a copper measure returning the first member of the specified level for which the minimum of the underlying measure is reached.
ARITHMETIC_FORMULA_PARAM_FORMULA - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
The string representation of the formula to evaluate.
ARITHMETIC_FORMULA_PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
Deprecated, for removal: This API element is subject to removal in a future version.
Use the Copper API instead
ARITHMETIC_FORMULA_UNEXPECTED_TYPE_MESSAGE - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
The format of message of the exception to throw when an unexpected type is encountered.
array(boolean) - Method in class com.activeviam.tech.chunks.api.types.Types.TypeInformation.TypeBuilder
 
ARRAY_CHUNK_ALLOCATOR_PLUGIN_KEY - Static variable in class com.activeviam.tech.chunks.api.ChunkAllocators
Plugin key of the array chunk allocator.
ARRAY_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.format.IFormatter
Plugin key for the formatter of arrays.
arrayCopy() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocation
Returns plain array representation of the location.
arrayCopy() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Array copy of the reference location.
ArrayJdbcMessageChannelFactory - Class in com.activeviam.source.jdbc.api
This factory allows to retrieve all the tuples of the jdbc source with the order that has been set into the sql query. e.g. we have a store with b, a and the jdbc source has a, b, c We will be receiving tuples [ a1, b1, c1 ].
ArrayJdbcMessageChannelFactory(IJdbcSource<Object[]>, IDatastore) - Constructor for class com.activeviam.source.jdbc.api.ArrayJdbcMessageChannelFactory
Constructor.
ArrayJdbcWithCalculatorsMessageChannelFactory - Class in com.activeviam.source.jdbc.api
Creates channel which creates message from Object arrays coming from JDBC.
ArrayJdbcWithCalculatorsMessageChannelFactory(IJdbcSource<Object[]>, IDatastore) - Constructor for class com.activeviam.source.jdbc.api.ArrayJdbcWithCalculatorsMessageChannelFactory
Constructor.
arrayRows() - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
Starts building an IJdbcSource with array rows (Object[]).
ArrayVariableLiteralType - Class in com.activeviam.database.datastore.api.type.impl
The array variable data type.
ArrayVariableLiteralType(String, int, boolean, String, boolean) - Constructor for class com.activeviam.database.datastore.api.type.impl.ArrayVariableLiteralType
Constructor.
ArrayVectorUtils - Class in com.activeviam.tech.chunks.api.vectors
Util class to create on heap vectors backed by a simple java array.
ARROW - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related Arrow data manipulation.
ARROW_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Arrow data manipulation.
as(String) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Creates a copper measure with same definition but different name.
asBoolean() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Reads the statistic as a boolean primitive value.
asBooleanArray() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Reads the statistic as a boolean array value.
asBuilder() - Method in class com.qfs.snl.workflows.process.impl.AWorkflowProcessExecutor
Gets this instance as an instance of IWorkflowProcessExecutor.
asDataCube() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.ICanStartBuildingDataCube
Starts creating a data cube on top of the existing description.
asDefaultHierarchy() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanBeDefaultHierarchy
Marks this hierarchy as the default hierarchy of its dimension.
asDouble() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Reads the statistic as a double primitive value.
asDoubleArray() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Reads the statistic as a double array value.
AServiceWithListeners<ListenerT> - Class in com.qfs.snl.utils.impl
Base class for services with listeners.
asFloat() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Reads the statistic as a float primitive value.
asFloatArray() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Reads the statistic as a float array value.
asImmutable() - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocation
Returns an immutable version of the current state of this location reader.
asImmutable() - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationReader
Returns an immutable version of the current state of this location reader.
ASimpleMessageChannelFactory<I,O> - Class in com.activeviam.source.common.api.impl
Channel factory for source that are simple, meaning they do not have a notion of index whatsoever.
Examples of such sources: KeyValueSource, POJO source, etc.
Contrary to AColumnarMessageChannelFactory which creates an EmptyCalculator if a field cannot be found in the source, the loading here will fail at runtime.
asInt() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Reads the statistic as an integer primitive value.
asIntArray() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Reads the statistic as an integer array value.
asKeyField() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanKeyField
Tells the builder that this field is part of the keys of this store.
asLong() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Reads the statistic as a long primitive value.
asLongArray() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Reads the statistic as a long array value.
asMap(ICoordinates) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
Converts the coordinates in a map.
asMap(String...) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
Map converter.
asQueryCube() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.ICanStartBuildingQueryCube
Starts creating a query cube on top of the existing description.
asRestUrl() - Method in interface com.activeviam.web.core.api.IUrlBuilder.IWebApi
Marks the URL as being one of a REST service.
asStringArray() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Reads the statistic as a String array value.
asText() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Returns a valid String representation of the statistic value if any, otherwise an empty String.
AStoreMessage<I,E> - Class in com.activeviam.source.common.api.impl
Abstract store message, the basis for messages that are sent into the datastore.
AStoreMessageChannel<I,E> - Class in com.activeviam.source.common.api.impl
Base class to implement message channels.
AStoreMessageChannel() - Constructor for class com.activeviam.source.common.api.impl.AStoreMessageChannel
 
AStoreMessageChannelFactory<I,E> - Class in com.activeviam.source.common.api.impl
Abstract message channel factory IStoreMessageChannelFactory for channels that convey data towards a datastore.
AStoreMessageChannelFactory.TopicStore - Class in com.activeviam.source.common.api.impl
Topic - Store pair used as a key to identify channels and their configuration elements.
AStoreStream<CollectorT,EventT> - Class in com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl
A stream listening to a given store.
asTransactionManager() - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionalWriter
Exposes this transactional writer as a full-fledged transaction manager with the ability to start, commit or roll-back transactions.
AStream2PositionPostProcessor<OutputT> - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
The stream to position converts a stream aggregated measures to a position based on a configurable time axis.
AStreamInfo - Class in com.qfs.snl.agent.mdx.impl
Abstract implementation of IStreamInfo.
asWsUrl() - Method in interface com.activeviam.web.core.api.IUrlBuilder.IWebApi
Marks the URL as being one of a WebSocket service.
ASYNC - Enum constant in enum class com.activeviam.tech.streaming.intf.api.IStreamProperties.InitialPublicationMode
The initial view will be computed asynchronously.
ASyncBroadcastMessage<AnswerT,OutputT,ContextT> - Class in com.activeviam.activepivot.dist.impl.avinternal.messenger.message
Base class for Broadcast messages operating asynchronously.
ASyncBroadcastMessage() - Constructor for class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ASyncBroadcastMessage
 
at(long) - Method in interface com.qfs.snl.messages.IMessageBuilder.IBuildable
Sets the time of the message.
at(String, String) - Static method in class com.activeviam.activepivot.core.intf.api.cube.metadata.ProviderCoordinate
Creates the coordinate for a provider at a given position in the list of Providers.
ATableDescription - Class in com.activeviam.directquery.api.schema
 
ATableDescription.IGenericTableDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder for the table description.
ATimeLinePostProcessor<OutputT> - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
A TimePostprocessor builds its query evaluation by applying a logic along a time hierarchy.
ATOTI_SERVER - Static variable in class com.activeviam.tech.core.api.logger.LoggerConstants
Logger name for all the events related to Atoti Server.
ATOTI_SERVER - Static variable in class com.activeviam.tech.observability.api.LoggerConstants
Deprecated.
Logger name for all the events related to Atoti Server.
ATOTI_UI_INITIAL_CONTENT_JSON - Static variable in class com.activeviam.tech.contentserver.spring.api.config.AtotiUiContentServiceUtil
 
AtotiAdminUiProperties - Class in com.activeviam.springboot.atoti.admin.ui.starter.api
Configuration properties for the Atoti Admin UI.
AtotiAdminUiProperties() - Constructor for class com.activeviam.springboot.atoti.admin.ui.starter.api.AtotiAdminUiProperties
 
AtotiExtendedPlugin - Annotation Interface in com.activeviam.tech.core.api.registry
This annotation is to be used to describe a plugin.
AtotiExtendedPluginValue - Annotation Interface in com.activeviam.tech.core.api.registry
One will indicate for a class, that a value of this class (default constructor) is to be inserted in the plugin whose registry name is indicate by pluginName.
AtotiPlugin - Annotation Interface in com.activeviam.tech.core.api.registry
This annotation is to be used to describe a plugin.
AtotiPluginValue - Annotation Interface in com.activeviam.tech.core.api.registry
One will indicate for a class, that a value of this class (default constructor) is to be inserted in the plugin whose registry name is indicate by pluginName.
AtotiRestController - Annotation Interface in com.activeviam.tech.core.api.annotations
Annotation to mark a class as a REST controller.
AtotiSecurityProperties - Class in com.activeviam.springboot.atoti.server.starter.api
Configuration properties for the Atoti security.
AtotiSecurityProperties() - Constructor for class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
 
AtotiSecurityProperties.AtotiSecurityPropertiesBuilder - Class in com.activeviam.springboot.atoti.server.starter.api
 
AtotiSecurityProperties.PageProperties - Class in com.activeviam.springboot.atoti.server.starter.api
The page properties.
AtotiSecurityProperties.PageProperties.PagePropertiesBuilder - Class in com.activeviam.springboot.atoti.server.starter.api
 
AtotiServerHumanDsl - Class in com.activeviam.web.spring.api.security.dsl
A base implementation of HumanToMachineSecurityDsl with opinionated defaults.
AtotiServerHumanDsl(IAtotiServerFilters) - Constructor for class com.activeviam.web.spring.api.security.dsl.AtotiServerHumanDsl
 
AtotiServerMachineDsl - Class in com.activeviam.web.spring.api.security.dsl
A base implementation of MachineToMachineSecurityDsl with opinionated defaults.
AtotiServerMachineDsl(IAtotiServerFilters) - Constructor for class com.activeviam.web.spring.api.security.dsl.AtotiServerMachineDsl
 
AtotiServerXmlaDsl - Class in com.activeviam.web.spring.api.security.dsl
A base implementation of XmlaSecurityDsl with opinionated defaults.
AtotiServerXmlaDsl(IAtotiServerFilters) - Constructor for class com.activeviam.web.spring.api.security.dsl.AtotiServerXmlaDsl
 
AtotiType - Annotation Interface in com.activeviam.tech.core.api.registry
AtotiType annotation.
AtotiUiContentServiceUtil - Class in com.activeviam.tech.contentserver.spring.api.config
Utility class to configure the IContentService to work with Atoti UI.
AtotiUiEnvJs - Interface in com.activeviam.tech.contentserver.spring.api.config
Marker interface for a component providing the Spring resource containing the env.js file content for Atoti UI.
AtotiUiProperties - Class in com.activeviam.springboot.atoti.ui.starter.api
Spring properties related to Atoti ui.
AtotiUiProperties() - Constructor for class com.activeviam.springboot.atoti.ui.starter.api.AtotiUiProperties
 
ATranslator<I,O,CalcT> - Class in com.activeviam.source.common.api.impl
Deprecated, for removal: This API element is subject to removal in a future version.
Use the ATranslatorWithColumnCalculators class instead.
ATranslatorWithColumnCalculators<InputT,OutputT,CalcT> - Class in com.activeviam.source.common.api.impl
An abstract translator based on calculators.
ATypedDto<T> - Class in com.qfs.snl.dtos.ws
Basic implementation of ITypedDto.
audit(boolean) - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder
Enables audit at the database level, tracing all changes made to the content.
Audit - Class in com.qfs.repository.audit.impl
The audit stored in the database.
Audit - Class in com.qfs.snl.audit.impl
The audit stored in the database.
Audit(long, String, String, String) - Constructor for class com.qfs.repository.audit.impl.Audit
Constructor.
Audit(long, String, String, String) - Constructor for class com.qfs.snl.audit.impl.Audit
Constructor.
Audit(IAudit) - Constructor for class com.qfs.repository.audit.impl.Audit
Constructor.
Audit(IAudit) - Constructor for class com.qfs.snl.audit.impl.Audit
Constructor.
auditDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing database operations on audit entries.
auditDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
AuditDao - Class in com.qfs.snl.persistence.impl
The audit data access object.
AuditDao(SessionFactory, int) - Constructor for class com.qfs.snl.persistence.impl.AuditDao
Constructor.
AuditDto - Class in com.qfs.snl.dtos
The audit data transfer object.
AuditDto() - Constructor for class com.qfs.snl.dtos.AuditDto
Constructor.
AuditDto(long, long, String, String, String) - Constructor for class com.qfs.snl.dtos.AuditDto
Constructor.
AuditDto(IAudit) - Constructor for class com.qfs.snl.dtos.AuditDto
Constructor.
AUnderlyingMeasuresPrefetcher - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
A prefetcher that always retrieves the same underlying measures.
AUserDefinedAggregateFunction - Class in com.activeviam.tech.aggregation.api.udaf
Abstract class to easily implement IUserDefinedAggregateFunction.
AUserDefinedAggregateFunctionWithRemoval - Class in com.activeviam.tech.aggregation.api.udaf
Abstract class to easily implement an IUserDefinedAggregateFunction that supports all aggregate providers.
authenticate(Authentication) - Method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider
 
authenticatedExecutor(IContextValuePropagator) - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] Executor capable of authenticating a user before executing an action.
AuthenticatedExecutor - Class in com.qfs.snl.agent.service.impl
Basic implementation of IAuthenticatedExecutor.
AuthenticatedExecutor(ISecurityFacade, IUserDetailsService, IContextValuePropagator) - Constructor for class com.qfs.snl.agent.service.impl.AuthenticatedExecutor
Full constructor.
AUTHENTICATION_FLOW_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable the default authentication flow with login/logout pages.
authorities(String) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties.ClaimPropertiesBuilder
The key of the JWT claim containing the authorities in an array.
AUTHORITIES_CLAIM_KEY - Static variable in interface com.activeviam.web.spring.api.jwt.IJwtService
The name of the claim containing the list of user's authorities.
authoritiesClaimKey(String) - Method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider.JwtAuthenticationProviderBuilder
 
AUTO_CONTRIBUTE_UNKNOWN_MEMBER_ALWAYS - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAxisHierarchyDescription
The unknown member will always be automatically contributed.
AUTO_CONTRIBUTE_UNKNOWN_MEMBER_IF_EMPTY - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAxisHierarchyDescription
The unknown member will be contributed only when the hierarchy is empty.
AUTO_CONTRIBUTE_UNKNOWN_MEMBER_NEVER - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAxisHierarchyDescription
The unknown member will never be automatically contributed.
AUTO_CONTRIBUTE_UNKNOWN_MEMBER_PROPERTY - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAxisHierarchyDescription
A property used to automatically contribute the unknown member (a member containing the unknown discriminator on each level) in this hierarchy.
AUTO_START - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The name of the property advertising whether the distribution infrastructure should be automatically started when the associated cube starts, or whether it will be manually started.
AutoCommitTuplePublisher<I> - Class in com.activeviam.source.common.api.impl
Unlike TuplePublisher, this implementation of the ITuplePublisher contract does NOT expect the third party code to control the transaction flow: this publisher always manages one transaction (from start to commit) per call to its publish method.
AutoCommitTuplePublisher(AutoHandleDatastoreSchemaAlterationsTuplePublisher<I>) - Constructor for class com.activeviam.source.common.api.impl.AutoCommitTuplePublisher
 
AutoCommitTuplePublisher(TuplePublisher<I>) - Constructor for class com.activeviam.source.common.api.impl.AutoCommitTuplePublisher
Constructor.
AutoCommitTuplePublisher(ITuplePublisher<I>, ITransactionManager) - Constructor for class com.activeviam.source.common.api.impl.AutoCommitTuplePublisher
Alternative constructor, based on a ITuplePublisher that does NOT manage the transaction already.
AutoHandleDatastoreSchemaAlterationsTuplePublisher<I> - Class in com.activeviam.source.common.api.impl
ITuplePublisher which changes the format of the tuples sent to the datastore if the schema of the datastore has changed since creation.
AutoHandleDatastoreSchemaAlterationsTuplePublisher(IDatastore, Collection<String>) - Constructor for class com.activeviam.source.common.api.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
Constructor which default to inserting the data.
AutoHandleDatastoreSchemaAlterationsTuplePublisher(IDatastore, Collection<String>, boolean) - Constructor for class com.activeviam.source.common.api.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
Full constructor.
availableMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICellSet
Returns the array of available measure names in the cell set.
availableValues(String) - Method in interface com.activeviam.tech.excel.addin.service.api.IDiscreteContextMetadata
Gives the list of all of the available values for the context value this metadata is for.
AVector - Class in com.activeviam.tech.chunks.api.vectors.impl
Base implementation of a vector, that doesn't support any read or write operation.
AVector() - Constructor for class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
AVectorAggregationBinding - Class in com.activeviam.tech.aggregation.api.impl
Aggregation Binding specialized for IVector.
average() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
average() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
average() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Computes the mean of a vector, i.e. the arithmetic average of its components.
avg() - Method in interface com.activeviam.activepivot.copper.api.CopperMeasureToAggregateAbove
Aggregates the values on the defined leaf levels using the average aggregation.
avg() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
avg(CopperMeasure) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts defining an aggregation analytic function with the average aggregation.
avg(CopperStoreField) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure by aggregating a field from a store linked to the cube using the average aggregation.
avg(FieldPath, String, String) - Static method in class com.activeviam.directquery.api.MeasureMapping
Creates a mapping for a pre-aggregated average.
avg(String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure by aggregating a field from the selection using the average aggregation.
avg(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilder
 
AVG_EVENT_PUBLICATION_DURATION - Static variable in class com.qfs.snl.agent.service.impl.PublicationStatistics
Name for the attribute providing average publication duration.
AVG_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for average aggregation function.
AVG_WORKFLOWS_PROCESSING_TIME - Static variable in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Average time attribute.
AWAIT_NOTIFICATIONS_TIME - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition
Property for setting the transaction notification waiting time (time in seconds).
awaitCompletion() - Method in interface com.activeviam.tech.concurrency.api.ICompletionSync
Waits if necessary for the associated task to complete.
awaitCompletion(long, TimeUnit) - Method in interface com.activeviam.tech.concurrency.api.ICompletionSync
Waits if necessary for at most the given time for the associated task to complete.
awaitCompletion(Duration) - Method in interface com.activeviam.tech.concurrency.api.ICompletionSync
Waits if necessary for at most the given time for the associated task to complete.
awaitEvents(int, long, TimeUnit) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventsQueue
Wait for the queue's size to reach numberOfEvents until timeout.
awaitNewView(long, long, TimeUnit) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Waits at most the given time for the view ID to be strictly greater than the given one.
awaitNotifications() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotVersion
Waits for the listeners to process the notification tasks associated with the transaction that created this version.
awaitNotifications() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Waits for the listeners to process the previous transaction notification tasks.
awaitNotifications(long) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotVersion
Waits for a given time for the listeners to process the notification tasks associated with the transaction that created this version.
awaitNotifications(long) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Waits for a certain time for the listeners to process the previous transaction notification tasks.
awaitNotifications(Duration) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotVersion
Waits for a certain time for the listeners to process the previous transaction notification tasks.
awaitNotifications(Duration) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Waits for a certain time for the listeners to process the previous transaction notification tasks.
awaitViewNotification(long, long, TimeUnit) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
It waits for the given timeout for the viewId to be applied.
AWorkflowProcessExecutor<T> - Class in com.qfs.snl.workflows.process.impl
Basic implementation of a process executor for classic actions requiring a workflow execution.
AWorkflowService - Class in com.qfs.snl.workflows.impl
Base implementation of a Workflow service.
AWS - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger name for all the events related to data retrieval on AWS.
AWS_LOGGER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger with SourceLoggerConstants.AWS name.
AwsCsvDataProviderFactory - Class in com.activeviam.cloud.aws.api.source.csv
 
AXIS - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Axis hierarchy type within the hierarchy plugin.
AxisData - Class in com.activeviam.activepivot.server.json.api.cellset
The axis data.
AxisData() - Constructor for class com.activeviam.activepivot.server.json.api.cellset.AxisData
Constructor.
AxisData(int, List<HierarchyData>, List<List<PositionData>>, RangeData, int[]) - Constructor for class com.activeviam.activepivot.server.json.api.cellset.AxisData
Constructor of AxisData.
AxisDTO - Class in com.activeviam.activepivot.server.intf.api.dto
DTO representing an axis in the pivot table.
AxisDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
 
AxisDTO(int, List<HierarchyDTO>, List<AxisPositionDTO>, RangeDTO, List<String>, int[]) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Creates a new AxisDTO instance.
AxisDTO(int, List<HierarchyDTO>, List<AxisPositionDTO>, List<String>, int[]) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Constructor without ranges.
axisLength - Variable in class com.activeviam.activepivot.server.json.api.cellset.RangeData
Number of positions for the corresponding axis.
AxisMemberDTO - Class in com.activeviam.activepivot.server.intf.api.dto
An ActivePivot Member in the context of a cell set.
AxisMemberDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
Default constructor.
AxisMemberDTO(String, String, Path, int) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
Constructor.
AxisMemberDTO(String, String, Path, int, Map<String, Object>) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
Constructor.
AxisPositionDTO - Class in com.activeviam.activepivot.server.intf.api.dto
A position on a cell set axis (one or several members).
AxisPositionDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.AxisPositionDTO
Default constructor.
AxisPositionDTO(List<AxisMemberDTO>) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.AxisPositionDTO
Full constructor.
AxisRanges<R> - Class in com.activeviam.tech.streaming.impl.api
Basic implementation of IAxisRanges.
AxisRanges() - Constructor for class com.activeviam.tech.streaming.impl.api.AxisRanges
Constructor to create an empty group of range.
AxisRanges(int) - Constructor for class com.activeviam.tech.streaming.impl.api.AxisRanges
Constructor to create an empty group of range.
AZURE - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger name for all the events related to data retrieval on Azure.
AZURE_CLOUD_SOURCE_MAX_RETRIES - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The maximum number of times the azure cloud source will retry the download of the content of a particular Blob before giving up.
AZURE_CLOUD_SOURCE_RETRY_DELAY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The delay, in ms, between two download attempts of the content of a particular Azure Blob.
AZURE_LOGGER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger with SourceLoggerConstants.AZURE name.
AzureAppendBlobPath - Class in com.activeviam.cloud.azure.api.storage.entity.impl
Object referencing an AppendBlobClient.
AzureAppendBlobPath(BlobContainerClient, String) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureAppendBlobPath
Constructor.
AzureAppendBlobPath(BlobServiceClient, String, String) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureAppendBlobPath
Most generic constructor.
AzureBlobPath - Class in com.activeviam.cloud.azure.api.storage.entity.impl
Object referencing a BlobClient, a non-specialized blob client that exposes generic operations.
AzureBlobPath(BlobContainerClient, String) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureBlobPath
Constructor.
AzureBlobPath(BlobServiceClient, String, String) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureBlobPath
Most generic constructor.
AzureBlockBlobPath - Class in com.activeviam.cloud.azure.api.storage.entity.impl
Object referencing a BlockBlobClient.
AzureBlockBlobPath(BlobContainerClient, String) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureBlockBlobPath
Constructor.
AzureBlockBlobPath(BlobServiceClient, String, String) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureBlockBlobPath
Most generic constructor.
AzureCloudDirectory - Class in com.activeviam.cloud.azure.api.storage.entity.impl
Wrapper on an Azure Storage's directory.
AzureCloudDirectory(BlobServiceClient, String) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureCloudDirectory
Constructor.
AzureCloudDirectory(BlobServiceClient, String, String) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureCloudDirectory
Constructor.
AzureCsvDataProviderFactory - Class in com.activeviam.cloud.azure.api.source.csv
 
AzureEncryptedBlobPath - Class in com.activeviam.cloud.azure.api.storage.entity.impl
Object referencing an EncryptedBlobClient.
AzureEncryptedBlobPath(BlobContainerClient, String, String, AsyncKeyEncryptionKey, AsyncKeyEncryptionKeyResolver) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureEncryptedBlobPath
Constructor.
AzureEncryptedBlobPath(BlobServiceClient, String, String, String, AsyncKeyEncryptionKey, AsyncKeyEncryptionKeyResolver) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureEncryptedBlobPath
Constructor.
AzureEncryptedCloudDirectory - Class in com.activeviam.cloud.azure.api.storage.entity.impl
Wrapper on an Azure Storage's directory.
AzureEncryptedCloudDirectory(BlobServiceClient, String, AsyncKeyEncryptionKey, AsyncKeyEncryptionKeyResolver, String) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureEncryptedCloudDirectory
Constructor.
AzureEncryptedCloudDirectory(BlobServiceClient, String, String, AsyncKeyEncryptionKey, AsyncKeyEncryptionKeyResolver, String) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureEncryptedCloudDirectory
Constructor.
AzureEntity<B> - Class in com.activeviam.cloud.azure.api.storage.entity
Wrapper on Azure's BlobClientBase.
AzureEntity(B) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.AzureEntity
 
AzurePageBlobPath - Class in com.activeviam.cloud.azure.api.storage.entity.impl
Object referencing a PageBlobClient.
AzurePageBlobPath(BlobContainerClient, String) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzurePageBlobPath
Constructor.
AzurePageBlobPath(BlobServiceClient, String, String) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzurePageBlobPath
Most generic constructor.

B

BadArgumentException - Exception Class in com.activeviam.tech.core.api.exceptions.service
Class exception for requests containing a value considered as invalid by the service.
BadArgumentException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.BadArgumentException
Constructor.
BadArgumentException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.BadArgumentException
Constructor.
BadArgumentException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.BadArgumentException
Constructor.
BASE_SEPARATOR_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property setting the expression separator ('/' by default).
baseConditionToMap(ICondition) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Converts a base condition to a serializable map.
baseMonitorService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
Base monitor service.
BaseProperty - Class in com.activeviam.tech.core.api.property.impl
Multiple purpose, dynamic implementation of the IProperty contract.
baseStore - Variable in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
Store the request is based on.
baseStore(String) - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
baseWorkflowService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Workflow service provided low-level actions.
BASIC_HANDLER_PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.core.intf.api.realtime.IAggregatesContinuousHandler
When a measure uses this handler as one of its continuous handlers, any continuous query relying on this measure will listen to the stream of pivot transactions.
BASIC_POST_PROCESSOR_PREFETCHER - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABasicPostProcessor
Name of the prefetcher of this basic post processor.
BasicJsonColumnCalculator<T> - Class in com.activeviam.source.keyvalue.api.calculator.impl
Json column calculator for basic types (primitive types and their wrapping classes).
BasicJsonColumnCalculator(String, String, Class<T>) - Constructor for class com.activeviam.source.keyvalue.api.calculator.impl.BasicJsonColumnCalculator
Constructor.
BasicJsonContentEntry - Class in com.activeviam.tech.contentserver.storage.api
Wrapper of BasicPathlessContentEntry adding annotations to be able to serialize as JSON.
BasicJsonContentEntry(String, boolean, String, String, List<String>, List<String>) - Constructor for class com.activeviam.tech.contentserver.storage.api.BasicJsonContentEntry
Constructor for backward compatibility.
BasicJsonContentEntry(String, boolean, List<String>, List<String>) - Constructor for class com.activeviam.tech.contentserver.storage.api.BasicJsonContentEntry
Creates a new BasicJsonContentEntry instance.
BasicMessage - Class in com.qfs.snl.messages.impl
A basic message to send to one or more recipients, that did not expect any answer.
BasicMessage(long, long, String, Collection<String>, String, MessageLevel, String, Object, boolean) - Constructor for class com.qfs.snl.messages.impl.BasicMessage
Full constructor.
BasicMessageBuilder - Class in com.qfs.snl.messages.impl
Implementation of IMessageBuilder producing BasicMessages.
BasicMessageBuilder() - Constructor for class com.qfs.snl.messages.impl.BasicMessageBuilder
Default Constructor.
basicNode(String, FieldPath, Object) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Build the basic node with the following structure : { field : { op : value } }.
basicNode(String, String, Object) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Build the basic node with the following structure : { field : { op : value } }.
BasicPostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
Default implementation of a basic post processor, that delegates location evaluation to an IEvaluator.
BasicPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.BasicPostProcessor
Constructor.
BATCH_SIZE_PROPERTY - Static variable in interface com.activeviam.database.datastore.api.description.IStoreDescription
The name of the property used to change the size of a transaction batch.
batchSize(int) - Method in interface com.activeviam.source.jdbc.api.topic.IJdbcTopicBuilder.ICanBuild
Sets this topic append batch size.
BEFORE_FROM - Enum constant in enum class com.activeviam.database.sql.api.query.SqlDialectValues.ResultLimitPosition
 
BestEffortLocationToCachePartitionConverter - Class in com.activeviam.activepivot.core.ext.api.postprocessing.directquery
Try to convert a location to a cache partition.
BestEffortLocationToCachePartitionConverter(List<LevelIdentifier>) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.directquery.BestEffortLocationToCachePartitionConverter
Constructor.
bindAggregates(IPositionalReader, IArrayWriter) - Method in class com.activeviam.tech.aggregation.api.history.HistoryAggregation
 
bindAggregates(IPositionalReader, IArrayWriter) - Method in class com.activeviam.tech.aggregation.api.history.HistoryMultiSourceAggregation
 
bindAggregates(IPositionalReader, IArrayWriter) - Method in interface com.activeviam.tech.aggregation.api.IGenericAggregation
Binds an input source of aggregates with an output destination that contains aggregates.
bindSource(IPositionalReader, IArrayWriter) - Method in class com.activeviam.tech.aggregation.api.history.HistoryAggregation
 
bindSource(IPositionalReader, IArrayWriter) - Method in interface com.activeviam.tech.aggregation.api.IAggregation
Binds a source of data that contains raw data elements with a destination data structure that contains aggregates.
bindSources(IPositionalReader[], IArrayWriter) - Method in class com.activeviam.tech.aggregation.api.history.HistoryMultiSourceAggregation
 
bindSources(IPositionalReader[], IArrayWriter) - Method in interface com.activeviam.tech.aggregation.api.IAggregation
 
bindSources(IPositionalReader[], IArrayWriter) - Method in interface com.activeviam.tech.aggregation.api.IGenericAggregation
Binds sources of data that contain raw data elements with a destination data structure that contains aggregates.
bitmap() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.AggregateProviderBuilder
Sets the type of the aggregate provider currently being built to IAggregateProviderDefinition.BITMAP_PLUGIN_TYPE.
bitmap() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialBuilder
Give the IAggregateProviderDefinition.BITMAP_PLUGIN_TYPE type to the aggregate provider.
BITMAP - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
 
BITMAP_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Atoti Server's bitmap.
BITMAP_PLUGIN_TYPE - Static variable in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.1.0. Property is replaced with IAggregateProviderDefinition.BITMAP_PLUGIN_TYPE
BITMAP_PLUGIN_TYPE - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
Plugin key defining an aggregate provider precomputing aggregates and indexing them with a bitmap index to optimize query execution.
BOM_RESOURCE - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
BOOL_VALUE - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying that the acceptable values for the associated property are true and false.
BOOLEAN - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
BOOLEAN - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
BOOLEAN - Static variable in interface com.activeviam.tech.core.api.format.IParser
Boolean field parser key.
BOOLEAN_ARRAY - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
BOOLEAN_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
BOOLEAN_VECTOR - Static variable in interface com.activeviam.tech.core.api.format.IParser
Boolean vector field parser key.
BooleanFieldType - Class in com.qfs.snl.messages.form.impl
Type representing a boolean field.
BooleanFieldType(boolean) - Constructor for class com.qfs.snl.messages.form.impl.BooleanFieldType
Full constructor.
BooleanFieldType(FormProperty) - Constructor for class com.qfs.snl.messages.form.impl.BooleanFieldType
Constructor from an Activiti from property.
bottomK(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
bottomK(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
bottomK(int) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Returns an iterator of a collection composed of the k smallest elements of the vector.
bottomKIndices(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
bottomKIndices(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
bottomKIndices(int) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Returns the k indices of the k smallest elements of the vector sorted in ascending order.
boxedType(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Gets the equivalent type where the content uses boxed types if needed.
branch(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The branch.
BRANCH - Static variable in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Property used to specify the branch of the transaction.
BRANCH_LEVEL_NAME - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Name of the Branch level in the epoch hierarchy.
branchCreated(String) - Method in interface com.activeviam.tech.mvcc.api.IEpochManager.IVersionLifecycleHandler
Called by the IVersionHistory when a branch appears for the first time.
BranchCreationDescription - Class in com.activeviam.activepivot.server.impl.api.rest.database
Simple implementation of IBranchCreationDescription.
BranchCreationDescription(String, IBranchPermissions, Long, String) - Constructor for class com.activeviam.activepivot.server.impl.api.rest.database.BranchCreationDescription
Creates a new BranchCreationDescription instance.
BranchPermissions - Class in com.activeviam.tech.mvcc.api.security.impl
A simple implementation of IBranchPermissions with only two fields: the set of owners and the set of readers of the given branch.
BranchPermissions(Set<String>, Set<String>) - Constructor for class com.activeviam.tech.mvcc.api.security.impl.BranchPermissions
Constructor.
branchPermissionsManager() - Method in interface com.activeviam.activepivot.server.spring.api.config.IActivePivotBranchPermissionsManagerConfig
branchPermissionsManager(IBranchPermissionsManager) - Method in class com.activeviam.directquery.application.api.Application.ApplicationBuilder
Sets the branch permission manager and returns the updated builder.
BranchPermissionsManager - Class in com.activeviam.tech.mvcc.api.security.impl
Simple implementation of the IBranchPermissionsManager, with a map associating a BranchPermissions to each branch name.
BranchPermissionsManager(Set<String>, Set<String>, Set<String>) - Constructor for class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
Constructor of BranchPermissionsManager.
branchPermissionsPath(String) - Method in class com.activeviam.activepivot.server.impl.api.security.ContentServiceBranchPermissionsManagerBuilder
Provides a path for the branch permissions.
branchReleased(String) - Method in interface com.activeviam.tech.mvcc.api.IEpochManager.IVersionLifecycleHandler
Called by the IVersionHistory when a branch is released.
broadcast(IBroadcastMessage<AnswerT, OutputT, ?>, long) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.1.6
broadcast(IBroadcastMessage<AnswerT, OutputT, ?>, Duration) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Broadcasts the given message to all instances, collects the answers and processes them to produce the global answer.
broadcastAsynchronously(IBroadcastMessage<AnswerT, OutputT, ?>, long) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.1.6
broadcastAsynchronously(IBroadcastMessage<AnswerT, OutputT, ?>, Duration) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Broadcasts the given message to all remote instances asynchronously, and executes it locally asynchronously as well.
bufferSize(int) - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration.CsvSourceConfigurationBuilder
Property that identifies the byte buffer size used by the source.
build() - Method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding.Builder
Builds the whole application.
build() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
Returns a cube filter with all the constraints you have added on top of the edited filter.
build() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanBuildActivePivotManagerDescription
Finishes building the description.
build() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanBuildCommonCubeDescription
Builds the cube description.
build() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription.ICanBuild
Builds the description.
build() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICanBuild
Builds the description.
build() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICanBuild
build() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanBuild
build() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingKpiDescription.ICanBuild
Builds the IKpiDescription.
build() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanBuild
Builds the IMdxContext.
build() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingNamedSetDescription.ICanBuild
Builds the description.
build() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSubCubeProperties.ICanBuild
Builds the ISubCubeProperties.
build() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IContextValueBuilder.ICanBuild
Builds the context values.
build() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.CanBuild
Creates the description representing the attributes collected by this builder.
build() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.OrCubeRestriction.DijBuilder
Creates the restriction.
build() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationBuilder
Builds the "raw" location out of the provided information.
build() - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationBuilder
Builds the point location.
build() - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.IMapDrillthroughQuery.MapDrillthroughQueryBuilder
Builds an instance of IMapDrillthroughQuery using the previously set parameters.
build() - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
build() - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
 
build() - Method in class com.activeviam.activepivot.server.impl.api.dataexport.DataExportServiceBuilder
build() - Method in class com.activeviam.activepivot.server.impl.api.security.ContentServiceBranchPermissionsManagerBuilder
Builds the branch permissions manager using the provided information.
build() - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurityBuilder
Returns the table security corresponding to this builder.
build() - Method in interface com.activeviam.activepivot.server.intf.api.security.ICanHaveRoleEntitlements.ICanBuildEntitlementsProvider
build() - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData.DatabaseRetrievalDataBuilder
 
build() - Method in class com.activeviam.activepivot.server.json.api.queryplan.EmptyPlanInfoData.EmptyPlanInfoDataBuilder
 
build() - Method in class com.activeviam.activepivot.server.json.api.queryplan.FilterData.FilterDataBuilder
 
build() - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
 
build() - Method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData.LocationDataBuilder
 
build() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
 
build() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData.QuerySummaryDataBuilder
 
build() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
 
build() - Method in interface com.activeviam.activepivot.server.spring.api.content.ActivePivotContentServiceBuilder.IAPCSBuilder
Builds the ActivePivot content service, taking into account all the previously given constraints.
build() - Method in class com.activeviam.activepivot.server.spring.api.service.RemoteDatabaseServiceBuilder
Builds the instance.
build() - Method in class com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor.RewrittenQuery.RewrittenQueryBuilder
 
build() - Method in class com.activeviam.cloud.common.api.CloudFetchingConfig.CloudFetchingConfigBuilder
Builds a new CloudFetchingConfig.
build() - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription
Creates the schema description containing all the descriptions added.
build() - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription.FieldDescriptionBuilder
Builds the description.
build() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
build() - Method in interface com.activeviam.database.datastore.api.description.IReferenceDescriptionBuilder.IHasMapping
Builds the reference.
build() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanBuild
Builds the description, taking into account all the previously given constraints.
build() - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription.EmulatedTimeTravelDescriptionBuilder
build() - Method in class com.activeviam.directquery.api.cache.CacheDescription.CacheDescriptionBuilder
 
build() - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription.SingleTableCacheDescriptionBuilder
 
build() - Method in interface com.activeviam.directquery.api.schema.AFieldDescription.IGenericFieldDescriptionBuilder
Builds the field description.
build() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Builds the aggregate table.
build() - Method in interface com.activeviam.directquery.api.schema.ATableDescription.IGenericTableDescriptionBuilder
 
build() - Method in interface com.activeviam.directquery.api.schema.FieldDescription.IBuildableFieldDescriptionBuilder
Builds the field description.
build() - Method in interface com.activeviam.directquery.api.schema.FieldDescription.IFieldDescriptionBuilder
 
build() - Method in class com.activeviam.directquery.api.schema.JoinDescription.JoinDescriptionBuilder
 
build() - Method in interface com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription.IBuildable
Builds the field description.
build() - Method in interface com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription.IMultiColumnVectorFieldDescriptionBuilder
 
build() - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IBuildableMultiRowVectorTableDescriptionBuilder
Builds the table description.
build() - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
 
build() - Method in class com.activeviam.directquery.api.schema.SchemaDescription.SchemaDescriptionBuilder
 
build() - Method in interface com.activeviam.directquery.api.schema.TableDescription.IBuildableTableDescriptionBuilder
Builds the table description.
build() - Method in interface com.activeviam.directquery.api.schema.TableDescription.ITableDescriptionBuilder
 
build() - Method in interface com.activeviam.directquery.api.UserDefinedSqlAggregationFunction.IBuildMe
Builds the aggregation function.
build() - Method in interface com.activeviam.directquery.api.UserDefinedSqlAggregationFunction.INeedReaggregable
Build a non re-aggregable function.
build() - Method in class com.activeviam.directquery.api.validator.DataValidatorSettings.DataValidatorSettingsBuilder
 
build() - Method in class com.activeviam.directquery.application.api.Application.ApplicationBuilder
Builds the application.
build() - Method in class com.activeviam.directquery.application.api.IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder
Builds the bootstrapper.
build() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
build() - Method in class com.activeviam.source.csv.api.CsvSourceBuilder
Builds the csv source.
build() - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration.CsvSourceConfigurationBuilder
Builds the configuration.
build() - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanAddOptions
Builds the IJdbcSource, taking into account all the previously given parameters.
build() - Method in interface com.activeviam.source.jdbc.api.topic.IJdbcTopicBuilder.ICanBuild
Builds the new JdbcTopic.
build() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.AtotiSecurityPropertiesBuilder
 
build() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties.PagePropertiesBuilder
 
build() - Method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties.HealthAgentPropertiesBuilder
 
build() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties.ClaimPropertiesBuilder
 
build() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.JwtPropertiesBuilder
 
build() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties.KeyPropertiesBuilder
 
build() - Method in class com.activeviam.tech.aggregation.api.IGenericAggregation.AggregationChunksSetting.AggregationChunksSettingBuilder
 
build() - Method in class com.activeviam.tech.chunks.api.types.FieldType.FieldTypeBuilder
Builds the IFieldType with the provided parameters.
build() - Method in class com.activeviam.tech.chunks.api.types.Types.TypeInformation.TypeBuilder
 
build() - Method in class com.activeviam.tech.contentserver.spring.api.RemoteContentServiceBuilder
Builds the instance.
build() - Method in class com.activeviam.tech.contentserver.storage.api.builder.InMemoryBuilder
Builds the service from the provided configuration.
build() - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder
Builds the service from the provided configuration.
build() - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder.LockOptions.LockOptionsBuilder
 
build() - Method in class com.activeviam.tech.core.api.registry.Registry.RegistryContributions.RegistryContributionsBuilder
 
build() - Method in class com.activeviam.tech.partitioning.api.builder.HierarchicalPartitioningDescriptionBuilder
 
build() - Method in class com.activeviam.tech.partitioning.api.builder.MultipleFieldsModuloPartitioningDescriptionBuilder
 
build() - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningDescriptionBuilder
Builds the partitioning description.
build() - Method in class com.activeviam.tech.partitioning.api.builder.SimplePartitioningDescriptionBuilder
Builds the final description and returns it.
build() - Method in interface com.activeviam.web.core.api.IUrlBuilder.IBuildable
Builds the URL from builder data.
build() - Method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider.JwtAuthenticationProviderBuilder
 
build() - Method in class com.qfs.repository.params.impl.ParameterUpdateBuilder
 
build() - Method in interface com.qfs.repository.params.IParameterUpdateBuilder
Builds a parameter update from the previously registered changes.
build() - Method in interface com.qfs.snl.messages.IMessageBuilder.IBuildable
Builds the message with all provided information.
build() - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Builds the monitor.
build() - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
build() - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Build the data source.
build(String, String, String, String, String, int, String, String) - Method in interface com.activeviam.database.datastore.api.description.DuplicateKeyException.IDuplicateKeyHumanMessageBuilder
Builds a human-readable duplicate key message from the human-readable records data and metadata.
buildAndStart() - Method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding.Builder
Builds the whole application and starts immediately the ActivePivot manager if there is one.
buildCleansed(IHierarchicalMapping) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationBuilder
Builds a cleansed location from the changed information.
buildCondition(IActivePivot, Collection<ILocation>, Collection<String>) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationInterpreter
Build a condition representing some locations.
builder() - Static method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IMapDrillthroughQuery
 
builder() - Static method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
 
builder() - Static method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData
 
builder() - Static method in class com.activeviam.activepivot.server.json.api.queryplan.EmptyPlanInfoData
 
builder() - Static method in class com.activeviam.activepivot.server.json.api.queryplan.FilterData
 
builder() - Static method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData
 
builder() - Static method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData
 
builder() - Static method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
 
builder() - Static method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData
 
builder() - Static method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
 
builder() - Static method in class com.activeviam.activepivot.server.spring.api.security.builders.EntitlementsProvider
Starts defining an entitlement provider for the role context value.
builder() - Static method in class com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor.RewrittenQuery
 
builder() - Static method in class com.activeviam.cloud.common.api.CloudFetchingConfig
builder() - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
 
builder() - Static method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
 
builder() - Static method in class com.activeviam.database.datastore.api.description.impl.ReferenceDescription
Creates a builder that will allow you to construct a reference description easily.
builder() - Static method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
Retrieves a builder to construct this class.
builder() - Static method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription
Builder for creating a EmulatedTimeTravelDescription.
builder() - Static method in class com.activeviam.directquery.api.cache.CacheDescription
 
builder() - Static method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription
 
builder() - Static method in class com.activeviam.directquery.api.schema.AggregateTableDescription
Returns an empty builder.
builder() - Static method in class com.activeviam.directquery.api.schema.FieldDescription
Builder for creating a FieldDescription.
builder() - Static method in class com.activeviam.directquery.api.schema.JoinDescription
 
builder() - Static method in class com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription
Builder for creating a MultiColumnVectorFieldDescription.
builder() - Static method in class com.activeviam.directquery.api.schema.MultiRowVectorTableDescription
Creates a new MultiRowVectorTableDescription.MultiRowVectorTableDescriptionBuilder.
builder() - Static method in class com.activeviam.directquery.api.schema.SchemaDescription
 
builder() - Static method in class com.activeviam.directquery.api.schema.TableDescription
Builder for creating a TableDescription.
builder() - Static method in class com.activeviam.directquery.api.UserDefinedSqlAggregationFunction
Return a fluent builder of an UserDefinedSqlAggregationFunction.
builder() - Static method in class com.activeviam.directquery.api.validator.DataValidatorSettings
 
builder() - Static method in interface com.activeviam.directquery.application.api.IAggregateTableBootstrapper
Returns the builder for the bootstrapper.
builder() - Static method in class com.activeviam.source.csv.api.CsvParserConfiguration
Creates a builder.
builder() - Static method in class com.activeviam.source.csv.api.CsvSourceConfiguration
Returns a new builder for a CsvSourceConfiguration.
builder() - Static method in interface com.activeviam.source.csv.api.ICsvSource
Returns an CsvSourceBuilder to create an ICsvSource.
builder() - Static method in interface com.activeviam.source.jdbc.api.IJdbcSource
Returns an IJdbcSourceBuilder to create an IJdbcSource.
builder() - Static method in class com.activeviam.source.jdbc.api.impl.JdbcTopic
Creates a new fluent builder for a JdbcTopic.
builder() - Static method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
 
builder() - Static method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties
 
builder() - Static method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties
 
builder() - Static method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
 
builder() - Static method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties
 
builder() - Static method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
 
builder() - Static method in class com.activeviam.tech.aggregation.api.IGenericAggregation.AggregationChunksSetting
 
builder() - Static method in class com.activeviam.tech.chunks.api.types.FieldType
 
builder() - Static method in class com.activeviam.tech.chunks.api.types.Types
Creates a builder used to fluently create a new type.
builder() - Static method in class com.activeviam.tech.chunks.api.types.Types.TypeInformation
 
builder() - Static method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder.LockOptions
 
builder() - Static method in interface com.activeviam.tech.contentserver.storage.api.IContentService
 
builder() - Static method in class com.activeviam.tech.core.api.registry.Registry.RegistryContributions
 
builder() - Static method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider
 
builder(DirectQueryConnector<DatabaseSettingsT>) - Static method in class com.activeviam.directquery.application.api.Application
Returns a builder Application.ApplicationBuilder for the application.
Builder() - Constructor for class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding.Builder
 
builderForLocalFiles() - Static method in class com.activeviam.source.csv.api.CsvSourceConfiguration
Returns a new builder for a CsvSourceConfiguration.
builderForLocalFiles() - Static method in interface com.activeviam.source.csv.api.ICsvSource
Returns an CsvSourceBuilder to create an ICsvSource.
buildParameterDependency(String) - Static method in class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
T Builds the additional dependency to add to the RT dependencies from the input parameter.
buildProcedure(JsonNode, IUpdateWhereContext, IServiceJsonHelper) - Method in interface com.activeviam.activepivot.server.impl.api.database.IUpdateWhereProcedureFactory
Build the update where procedure and selection.
buildReferenceTimeLine(List<Object[]>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
 
buildReferenceTimeLine(List<Object[]>) - Method in interface com.activeviam.activepivot.core.ext.api.postprocessing.impl.ITimeLinePostProcessor
Build a timeline based on range location over the time hierarchy.
buildRequestScope(ILocationBuilder, ICubeFilter, IJoinMeasure, IActivePivotVersion, Collection<IMeasureMember>) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Creates a request location by adding the required levels to map ActivePivot points to members of the handled analysis hierarchies.
buildSite(String, String) - Static method in class com.qfs.snl.agent.impl.SiteUtils
Builds a site with the catalog and the activePivot.
buildWithoutReset() - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationBuilder
Builds a point location reader without resetting the range values.

C

CacheAgentService - Class in com.qfs.snl.agent.impl
Implementation of IAgentService keeping registered agents in a cache.
CacheAgentService() - Constructor for class com.qfs.snl.agent.impl.CacheAgentService
 
cacheAlerts() - Method in class com.qfs.snl.alerts.impl.CacheAlertService
Loads alerts and cache them.
cacheAlertService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Cache on top of the database service for alerts.
CacheAlertService - Class in com.qfs.snl.alerts.impl
Cache layer on top of an IAlertService.
CacheAlertService(IAlertService) - Constructor for class com.qfs.snl.alerts.impl.CacheAlertService
Full constructor.
CacheCapacity - Interface in com.activeviam.directquery.api.cache
The cache capacity describes the maximum number of data that can be kept in the cache.
CacheCapacity.MaxLinesCount - Class in com.activeviam.directquery.api.cache
The cache capacity based on the maximum number of lines.
CacheCapacity.MaxPartitionsCount - Class in com.activeviam.directquery.api.cache
The cache capacity based on the maximum number of partitions.
cacheDatabase() - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
Caches the content of the database.
CachedBranchPermissionsManager - Class in com.activeviam.tech.mvcc.api.security.impl
Implementation of IBranchPermissionsManager which wraps another branch permissions manager, essentially delegating all methods to it, except for CachedBranchPermissionsManager.getBranchPermissions(String) which keeps previous calls in a cache.
CachedBranchPermissionsManager(IBranchPermissionsManager) - Constructor for class com.activeviam.tech.mvcc.api.security.impl.CachedBranchPermissionsManager
Constructor with underlying branch permissions manager.
CachedBranchPermissionsManager(IBranchPermissionsManager, Duration) - Constructor for class com.activeviam.tech.mvcc.api.security.impl.CachedBranchPermissionsManager
Constructor with underlying branch permissions manager and TTL cache timeout.
cacheDescription(CacheDescription) - Method in class com.activeviam.directquery.application.api.Application.ApplicationBuilder
 
CacheDescription - Class in com.activeviam.directquery.api.cache
Description of a database cache used to temporarily store some partitions of external tables into a local datastore.
CacheDescription.CacheDescriptionBuilder - Class in com.activeviam.directquery.api.cache
 
cacheName() - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription
Gets the name of the cache.
cacheName(String) - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription.SingleTableCacheDescriptionBuilder
 
CachePartition - Record Class in com.activeviam.directquery.api.cache
Represents a partition of a cache table.
CachePartition(List<Object>) - Constructor for record class com.activeviam.directquery.api.cache.CachePartition
Constructor.
cachePartitioningFields() - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription
Gets the list of fields used in the cache partitioning.
cachePartitioningFields(List<String>) - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription.SingleTableCacheDescriptionBuilder
 
cachingAllMeasuresBut(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IAggregatesCacheDescriptionCompleteBuilder
Excludes some measures from this cache.
cachingOnlyBranches(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IAggregatesCacheDescriptionCompleteBuilder
Restricts the branches for which an aggregates cache will be created.
cachingOnlyMeasures(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IAggregatesCacheDescriptionCompleteBuilder
Restricts the measures that this cache will handle.
CALCULATED - Enum constant in enum class com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughColumn.INFO
 
calculatedDrillthroughColumn() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
calculatedDrillthroughColumnSet() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
calculatedMember() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Creates a builder for ICalculatedMemberDescription.
callCustomListener(IStoreDescriptionBuilder.IRemoveUnknownKeyListener) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IOnRemoveUnknownKey
Adds a custom listener to be fired when trying to remove a record whose key cannot be found in the store.
canBeDestroyed() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo
 
canBeDestroyed() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
canBeDestroyed() - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Indicates if the info can be destroyed since it does not hold any relevant information.
canBeDistributed(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentValuePostProcessor
 
canBeDistributed(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfParentPostProcessor
 
canBeDistributed(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PreviousValuePostProcessor
 
canBeDistributed(ILocation, Collection<ILevelInfo>) - Method in interface com.activeviam.activepivot.dist.impl.api.postprocessing.IDistributedPostProcessor
Determines whether this post-processor provides a reduction logic to aggregate distributed partial results, even if IPartitionedPostProcessor.setPartitioningLevels(com.activeviam.activepivot.core.intf.api.location.ILocation, java.util.Collection<com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo>) does not add all distributing levels.
canBeInProvider() - Method in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.ClassificationType
Indicates whether this level can exist in an aggregate provider (e.g. analysis hierarchies and IHierarchy.ALLMEMBER are never represented in the providers, be it JIT or Bitmap).
canBeString() - Method in enum class com.activeviam.tech.chunks.api.types.ContentType
Returns whether this ContentType can take String values.
canBeString() - Method in interface com.activeviam.tech.chunks.api.types.IFieldType
Returns whether the type can take String values.
cancel() - Method in interface com.activeviam.source.common.api.IListenerKey
The method to cancel the associated listener.
cancel() - Method in class com.activeviam.source.csv.api.ACsvTopic.ListenerKey
 
cancel(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
cancel(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.repository.impl.RepositoryService
 
cancel(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in interface com.qfs.repository.IRepositoryService
Cancels a pending update, deleting the prepared changes.
cancel(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
cancel(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in interface com.qfs.repository.persistence.IPointValueDao
Cancels a pending update, deleting the prepared changes.
cancel(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
cancel(IPointValue.IKey) - Method in class com.qfs.repository.persistence.impl.DbProcedure
Cancels the pending change on a point value.
CANCEL_ACTION - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to define the cancel action.
CancellationUtils - Class in com.activeviam.tech.concurrency.api.interrupt
Contains all static utilities for cancellable tasks.
canCreateBranch(Set<String>) - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsManager
Given their username and their roles, returns true if the current user can create a branch, false otherwise.
canCreateBranch(Set<String>) - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
 
canCreateBranch(Set<String>) - Method in class com.activeviam.tech.mvcc.api.security.impl.CachedBranchPermissionsManager
 
canDeleteBranch(Set<String>, String) - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsManager
Given their username and their roles, returns true if the current user can delete the given branch, false otherwise.
canEditBranch(Set<String>, String) - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsManager
Given their username and their roles, returns true if the current user can edit the given branch, false otherwise.
canExecuteQuery() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotVersion
Throws if this pivot version is not ready to execute the queries.
canRead() - Method in interface com.activeviam.tech.contentserver.storage.api.IPathlessContentEntry
Whether or not the current user can read this entry.
canRead(Set<String>) - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IFieldPermission
Check if a user can read a field.
canRead(Set<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
 
canReadBranch(Set<String>, String) - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsManager
Given their username and their roles, returns true if the current user can read the given branch, false otherwise.
canReadField(String, Set<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
canReadField(String, Set<String>) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITablePermissions
Check if a user can read a field.
canReadFile(ICsvDataProvider<?>) - Method in interface com.activeviam.source.csv.api.ICsvParserConfigPolicy
Deprecated.
Decides whether the given file can be read.
canReadFile(ICsvDataProvider<?>) - Method in class com.activeviam.source.csv.api.LineAndFileLimitCsvParserPolicy
Deprecated.
 
canReadFile(ICsvDataProvider<?>) - Method in class com.activeviam.source.csv.api.NoRestrictionCsvParserConfigPolicy
Deprecated.
 
canRun() - Method in class com.qfs.repository.impl.RepositoryDaemonActions
 
canRun() - Method in interface com.qfs.repository.IRepositoryDaemonActions
Indicates if these actions can be run by a RepositoryDaemon.
canUpdate(SentinelMdxQuery) - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Ensures that this query is a viable replacement for an existing query.
canWrite() - Method in interface com.activeviam.tech.contentserver.storage.api.IPathlessContentEntry
Whether or not the current user can write this entry.
canWrite(Set<String>) - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IFieldPermission
Check if a user can update a field.
canWrite(Set<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
 
canWriteField(String, Set<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
canWriteField(String, Set<String>) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITablePermissions
Check if a user can write a field.
capacity() - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription
Gets the cache capacity.
capacity(CacheCapacity) - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription.SingleTableCacheDescriptionBuilder
 
CAPITALIZE_NAMING_CONVENTION - Static variable in class com.activeviam.directquery.api.schema.utils.NamingConventions
Capitalizes the first letter and turns everything else to lower case.
cardinality() - Method in record class com.activeviam.activepivot.core.intf.api.cube.metadata.AggregateProviderStatistics
Returns the value of the cardinality record component.
CASE_SENSITIVE_DEFAULT - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Default value for the case sensitivity.
caseSensitive(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanEnableCaseSensitivity
If enabled, the MdxEngine is case sensitive.
CatalogDiscovery - Class in com.activeviam.activepivot.server.intf.api.discovery
Catalog Discovery for SOAP webservices.
CatalogDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
The catalog discovery.
CatalogDiscovery() - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.CatalogDiscovery
 
CatalogDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.CatalogDiscovery
Constructor.
CatalogDiscovery(String, List<CubeDiscovery>) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.CatalogDiscovery
Constructor.
CatalogDiscovery(String, List<String>) - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.CatalogDiscovery
Creates a new CatalogDiscovery instance.
CATCH_UP_MAX_TIME_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that specifies with this the catchUpMaxTime in seconds.
CellData - Class in com.activeviam.activepivot.server.json.api.cellset
The cell data.
CellData() - Constructor for class com.activeviam.activepivot.server.json.api.cellset.CellData
Constructor.
CellData(int, Object, String, Map<String, Object>) - Constructor for class com.activeviam.activepivot.server.json.api.cellset.CellData
Constructor.
CellDTO - Class in com.activeviam.activepivot.server.intf.api.dto
DTO representing a cell of a MDX cellset.
CellDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Default constructor.
CellDTO(int, Object, String) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Constructor.
CellDTO(int, Object, String, Object) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Constructor.
CellDTO(int, Object, String, Object, List<Object>) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Full constructor.
CellSetDTO - Class in com.activeviam.activepivot.server.intf.api.dto
A complete cell set, with axis and cells.
CellSetDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Default constructor.
CellSetDTO(List<AxisDTO>, AxisDTO, List<MemberDTO>, List<CellDTO>) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Constructor without cell properties.
CellSetDTO(List<AxisDTO>, AxisDTO, List<MemberDTO>, List<CellDTO>, List<String>) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Full constructor.
CellUtil - Class in com.activeviam.tech.core.api.cell
Utility class to create read-write cells.
changeCalculatedMemberPermissions(String, String, List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Changes who can see and edit the member.
changeCalculatedMembersDirectoryPermissions(List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Change the permissions on the directory containing the calculated members.
changedContextValues(List<IContextValue>) - Method in class com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor.RewrittenQuery.RewrittenQueryBuilder
 
ChangeDescription - Class in com.activeviam.directquery.application.api.refresh
Change description to describe updates that happened in the external database.
changeFieldType(FieldDescription, IFieldType) - Static method in class com.activeviam.directquery.api.schema.FieldDescription
Creates a new field description based on the provided one, but with a different local type.
changeFieldType(FieldDescription, IFieldType, CustomReaderDescription<?>) - Static method in class com.activeviam.directquery.api.schema.FieldDescription
Creates a new field description based on the provided one, but with a different local type and the custom reader associated to that type.
changeKpiDirectoryPermissions(List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Change the permissions on the directory containing the KPIs.
changeKpiPermissions(String, String, List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Changes who can see and edit the KPI.
changeLocale(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Changes the locale of the current user.
changeLocaleForUser(String, String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Changes the locale for the given user.
changeNamedSetPermissions(String, String, List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Changes who can see and edit the set.
changePermissions(String, List<String>, List<String>) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Changes the permissions for a given file.
changeSetDirectoryPermissions(List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Change the permissions on the directory containing the sets.
ChangeType - Enum Class in com.activeviam.directquery.application.api.refresh
 
CHANNEL - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
CHARACTER_DECODING - Enum constant in enum class com.activeviam.source.csv.api.report.ICsvAnomaly.CsvAnomalyTypeEnum
 
charset(Charset) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
Sets the charset used to decode the file.
CHARSET_PROPERTY - Static variable in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonOutputConfiguration
Property to define the charset encode the export in.
check(String) - Method in interface com.activeviam.activepivot.mdx.intf.api.IMdxStatementChecker
Checks the current mdx statement that is about to be parsed and executed.
check(String[]) - Method in class com.qfs.snl.workflows.impl.WorkflowValidator
Checks all bpmn files in a list of directories.
CHECK_IN_PATH - Static variable in interface com.qfs.snl.rs.IAgentRestService
The path of the checkIn method.
CHECK_OUT_PATH - Static variable in interface com.qfs.snl.rs.IAgentRestService
The path of the checkOut method.
checkBufferPoolSize(long) - Method in class com.activeviam.source.keyvalue.api.impl.DirectByteBufferPool
Check if the actual buffer pool size is lower than size plus maxBufferPoolSize, and frees the buffers if necessary.
checkConsistency(Class<?>, ContentType, boolean, boolean, Object) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Checks null, class, type and empty String consistencies.
checkCurrentInterruption() - Static method in class com.activeviam.tech.concurrency.api.interrupt.CancellationUtils
Checks if the current thread is executing a CancellableForkJoinTask whose family has been interrupted.
checkDuplicatedKeys() - Method in interface com.activeviam.directquery.api.validator.ITableConstraintsValidator
Checks the table does not contain any duplicated keys.
checkIdenticalStartIndex() - Method in interface com.activeviam.directquery.api.validator.IMultiRowVectorTableValidator
Checks if all vectors have the same starting index.
checkIn(IAgentDescription) - Method in interface com.qfs.snl.agent.IAgentService
Register an agent to the ActiveMonitor server.
checkIn(IAgentDescription) - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
checkIn(IAgentDescription) - Method in class com.qfs.snl.agent.service.impl.RemoteAgentService
 
checkIn(AgentDescriptionDto) - Method in interface com.qfs.snl.rs.IAgentRestService
Register an agent to the ActiveMonitor server.
checkIn(AgentDescriptionDto) - Method in class com.qfs.snl.rs.impl.AgentRestServiceController
 
checkIndex(int, int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
Checks that the range [i, i + nb] is valid for this vector.
checkInputPartitioningValue(int) - Method in interface com.activeviam.tech.partitioning.api.function.IntIntFunction
Checks that the input value to a IntIntFunction is positive or null.
checkIntegrity() - Method in interface com.activeviam.directquery.api.validator.IJoinConstraintsValidator
Checks the join is meeting its many-to-one constraints, and returns a report with problematic rows.
checkInterruption() - Method in interface com.activeviam.tech.concurrency.api.interrupt.IInterruptionChecker
Checks if the current thread has been interrupted.
checkInterruption() - Method in interface com.activeviam.tech.concurrency.api.interrupt.IInterruptor
Checks if the family of tasks has been interrupted, and throws an exception if this is the case.
checkInterruption() - Static method in class com.activeviam.tech.concurrency.api.interrupt.InterruptionUtil
InterruptionChecker.checkInterruption().
checkInterruption() - Method in class com.activeviam.tech.concurrency.api.interrupt.PeriodicInterruptionChecker
 
checkInterruption(String) - Method in interface com.activeviam.tech.concurrency.api.interrupt.IInterruptionChecker
checkInterruption(String) - Static method in class com.activeviam.tech.concurrency.api.interrupt.InterruptionUtil
checkJsonNode(JsonNode) - Method in interface com.activeviam.activepivot.server.impl.api.database.IUpdateWhereProcedureFactory
Check that the node has a valid format.
checkMissingIndex() - Method in interface com.activeviam.directquery.api.validator.IMultiRowVectorTableValidator
Checks if there is a missing index.
checkNullValues() - Method in interface com.activeviam.directquery.api.validator.IMultiRowVectorTableValidator
Checks if a column of primitive type has a null value.
checkNullValuesInVectorsOfPrimitives() - Method in interface com.activeviam.directquery.api.validator.IMultiColumnsVectorTableValidator
Checks that multi-columns vectors of primitives (if any) do not contain any null values.
checkOperationConsistency() - Method in class com.qfs.repository.persistence.impl.DbProcedure
Checks the consistency of the database for errors caused by changes through this procedure.
checkOptionality() - Method in interface com.activeviam.directquery.api.validator.IJoinConstraintsValidator
Checks the join is meeting its relationship optionality, and returns a report with problematic rows.
checkOut(int) - Method in interface com.qfs.snl.agent.IAgentService
Unregister an agent from the ActiveMonitor server.
checkOut(int) - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
checkOut(int) - Method in class com.qfs.snl.agent.service.impl.RemoteAgentService
 
checkOut(int) - Method in interface com.qfs.snl.rs.IAgentRestService
Unregister an agent from the ActiveMonitor server.
checkOut(int) - Method in class com.qfs.snl.rs.impl.AgentRestServiceController
 
checkUserDetails(boolean) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.JwtPropertiesBuilder
Flag enabling checks of the user details against the configuration from Spring security.
ChildPrefetcher - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
ChildPrefetcher aims at prefetching the children of a location along a given hierarchy.
ChildPrefetcher(IActivePivot, IMeasuresProvider, Set<String>, HierarchyIdentifier) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ChildPrefetcher
Constructor.
ChildPrefetcher(String, IActivePivot, IMeasuresProvider, Set<String>, HierarchyIdentifier) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ChildPrefetcher
Full constructor.
CHUNK_ALLOCATOR_KEY_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures the chunk allocator, using its key.
CHUNK_FREQUENCY_COMPRESSION_RATIO_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property controlling the ratio to compress chunks into frequent-value chunks, avoiding storing the repeated values.
CHUNK_GARBAGE_COLLECTION_FACTOR_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property that configures the chunk garbage collection factor of the application.
CHUNK_SIZE - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
Property that defines the size of each chunk within the columnar structures associated with this provider.
ChunkAllocators - Class in com.activeviam.tech.chunks.api
Atoti stores the in-memory data in chunks.
CHUNKS - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to the Atoti Server's chunks.
CHUNKS_ALLOCATION - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to the Atoti Server's chunks allocation.
CHUNKS_ALLOCATION_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Atoti Server's chunks allocation.
CHUNKS_COMPRESSION - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to chunks compression.
CHUNKS_COMPRESSION_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to chunks compression.
CHUNKS_CREATION - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to chunks creation.
CHUNKS_CREATION_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to chunks creation.
CHUNKS_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Atoti Server's chunks.
chunkSize(int) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
chunkSize(int) - Method in interface com.activeviam.source.jdbc.api.topic.IJdbcTopicBuilder.ICanBuild
Sets this topic chunk size.
claimKey(JwtProperties.ClaimProperties) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.JwtPropertiesBuilder
 
ClaimProperties() - Constructor for class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties
 
classes(List<Class<?>>) - Method in class com.activeviam.tech.core.api.registry.Registry.RegistryContributions.RegistryContributionsBuilder
 
clean() - Method in class com.activeviam.source.common.api.impl.ColumnCalculationContext
Cleans the tuple and the context.
cleanDirectory(String) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Empty the directory at the given path of all its files recursively.
cleanUnusedParameter(String) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
cleanUnusedParameter(String) - Method in interface com.qfs.repository.persistence.IPointValueDao
Definitely and irreversibly deletes all point values that are associated with the given parameter and that were previously deleted.
cleanUnusedParameters() - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
cleanUnusedParameters() - Method in interface com.qfs.repository.persistence.IPointValueDao
Definitely and irreversibly deletes all point values that were previously deleted.
clear() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContext
Clear every user context values.
clear() - Method in interface com.activeviam.activepivot.server.intf.api.dto.IDrillthroughResultDTOState
Clears the current state.
clear() - Method in interface com.activeviam.tech.aggregation.api.history.IHistory
Clears the data stored in this history.
clear() - Method in interface com.activeviam.tech.core.api.collections.IRangeUnion
Sets as empty.
clear() - Method in interface com.activeviam.tech.core.api.registry.IPlugin
Removes all the values from the Plugin's instance.
clear() - Method in class com.activeviam.tech.dictionaries.avinternal.Dictionary
 
clear() - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary
Clears the whole content of the dictionary.
clear() - Method in interface com.activeviam.tech.records.api.IWritableRecordBlock
Clears the content of this block.
clear() - Method in interface com.qfs.repository.IRepositoryCacheService
Clear the repository cache.
clear() - Method in interface com.qfs.snl.alerts.IAlertCache
Empty this cache.
clear() - Method in class com.qfs.snl.alerts.impl.AlertCache
 
clear() - Method in class com.qfs.snl.events.impl.EventCache
 
clear(HierarchyIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
Returns this builder with the restrictions on the given hierarchy removed.
clear(IHierarchyInfo) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
clear(IActiveViamProperty) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyRegistry
Resets the value of a property.
clear(IActiveViamProperty) - Static method in class com.activeviam.tech.core.api.properties.PropertyRegistry
Resets the value of a property.
clear(String) - Method in interface com.qfs.repository.IRepositoryCacheService
Clear all the points values associated to the input pivot.
clear(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
clear(Map<String, String>) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
Removes from a context value repository the data associated with this context value translator.
clearAlerts(long, boolean) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear alerts associated to a specific monitor.
clearAlerts(long, boolean) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearAlerts(List<Long>) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
Clear all alerts associated to a list of events.
clearBranch(String) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
clearBranch(String) - Method in interface com.qfs.repository.IRepositoryCacheService
Clears the cache for a given branch.
clearBranch(String, String) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
clearBranch(String, String) - Method in interface com.qfs.repository.IRepositoryCacheService
Clears the cache for a given pivot on a specific branch.
clearCache() - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
Clear the cache content.
clearDb() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Clear the underlying database.
clearEvent(long) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
Clear a specific event from the database, as well as all alerts associated to it.
clearEventHandlers() - Method in interface com.activeviam.tech.observability.api.health.IHealthEventDispatcher
Removes all the handlers from this dispatcher.
clearEvents(long) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear all events associated to a specific monitor regardless of their timestamp, as well as the alerts associated to them.
clearEvents(long) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearEvents(long, TimePeriod) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear all events associated to a specific monitor for a given time period, as well as the corresponding alerts.
clearEvents(long, TimePeriod) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearEvents(String, TimePeriod) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear all events of a given time period linked to any monitors on the specified site, as well as their associated alerts.
clearEvents(String, TimePeriod) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearEvents(List<Long>) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear a list of events from the database, as well as all alerts associated to them.
clearEvents(List<Long>) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearEventsHistory() - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear events and their associated alerts from the database for every monitor, keeping only the latest one for each active distinct resource in each monitor.
clearEventsHistory() - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearEventsHistory(String) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear the events and their associated alerts for all monitors on a particular site, keeping only the latest event for each active distinct resource in each monitor.
clearEventsHistory(String) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearEventsHistory(String, long) - Method in interface com.qfs.snl.persistence.IMaintenanceService
Clear the events and their associated alerts for a particular monitor, keeping only the latest one for each active distinct resource.
clearEventsHistory(String, long) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
 
clearHandlers() - Static method in interface com.activeviam.tech.observability.api.health.IHealthEventDispatcher
Remove all the handlers from the dispatcher IHealthEventDispatcher.INSTANCE.
clearSecurityDetails() - Method in interface com.activeviam.tech.core.api.security.ISecurityFacade
Clears the security details associated with the given thread, reverting them to the value they had before the last call to ISecurityFacade.setSecurityDetails(com.activeviam.tech.core.api.security.ISecurityDetails) (possibly null, meaning that this thread becomes unauthentified).
clearSecurityDetails() - Method in class com.activeviam.web.spring.api.security.SpringSecurityFacade
 
clearTask(String) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
clearTask(String) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Clear all information related to the user task matching the input taskId.
clearUserContexts() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IActivePivotContinuousQuery
This method has to be called after the execution of static queries over an ActivePivot instance.
clock() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
[Bean] Time supplier providing the time reference.
clone() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties
 
clone() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryExecution
 
clone() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IUserAuthentication
 
clone() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
Deep clone of the sub cube properties.
clone() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisMember
 
clone() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureMember
 
clone() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotDescription
 
clone() - Method in interface com.activeviam.activepivot.core.intf.api.description.IJoinMeasureDescription
 
clone() - Method in interface com.activeviam.activepivot.core.intf.api.description.IPostProcessorDescription
 
clone() - Method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.IQueryBasedCubeRestriction
 
clone() - Method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ISecurityCubeRestriction
 
clone() - Method in interface com.activeviam.activepivot.core.intf.api.IIntersectable
Returns a clone of this object, that will be used to create the object returned by IIntersectable.intersect(Object).
clone() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
clone() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
clone() - Method in interface com.activeviam.tech.core.api.util.IClone
This method is very similar to the one used by Object except that it returns the real class.
cloneOnHeap() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
cloneOnHeap() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
cloneOnHeap() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Clones this vector.
cloneWithMembers(List<? extends IMember>) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
 
cloneWithMembers(List<? extends IMember>) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Clones this hierarchy's structure without copying its members, and populates the clone with the given members.
cloneWithMembers(List<? extends IMember>) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
 
cloneWithReadOnlyProperty(boolean) - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseFieldDescription
Creates a new copy of the field description with a new readOnly value.
close() - Method in class com.activeviam.activepivot.core.datastore.api.builder.ApplicationWithDatastore
 
close() - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Stops the component.
close() - Method in interface com.activeviam.database.datastore.api.IDatastore
Stops the datastore.
close() - Method in class com.activeviam.directquery.api.DirectQueryConnector
 
close() - Method in class com.activeviam.directquery.application.api.Application
Closes the application.
close() - Method in class com.activeviam.source.common.api.impl.WatcherService
Stop the watcher thread.
close() - Method in class com.activeviam.source.csv.api.ACsvTopic
 
close() - Method in class com.activeviam.source.csv.api.AFileSystemCsvTopic
 
close() - Method in class com.activeviam.source.csv.api.FileSystemCsvTopicFactory
Closes the watcher service created by this factory.
close() - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic.PreparedStatementHolder
Deprecated.
 
close() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Closes this history.
close() - Method in interface com.activeviam.tech.records.api.ICursor
 
close() - Method in class com.qfs.snl.agent.impl.MonitoringService
To be called on application stop.
close() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
closeCallback(Runnable) - Method in class com.activeviam.source.csv.api.CsvSourceBuilder
Sets the callback that will be called upon csv source closure.
CLOSEST - Static variable in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.FieldsCollisionHandler
If two fields have the same name and one is reachable from the other using references, the closest one (i.e. the one from which references can be used to reach the other one) is kept.
CLOUD - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger name for all the events related to data retrieval from cloud sources.
CLOUD_COMMON - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger name for all the events related to the inner workings of cloud data retrieval.
CLOUD_COMMON_LOGGER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
CLOUD_FILE_SEPARATOR - Static variable in interface com.activeviam.cloud.common.api.entity.ICloudDirectory
File separator used by the cloud storage.
CLOUD_LOGGER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger with SourceLoggerConstants.CLOUD name.
CloudDirectoryCsvTopic<EntityT> - Class in com.activeviam.cloud.common.api.source.csv.impl
Topic based on the content of an ICloudDirectory.
CloudDirectoryCsvTopic(String, ICsvParserConfiguration, ICloudCsvDataProviderFactory<EntityT>, ICloudDirectory<EntityT>, String) - Constructor for class com.activeviam.cloud.common.api.source.csv.impl.CloudDirectoryCsvTopic
Constructor for topic without update.
CloudDirectoryCsvTopic(String, ICsvParserConfiguration, ICloudCsvDataProviderFactory<EntityT>, ICloudDirectory<EntityT>, String, int) - Constructor for class com.activeviam.cloud.common.api.source.csv.impl.CloudDirectoryCsvTopic
Constructor for topic with updates.
CloudDirectoryCsvTopic(String, ICsvParserConfiguration, ICloudCsvDataProviderFactory<EntityT>, ICloudDirectory<EntityT>, Pattern, int) - Constructor for class com.activeviam.cloud.common.api.source.csv.impl.CloudDirectoryCsvTopic
Constructor for topic with updates.
CloudEntityCsvTopic<EntityT> - Class in com.activeviam.cloud.common.api.source.csv.impl
Topic based on the content of a remote entity.
CloudEntityCsvTopic(String, ICsvParserConfiguration, ICloudCsvDataProviderFactory<EntityT>, ICloudEntityPath<EntityT>) - Constructor for class com.activeviam.cloud.common.api.source.csv.impl.CloudEntityCsvTopic
Constructor for topic without update.
CloudEntityCsvTopic(String, ICsvParserConfiguration, ICloudCsvDataProviderFactory<EntityT>, ICloudEntityPath<EntityT>, int) - Constructor for class com.activeviam.cloud.common.api.source.csv.impl.CloudEntityCsvTopic
Constructor for topic with updates.
CloudFetchingConfig - Class in com.activeviam.cloud.common.api
Configuration to download files from the cloud.
CloudFetchingConfig(int) - Constructor for class com.activeviam.cloud.common.api.CloudFetchingConfig
Deprecated, for removal: This API element is subject to removal in a future version.
CloudFetchingConfig(int, int, int) - Constructor for class com.activeviam.cloud.common.api.CloudFetchingConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Use CloudFetchingConfig.builder() instead, this constructor will be made private.
CloudFetchingConfig.CloudFetchingConfigBuilder - Class in com.activeviam.cloud.common.api
 
CloudFetchingConfigBuilder() - Constructor for class com.activeviam.cloud.common.api.CloudFetchingConfig.CloudFetchingConfigBuilder
 
CloudMultipleEntitiesCsvTopic<EntityT> - Class in com.activeviam.cloud.common.api.source.csv.impl
Topic based on the content of several remote entity files.
CloudMultipleEntitiesCsvTopic(String, ICsvParserConfiguration, ICloudCsvDataProviderFactory<EntityT>, Set<ICloudEntityPath<EntityT>>) - Constructor for class com.activeviam.cloud.common.api.source.csv.impl.CloudMultipleEntitiesCsvTopic
Constructor for topic without update.
CloudMultipleEntitiesCsvTopic(String, ICsvParserConfiguration, ICloudCsvDataProviderFactory<EntityT>, Set<ICloudEntityPath<EntityT>>, int) - Constructor for class com.activeviam.cloud.common.api.source.csv.impl.CloudMultipleEntitiesCsvTopic
Constructor for topic with updates.
clusteringFieldNames(Set<String>) - Method in interface com.activeviam.directquery.api.schema.ATableDescription.IGenericTableDescriptionBuilder
Sets the clustering fields.
clusteringFieldNames(Set<String>) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IBuildableMultiRowVectorTableDescriptionBuilder
Sets the clustering fields.
clusteringFieldNames(Set<String>) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
 
clusteringFieldNames(Set<String>) - Method in interface com.activeviam.directquery.api.schema.TableDescription.IBuildableTableDescriptionBuilder
Sets the clustering fields.
clusteringFieldNames(Set<String>) - Method in interface com.activeviam.directquery.api.schema.TableDescription.ITableDescriptionBuilder
 
clusterMemberId(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The cluster member id.
CODE - Static variable in exception class com.activeviam.tech.core.api.exceptions.service.BadArgumentException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE - Static variable in exception class com.activeviam.tech.core.api.exceptions.service.ConflictException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE - Static variable in exception class com.activeviam.tech.core.api.exceptions.service.ForbiddenAccessException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE - Static variable in exception class com.activeviam.tech.core.api.exceptions.service.InternalServiceException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE - Static variable in exception class com.activeviam.tech.core.api.exceptions.service.NotFoundException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE - Static variable in exception class com.activeviam.tech.core.api.exceptions.service.NotImplementedException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE - Static variable in exception class com.activeviam.tech.core.api.exceptions.service.PaymentRequiredException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE - Static variable in exception class com.activeviam.tech.core.api.exceptions.service.ServiceDependencyException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE - Static variable in exception class com.activeviam.tech.core.api.exceptions.service.ServiceUnavailableException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE - Static variable in exception class com.activeviam.tech.core.api.exceptions.service.TimeoutException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE - Static variable in exception class com.activeviam.tech.core.api.exceptions.service.UnauthorizedAccessException
The code that uniquely identifies this exception (inspired from HTTP codes).
CODE_GENERATION - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to code generation.
CODE_GENERATION_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to code generation.
collect() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
collect() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
collectAdditionalSpanAttributes(BiConsumer<String, String>) - Method in interface com.activeviam.tech.core.api.query.IQuery
Collects custom span attributes.
COLLECTIBLE_QUERY_TYPE_OPTION_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The property to specify which query type can be collected.
COLUMN_FORMATTERS_PROPERTY - Static variable in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonOutputConfiguration
Property to define the column formatters to use.
COLUMN_NAME_PROPERTY - Static variable in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonOutputConfiguration
Property to define the column name on which to apply one formatter.
ColumnCalculationContext<ContextT> - Class in com.activeviam.source.common.api.impl
The actual implementation of a IColumnCalculator.IColumnCalculationContext.
ColumnCalculationContext(IColumnCalculator<ContextT>[], Map<String, Integer>) - Constructor for class com.activeviam.source.common.api.impl.ColumnCalculationContext
Constructor.
com.activeviam.activepivot.copper.api - package com.activeviam.activepivot.copper.api
 
com.activeviam.activepivot.copper.api.experimental.database - package com.activeviam.activepivot.copper.api.experimental.database
 
com.activeviam.activepivot.core.datastore.api.builder - package com.activeviam.activepivot.core.datastore.api.builder
 
com.activeviam.activepivot.core.ext.api.cube.hierarchy.impl - package com.activeviam.activepivot.core.ext.api.cube.hierarchy.impl
 
com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl - package com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl
 
com.activeviam.activepivot.core.ext.api.postprocessing.directquery - package com.activeviam.activepivot.core.ext.api.postprocessing.directquery
 
com.activeviam.activepivot.core.ext.api.postprocessing.fwk - package com.activeviam.activepivot.core.ext.api.postprocessing.fwk
 
com.activeviam.activepivot.core.ext.api.postprocessing.impl - package com.activeviam.activepivot.core.ext.api.postprocessing.impl
 
com.activeviam.activepivot.core.ext.api.query.result.impl - package com.activeviam.activepivot.core.ext.api.query.result.impl
 
com.activeviam.activepivot.core.intf.api - package com.activeviam.activepivot.core.intf.api
 
com.activeviam.activepivot.core.intf.api.contextvalues - package com.activeviam.activepivot.core.intf.api.contextvalues
 
com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough - package com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough
 
com.activeviam.activepivot.core.intf.api.contextvalues.mdx - package com.activeviam.activepivot.core.intf.api.contextvalues.mdx
 
com.activeviam.activepivot.core.intf.api.contextvalues.subcube - package com.activeviam.activepivot.core.intf.api.contextvalues.subcube
 
com.activeviam.activepivot.core.intf.api.copper - package com.activeviam.activepivot.core.intf.api.copper
 
com.activeviam.activepivot.core.intf.api.cube - package com.activeviam.activepivot.core.intf.api.cube
 
com.activeviam.activepivot.core.intf.api.cube.hierarchy - package com.activeviam.activepivot.core.intf.api.cube.hierarchy
 
com.activeviam.activepivot.core.intf.api.cube.metadata - package com.activeviam.activepivot.core.intf.api.cube.metadata
 
com.activeviam.activepivot.core.intf.api.description - package com.activeviam.activepivot.core.intf.api.description
ActivePivot definitions implementations
com.activeviam.activepivot.core.intf.api.description.builder - package com.activeviam.activepivot.core.intf.api.description.builder
 
com.activeviam.activepivot.core.intf.api.description.builder.dimension - package com.activeviam.activepivot.core.intf.api.description.builder.dimension
 
com.activeviam.activepivot.core.intf.api.description.builder.distributed - package com.activeviam.activepivot.core.intf.api.description.builder.distributed
 
com.activeviam.activepivot.core.intf.api.experimental.context.filter - package com.activeviam.activepivot.core.intf.api.experimental.context.filter
 
com.activeviam.activepivot.core.intf.api.location - package com.activeviam.activepivot.core.intf.api.location
 
com.activeviam.activepivot.core.intf.api.mdx - package com.activeviam.activepivot.core.intf.api.mdx
 
com.activeviam.activepivot.core.intf.api.postprocessing - package com.activeviam.activepivot.core.intf.api.postprocessing
 
com.activeviam.activepivot.core.intf.api.query - package com.activeviam.activepivot.core.intf.api.query
 
com.activeviam.activepivot.core.intf.api.query.drillthrough - package com.activeviam.activepivot.core.intf.api.query.drillthrough
 
com.activeviam.activepivot.core.intf.api.query.realtime - package com.activeviam.activepivot.core.intf.api.query.realtime
 
com.activeviam.activepivot.core.intf.api.query.result - package com.activeviam.activepivot.core.intf.api.query.result
 
com.activeviam.activepivot.core.intf.api.realtime - package com.activeviam.activepivot.core.intf.api.realtime
 
com.activeviam.activepivot.core.intf.avinternal.procedure - package com.activeviam.activepivot.core.intf.avinternal.procedure
 
com.activeviam.activepivot.dist.impl.api.cube - package com.activeviam.activepivot.dist.impl.api.cube
 
com.activeviam.activepivot.dist.impl.api.distribution - package com.activeviam.activepivot.dist.impl.api.distribution
 
com.activeviam.activepivot.dist.impl.api.messenger.netty - package com.activeviam.activepivot.dist.impl.api.messenger.netty
 
com.activeviam.activepivot.dist.impl.api.postprocessing - package com.activeviam.activepivot.dist.impl.api.postprocessing
 
com.activeviam.activepivot.dist.impl.avinternal.distribution - package com.activeviam.activepivot.dist.impl.avinternal.distribution
 
com.activeviam.activepivot.dist.impl.avinternal.messenger - package com.activeviam.activepivot.dist.impl.avinternal.messenger
 
com.activeviam.activepivot.dist.impl.avinternal.messenger.message - package com.activeviam.activepivot.dist.impl.avinternal.messenger.message
 
com.activeviam.activepivot.mdx.impl.api.formatting - package com.activeviam.activepivot.mdx.impl.api.formatting
 
com.activeviam.activepivot.mdx.intf.api - package com.activeviam.activepivot.mdx.intf.api
 
com.activeviam.activepivot.mdx.intf.api.formatting - package com.activeviam.activepivot.mdx.intf.api.formatting
 
com.activeviam.activepivot.server.impl.api.database - package com.activeviam.activepivot.server.impl.api.database
 
com.activeviam.activepivot.server.impl.api.database.config - package com.activeviam.activepivot.server.impl.api.database.config
 
com.activeviam.activepivot.server.impl.api.dataexport - package com.activeviam.activepivot.server.impl.api.dataexport
 
com.activeviam.activepivot.server.impl.api.query - package com.activeviam.activepivot.server.impl.api.query
 
com.activeviam.activepivot.server.impl.api.rest.database - package com.activeviam.activepivot.server.impl.api.rest.database
 
com.activeviam.activepivot.server.impl.api.security - package com.activeviam.activepivot.server.impl.api.security
 
com.activeviam.activepivot.server.intf.api.database - package com.activeviam.activepivot.server.intf.api.database
 
com.activeviam.activepivot.server.intf.api.database.config - package com.activeviam.activepivot.server.intf.api.database.config
 
com.activeviam.activepivot.server.intf.api.dataexport - package com.activeviam.activepivot.server.intf.api.dataexport
 
com.activeviam.activepivot.server.intf.api.discovery - package com.activeviam.activepivot.server.intf.api.discovery
Package containing classes representing the structure of Atoti applications.
com.activeviam.activepivot.server.intf.api.dto - package com.activeviam.activepivot.server.intf.api.dto
 
com.activeviam.activepivot.server.intf.api.entitlements - package com.activeviam.activepivot.server.intf.api.entitlements
 
com.activeviam.activepivot.server.intf.api.observability - package com.activeviam.activepivot.server.intf.api.observability
 
com.activeviam.activepivot.server.intf.api.query - package com.activeviam.activepivot.server.intf.api.query
 
com.activeviam.activepivot.server.intf.api.rest - package com.activeviam.activepivot.server.intf.api.rest
 
com.activeviam.activepivot.server.intf.api.security - package com.activeviam.activepivot.server.intf.api.security
 
com.activeviam.activepivot.server.intf.api.streaming - package com.activeviam.activepivot.server.intf.api.streaming
 
com.activeviam.activepivot.server.intf.api.webservices - package com.activeviam.activepivot.server.intf.api.webservices
 
com.activeviam.activepivot.server.json.api - package com.activeviam.activepivot.server.json.api
Package containing all the public objects used as parts of the JSON responses of the server, either via the REST APIs or the WS endpoints.
com.activeviam.activepivot.server.json.api.branch - package com.activeviam.activepivot.server.json.api.branch
 
com.activeviam.activepivot.server.json.api.cellset - package com.activeviam.activepivot.server.json.api.cellset
 
com.activeviam.activepivot.server.json.api.configuration - package com.activeviam.activepivot.server.json.api.configuration
 
com.activeviam.activepivot.server.json.api.database - package com.activeviam.activepivot.server.json.api.database
 
com.activeviam.activepivot.server.json.api.dataexport - package com.activeviam.activepivot.server.json.api.dataexport
 
com.activeviam.activepivot.server.json.api.discovery - package com.activeviam.activepivot.server.json.api.discovery
Package containing classes representing the structure of Atoti applications.
com.activeviam.activepivot.server.json.api.drillthrough - package com.activeviam.activepivot.server.json.api.drillthrough
 
com.activeviam.activepivot.server.json.api.query - package com.activeviam.activepivot.server.json.api.query
 
com.activeviam.activepivot.server.json.api.queryplan - package com.activeviam.activepivot.server.json.api.queryplan
 
com.activeviam.activepivot.server.json.api.streaming - package com.activeviam.activepivot.server.json.api.streaming
 
com.activeviam.activepivot.server.spring.api.config - package com.activeviam.activepivot.server.spring.api.config
 
com.activeviam.activepivot.server.spring.api.content - package com.activeviam.activepivot.server.spring.api.content
 
com.activeviam.activepivot.server.spring.api.security.builders - package com.activeviam.activepivot.server.spring.api.security.builders
 
com.activeviam.activepivot.server.spring.api.service - package com.activeviam.activepivot.server.spring.api.service
 
com.activeviam.activepivot.xmla.intf.api - package com.activeviam.activepivot.xmla.intf.api
 
com.activeviam.apm.api.logging - package com.activeviam.apm.api.logging
 
com.activeviam.cloud.aws.api.s3.entity - package com.activeviam.cloud.aws.api.s3.entity
 
com.activeviam.cloud.aws.api.s3.entity.impl - package com.activeviam.cloud.aws.api.s3.entity.impl
 
com.activeviam.cloud.aws.api.source.csv - package com.activeviam.cloud.aws.api.source.csv
 
com.activeviam.cloud.azure.api.source.csv - package com.activeviam.cloud.azure.api.source.csv
 
com.activeviam.cloud.azure.api.storage.entity - package com.activeviam.cloud.azure.api.storage.entity
 
com.activeviam.cloud.azure.api.storage.entity.impl - package com.activeviam.cloud.azure.api.storage.entity.impl
 
com.activeviam.cloud.common.api - package com.activeviam.cloud.common.api
 
com.activeviam.cloud.common.api.entity - package com.activeviam.cloud.common.api.entity
 
com.activeviam.cloud.common.api.entity.impl - package com.activeviam.cloud.common.api.entity.impl
 
com.activeviam.cloud.common.api.source.csv - package com.activeviam.cloud.common.api.source.csv
 
com.activeviam.cloud.common.api.source.csv.impl - package com.activeviam.cloud.common.api.source.csv.impl
 
com.activeviam.cloud.google.api.source.csv - package com.activeviam.cloud.google.api.source.csv
 
com.activeviam.cloud.google.api.storage - package com.activeviam.cloud.google.api.storage
 
com.activeviam.cloud.google.api.storage.impl - package com.activeviam.cloud.google.api.storage.impl
 
com.activeviam.database.datastore.api - package com.activeviam.database.datastore.api
 
com.activeviam.database.datastore.api.condition - package com.activeviam.database.datastore.api.condition
 
com.activeviam.database.datastore.api.condition.impl - package com.activeviam.database.datastore.api.condition.impl
 
com.activeviam.database.datastore.api.description - package com.activeviam.database.datastore.api.description
 
com.activeviam.database.datastore.api.description.impl - package com.activeviam.database.datastore.api.description.impl
 
com.activeviam.database.datastore.api.observability - package com.activeviam.database.datastore.api.observability
 
com.activeviam.database.datastore.api.observability.impl - package com.activeviam.database.datastore.api.observability.impl
 
com.activeviam.database.datastore.api.transaction - package com.activeviam.database.datastore.api.transaction
 
com.activeviam.database.datastore.api.transaction.stats - package com.activeviam.database.datastore.api.transaction.stats
 
com.activeviam.database.datastore.api.type.impl - package com.activeviam.database.datastore.api.type.impl
 
com.activeviam.database.sql.api - package com.activeviam.database.sql.api
 
com.activeviam.database.sql.api.query - package com.activeviam.database.sql.api.query
 
com.activeviam.database.sql.api.schema - package com.activeviam.database.sql.api.schema
 
com.activeviam.directquery.api - package com.activeviam.directquery.api
 
com.activeviam.directquery.api.cache - package com.activeviam.directquery.api.cache
 
com.activeviam.directquery.api.discoverer - package com.activeviam.directquery.api.discoverer
 
com.activeviam.directquery.api.jmx - package com.activeviam.directquery.api.jmx
 
com.activeviam.directquery.api.schema - package com.activeviam.directquery.api.schema
 
com.activeviam.directquery.api.schema.utils - package com.activeviam.directquery.api.schema.utils
 
com.activeviam.directquery.api.validator - package com.activeviam.directquery.api.validator
 
com.activeviam.directquery.application.api - package com.activeviam.directquery.application.api
 
com.activeviam.directquery.application.api.refresh - package com.activeviam.directquery.application.api.refresh
 
com.activeviam.directquery.application.api.refresh.condition - package com.activeviam.directquery.application.api.refresh.condition
 
com.activeviam.directquery.application.api.spring - package com.activeviam.directquery.application.api.spring
 
com.activeviam.source.common.api - package com.activeviam.source.common.api
 
com.activeviam.source.common.api.impl - package com.activeviam.source.common.api.impl
 
com.activeviam.source.common.api.report - package com.activeviam.source.common.api.report
 
com.activeviam.source.common.api.report.impl - package com.activeviam.source.common.api.report.impl
 
com.activeviam.source.common.api.translator - package com.activeviam.source.common.api.translator
 
com.activeviam.source.csv.api - package com.activeviam.source.csv.api
 
com.activeviam.source.csv.api.observability - package com.activeviam.source.csv.api.observability
 
com.activeviam.source.csv.api.report - package com.activeviam.source.csv.api.report
 
com.activeviam.source.csv.api.translator - package com.activeviam.source.csv.api.translator
 
com.activeviam.source.jdbc.api - package com.activeviam.source.jdbc.api
 
com.activeviam.source.jdbc.api.calculator - package com.activeviam.source.jdbc.api.calculator
 
com.activeviam.source.jdbc.api.impl - package com.activeviam.source.jdbc.api.impl
 
com.activeviam.source.jdbc.api.observability - package com.activeviam.source.jdbc.api.observability
 
com.activeviam.source.jdbc.api.report - package com.activeviam.source.jdbc.api.report
 
com.activeviam.source.jdbc.api.topic - package com.activeviam.source.jdbc.api.topic
 
com.activeviam.source.keyvalue.api - package com.activeviam.source.keyvalue.api
 
com.activeviam.source.keyvalue.api.calculator.impl - package com.activeviam.source.keyvalue.api.calculator.impl
 
com.activeviam.source.keyvalue.api.conversion - package com.activeviam.source.keyvalue.api.conversion
 
com.activeviam.source.keyvalue.api.impl - package com.activeviam.source.keyvalue.api.impl
 
com.activeviam.springboot.atoti.admin.ui.starter.api - package com.activeviam.springboot.atoti.admin.ui.starter.api
 
com.activeviam.springboot.atoti.server.starter.api - package com.activeviam.springboot.atoti.server.starter.api
 
com.activeviam.springboot.atoti.server.starter.apm.api - package com.activeviam.springboot.atoti.server.starter.apm.api
 
com.activeviam.springboot.atoti.ui.starter.api - package com.activeviam.springboot.atoti.ui.starter.api
 
com.activeviam.tech.aggregation.api - package com.activeviam.tech.aggregation.api
 
com.activeviam.tech.aggregation.api.history - package com.activeviam.tech.aggregation.api.history
 
com.activeviam.tech.aggregation.api.impl - package com.activeviam.tech.aggregation.api.impl
 
com.activeviam.tech.aggregation.api.udaf - package com.activeviam.tech.aggregation.api.udaf
 
com.activeviam.tech.chunks.api - package com.activeviam.tech.chunks.api
 
com.activeviam.tech.chunks.api.arrays - package com.activeviam.tech.chunks.api.arrays
 
com.activeviam.tech.chunks.api.table - package com.activeviam.tech.chunks.api.table
 
com.activeviam.tech.chunks.api.types - package com.activeviam.tech.chunks.api.types
 
com.activeviam.tech.chunks.api.vectors - package com.activeviam.tech.chunks.api.vectors
 
com.activeviam.tech.chunks.api.vectors.impl - package com.activeviam.tech.chunks.api.vectors.impl
 
com.activeviam.tech.chunks.api.vectors.util - package com.activeviam.tech.chunks.api.vectors.util
 
com.activeviam.tech.concurrency.api - package com.activeviam.tech.concurrency.api
 
com.activeviam.tech.concurrency.api.interrupt - package com.activeviam.tech.concurrency.api.interrupt
 
com.activeviam.tech.contentserver.spring.api - package com.activeviam.tech.contentserver.spring.api
 
com.activeviam.tech.contentserver.spring.api.config - package com.activeviam.tech.contentserver.spring.api.config
 
com.activeviam.tech.contentserver.spring.api.rest - package com.activeviam.tech.contentserver.spring.api.rest
 
com.activeviam.tech.contentserver.storage.api - package com.activeviam.tech.contentserver.storage.api
 
com.activeviam.tech.contentserver.storage.api.builder - package com.activeviam.tech.contentserver.storage.api.builder
 
com.activeviam.tech.core.api.agent - package com.activeviam.tech.core.api.agent
 
com.activeviam.tech.core.api.annotations - package com.activeviam.tech.core.api.annotations
 
com.activeviam.tech.core.api.cell - package com.activeviam.tech.core.api.cell
 
com.activeviam.tech.core.api.collections - package com.activeviam.tech.core.api.collections
 
com.activeviam.tech.core.api.exceptions - package com.activeviam.tech.core.api.exceptions
 
com.activeviam.tech.core.api.exceptions.service - package com.activeviam.tech.core.api.exceptions.service
 
com.activeviam.tech.core.api.filtering - package com.activeviam.tech.core.api.filtering
Filtering is done when we need a service to concentrate only on a subset of objects in a set or a stream of objects and disregard the unwanted ones.
com.activeviam.tech.core.api.filtering.impl - package com.activeviam.tech.core.api.filtering.impl
 
com.activeviam.tech.core.api.format - package com.activeviam.tech.core.api.format
 
com.activeviam.tech.core.api.function - package com.activeviam.tech.core.api.function
 
com.activeviam.tech.core.api.logger - package com.activeviam.tech.core.api.logger
 
com.activeviam.tech.core.api.memory - package com.activeviam.tech.core.api.memory
 
com.activeviam.tech.core.api.ordering - package com.activeviam.tech.core.api.ordering
 
com.activeviam.tech.core.api.properties - package com.activeviam.tech.core.api.properties
 
com.activeviam.tech.core.api.property - package com.activeviam.tech.core.api.property
 
com.activeviam.tech.core.api.property.impl - package com.activeviam.tech.core.api.property.impl
 
com.activeviam.tech.core.api.query - package com.activeviam.tech.core.api.query
 
com.activeviam.tech.core.api.query.impl - package com.activeviam.tech.core.api.query.impl
 
com.activeviam.tech.core.api.query.realtime - package com.activeviam.tech.core.api.query.realtime
 
com.activeviam.tech.core.api.registry - package com.activeviam.tech.core.api.registry
 
com.activeviam.tech.core.api.registry.impl - package com.activeviam.tech.core.api.registry.impl
 
com.activeviam.tech.core.api.security - package com.activeviam.tech.core.api.security
 
com.activeviam.tech.core.api.time - package com.activeviam.tech.core.api.time
 
com.activeviam.tech.core.api.tracking - package com.activeviam.tech.core.api.tracking
 
com.activeviam.tech.core.api.util - package com.activeviam.tech.core.api.util
 
com.activeviam.tech.core.api.version - package com.activeviam.tech.core.api.version
 
com.activeviam.tech.dictionaries.api - package com.activeviam.tech.dictionaries.api
 
com.activeviam.tech.dictionaries.avinternal - package com.activeviam.tech.dictionaries.avinternal
 
com.activeviam.tech.excel.addin.service.api - package com.activeviam.tech.excel.addin.service.api
 
com.activeviam.tech.mvcc.api - package com.activeviam.tech.mvcc.api
 
com.activeviam.tech.mvcc.api.exceptions - package com.activeviam.tech.mvcc.api.exceptions
 
com.activeviam.tech.mvcc.api.ordering - package com.activeviam.tech.mvcc.api.ordering
 
com.activeviam.tech.mvcc.api.policy - package com.activeviam.tech.mvcc.api.policy
 
com.activeviam.tech.mvcc.api.security - package com.activeviam.tech.mvcc.api.security
 
com.activeviam.tech.mvcc.api.security.impl - package com.activeviam.tech.mvcc.api.security.impl
 
com.activeviam.tech.numalib.api - package com.activeviam.tech.numalib.api
 
com.activeviam.tech.observability.api - package com.activeviam.tech.observability.api
 
com.activeviam.tech.observability.api.health - package com.activeviam.tech.observability.api.health
 
com.activeviam.tech.observability.api.memory - package com.activeviam.tech.observability.api.memory
 
com.activeviam.tech.partitioning.api - package com.activeviam.tech.partitioning.api
 
com.activeviam.tech.partitioning.api.builder - package com.activeviam.tech.partitioning.api.builder
 
com.activeviam.tech.partitioning.api.function - package com.activeviam.tech.partitioning.api.function
 
com.activeviam.tech.partitioning.api.function.impl - package com.activeviam.tech.partitioning.api.function.impl
 
com.activeviam.tech.partitioning.api.node - package com.activeviam.tech.partitioning.api.node
 
com.activeviam.tech.partitioning.api.numa - package com.activeviam.tech.partitioning.api.numa
 
com.activeviam.tech.records.api - package com.activeviam.tech.records.api
 
com.activeviam.tech.streaming.impl.api - package com.activeviam.tech.streaming.impl.api
 
com.activeviam.tech.streaming.intf.api - package com.activeviam.tech.streaming.intf.api
 
com.activeviam.web.core.api - package com.activeviam.web.core.api
 
com.activeviam.web.core.api.websocket - package com.activeviam.web.core.api.websocket
 
com.activeviam.web.spring.api.config - package com.activeviam.web.spring.api.config
 
com.activeviam.web.spring.api.jwt - package com.activeviam.web.spring.api.jwt
 
com.activeviam.web.spring.api.security - package com.activeviam.web.spring.api.security
 
com.activeviam.web.spring.api.security.dsl - package com.activeviam.web.spring.api.security.dsl
 
com.qfs.pivot.mdx.compil.impl - package com.qfs.pivot.mdx.compil.impl
 
com.qfs.repository - package com.qfs.repository
 
com.qfs.repository.audit.impl - package com.qfs.repository.audit.impl
 
com.qfs.repository.cfg - package com.qfs.repository.cfg
 
com.qfs.repository.cfg.activepivot.impl - package com.qfs.repository.cfg.activepivot.impl
 
com.qfs.repository.cfg.impl - package com.qfs.repository.cfg.impl
 
com.qfs.repository.cfg.snl.impl - package com.qfs.repository.cfg.snl.impl
 
com.qfs.repository.config.impl - package com.qfs.repository.config.impl
 
com.qfs.repository.context - package com.qfs.repository.context
 
com.qfs.repository.context.impl - package com.qfs.repository.context.impl
 
com.qfs.repository.coordinates - package com.qfs.repository.coordinates
 
com.qfs.repository.coordinates.impl - package com.qfs.repository.coordinates.impl
 
com.qfs.repository.coordinates.util - package com.qfs.repository.coordinates.util
 
com.qfs.repository.dto - package com.qfs.repository.dto
 
com.qfs.repository.impl - package com.qfs.repository.impl
 
com.qfs.repository.mdx.impl - package com.qfs.repository.mdx.impl
 
com.qfs.repository.params - package com.qfs.repository.params
 
com.qfs.repository.params.impl - package com.qfs.repository.params.impl
 
com.qfs.repository.persistence - package com.qfs.repository.persistence
 
com.qfs.repository.persistence.impl - package com.qfs.repository.persistence.impl
 
com.qfs.repository.persistence.model - package com.qfs.repository.persistence.model
 
com.qfs.repository.persistence.model.impl - package com.qfs.repository.persistence.model.impl
 
com.qfs.repository.persistence.type.impl - package com.qfs.repository.persistence.type.impl
 
com.qfs.repository.restserver - package com.qfs.repository.restserver
 
com.qfs.repository.restserver.impl - package com.qfs.repository.restserver.impl
 
com.qfs.repository.rs - package com.qfs.repository.rs
 
com.qfs.repository.rs.impl - package com.qfs.repository.rs.impl
 
com.qfs.repository.util - package com.qfs.repository.util
 
com.qfs.repository.ws - package com.qfs.repository.ws
 
com.qfs.repository.ws.impl - package com.qfs.repository.ws.impl
 
com.qfs.snl - package com.qfs.snl
 
com.qfs.snl.activiti - package com.qfs.snl.activiti
 
com.qfs.snl.agent - package com.qfs.snl.agent
 
com.qfs.snl.agent.impl - package com.qfs.snl.agent.impl
 
com.qfs.snl.agent.mdx - package com.qfs.snl.agent.mdx
 
com.qfs.snl.agent.mdx.impl - package com.qfs.snl.agent.mdx.impl
 
com.qfs.snl.agent.service - package com.qfs.snl.agent.service
 
com.qfs.snl.agent.service.impl - package com.qfs.snl.agent.service.impl
 
com.qfs.snl.agent.util - package com.qfs.snl.agent.util
 
com.qfs.snl.alerts - package com.qfs.snl.alerts
 
com.qfs.snl.alerts.impl - package com.qfs.snl.alerts.impl
 
com.qfs.snl.audit.impl - package com.qfs.snl.audit.impl
 
com.qfs.snl.cfg - package com.qfs.snl.cfg
 
com.qfs.snl.cfg.activepivot.impl - package com.qfs.snl.cfg.activepivot.impl
 
com.qfs.snl.cfg.impl - package com.qfs.snl.cfg.impl
 
com.qfs.snl.data - package com.qfs.snl.data
 
com.qfs.snl.data.impl - package com.qfs.snl.data.impl
 
com.qfs.snl.dtos - package com.qfs.snl.dtos
 
com.qfs.snl.dtos.ws - package com.qfs.snl.dtos.ws
 
com.qfs.snl.events.impl - package com.qfs.snl.events.impl
 
com.qfs.snl.impl - package com.qfs.snl.impl
 
com.qfs.snl.kpis.impl - package com.qfs.snl.kpis.impl
 
com.qfs.snl.mdx - package com.qfs.snl.mdx
 
com.qfs.snl.mdx.impl - package com.qfs.snl.mdx.impl
 
com.qfs.snl.messages - package com.qfs.snl.messages
 
com.qfs.snl.messages.form - package com.qfs.snl.messages.form
 
com.qfs.snl.messages.form.impl - package com.qfs.snl.messages.form.impl
 
com.qfs.snl.messages.impl - package com.qfs.snl.messages.impl
 
com.qfs.snl.monitoring - package com.qfs.snl.monitoring
 
com.qfs.snl.monitoring.impl - package com.qfs.snl.monitoring.impl
 
com.qfs.snl.monitors - package com.qfs.snl.monitors
 
com.qfs.snl.monitors.impl - package com.qfs.snl.monitors.impl
 
com.qfs.snl.persistence - package com.qfs.snl.persistence
 
com.qfs.snl.persistence.cfg - package com.qfs.snl.persistence.cfg
 
com.qfs.snl.persistence.impl - package com.qfs.snl.persistence.impl
 
com.qfs.snl.persistence.type.impl - package com.qfs.snl.persistence.type.impl
 
com.qfs.snl.repository - package com.qfs.snl.repository
 
com.qfs.snl.repository.impl - package com.qfs.snl.repository.impl
 
com.qfs.snl.rs - package com.qfs.snl.rs
 
com.qfs.snl.rs.impl - package com.qfs.snl.rs.impl
 
com.qfs.snl.utils - package com.qfs.snl.utils
 
com.qfs.snl.utils.impl - package com.qfs.snl.utils.impl
 
com.qfs.snl.workflows - package com.qfs.snl.workflows
 
com.qfs.snl.workflows.impl - package com.qfs.snl.workflows.impl
 
com.qfs.snl.workflows.process - package com.qfs.snl.workflows.process
 
com.qfs.snl.workflows.process.impl - package com.qfs.snl.workflows.process.impl
 
com.qfs.snl.workflows.tasks - package com.qfs.snl.workflows.tasks
 
com.qfs.snl.workflows.tasks.impl - package com.qfs.snl.workflows.tasks.impl
 
com.qfs.snl.workflows.units - package com.qfs.snl.workflows.units
 
com.qfs.snl.workflows.units.impl - package com.qfs.snl.workflows.units.impl
 
com.qfs.snl.ws - package com.qfs.snl.ws
 
com.qfs.snl.ws.impl - package com.qfs.snl.ws.impl
 
combine(CopperMeasure...) - Static method in class com.activeviam.activepivot.copper.api.Copper
Combines several Copper measures then map them to obtain a new Copper measure which values are a combination of the values of the input measures.
combine(CopperElement...) - Static method in class com.activeviam.activepivot.copper.api.Copper
Combines several Copper elements (measures, levels, context values) then map them to obtain a new Copper object which can be used to create new single-level hierarchies.
CommentGenerator - Interface in com.activeviam.database.sql.api.query
Generator of comments to be injected within the SQL query.
commit(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
commit(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.repository.impl.RepositoryService
 
commit(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in interface com.qfs.repository.IRepositoryService
Commits a pending update, making it active.
commit(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
commit(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in interface com.qfs.repository.persistence.IPointValueDao
Commits a pending update, making it active.
commit(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
COMMIT_ACTION - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to define the commit action.
commitNew(IPointValue.IKey) - Method in class com.qfs.repository.persistence.impl.DbProcedure
Commits a new pending point value, turning it as active.
CommitStoreStream - Class in com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl
A stream that fires an empty event when a transaction is committed on the associated database store.
CommitStoreStream(IMultiVersionActivePivot, String) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.CommitStoreStream
Constructor for the registry.
commitTransaction() - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Commits the current transaction.
commitUpdate(IPointValue.IKey, IPointValue.IKey) - Method in class com.qfs.repository.persistence.impl.DbProcedure
Commits a pending point value, turning it as active from an existing point value.
COMMON - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger name for source-agnostic events related to data retrieval.
COMMON_LOGGER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
COMPANY - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
COMPARABLE_DESCENDING_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of Comparable in descending order.
COMPARABLE_MAX_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for the comparable max aggregation function.
COMPARABLE_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of Comparable in ascending order.
compare(IEpoch, IEpoch) - Method in class com.activeviam.tech.mvcc.api.ordering.EpochComparator
 
compare(IEpoch, IEpoch) - Method in class com.activeviam.tech.mvcc.api.ordering.ReverseEpochComparator
 
compare(ISentinelEvent, ISentinelEvent) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventComparator
 
compare(Object, Object) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.HierarchyComparator
 
compare(Object, Object) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.HierarchyComparator.LevelComparator
 
compare(Object, Object) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ReverseHierarchyComparator
 
compare(T, T) - Method in class com.activeviam.tech.core.api.ordering.CustomComparator
 
compareTo(IRepositoryResult) - Method in class com.qfs.repository.dto.RepositoryResultDto
 
compareTo(IRepositoryResult) - Method in class com.qfs.repository.impl.RepositoryResult
 
ComparisonMatchingCondition - Class in com.activeviam.tech.core.api.filtering.impl
Base class for comparison matching conditions.
compile(JsonNode, IConditionContext, IServiceJsonHelper) - Method in interface com.activeviam.activepivot.server.impl.api.database.IConditionFactory
Compiles a JsonNode into a datastore condition.
compileFor(Class<T>) - Method in interface com.activeviam.tech.core.api.property.ICompilableProperty
Compile a property instance specifically for a target class.
compileFor(Class<T>) - Method in class com.activeviam.tech.core.api.property.impl.Property
Compile a property instance specifically for a target class.
compileQuery(String[], String[]) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IDatabaseRetrievalResult
Compiles a query on this result, to retrieve a list of fields based on a conditional query.
complete() - Method in class com.qfs.snl.workflows.impl.WorkflowProcess
Notifies the wrapper that the process completes.
complete(IUserTask) - Method in interface com.qfs.snl.workflows.ITaskPublisher
Notifies of the completion of a task.
complete(IUserTask) - Method in class com.qfs.snl.workflows.tasks.impl.AMessageTaskPublisher
 
CompletedWorkflowProcess - Class in com.qfs.snl.workflows.impl
Class implementing a workflow process.
CompletedWorkflowProcess(ProcessInstance, IWorkflowPayload) - Constructor for class com.qfs.snl.workflows.impl.CompletedWorkflowProcess
Constructor.
componentType - Variable in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
The underlying component type of this vector.
compose(FloatUnaryOperator) - Method in interface com.activeviam.tech.core.api.function.FloatUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(IActiveViamPropertyResolver...) - Static method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyResolver
Creates a single IActiveViamPropertyResolver from a list of resolvers.
CompositeStoreMessageChannel<I,E> - Class in com.activeviam.source.common.api.impl
Message channel composed of several message channels of the same family.
CompositeStoreMessageChannel(List<? extends IMessageChannel<I, E>>) - Constructor for class com.activeviam.source.common.api.impl.CompositeStoreMessageChannel
Constructor.
CompositeUserDetailsService - Class in com.activeviam.web.spring.api.security
A UserDetailsService which can retrieve users from several UserDetailsServices.
CompositeUserDetailsService(List<? extends UserDetailsService>) - Constructor for class com.activeviam.web.spring.api.security.CompositeUserDetailsService
Constructor.
compress() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Attempts to reduce the memory usage of the component associated with this history, both by collecting the garbage, and compressing the committed structures.
compress(boolean) - Method in class com.activeviam.tech.dictionaries.avinternal.Dictionary
 
COMPRESSED_ENTRY - Enum constant in enum class com.activeviam.source.csv.api.IFileInfo.FileType
An entry that is part of a compressed file.
compressIndexes() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanCompressIndex
Specifies to store the indexes of this store in a compressed format, in order to reduce the memory usage.
compressIndexes(IDatastoreSchemaDescription) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Modifies all stores so that they should compress indexes.
ComputationIntensity - Enum Class in com.activeviam.tech.observability.api.health
Defines the computation intensity of an IHealthCheck, including all resources (CPU, memory, IO, ...).
ComputationIntensityConverter() - Constructor for class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties.ComputationIntensityConverter
 
compute(int) - Method in interface com.activeviam.tech.partitioning.api.function.IntIntFunction
Computes the output for the given input.
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABaseDynamicAggregationPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABasicPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AFilteringPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ALocationShiftPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.MinimumLevelsPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.NeighborValuePostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfMemberPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfParentPostProcessor
 
compute(ILocation, IAdvancedAggregatesRetriever) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
Main evaluation method of the post processor The post processor computes the aggregates within the scope of a range location, with the help of an aggregate retriever it can use to retrieve dependent aggregates.
compute(ILocation, IAdvancedAggregatesRetriever) - Method in class com.qfs.repository.impl.LookUpPostProcessor
 
compute(IColumnCalculator.IColumnCalculationContext<ILineReader>) - Method in class com.activeviam.source.csv.api.CsvColumnParser
Parses the source field.
compute(IColumnCalculator.IColumnCalculationContext<ILineReader>) - Method in class com.activeviam.source.csv.api.translator.FileFullNameCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<ILineReader>) - Method in class com.activeviam.source.csv.api.translator.FileLastModifiedCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<ILineReader>) - Method in class com.activeviam.source.csv.api.translator.FileNameCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<ILineReader>) - Method in class com.activeviam.source.csv.api.translator.LineIndexCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<ResultSetRow>) - Method in class com.activeviam.source.jdbc.api.calculator.LocalDateJdbcColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<ResultSetRow>) - Method in class com.activeviam.source.jdbc.api.calculator.LocalDateTimeJdbcColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<ResultSetRow>) - Method in class com.activeviam.source.jdbc.api.calculator.NumberJdbcColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<KeyValueEntry<?>>) - Method in class com.activeviam.source.keyvalue.api.calculator.impl.AJsonColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<KeyValueEntry<?>>) - Method in class com.activeviam.source.keyvalue.api.calculator.impl.KeyValueColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<ContextT>) - Method in interface com.activeviam.source.common.api.IColumnCalculator
Computes the expected output based on the context.
compute(IColumnCalculator.IColumnCalculationContext<ContextT>) - Method in class com.activeviam.source.common.api.impl.ConstantCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<Object>) - Method in class com.activeviam.source.common.api.impl.PojoColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext<Map<K, V>>) - Method in class com.activeviam.source.common.api.impl.MapFieldParser
Retrieves the value from the map, and converts the value as an object.
compute(IColumnCalculator.IColumnCalculationContext<T>) - Method in class com.activeviam.source.common.api.impl.EmptyCalculator
 
compute(IntIntFunction, int) - Method in interface com.activeviam.tech.partitioning.api.function.IntIntFunction
Finds the value of this function when the value of the other is given.
compute(Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughColumn
Computes the value of the column over the input tuple object.
computeDeltaBetweenVersion(long, long) - Method in class com.activeviam.activepivot.core.ext.api.cube.hierarchy.impl.AAnalysisHierarchy
Deprecated, for removal: This API element is subject to removal in a future version.
computeDependency(IFunctionCall, IExpressionDependencyVisitor<R>) - Method in class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
 
computeFileType(String) - Method in interface com.activeviam.source.csv.api.IFileInfo
Utility method that computes a file type according to the file extension (e.g. end of the file name).
computeHashCode(E[]) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler.ArrayHashingStrategy
 
computeIdentifier(AxisMemberDTO) - Static method in class com.qfs.snl.agent.mdx.impl.AStreamInfo
Computes the id of a measure member.
computeImpact(ILocation, IActivePivotTransactionInfo) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler
 
computeImpact(ILocation, IParameterEvent) - Method in class com.qfs.repository.impl.LookupHandler
 
computeImpactAsync(CountedCompleter<?>, ILocation, EventT) - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IAggregatesContinuousHandler
Asynchronously computes the impact of the given event on the input location.
computeLocation(Map<String, ?>, boolean) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationConverter
Computes the equivalent location for a given pivot and query parameters.
computeLocations(ILocation) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ALeafLevelsPrefetcher
 
computeLocations(ILocation) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ChildPrefetcher
 
computeLocations(ILocation) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.MinimumLevelsPostProcessor.MinimumLevelsPrefetcher
 
computeLocations(ILocation) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentPrefetcher
 
computeMeasures(ILocation) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.MinimumLevelsPostProcessor.MinimumLevelsPrefetcher
 
computeNonTimeRangeCoords(ILocation) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler
You should override this method only only when you override ATimeLinePostProcessor.computeNonTimeRangeCoords(ILocation).
computeNonTimeRangeCoords(ILocation) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
If you override this method, do not forget to override TimeLineHandler.computeNonTimeRangeCoords(ILocation).
computePendingStateForDifferentialReload() - Method in class com.activeviam.source.csv.api.ACsvTopic
Compute the pending state that will be used for a differential reload.
computePrefetches(ILocation, ICubeFilter) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.directquery.DatabaseCachePrefetcher
 
computePrefetches(ILocation, ICubeFilter) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.APrefetcher
 
computePrefetches(ILocation, ICubeFilter) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.AUnderlyingMeasuresPrefetcher
 
computePrefetches(ILocation, ICubeFilter) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.NeighborValuePostProcessor.NeighborValuePrefetcher
 
computePrefetches(ILocation, ICubeFilter) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPrefetcher
Computes a list of prefetch requests describing the data to retrieve to be able to compute the result of a post-processor on the given location, and for the given filter.
computeRequiredLocations(ILocation, Collection<Object[]>, Collection<ILocation>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.AStream2PositionPostProcessor
 
computeRequiredLocations(ILocation, Collection<Object[]>, Collection<ILocation>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
 
computeRequiredLocations(ILocation, Collection<Object[]>, Collection<ILocation>) - Method in interface com.activeviam.activepivot.core.ext.api.postprocessing.impl.ITimeLinePostProcessor
Computes all the required streams locations from an input range location.
computeRequiredLocations(ILocation, Collection<Object[]>, Collection<ILocation>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PreviousValuePostProcessor
 
computeSize(IIterableAggregatesRetrievalResult, List<String>) - Static method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Computes the number of rows for which the given result has non-null values for at least of the given measure.
computeTimeRangeCoords(ILocation) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler
You should override this method only when you override ATimeLinePostProcessor.computeTimeRangeCoords(ILocation).
computeTimeRangeCoords(ILocation) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
If you override this method, do not forget to override TimeLineHandler.computeTimeRangeCoords(ILocation).
computeUpdate(IRangeUnion) - Method in interface com.activeviam.tech.core.api.collections.IRangeUnion
Computes the ranges existing in newRanges but not in this ranges.
concealBranch(String) - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDataActivePivot
Hides the specified branch from the Query cube.
CONCURRENCY - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to concurrency in Atoti Server.
CONCURRENCY_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to concurrency in Atoti Server.
condition - Variable in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
Optional condition for the query.
condition(ICondition) - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
condition(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData.DatabaseRetrievalDataBuilder
 
CONDITION - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to conditions.
CONDITION_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to conditions.
ConditionEvaluationException - Exception Class in com.activeviam.tech.core.api.filtering
Runtime exception throws when the evaluation of a condition fails.
ConditionEvaluationException() - Constructor for exception class com.activeviam.tech.core.api.filtering.ConditionEvaluationException
Default constructor.
ConditionEvaluationException(String) - Constructor for exception class com.activeviam.tech.core.api.filtering.ConditionEvaluationException
 
ConditionEvaluationException(String, Object...) - Constructor for exception class com.activeviam.tech.core.api.filtering.ConditionEvaluationException
Constructor.
ConditionEvaluationException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.filtering.ConditionEvaluationException
 
ConditionEvaluationException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.filtering.ConditionEvaluationException
 
ConditionEvaluationException(Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.core.api.filtering.ConditionEvaluationException
Constructor.
ConditionFactory - Class in com.activeviam.directquery.application.api.refresh.condition
Factory for all IColumnCondition.
ConditionToJsonNodeHelper - Class in com.activeviam.activepivot.server.impl.api.rest.database
Helper to create JsonNode from a condition written as a map.
configuration(CsvSourceConfiguration<I>) - Method in class com.activeviam.source.csv.api.CsvSourceBuilder
Sets the configuration of the csv source.
configuration(Configuration) - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder
Sets the Hibernate configuration to access the database where content is stored.
ConfigurationException - Exception Class in com.activeviam.tech.core.api.exceptions
Exception thrown when the configuration of the datastore is incorrect and code execution cannot continue while this configuration is not changed.
ConfigurationException(String, String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ConfigurationException
Constructs a ConfigurationException with a message.
ConfigurationException(String, String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.ConfigurationException
Constructs a ConfigurationException with a message and the underlying cause.
configure(ICsvSourceConfiguration<I>) - Method in interface com.activeviam.source.csv.api.ICsvSource
Deprecated, for removal: This API element is subject to removal in a future version.
Use ICsvSource.builder() to configure the source instead
configure(ILineReader) - Method in class com.activeviam.source.csv.api.translator.AHeaderTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
This is an internal method, it will be made protected in 6.2.
configure(ILineReader) - Method in class com.activeviam.source.csv.api.translator.HeaderColumnarTranslator
 
configure(ILineReader) - Method in interface com.activeviam.source.csv.api.translator.IHeaderTranslator
Deprecated.
Parse the content of a text line and if the line contains configuration directives, propagate them to the underlying translator.
configure(HttpSecurity) - Method in class com.activeviam.web.spring.api.security.dsl.AtotiServerHumanDsl
 
configure(HttpSecurity) - Method in class com.activeviam.web.spring.api.security.dsl.AtotiServerMachineDsl
 
configure(HttpSecurity) - Method in class com.activeviam.web.spring.api.security.dsl.AtotiServerXmlaDsl
 
ConflictException - Exception Class in com.activeviam.tech.core.api.exceptions.service
Class exception for a call that conflicts with the current state of the resource.
ConflictException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.ConflictException
Constructor.
ConflictException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.ConflictException
Constructor.
ConflictException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.ConflictException
Constructor.
connect(IWsSession) - Method in interface com.qfs.snl.ws.IAlertWsService
Connects a new socket to the service.
connect(IWsSession) - Method in class com.qfs.snl.ws.impl.AlertWsService
 
connect(IWsSession, ParameterWsConfigurationDto) - Method in class com.qfs.repository.ws.impl.ParameterWsService
 
connect(IWsSession, ParameterWsConfigurationDto) - Method in interface com.qfs.repository.ws.IParameterWsService
Connect a web socket to the parameter service.
connect(IWsSession, MonitorWsConfigurationDto) - Method in interface com.qfs.snl.ws.IMonitorWsService
Connects a new socket to the service.
connect(IWsSession, MonitorWsConfigurationDto) - Method in class com.qfs.snl.ws.impl.MonitorWsService
 
connect(IWsSession, IMessageWsService.FetchMessageMode) - Method in interface com.qfs.snl.ws.IMessageWsService
Connects a new socket to the service.
connect(IWsSession, IMessageWsService.FetchMessageMode) - Method in class com.qfs.snl.ws.impl.MessageWsService
 
connector(DirectQueryConnector<?>) - Method in class com.activeviam.directquery.application.api.IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder
Sets the connector.
constant(Object) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure containing a constant value.
ConstantCalculator<ContextT> - Class in com.activeviam.source.common.api.impl
Constant column calculator that returns a constant.
ConstantCalculator(String) - Constructor for class com.activeviam.source.common.api.impl.ConstantCalculator
Constructor with null as constant value.
ConstantCalculator(String, Object) - Constructor for class com.activeviam.source.common.api.impl.ConstantCalculator
Full constructor.
ConstantFunctionDescription - Class in com.activeviam.tech.partitioning.api.function.impl
Description of a function that produces a constant.
ConstantPartitioningDescription - Class in com.activeviam.tech.partitioning.api
Description of a constant partitioning, i.e. no partitioning.
contain(long) - Method in interface com.activeviam.tech.core.api.collections.IRange
 
containingAllCubes() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCatalog.CatalogDescriptionBuilder
 
containingCubes(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCatalog.CatalogDescriptionBuilder
 
contains(int) - Method in class com.activeviam.tech.streaming.impl.api.RangeProperty
 
contains(int) - Method in interface com.activeviam.tech.streaming.intf.api.IRangeProperty
Checks if the given index belongs to this range.
contains(long) - Method in interface com.activeviam.tech.core.api.collections.IRangeUnion
Indicate if one of the ranges in this union includes the given value.
contains(long) - Method in class com.qfs.snl.dtos.TimePeriodDto
 
contains(long) - Method in class com.qfs.snl.impl.TimePeriod
 
contains(long) - Method in interface com.qfs.snl.ITimePeriod
Decides if a time is strictly contained by the period.
contains(ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Checks whether the given location belongs to this pattern.
contains(ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationPattern
Checks whether the given location belongs to this builder.
contains(IRangeUnion) - Method in interface com.activeviam.tech.core.api.collections.IRangeUnion
Tests if that the entire union of ranges is included in this union of ranges.
contains(ITimePeriod, long) - Static method in class com.qfs.snl.dtos.TimePeriodDto
Decides if a time is contained by the period.
contains(Object) - Method in class com.qfs.snl.events.impl.EventCache
 
containsAll(Collection<?>) - Method in class com.qfs.snl.events.impl.EventCache
 
containsKey(Object) - Method in interface com.activeviam.tech.core.api.property.IMappedTupleFactory
States whether this factory contains the given key or not.
containsMeasure(String) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IMeasuresProvider
Says if the measure identified by the given name exists in this measure provider.
containsRow(IDrillthroughRow) - Method in interface com.activeviam.activepivot.server.intf.api.dto.IDrillthroughResultDTOState
Checks if the row is in the state.
CONTENT_BOOLEAN - Static variable in class com.activeviam.tech.chunks.api.types.Types
Boolean content type.
CONTENT_DOUBLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Double content type.
CONTENT_FLOAT - Static variable in class com.activeviam.tech.chunks.api.types.Types
Float content type.
CONTENT_I18N_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable i18n configuration from data in the Content Service.
CONTENT_INT - Static variable in class com.activeviam.tech.chunks.api.types.Types
Int content type.
CONTENT_LONG - Static variable in class com.activeviam.tech.chunks.api.types.Types
Long content type.
CONTENT_NAMESPACE - Static variable in class com.activeviam.tech.contentserver.spring.api.rest.ContentServiceRestServices
The namespace in which the REST API and the websockets are exposed.
CONTENT_OBJECT - Static variable in class com.activeviam.tech.chunks.api.types.Types
Unspecified object content type.
CONTENT_SERVICE_NAME_GENERATOR_DEFAULT_SIZE - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Deprecated.
CONTENT_SERVICE_NAME_GENERATOR_PREFIX - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property to add a prefix to the names generated by the content service.
CONTENT_SERVICE_NAME_GENERATOR_SIZE - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property to set the size for the names generated by the content service.
CONTENT_SERVICE_PIVOT_INTEGRATION_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the ActivePivotContentService in the Content Service autoconfiguration.
CONTENT_SERVICE_RESTRICTED_LISTING - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that restricts the content service's entries a user can list on a readable directory.
CONTENT_SERVICE_SECURITY_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the Content Service endpoint security autoconfiguration.
CONTENT_SERVICE_TYPE_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to declare the type of content service used in the Content Service autoconfiguration.
CONTENT_SERVICE_WEB_SOCKET_RECONNECTION_DELAY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property to set the time in seconds to wait to retry the connection to a web socket.
CONTENT_STRING - Static variable in class com.activeviam.tech.chunks.api.types.Types
String content type.
ContentAction - Enum Class in com.activeviam.tech.contentserver.storage.api
A Type of action that can be performed during a content update.
contentClass(Class<?>) - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription.FieldDescriptionBuilder
 
contentService() - Method in interface com.activeviam.tech.contentserver.spring.api.config.IContentServiceConfig
The content service of the application.
contentService(IContentService) - Method in class com.activeviam.activepivot.server.impl.api.security.ContentServiceBranchPermissionsManagerBuilder
Sets the underlying content service to use.
ContentServiceBranchPermissionsManagerBuilder - Class in com.activeviam.activepivot.server.impl.api.security
Builder to create a IBranchPermissionsManager using an underlying content service to store the permissions.
ContentServiceBuilder - Class in com.activeviam.tech.contentserver.storage.api.builder
Class holding a series of helper methods to create instances of Content Services.
ContentServiceHelper - Class in com.activeviam.tech.contentserver.storage.api
Util class containing helper methods to navigate the content service.
ContentServiceRestServices - Class in com.activeviam.tech.contentserver.spring.api.rest
Class defining information about REST services related to the Content Service.
ContentServiceSnapshotter - Class in com.activeviam.tech.contentserver.storage.api
Utility class used to export and import a sub-tree of the Content Server.
contentType(int) - Method in class com.activeviam.tech.chunks.api.types.Types.TypeInformation.TypeBuilder
 
contentType(ContentType) - Method in class com.activeviam.tech.chunks.api.types.FieldType.FieldTypeBuilder
 
ContentType - Enum Class in com.activeviam.tech.chunks.api.types
A basic representation of types, simpler than a data class.
ContentUpdate - Class in com.activeviam.tech.contentserver.storage.api
An update on an entry of the content server.
ContentUpdate() - Constructor for class com.activeviam.tech.contentserver.storage.api.ContentUpdate
Empty constructor for serialization.
ContentUpdate(String, ContentAction, IPathlessContentEntry) - Constructor for class com.activeviam.tech.contentserver.storage.api.ContentUpdate
Constructor.
CONTEXT - Enum constant in enum class com.activeviam.web.spring.api.security.dsl.MachineToMachineSecurityDsl.Scope
Used for endpoints requiring the establishment of the user context values during interactions.
CONTEXT_DEPENDENCIES_PROPERTY - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
Property used when propagating post-processor context dependencies from the data cube to the query cube.
CONTEXT_VALUE_MANAGER_VALUE_LIFETIME_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
This property configures maximal lifetime of session context values, in seconds.
contextValue(Class<? extends IContextValue>) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure referencing a context value to use its value in a calculation.
ContextValueDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
Possible context values in a JsonDiscovery.
ContextValueDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.ContextValueDiscovery
Constructor.
ContextValueDiscovery(String, String, String, String) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.ContextValueDiscovery
Constructor.
contextValues(List<? extends IContextValue>) - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.IMapDrillthroughQuery.MapDrillthroughQueryBuilder
The context values attached to the query.
contextValues(Map<String, String>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The context values.
ContextValueTranslationException - Exception Class in com.activeviam.activepivot.core.intf.api.contextvalues
Thrown when a context value cannot be converted from or to its flat representation.
ContextValueTranslationException(String, String, String, Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.contextvalues.ContextValueTranslationException
Full constructor.
CONTINUOUS - Enum constant in enum class com.qfs.snl.dtos.KpiMonitorConfigurationDto.Mode
Continuous mode.
CONTINUOUS_QUERY_ENGINE - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
ContinuousQueryEngine monitoring key.
CONTINUOUS_QUERY_HANDLER_KEYS - Static variable in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
"continuousQueryHandlerKeys" property used to list the aggregates continuous handler associated with this post processor (Those continuous handlers capture real-time events that for a given query may require the post processor to recompute some or all of its values).
CONTINUOUS_QUERY_MONITORING_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The continuous query monitoring can be enabled/disabled at the application start through this system property (can be overridden using the MBean of query engine).
ContinuousSelectionManager - Class in com.qfs.repository.impl
The component in charge of dealing with the subscription to the parameter store.
ContinuousSelectionManager(IInternalDatabase, IParameterStoreConfiguration) - Constructor for class com.qfs.repository.impl.ContinuousSelectionManager
Constructor.
contribute(boolean, Object...) - Method in interface com.activeviam.tech.aggregation.api.history.IHistory
Single contribution to the history.
contribute(IIterableAggregatesRetrievalResult) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Writes all the values stored in the given result.
contribute(SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Method in interface com.activeviam.activepivot.copper.api.CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderToContribute
Defines how facts/measures is aggregated into the buffer by the user-defined function.
contributeAll(List<? extends IIterableAggregatesRetrievalResult>) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Writes all the values stored in the given results.
contributionChannel() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Channel to contribute new or updated point values.
convert(ILoggingEvent) - Method in class com.activeviam.apm.api.logging.LogInstanceConverter
 
convert(ILoggingEvent) - Method in class com.activeviam.apm.api.logging.LogThreadConverter
 
convert(ILoggingEvent) - Method in class com.activeviam.apm.api.logging.LogUserConverter
 
convert(ILocation, ICubeFilter, IActivePivot) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.directquery.BestEffortLocationToCachePartitionConverter
 
convert(ILocation, ICubeFilter, IActivePivot) - Method in interface com.activeviam.activepivot.core.ext.api.postprocessing.directquery.ILocationToCachePartitionConverter
Converts the given location and filter to a collection of matching cache partitions.
convert(IRepositoryResult) - Static method in class com.qfs.repository.dto.RepositoryResultDto
Creates a DTO from a result.
convert(I) - Method in interface com.activeviam.activepivot.server.impl.api.query.MdxQueryUtil.IMdxResultConverter
Converts the given result to the generic output format.
convert(String) - Method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties.ComputationIntensityConverter
 
convert(Map<LevelIdentifier, ?>, boolean) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationConverter
Computes the equivalent location for a given pivot and query parameters.
convertBaseCondition(ICondition) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Converts a base condition to a JsonNode representing the condition.
convertCondition(JsonNode) - Method in interface com.activeviam.activepivot.server.impl.api.database.IConditionContext
Converts a JSON node in the same context as the current condition.
convertCondition(JsonNode, FieldPath) - Method in interface com.activeviam.activepivot.server.impl.api.database.IConditionContext
Converts a JSON node in the context of another field.
convertFromByteBuffer(ByteBuffer) - Method in interface com.activeviam.source.keyvalue.api.conversion.IByteBufferConverter
Convert the given ByteBuffer to an object of type <T>.
convertMap(Map<String, Object>) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Converts a map to a JsonNode representing a condition using the ObjectMapper of JacksonSerializer.
convertMapIncludeAll(Map<String, Object>) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Converts a map to a JsonNode representing a condition using JacksonSerializer with the flag to include null values.
convertOffsetDate(OffsetDateTime) - Static method in class com.activeviam.cloud.azure.api.storage.entity.AzureEntity
Converts an OffsetDateTime to a Date.
convertToByteBuffer(T) - Method in interface com.activeviam.source.keyvalue.api.conversion.IByteBufferConverter
Convert the given input of type <T> into a ByteBuffer.
convertToDatabaseColumn(ICoordinates) - Method in class com.qfs.repository.persistence.model.impl.HashMapConverter
 
convertToDatabaseColumn(T) - Method in class com.qfs.snl.persistence.type.impl.AJsonConverter
 
convertToEntityAttribute(String) - Method in class com.qfs.repository.persistence.model.impl.HashMapConverter
 
convertToEntityAttribute(String) - Method in class com.qfs.snl.persistence.type.impl.AJsonConverter
 
cookieName(String) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.AtotiSecurityPropertiesBuilder
Name of the application cookie.
coordinatePath(IMdxMember) - Static method in class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
Gets the coordinates of a MDX member.
coordinates(Collection<Map<String, String>>) - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.IMapDrillthroughQuery.MapDrillthroughQueryBuilder
The coordinates involved in the query.
Coordinates - Class in com.qfs.repository.coordinates.impl
The expressed coordinates implementation of @Link ICoordinates.
Coordinates() - Constructor for class com.qfs.repository.coordinates.impl.Coordinates
Constructor.
Coordinates(ICoordinates) - Constructor for class com.qfs.repository.coordinates.impl.Coordinates
Constructor.
Coordinates(String...) - Constructor for class com.qfs.repository.coordinates.impl.Coordinates
Constructor.
Coordinates(Map<String, String>) - Constructor for class com.qfs.repository.coordinates.impl.Coordinates
Constructor.
CoordinatesDto - Class in com.qfs.repository.dto
The Serializable version of @Link Coordinates.
CoordinatesDto() - Constructor for class com.qfs.repository.dto.CoordinatesDto
Constructor.
CoordinatesDto(Map<String, String>) - Constructor for class com.qfs.repository.dto.CoordinatesDto
Constructor.
CoordinateStringConverter - Class in com.qfs.repository.persistence.type.impl
Hibernate Type to persist Coordinate object as string.
CoordinateStringConverter() - Constructor for class com.qfs.repository.persistence.type.impl.CoordinateStringConverter
 
CoordinatesUtil - Class in com.qfs.repository.coordinates.util
Some utilities for the coordinates.
Copper - Class in com.activeviam.activepivot.copper.api
Starting point to describe calculations and then build measures and hierarchies performing the calculations in ActivePivot.
COPPER_JOIN_INDEX_PARALLELISM - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures the maximal parallelism of the thread pool used for performing a parallel build of the index used to perform Copper join operations.
CopperAnalyticMeasure - Interface in com.activeviam.activepivot.copper.api
Configuration interface for Copper analytic functions.
CopperAnalyticMeasure.AnalyticFilter - Enum Class in com.activeviam.activepivot.copper.api
Enum used to decide how the filters must be handled by the measure.
CopperElement - Interface in com.activeviam.activepivot.core.intf.api.copper
General representation of elements in Copper, such as levels or measures that can be used to express calculations.
CopperElementCombination - Class in com.activeviam.activepivot.copper.api
Internal representation of CopperMultipleElements.
CopperElementCombination(List<CopperElement>) - Constructor for class com.activeviam.activepivot.copper.api.CopperElementCombination
Default constructor.
CopperHierarchy - Interface in com.activeviam.activepivot.core.intf.api.copper
Interface that represents a hierarchy that can be used in copper.
CopperLevel - Interface in com.activeviam.activepivot.core.intf.api.copper
Copper representation of a cube level.
CopperLevelCondition - Interface in com.activeviam.activepivot.core.intf.api.copper
Component that allows to restrict the view to a cube by only granting specific members of one or several levels.
CopperLevelsAt - Interface in com.activeviam.activepivot.copper.api
Marker interface for shift operations.
CopperLevelValues - Interface in com.activeviam.activepivot.core.intf.api.copper
Copper object representing the result of applying a lambda to a level's values.
CopperMeasure - Interface in com.activeviam.activepivot.copper.api
Copper representation of an ActivePivot measure.
CopperMeasureCombination - Class in com.activeviam.activepivot.copper.api
Copper object representing the combination of Copper measures.
CopperMeasureCombination(List<CopperMeasure>) - Constructor for class com.activeviam.activepivot.copper.api.CopperMeasureCombination
Constructor.
CopperMeasureOver - Interface in com.activeviam.activepivot.copper.api
A partially defined analytic measure.
CopperMeasureToAggregateAbove - Interface in com.activeviam.activepivot.copper.api
Representation of a Copper measure on which CopperMeasure.per(CopperLevel...) has been called, defining leaf levels for a dynamic aggregation.
CopperMultipleElements - Interface in com.activeviam.activepivot.copper.api
Copper representation of the combination of various Copper elements, such as measures and levels.
CopperNativeMeasure - Interface in com.activeviam.activepivot.copper.api
Specific interface for CopperMeasure representing a native measure such as IMeasureHierarchy.COUNT_ID.
CopperParentValueMeasure - Interface in com.activeviam.activepivot.copper.api
Interface for representing a CopperMeasure which returns the value of its underlying measure for the parent member on the given hierarchy.
CopperPostProcessor - Interface in com.activeviam.activepivot.copper.api
Interface for CopperMeasure representing a post processor.
CopperStore - Interface in com.activeviam.activepivot.copper.api
Copper representation of an isolated store joined to the cube.
CopperStoreField - Interface in com.activeviam.activepivot.copper.api
Interface that represents the field of a CopperStore.
CopperStoreLookup - Interface in com.activeviam.activepivot.copper.api
A store lookup is a post processor that runs a get-by-key query on the given store.
CopperStoreLookup.CopperStoreLookUpBuilder - Interface in com.activeviam.activepivot.copper.api
Marker interface that embraces the sub builders.
CopperStoreLookup.CopperStoreLookUpBuilderAddingElements - Interface in com.activeviam.activepivot.copper.api
Builder for a store lookup, adding key fields associations.
CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields - Interface in com.activeviam.activepivot.copper.api
Builder interface for a store look up that has mapped all key fields to a CopperElement and can combine the values of the selected fields together into the final value of the measure.
CopperSwitchMeasure - Interface in com.activeviam.activepivot.copper.api
Copper measure used to perform switch operations.
CopperTypableMeasure - Interface in com.activeviam.activepivot.copper.api
Configuration interface for measures which support setting an output type.
CopperUserDefinedAggregateFunctionBuilder - Interface in com.activeviam.activepivot.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
CopperUserDefinedAggregateFunctionBuilder.CopperUserDefinedAggregateFunctionBuilderToAddRemovalSupport - Interface in com.activeviam.activepivot.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
CopperUserDefinedAggregateFunctionBuilder.CopperUserDefinedAggregateFunctionBuilderToTerminate - Interface in com.activeviam.activepivot.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
CopperUserDefinedAggregateFunctionBuilderInterfaces - Interface in com.activeviam.activepivot.copper.api
Common interfaces for the builders required to implements Copper.userDefinedAgg(String...) and Copper.userDefinedAgg(CopperMeasure...).
CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderSetBufferTypes<R> - Interface in com.activeviam.activepivot.copper.api
 
CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderToContribute<R> - Interface in com.activeviam.activepivot.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderToMerge<R> - Interface in com.activeviam.activepivot.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderWithOptionalPluginKey<R> - Interface in com.activeviam.activepivot.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
CopperUserDefinedAggregateFunctionOnMeasuresBuilder - Interface in com.activeviam.activepivot.copper.api
Interface for dynamic User-Defined Aggregate Function measure builder classes.
CopperUserDefinedAggregateFunctionOnMeasuresBuilder.CopperUserDefinedAggregateFunctionOnMeasuresBuilderLeafAggregation - Interface in com.activeviam.activepivot.copper.api
 
CopperUserDefinedAggregateFunctionOnMeasuresBuilder.CopperUserDefinedAggregateFunctionOnMeasuresBuilderToTerminate - Interface in com.activeviam.activepivot.copper.api
Interface for User-Defined Aggregate Function (UDAF)-based aggregated measure builder classes.
copy() - Method in class com.activeviam.tech.core.api.property.impl.Property
Returns a cloned property that shares the same compilation cache.
copy() - Method in interface com.activeviam.tech.core.api.property.IProperty
Returns a copy of this property.
copy() - Method in interface com.activeviam.tech.records.api.IRecordReader
Gets a copy of this record which is safe to use even if the original record is modified.
copy(int[], int) - Method in interface com.activeviam.tech.aggregation.api.IAggregationBinding
copy(int, int) - Method in class com.activeviam.tech.aggregation.api.history.HistoryAggregation.HistoryBinding
 
copy(int, int) - Method in class com.activeviam.tech.aggregation.api.history.HistoryAggregation.HistoryFeedBinding
 
copy(int, int) - Method in interface com.activeviam.tech.aggregation.api.IAggregationBinding
Copies one element of the source into the destination structure, overriding the eventual aggregate that was previously found in the destination array.
copy(int, int) - Method in class com.activeviam.tech.aggregation.api.impl.AVectorAggregationBinding
 
copy(IVector) - Method in interface com.activeviam.tech.chunks.api.vectors.IVectorAllocator
Copies the given vector into this pool.
copy(IRecordReader, int[], int, int[]) - Method in interface com.activeviam.tech.records.api.IWritableRecordBlock
Copies the data from the given record into this block.
COPY_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for the copy aggregation function.
copyForRemoteExecution() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Used by the local messenger to provide a copy of this message to the remote instances.
copyFrom(double[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
copyFrom(double[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
copyFrom(double[]) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Writes elements of the given array into the first src.length elements of this vector.
copyFrom(float[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
copyFrom(float[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
copyFrom(float[]) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Writes elements of the given array into the first src.length elements of this vector.
copyFrom(int[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
copyFrom(int[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
copyFrom(int[]) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Writes elements of the given array into the first src.length elements of this vector.
copyFrom(long[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
copyFrom(long[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
copyFrom(long[]) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Writes elements of the given array into the first src.length elements of this vector.
copyFrom(S3Entity) - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3EntityPath
 
copyFrom(IAzureEntity) - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureBlobPath
 
copyFrom(GoogleEntity) - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleEntityPath
 
copyFrom(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
copyFrom(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
copyFrom(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
copyFrom(IVector) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Copies the content of the given vector into this vector, overriding the existing data.
copyFrom(EntityT) - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityPath
Deprecated, for removal: This API element is subject to removal in a future version.
The client can implement it independently using the cloud provider SDK.
copyFrom(Object[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
copyFrom(Object[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
copyFrom(Object[]) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Writes elements of the given array into the first src.length elements of this vector.
copyInto(int, ICellWriter) - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Copies the de-dictionarized value at a given position into the provided cell.
copyInto(int, ICellWriter) - Method in class com.activeviam.tech.dictionaries.avinternal.Dictionary
 
copyInto(int, ICellWriter) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary.IDoubleDictionary
 
copyInto(int, ICellWriter) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary.IFloatDictionary
 
copyInto(int, ICellWriter) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary.IIntegerDictionary
 
copyInto(int, ICellWriter) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary.ILongDictionary
 
copyInto(ICellWriter) - Method in interface com.activeviam.tech.core.api.cell.IReadableCell
Copies the data of this cell into another cell.
copyTo(double[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
copyTo(double[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
copyTo(double[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
copyTo(double[]) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Transfers the first dst.length elements of this vector into the given array.
copyTo(float[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
copyTo(float[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
copyTo(float[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
copyTo(float[]) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Transfers the first dst.length elements of this vector into the given array.
copyTo(int[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
copyTo(int[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
copyTo(int[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
copyTo(int[]) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Transfers the first dst.length elements of this vector into the given array.
copyTo(long[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
copyTo(long[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
copyTo(long[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
copyTo(long[]) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Transfers the first dst.length elements of this vector into the given array.
copyTo(Object[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
copyTo(Object[]) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
copyTo(Object[]) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Transfers the first dst.length elements of this vector into the given array.
count() - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure referencing the native measure "contributors.COUNT".
count(String) - Static method in class com.activeviam.directquery.api.MeasureMapping
Creates a mapping for a pre-aggregated count.
COUNT_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for count aggregation function.
COUNT_ID - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
The name of the native count measure.
coversAllRangeCoords() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Check if all the range coordinates of the reference location are covered by the pattern.
create() - Static method in class com.activeviam.activepivot.server.impl.api.security.ContentServiceBranchPermissionsManagerBuilder
 
create() - Static method in class com.activeviam.activepivot.server.spring.api.service.RemoteDatabaseServiceBuilder
 
create() - Static method in class com.activeviam.source.csv.api.CsvSourceFactory
Deprecated.
Creates a new ICsvSource with the default name and no close callback.
create() - Static method in class com.activeviam.tech.contentserver.spring.api.RemoteContentServiceBuilder
 
create() - Static method in class com.activeviam.tech.contentserver.storage.api.builder.ContentServiceBuilder
 
create() - Method in interface com.activeviam.tech.core.api.property.IMappedTupleFactory
Create an empty mapped tuple where all values are null.
create() - Static method in interface com.activeviam.web.core.api.IUrlBuilder
Creates a new builder for URLs following Atoti conventions.
create(int, String, Throwable) - Static method in exception class com.activeviam.tech.core.api.exceptions.service.ServiceException
Creates the proper instance of ServiceException.
create(IAnalysisAggregationProcedureDescription, Collection<? extends IHierarchy>, IAggregationHierarchyCreationContext) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure.IFactory
Creates an instance of IAnalysisAggregationProcedure.
create(CloudFetchingConfig) - Static method in class com.activeviam.cloud.aws.api.source.csv.AwsCsvDataProviderFactory
Creates a factory to use with implementations of ACloudCsvTopic to retrieve
invalid reference
S3Object
from Amazon S3.
create(CloudFetchingConfig) - Static method in class com.activeviam.cloud.azure.api.source.csv.AzureCsvDataProviderFactory
Creates a factory to use with implementations of ACloudCsvTopic to retrieve BlobClientBase from Azure Storage.
create(CloudFetchingConfig) - Static method in class com.activeviam.cloud.google.api.source.csv.GoogleCsvDataProviderFactory
Creates a factory to use with implementations of ACloudCsvTopic to retrieve Blob from Google Storage.
create(ICloudEntityPath<EntityT>) - Method in interface com.activeviam.cloud.common.api.source.csv.ICloudCsvDataProviderFactory
Creates a new data provider for the specified entity.
create(IKeyValueConnectionPool<C>) - Static method in class com.activeviam.source.keyvalue.api.KeyValueSourceFactory
Creates a new IKeyValueSource with the default name.
create(IContentService) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Static factory creating an instance.
create(ITimeSupplier) - Static method in class com.qfs.repository.audit.impl.Audit
Create an audit with the user that is currently logged and the current timestamp with respect to a prescribed time supplier.
create(ITimeSupplier) - Static method in class com.qfs.snl.audit.impl.Audit
Create an audit with the user that is currently logged and the current timestamp with respect to a prescribed time supplier.
create(DbInfo) - Method in class com.qfs.repository.persistence.impl.DbInfoDao
 
create(IPointValueDao, PointValue) - Static method in class com.qfs.repository.persistence.impl.PointValueDaoUtils
Creates a point value.
create(IPointValueDao, List<PointValue>) - Static method in class com.qfs.repository.persistence.impl.PointValueDaoUtils
Creates a set of point values.
create(PointValue) - Method in class com.qfs.repository.persistence.impl.DbProcedure
Persists a new point value.
create(IMonitor) - Method in interface com.qfs.snl.monitors.IMonitorService
Creates an monitor inside ActiveMonitor.
create(IMonitor) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
create(IMonitor) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
create(IMonitor) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
create(IMonitor) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
create(Monitor) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
create(IAudit) - Static method in class com.qfs.repository.audit.impl.Audit
Creates an audit from a audit interface.
create(IAudit) - Static method in class com.qfs.snl.audit.impl.Audit
Creates an audit from an audit interface.
create(IAudit) - Static method in class com.qfs.snl.dtos.AuditDto
Creates a DTO from an existing audit.
create(DbInfo) - Method in class com.qfs.snl.persistence.impl.DbInfoDao
 
create(IWorkflowSchemaDao, IEntityWorkflowDao, Collection<? extends IWorkflowEntityResolver>, RuntimeService, TaskService, CommandExecutor, RepositoryService) - Static method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
Creates a workflow service.
create(DbInfoT) - Method in class com.qfs.snl.persistence.impl.ADbInfoDao
 
create(Class<T>, Object...) - Static method in class com.activeviam.tech.core.api.registry.Registry
Create a new Type instance for the given Type interface and the supplied constructor parameters.
create(Object...) - Method in interface com.activeviam.tech.core.api.property.IMappedTupleFactory
Wraps a tuple of data into a mapped tuple.
create(Object...) - Method in interface com.activeviam.tech.core.api.registry.IFactory
Creates an new instance of the implementation class.
create(Runnable) - Static method in class com.activeviam.source.csv.api.CsvSourceFactory
Deprecated.
Creates a new ICsvSource with the default name and the given close callback.
create(String) - Static method in class com.activeviam.source.csv.api.CsvSourceFactory
Deprecated.
Creates a new ICsvSource with the given name and no close callback.
create(String) - Static method in interface com.activeviam.tech.core.api.format.IFormatter
Returns the formatter matching the key, based on the system locale.
create(String) - Static method in interface com.activeviam.tech.core.api.format.IParser
Returns the parser matching the key, or null if no parser is found.
create(String, IMdxContext) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatterFactory
Creates the cube formatter for a given cube.
create(String, IActivePivotVersion) - Static method in interface com.activeviam.activepivot.core.intf.api.realtime.IAggregatesContinuousHandler
Creates an instance of this extended plugin.
create(String, IActivePivotVersion, IMeasuresProvider, Properties) - Static method in interface com.activeviam.activepivot.core.intf.api.realtime.IMeasureDependentAggregatesContinuousHandler
Creates an instance of this extended plugin.
create(String, IMultiVersionActivePivot) - Static method in interface com.activeviam.activepivot.core.intf.api.realtime.IStream
Creates an instance of this extended plugin.
create(String, IDrillthroughSession) - Static method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughExecutor
Creates an instance of this extended plugin.
create(String, ChangeType, IColumnCondition) - Static method in class com.activeviam.directquery.application.api.refresh.TableUpdateDetail
Static factory to build a TableUpdateDetail.
create(String, IKeyValueConnectionPool<C>) - Static method in class com.activeviam.source.keyvalue.api.KeyValueSourceFactory
Creates a new IKeyValueSource with the given parameters.
create(String, MonitorDto) - Method in interface com.qfs.snl.rs.IMonitorRestService
Creates a single monitor.
create(String, MonitorDto) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
create(String, Runnable) - Static method in class com.activeviam.source.csv.api.CsvSourceFactory
Deprecated.
Creates a new ICsvSource with the given name and close callback.
create(String, String) - Static method in interface com.activeviam.tech.core.api.format.IFormatter
Returns the formatter matching the key and the pattern.
create(String, String, String, Properties) - Static method in interface com.activeviam.activepivot.core.intf.api.query.result.ICalculatedDrillthroughColumn
Creates a new instance from the Registry factory.
create(String, BiFunction<ILocation, ICubeFilter, Collection<? extends IPrefetchRequest<CONTEXT>>>) - Static method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPrefetcher
Creates a prefetcher.
create(String, Map<String, Object>) - Static method in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonOutputConfiguration
Creates an instance of this extended plugin value.
create(List<?>) - Method in interface com.activeviam.tech.core.api.property.IMappedTupleFactory
Wraps a tuple of data into a mapped tuple.
create(List<TableUpdateDetail>) - Static method in class com.activeviam.directquery.application.api.refresh.ChangeDescription
Static factory.
create(List<Monitor>) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
create(List<String>) - Static method in class com.qfs.repository.coordinates.impl.Erasure
Creates a erasure for a list of levels.
create(List<T>) - Method in interface com.qfs.snl.persistence.ICreateDao
Persists a transients elements, creating a new persisted resources.
create(List<T>) - Method in class com.qfs.snl.persistence.impl.ACRDao
 
create(Map<Set<String>, Level>, Map<Set<String>, Level>, Level) - Static method in interface com.activeviam.tech.observability.api.health.ITagAcceptor
Static factory for this acceptor.
create(NewT) - Method in class com.qfs.repository.params.impl.ParameterUpdateBuilder
 
create(NewT) - Method in interface com.qfs.repository.params.IParameterUpdateBuilder
Registers a new point value to create.
create(Environment) - Static method in class com.activeviam.web.spring.api.config.SpringPropertyResolver
Creates a new SpringPropertyResolver instance.
create(T) - Method in interface com.qfs.snl.persistence.ICreateDao
Persists a transient element, creating a new persisted resource.
create(T) - Method in interface com.qfs.snl.persistence.IDbInfoDao
Store an info from the DB.
create(T) - Method in class com.qfs.snl.persistence.impl.ACRDao
 
CREATE_MONITOR - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a monitor is being created.
createAggregation(List<String>, int[]) - Method in interface com.activeviam.tech.aggregation.api.IAggregationFunction
 
createAggregation(List<String>, int[]) - Method in interface com.activeviam.tech.aggregation.api.IGenericAggregationFunction
Creates an IGenericAggregation that can bind a list of data structures to a single destination data structure.
createAggregation(List<String>, int[]) - Method in class com.activeviam.tech.aggregation.api.impl.AAggregationFunction
 
createAggregation(List<String>, int[]) - Method in interface com.activeviam.tech.aggregation.api.IMultiSourceAggregationFunction
 
createAggregation(List<String>, int[]) - Method in class com.activeviam.tech.aggregation.api.udaf.AUserDefinedAggregateFunction
 
createAggregation(List<String>, int[]) - Method in class com.activeviam.tech.aggregation.api.udaf.AUserDefinedAggregateFunctionWithRemoval
 
createAggregation(List<String>, int[]) - Method in interface com.activeviam.tech.aggregation.api.udaf.IUserDefinedAggregateFunction
 
createArrayCursor() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Creates a new cursor that can be moved up and down the result writer.
createArrayCursor() - Method in interface com.activeviam.tech.chunks.api.arrays.IArray
Creates a new read-only cursor that can be moved up and down the array.
createArrayCursor() - Method in interface com.activeviam.tech.chunks.api.arrays.IWritableArray
 
createBranch(IBranchCreationDescription) - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Create a branch.
createBuilder() - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationPattern
Creates a full IPointLocationBuilder based on this pattern.
createCalculatedMember(String, ICalculatedMemberDescription, List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Adds a calculated member to an activepivot.
createChannel(String) - Method in class com.activeviam.source.common.api.impl.AMessageChannelFactory
Create a channel to push data into the given store.
createChannel(String, String) - Method in class com.activeviam.source.common.api.impl.AMessageChannelFactory
 
createChannel(String, String) - Method in interface com.activeviam.source.common.api.IStoreMessageChannelFactory
Creates the channel that will convey the data of a specific topic of the data source into the given store.
createChannel(String, String, ITuplePublisher<I>) - Method in class com.activeviam.source.common.api.impl.AMessageChannelFactory
 
createChannel(String, String, ITuplePublisher<I>, List<IColumnCalculator<O>>) - Method in class com.activeviam.source.common.api.impl.AMessageChannelFactory
Create a channel to push data into the given store.
createChannel(String, String, ITuplePublisher<InputT>) - Method in interface com.activeviam.source.common.api.IStoreMessageChannelFactory
Creates a message channel that will convey data of a specific topic of the data source, and configures it as if the data was to be written into a given store.
createCharset(String) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Use the builder instead
createCharset(String) - Method in class com.activeviam.source.csv.api.FileParserConfiguration
Deprecated.
Retrieve the charset instance matching that name.
createChildDirectory(String, List<String>, List<String>) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Create a new folder with a non-used name in the given folder.
createChildFile(String, String, List<String>, List<String>) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Create a new file with a non-used name in the given folder.
createCommitOnIsolatedStoreHandlerPluginKey(String) - Static method in interface com.activeviam.activepivot.core.intf.api.realtime.IAggregatesContinuousHandler
When a measure uses this handler as one of its continuous handlers, any continuous query relying on this measure will listen to the stream of table transactions.
createCommitOnStoreStreamPluginKey(String) - Static method in interface com.activeviam.activepivot.core.intf.api.realtime.IStream
Creates the plugin key of a stream that fires an empty event when a transaction is committed on the associated database table.
createConnection() - Method in interface com.activeviam.source.jdbc.api.IConnectionSupplier
Creates and returns a Connection to the associated database.
createConnection() - Method in interface com.activeviam.source.jdbc.api.IJdbcSource
Creates and returns the Connection.
createConnection() - Method in class com.activeviam.source.keyvalue.api.impl.AKeyValueConnectionPool
Instantiate a new KeyValue connection object.
createConnector(DatabaseClientSettingsT) - Method in interface com.activeviam.directquery.api.IConnectorFactory
Create a DirectQueryConnector from the given properties.
createContext(IActivePivotVersion, IScopeLocation, IScopeLocation, IScopeLocation, Map<String, IDatabaseRetrievalResult>) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
created() - Method in interface com.activeviam.source.csv.api.IFileEvent
Returns the data providers that have been created.
CREATED - Enum constant in enum class com.activeviam.source.csv.api.ACsvTopic.ResourceStatus
Corresponds to the creation of a data provider.
CREATED_AT - Static variable in class com.qfs.snl.persistence.impl.MonitorDao
 
createdAt(IAudit) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Sets the createdAt audit.
createdAt(IAudit) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
createDatabaseService(IDatabase, IDatabaseServiceConfiguration, ISecurityFacade) - Static method in class com.activeviam.activepivot.server.spring.api.service.Services
Creates an instance of the service providing read access to the database.
createdAtMonitor(IMonitor, IAudit) - Static method in class com.qfs.snl.monitors.impl.Monitor
Creates a copy of the monitor with the given creation audit.
createdBy(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.ILocatedMonitor
Sets the name of the monitor creator.
createdBy(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
createDirectory(String, List<String>, List<String>, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Creates a new directory at the given path.
createDirectoryTopic(String, ICsvParserConfiguration, String, String) - Method in class com.activeviam.source.csv.api.FileSystemCsvTopicFactory
Creates a new topic for the source, with watcher service implementation.
createEvent() - Method in interface com.activeviam.tech.observability.api.health.IHealthCheck
Computes and creates a new health event for this health check.
createExtendedPluginValue(Class<T>, Object, Object...) - Static method in class com.activeviam.tech.core.api.registry.Registry
Creates an extended plugin value with a single key and the given args.
createFieldTypeDto(IFormField.IType) - Static method in class com.qfs.snl.dtos.DtoUtil
Creates the DTO for a field type.
createFile(String, String, List<String>, List<String>, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Creates a new file at the given path.
createForArrayRows(String, VectorColumnCalculatorFactory.ResultSetArrayFormat, ContentType) - Static method in class com.activeviam.source.jdbc.api.calculator.VectorColumnCalculatorFactory
Tries to create a vector calculator for array rows result.
createFormFieldDto(IFormField) - Static method in class com.qfs.snl.dtos.DtoUtil
Creates the DTO for a form field.
createForNativeRows(String, VectorColumnCalculatorFactory.ResultSetArrayFormat, ContentType) - Static method in class com.activeviam.source.jdbc.api.calculator.VectorColumnCalculatorFactory
Creates a vector calculator for native rows result.
createFromFilenames(String, ICsvParserConfiguration, Set<String>, int) - Static method in class com.activeviam.source.csv.api.MultipleFilesCsvTopic
Creates a new MultipleFilesCsvTopic from files.
createFromFilenames(String, ICsvParserConfiguration, Set<String>, IWatcherService) - Static method in class com.activeviam.source.csv.api.MultipleFilesCsvTopic
Creates a new MultipleFilesCsvTopic from files.
createFromPaths(String, ICsvParserConfiguration, Set<Path>, int) - Static method in class com.activeviam.source.csv.api.MultipleFilesCsvTopic
Creates a new MultipleFilesCsvTopic from files.
createFromPaths(String, ICsvParserConfiguration, Set<Path>, IWatcherService) - Static method in class com.activeviam.source.csv.api.MultipleFilesCsvTopic
Creates a new MultipleFilesCsvTopic from files.
createHistory(int) - Method in interface com.activeviam.tech.aggregation.api.history.IHistoryAggregationFunction
Creates a history specialized for the given data type.
createHistory(int[]) - Method in interface com.activeviam.tech.aggregation.api.history.IHistoryAggregationFunction
 
createHistory(int[]) - Method in interface com.activeviam.tech.aggregation.api.history.IHistoryGenericAggregationFunction
Creates a history specialized for the given data type.
createIfNotExist() - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3CloudDirectory
 
createIfNotExist() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
 
createIfNotExist() - Method in interface com.activeviam.cloud.common.api.entity.ICloudDirectory
Creates the directory if it does not exist.
createIfNotExist() - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleCloudDirectory
 
createIterator(ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationExpansionProcedure
Creates the iterator used for the expansion.
createKpi(String, IKpiDescription, List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Adds a KPI into a given pivot.
createLevelComparator(int) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.HierarchyComparator
 
createLevelComparator(int) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ReverseHierarchyComparator
 
createList(Collection<? extends IMonitor>) - Method in interface com.qfs.snl.monitors.IMonitorService
Creates monitors inside ActiveMonitor.
createList(Collection<? extends IMonitor>) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
createList(Collection<? extends IMonitor>) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
createList(Collection<? extends IMonitor>) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
createList(Collection<? extends IMonitor>) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
createLocationConverter(IActivePivotVersion) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationConverterFactory
Creates the ILocationConverter for the relevant pivotVersion.
createMdxElement(String, IMdxElementDescription, List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Adds a new calculated member or a new KPI.
createMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Creates a new monitoring from a monitor definition.
createMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
Creates a new monitoring from a monitor definition.
createMonitorPayload(IWorkflowPayload, IMonitor) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Builds the payload for the IWorkflowService.WorkflowTypes.CREATE_MONITOR type of workflows.
createNamedSet(String, INamedSetDescription, List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Adds a named set to an activepivot.
createParserConfiguration(List<String>) - Method in interface com.activeviam.source.csv.api.ICsvSource
Deprecated, for removal: This API element is subject to removal in a future version.
createParserConfiguration(List<String>, int) - Method in interface com.activeviam.source.csv.api.ICsvSource
Deprecated, for removal: This API element is subject to removal in a future version.
createParserConfiguration(Map<Integer, String>) - Method in interface com.activeviam.source.csv.api.ICsvSource
Deprecated, for removal: This API element is subject to removal in a future version.
createParserConfiguration(Map<Integer, String>, int) - Method in interface com.activeviam.source.csv.api.ICsvSource
Deprecated, for removal: This API element is subject to removal in a future version.
createPattern(boolean[][]) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocation
Creates a location pattern from this location.
createPluginKey(String, String) - Static method in interface com.activeviam.tech.core.api.format.IParser
Returns the parser plugin key, based on the plugin type and the pattern.
createPluginKeyForVector(String, Integer, Character) - Static method in interface com.activeviam.tech.core.api.format.IParser
Returns the vector parser plugin key, based on the plugin type.
createPointLocationBuilder() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAdvancedAggregatesRetriever
Creates a full IPointLocationBuilder based on the scope of this retriever.
createPollingDirectoryTopic(String, ICsvParserConfiguration, String, String, int) - Method in class com.activeviam.source.csv.api.FileSystemCsvTopicFactory
Creates a new topic for the source, with polling implementation.
createProvider(String) - Static method in interface com.activeviam.activepivot.core.intf.api.description.IAnalysisHierarchyDescriptionProvider
Creates an instance of an Analysis Hierarchy Metadata of type pluginKey.
createQueryTranslator(LogicalRemoteAddress) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
createRangeCoordPattern() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocation
Creates a location pattern indicating which coordinates are range locations.
createRecord(ResultSet, ResultSetMetaData, Map<String, Integer>) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.IJdbcRowCreator
Produces a record.
createRecordFormat(int...) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Creates and returns the format of a record whose fields would be the given measures.
createStream(IQuery<R>, IStreamProperties) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Register a query and create the associated stream.
createTaskDto(IUserTask) - Static method in class com.qfs.snl.dtos.DtoUtil
Creates a task DTO from a given task.
createTopic(String, ICsvParserConfiguration, String...) - Method in class com.activeviam.source.csv.api.FileSystemCsvTopicFactory
Creates a new topic for the source.
createTuple(int) - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
Creates a tuple from a given ordinal.
createType() - Method in class com.activeviam.tech.chunks.api.types.Types.TypeInformation.TypeBuilder
Returns the equivalent int type.
createType(int, boolean, boolean, boolean, boolean, boolean) - Static method in class com.activeviam.tech.chunks.api.types.Types
Creates a full type with all three zones filled from a description.
createUnit() - Method in class com.qfs.snl.workflows.impl.WorkflowConfig
 
createUnit() - Method in interface com.qfs.snl.workflows.IWorkflowConfig
Returns the IWorkflowUnit to use with this workflow configuration.
createWithLocale(String, String, Locale) - Static method in interface com.activeviam.tech.core.api.format.IFormatter
Returns the formatter matching the key and the pattern.
createWithLocale(String, Locale) - Static method in interface com.activeviam.tech.core.api.format.IFormatter
Returns the formatter matching the key, based on the given locale.
Creating a Aggregation Procedure - Search tag in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Section
CSV - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger name for all the events related to data retrieval from CSV sources.
CSV_LOGGER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger with SourceLoggerConstants.CSV name.
CSV_PARSING_REPORT_DEFAULT_MAX_ANOMALIES - Static variable in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Default cap for the number of registered anomalies after which further anomalies are ignored.
CSV_PARSING_REPORT_MAX_ANOMALIES - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Deprecated, for removal: This API element is subject to removal in a future version.
Use
invalid reference
CsvSourceConfiguration#builder()
instead.
CsvColumnParser - Class in com.activeviam.source.csv.api
A simple column calculator that directly parses a source data field.
CsvColumnParser(String, IParser<?>) - Constructor for class com.activeviam.source.csv.api.CsvColumnParser
Constructor that accepts a IParser.
CsvColumnParser(String, IParser<?>, int) - Constructor for class com.activeviam.source.csv.api.CsvColumnParser
Constructor that accepts a IParser.
CsvColumnParser(String, String) - Constructor for class com.activeviam.source.csv.api.CsvColumnParser
Constructor that does not set the position of the field in a record from the source.
CsvColumnParser(String, String, int) - Constructor for class com.activeviam.source.csv.api.CsvColumnParser
Explicit constructor, default value support disabled.
CsvColumnParser(String, String, int, Object) - Constructor for class com.activeviam.source.csv.api.CsvColumnParser
Explicit constructor, default value support enabled.
CsvFileParsingDone - Class in com.activeviam.source.csv.api.observability
This event notifies the end of the parsing of a file.
CsvFileParsingDone(String, IParsingInfo) - Constructor for class com.activeviam.source.csv.api.observability.CsvFileParsingDone
Constructor of CsvFileParsingDone.
CsvFileParsingFailure - Class in com.activeviam.source.csv.api.observability
This event notifies of a full failure to parse a CSV file.
CsvFileParsingFailure(String, IParsingInfo, Throwable) - Constructor for class com.activeviam.source.csv.api.observability.CsvFileParsingFailure
CsvFileParsingProgress - Class in com.activeviam.source.csv.api.observability
These events notify the progress of the parsing of a CSV file.
CsvFileParsingProgress(String, IParsingInfo) - Constructor for class com.activeviam.source.csv.api.observability.CsvFileParsingProgress
Constructor of CsvFileParsingProgress.
CsvLineParsingFailure - Class in com.activeviam.source.csv.api.observability
Notifies of the failure of parsing one line of a CSV file.
CsvLineParsingFailure(String, String, long, Throwable) - Constructor for class com.activeviam.source.csv.api.observability.CsvLineParsingFailure
Constructor of CsvLineParsingFailure.
CsvMessageChannelFactory<I> - Class in com.activeviam.source.csv.api
Example implementation of a Message Channel Factory.
CsvMessageChannelFactory(ICsvSource<I>, IDatastore) - Constructor for class com.activeviam.source.csv.api.CsvMessageChannelFactory
Constructor.
CsvParserConfiguration - Class in com.activeviam.source.csv.api
Configuration for the CSV Parser.
CsvParserConfiguration() - Constructor for class com.activeviam.source.csv.api.CsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Use the builder instead
CsvParserConfiguration(int) - Constructor for class com.activeviam.source.csv.api.CsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Use the builder instead
CsvParserConfiguration(Charset, char, int, boolean, boolean, int, ICsvParserConfigPolicy, Map<Integer, String>) - Constructor for class com.activeviam.source.csv.api.CsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Use the builder instead
CsvParserConfiguration(Charset, char, int, boolean, boolean, int, Map<Integer, String>) - Constructor for class com.activeviam.source.csv.api.CsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Use the builder instead
CsvParserConfiguration(List<String>) - Constructor for class com.activeviam.source.csv.api.CsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Use the builder instead
CsvParserConfiguration(Map<Integer, String>) - Constructor for class com.activeviam.source.csv.api.CsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Use the builder instead
CsvParserConfiguration.CsvParserConfigurationBuilder - Class in com.activeviam.source.csv.api
Builder for the CsvParserConfiguration.
CsvParserConfiguration.CsvParserConfigurationBuilderExpectingColumnInfo - Class in com.activeviam.source.csv.api
 
CsvParserReadingInfo - Class in com.activeviam.source.csv.api
Info about the reading mode which is basically a tuple of three integers.
CsvParserReadingInfo(int, int, int) - Constructor for class com.activeviam.source.csv.api.CsvParserReadingInfo
Constructor.
CsvSourceBuilder<I> - Class in com.activeviam.source.csv.api
Builder to create a new ICsvSource.
CsvSourceConfiguration<I> - Class in com.activeviam.source.csv.api
Holds the default configuration of a CSV Source.
CsvSourceConfiguration(int, int, boolean, IComparator<I>) - Constructor for class com.activeviam.source.csv.api.CsvSourceConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Use CsvSourceConfiguration.builder() to configure the source instead, this will be made private in 6.2
CsvSourceConfiguration.CsvSourceConfigurationBuilder<I> - Class in com.activeviam.source.csv.api
Builder for a CsvSourceConfiguration.
CsvSourceConfigurationBuilder() - Constructor for class com.activeviam.source.csv.api.CsvSourceConfiguration.CsvSourceConfigurationBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
Use CsvSourceConfiguration.builder() to configure the source instead, this method will be made private in 6.2
CsvSourceFactory - Class in com.activeviam.source.csv.api
Deprecated, for removal: This API element is subject to removal in a future version.
Use ICsvSource.builder() to configure the source instead
cube() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts building the description of a cube.
cube(String) - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts building the description of a named cube.
CUBE_FORMATTER_DEFAULT - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
The default value of IMdxContext.getCubeFormatter().
CubeDiscovery - Class in com.activeviam.activepivot.server.intf.api.discovery
Cube Discovery for SOAP webservices.
CubeDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
The cube discovery.
CubeDiscovery() - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
 
CubeDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
CubeDiscovery(String, String, List<MeasureDiscovery>, List<DimensionDiscovery>, List<KpiDiscovery>, List<SetDiscovery>, List<DefaultMemberDiscovery>, List<JsonContextValue>, List<MeasureGroupDiscovery>) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
Constructor.
CubeDiscovery(String, List<MeasureDiscovery>, List<DimensionDiscovery>) - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
Creates a new CubeDiscovery instance.
cubeIdentifierInCluster() - Method in record class com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition.EndpointInformation
Returns the value of the cubeIdentifierInCluster record component.
CURRENCY_DESTINATION - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
CURRENCY_SOURCE - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
CURRENT_STREAM - Enum constant in enum class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ITimeLinePostProcessor.PositionTypes
 
CURRENT_WORKFLOW_CONFIG - Static variable in class com.qfs.snl.workflows.IWorkflowPayload.Variables
IEntityWorkflowConfiguration: Current workflow configuration.
currentView() - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQuery
Return the current view of the originating query.
custom(String) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasureToAggregateAbove
Aggregates the values on the defined leaf levels using a custom aggregation.
CUSTOM_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for a ICustomComparator.
CustomComparator<T> - Class in com.activeviam.tech.core.api.ordering
CustomComparator Default implementation of the ICustomComparator interface, also available as a light plugin value of the comparator plugin.
CustomComparator() - Constructor for class com.activeviam.tech.core.api.ordering.CustomComparator
Empty constructor.
CustomComparator(List<? extends T>, List<? extends T>) - Constructor for class com.activeviam.tech.core.api.ordering.CustomComparator
Constructor.
CUSTOMER - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
CUSTOMER_GROUP - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
CUSTOMER_HOUSEHOLD - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
CustomNumaSelectorDescription - Class in com.activeviam.tech.partitioning.api.numa
 
CustomNumaSelectorDescription(IPartitioningDescription) - Constructor for class com.activeviam.tech.partitioning.api.numa.CustomNumaSelectorDescription
 
CustomReaderDescription<T> - Class in com.activeviam.directquery.api.schema
Describes a custom reader for a field.
CustomReaderDescription.ReaderInputType - Enum Class in com.activeviam.directquery.api.schema
The type of data read by the custom reader.
customRows(IJdbcSourceBuilder.IJdbcRowCreator<T>) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
Starts building an IJdbcSource with custom rows.
customWorkflowEntities() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] List of resolvers for entities with custom workflow storage.

D

DANGER - Enum constant in enum class com.qfs.snl.messages.MessageLevel
Type to inform of the problematic execution of an action.
DATA_EXPORT_ARROW_BATCH_SIZE - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Number of records in Arrow batches.
DATA_EXPORT_SERVICE_ROOT_PATH_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property to set the root path in which to save the exported query results.
DATA_MEMBER_DISCRIMINATOR - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisMember
The members with this discriminator will be ignored by the Mdx layer.
DATA_NODE_PRIORITY - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition
If the horizontal duplication is authorized, the priority of the node can decide which data node will be used if several are available.
DATA_REPLICATION - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
The name of the property that sets the aggregates DataReplication.
DATA_TYPE - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Plugin key for data cube.
database() - Method in interface com.activeviam.activepivot.server.spring.api.config.IDatastoreConfig
The datastore of the application.
database() - Method in class com.activeviam.directquery.application.api.spring.ADirectQueryApplicationConfig
 
DATABASE_SECURITY_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the Atoti Database-related rest endpoints security autoconfiguration.
databaseAlertService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Service to send and get alerts, directly connected to the database.
DatabaseAlertService - Class in com.qfs.snl.alerts.impl
Implementation of IAlertService persisting all information inside a database.
DatabaseAlertService(ISentinelAlertDao) - Constructor for class com.qfs.snl.alerts.impl.DatabaseAlertService
Constructor.
DatabaseCachePrefetcher - Class in com.activeviam.activepivot.core.ext.api.postprocessing.directquery
Fake post-processor prefetcher which is in charge of pre-filling the database cache.
DatabaseCachePrefetcher(IDatabaseCacheManager, IActivePivot, String, ILocationToCachePartitionConverter) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.directquery.DatabaseCachePrefetcher
 
databaseDependencies(Map<Integer, Set<Integer>>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query plan database retrievals dependencies.
databaseLocks(PersistedBuilder.LockOptions) - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder
Enables database-level locks to prevent concurrency issues when multiple content services are backed by the same database.
databaseMeasure() - Method in class com.activeviam.activepivot.copper.api.ExperimentalCopper
Creates a Copper measure that can access the data from the database.
DatabaseMeasureBuilder - Interface in com.activeviam.activepivot.copper.api.experimental.database
Copper Database measure builder.
DatabaseMeasureBuilder.DatabaseMeasureBuilderExpectingComputation<C> - Interface in com.activeviam.activepivot.copper.api.experimental.database
Copper Database measure builder.
DatabaseMeasureBuilder.DatabaseMeasureBuilderExpectingMeasures<C> - Interface in com.activeviam.activepivot.copper.api.experimental.database
Copper Database measure builder.
DatabaseMeasureBuilder.DatabaseMeasureBuilderExpectingRealTime - Interface in com.activeviam.activepivot.copper.api.experimental.database
Copper Database measure builder.
DatabaseMeasureBuilder.DatabaseMeasureComputation<C> - Interface in com.activeviam.activepivot.copper.api.experimental.database
A combining function.
databaseMonitorService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Monitor service with persistence.
DatabaseMonitorService - Class in com.qfs.snl.monitors.impl
Implementation of IMonitorService persisting all information inside a database.
DatabaseMonitorService(IMonitorDao, ISentinelEventDao, IAlertService) - Constructor for class com.qfs.snl.monitors.impl.DatabaseMonitorService
Constructor.
DatabasePrefetchRequest - Class in com.activeviam.activepivot.core.intf.avinternal.procedure
Request for prefetching data in the Database to complete aggregation retrievals.
DatabasePrefetchRequest(String, Set<FieldPath>, ICondition) - Constructor for class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
Constructor.
DatabasePrefetchRequest(String, Set<FieldPath>, ICondition, Consumer<Collection<ILevelInfo>>, Map<ILevelInfo, Set<FieldPath>>) - Constructor for class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
Constructor.
DatabasePrefetchRequest(String, Set<FieldPath>, ICondition, Set<IJoinMeasure>, Consumer<Collection<ILevelInfo>>, Map<ILevelInfo, Set<FieldPath>>) - Constructor for class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
Full constructor.
DatabasePrefetchRequest.DatabasePrefetchRequestBuilder - Class in com.activeviam.activepivot.core.intf.avinternal.procedure
DatabaseRestServices - Class in com.activeviam.activepivot.server.intf.api.rest
Class defining information about Database REST services.
DatabaseRetrievalData - Class in com.activeviam.activepivot.server.json.api.queryplan
Database retrieval's DTO.
DatabaseRetrievalData(String, Set<String>, Set<String>, String, int, int[], Map<String, long[]>) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData
 
DatabaseRetrievalData.DatabaseRetrievalDataBuilder - Class in com.activeviam.activepivot.server.json.api.queryplan
 
databaseRetrievals(List<DatabaseRetrievalData>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query plan database retrievals.
databaseSettings(DatabaseSettingsT) - Method in class com.activeviam.directquery.application.api.Application.ApplicationBuilder
Sets the database settings and returns the updated builder.
dataCacheMonitorService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] monitor service with cache on operations for fast operations.
DataCacheMonitorService - Class in com.qfs.snl.monitors.impl
The monitor data cache stores the information related to the monitors.
DataCacheMonitorService(DatabaseMonitorService) - Constructor for class com.qfs.snl.monitors.impl.DataCacheMonitorService
Constructor.
dataClass(Class<?>) - Method in class com.activeviam.tech.chunks.api.types.FieldType.FieldTypeBuilder
 
DataExportServiceBuilder - Class in com.activeviam.activepivot.server.impl.api.dataexport
Builder for the IDataExportService in the cloud or in local.
DataExportServiceBuilder() - Constructor for class com.activeviam.activepivot.server.impl.api.dataexport.DataExportServiceBuilder
 
dataSourceBuilder() - Method in interface com.qfs.snl.persistence.cfg.IDatasourceConfiguration
Get the ActiveMonitor data source builder.
DatastoreRepositoryCache - Class in com.qfs.repository.impl
Default implementation of IDatastoreRepositoryCache.
DatastoreRepositoryCache(IDatastoreRepositoryCacheConfiguration) - Constructor for class com.qfs.repository.impl.DatastoreRepositoryCache
Constructor, creating new branches from parameter by default.
DatastoreRepositoryCache(IDatastoreRepositoryCacheConfiguration, BiPredicate<String, Set<String>>) - Constructor for class com.qfs.repository.impl.DatastoreRepositoryCache
Full constructor.
DatastoreRepositoryCacheConfiguration - Class in com.qfs.repository.impl
Default implementation of IDatastoreRepositoryCacheConfiguration.
DatastoreRepositoryCacheConfiguration(IActivePivotManager, IDatastore, IStoreMessageChannel<String, Object>, IStoreMessageChannel<String, Object>, IParameterStoreConfiguration) - Constructor for class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
Constructor.
DatastoreRepositoryCacheConfiguration(IActivePivotManager, IDatastore, IStoreMessageChannel<String, Object>, IStoreMessageChannel<String, Object>, IParameterStoreConfiguration, boolean) - Constructor for class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
Constructor.
datastoreSchema() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
datastoreSchemaDescription() - Method in interface com.activeviam.activepivot.server.spring.api.config.IDatastoreSchemaDescriptionConfig
Returns the schema description of the datastore as defined in your project.
DatastoreSchemaDescription - Class in com.activeviam.database.datastore.api.description.impl
Default immutable implementation of IDatastoreSchemaDescription.
DatastoreSchemaDescription(List<? extends IStoreDescription>, Collection<? extends IReferenceDescription>) - Constructor for class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
Constructor which makes the collections immutable.
DatastoreSchemaDescription(List<? extends IStoreDescription>, Collection<? extends IReferenceDescription>, Collection<Set<StoreField>>) - Constructor for class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
Constructor which makes the collections immutable.
DatastoreSchemaDescription(List<? extends IStoreDescription>, Collection<? extends IReferenceDescription>, Collection<Set<StoreField>>, DatabaseId) - Constructor for class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
Constructor which makes the collections immutable.
DatastoreSchemaDescriptionUtil - Class in com.activeviam.database.datastore.api.description.impl
Utility class to make transformations on an IDatastoreSchemaDescription.
DatastoreTransactionCommitted - Class in com.activeviam.database.datastore.api.observability.impl
The event created when a datastore transaction is committed.
DatastoreTransactionCommitted(IDatastoreSchemaTransactionInformation, long) - Constructor for class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
Instantiates a new DatastoreTransactionCommitted.
DatastoreTransactionException - Exception Class in com.activeviam.database.datastore.api.transaction
An exception thrown when something goes wrong with a transaction on the Datastore.
DatastoreTransactionException() - Constructor for exception class com.activeviam.database.datastore.api.transaction.DatastoreTransactionException
Default constructor.
DatastoreTransactionException(String) - Constructor for exception class com.activeviam.database.datastore.api.transaction.DatastoreTransactionException
Constructor.
DatastoreTransactionException(String, Object...) - Constructor for exception class com.activeviam.database.datastore.api.transaction.DatastoreTransactionException
Constructor.
DatastoreTransactionException(String, Throwable) - Constructor for exception class com.activeviam.database.datastore.api.transaction.DatastoreTransactionException
Constructor.
DatastoreTransactionException(Throwable) - Constructor for exception class com.activeviam.database.datastore.api.transaction.DatastoreTransactionException
Constructor.
DatastoreTransactionException(Throwable, String, Object...) - Constructor for exception class com.activeviam.database.datastore.api.transaction.DatastoreTransactionException
Constructor.
DatastoreTransactionStarted - Class in com.activeviam.database.datastore.api.observability.impl
The event created when a datastore transaction is started.
DatastoreTransactionStarted(IDatastoreSchemaTransactionInformation, Set<String>) - Constructor for class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionStarted
Instantiates a new DatastoreTransactionStarted.
dataType(String) - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription.FieldDescriptionBuilder
Sets the data type of the field.
DataValidatorSettings - Class in com.activeviam.directquery.api.validator
Configuration class for the data validation of external tables in DirectQuery.
DataValidatorSettings.DataValidatorSettingsBuilder - Class in com.activeviam.directquery.api.validator
 
DATE - Static variable in interface com.activeviam.tech.core.api.format.IParser
Date field parser key.
DATE_DEFAULT_PATTERN - Static variable in interface com.activeviam.tech.core.api.format.IParser
Default pattern for the IParser.DATE parser.
DATE_FORMAT - Enum constant in enum class com.activeviam.tech.core.api.exceptions.ActiveViamParsingException.ParsingExceptionType
Used when the parsing of a date fails.
DATE_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.format.IFormatter
Plugin key for the formatter of dates.
DateFieldType - Class in com.qfs.snl.messages.form.impl
Form field to input a date.
DateFieldType(String, String) - Constructor for class com.qfs.snl.messages.form.impl.DateFieldType
Full constructor.
DateFieldType(FormProperty) - Constructor for class com.qfs.snl.messages.form.impl.DateFieldType
Constructor from an Activiti from property.
DbInfo - Class in com.qfs.repository.persistence.impl
Entity storing any information about the database.
DbInfo - Class in com.qfs.snl.persistence.impl
Entity storing any information about the database.
DbInfo(String, String) - Constructor for class com.qfs.repository.persistence.impl.DbInfo
Constructor.
DbInfo(String, String) - Constructor for class com.qfs.snl.persistence.impl.DbInfo
Constructor.
DbInfoDao - Class in com.qfs.repository.persistence.impl
DAO providing information about the application database.
DbInfoDao - Class in com.qfs.snl.persistence.impl
DAO providing information about the application database.
DbInfoDao(SessionFactory) - Constructor for class com.qfs.repository.persistence.impl.DbInfoDao
Constructor.
DbInfoDao(SessionFactory) - Constructor for class com.qfs.snl.persistence.impl.DbInfoDao
Constructor.
DbProcedure - Class in com.qfs.repository.persistence.impl
Internal class handling operations on the PointValue table in a single transaction.
DbProcedure(String, IdGenerator, Session, Audit) - Constructor for class com.qfs.repository.persistence.impl.DbProcedure
Constructor.
decode(Map<String, String>) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
Decodes content from a repository into a context value instance.
decorateSpanWithQuery(Span, IQuery<R>) - Static method in class com.activeviam.tech.core.api.tracking.Tracing
Deprecated.
Sets the Tracing.QUERY_ATTRIBUTE attribute of the provided Span.
deepCopy() - Method in interface com.activeviam.activepivot.core.intf.api.description.IComparatorDescription
Deep copy the IComparatorDescription class.
deepCopy() - Method in interface com.activeviam.activepivot.core.intf.api.description.IComparatorOrderDescription
Deep copy the IComparatorOrderDescription class.
deepCopy() - Method in interface com.activeviam.tech.aggregation.api.history.IHistory
Returns a deep copy of this history.
deepCopy() - Method in interface com.activeviam.tech.mvcc.api.IEpoch
Returns a deep copy of this epoch.
deepCopy() - Method in class com.activeviam.tech.streaming.impl.api.AxisRanges
 
deepCopy() - Method in class com.activeviam.tech.streaming.impl.api.RangeProperty
 
deepCopy() - Method in interface com.activeviam.tech.streaming.intf.api.IAxisRanges
Deeply copies this range.
deepCopy() - Method in interface com.activeviam.tech.streaming.intf.api.IRangeProperty
Deeply copies this range property.
DEFAULT - Enum constant in enum class com.qfs.snl.messages.MessageLevel
Default level of message, without a particular meaning.
DEFAULT - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueriesTimeLimit
The default query timeout is 30 seconds.
DEFAULT - Static variable in class com.activeviam.tech.chunks.api.ChunkAllocators
Plugin key of the default chunk allocator.
DEFAULT_ACCEPT_INCOMPLETE_LINES - Static variable in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
 
DEFAULT_ACCEPT_OVERFLOWING_LINES - Static variable in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
 
DEFAULT_AGGREGATE_PROVIDER - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
The default aggregate provider implementation is 'JUST_IN_TIME'.
DEFAULT_APPEND_BATCH_SIZE - Static variable in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
The default max number of elements to poll from the append queue by the append threads.
DEFAULT_APPEND_QUEUE_SIZE - Static variable in class com.activeviam.source.jdbc.api.impl.JdbcTopic
The default max number of rows waiting to be processed by the append threads.
DEFAULT_BEHAVIOR - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties
The default behavior for a drillthrough property exception.
DEFAULT_BEHAVIOR - Static variable in interface com.activeviam.activepivot.core.intf.api.postprocessing.IMissedPrefetchBehavior
The default behavior for a missed prefetch.
DEFAULT_BLOCK_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property that configures the default block size of the application.
DEFAULT_BRANCHES - Static variable in interface com.activeviam.tech.mvcc.api.IEpoch
The set of the default branches.
DEFAULT_BUFFER_SIZE - Static variable in class com.activeviam.source.csv.api.CsvSourceConfiguration.CsvSourceConfigurationBuilder
Default buffer size in kb.
DEFAULT_CACHE_CAPACITY - Static variable in class com.activeviam.directquery.api.cache.SingleTableCacheDescription
Default value for the max capacity of the cache, based on a number of partitions.
DEFAULT_CHARSET - Static variable in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
 
DEFAULT_CHUNK_SIZE - Static variable in class com.activeviam.source.jdbc.api.impl.JdbcTopic
Default chunk size.
DEFAULT_CHUNK_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property that configures the default chunk size of the application.
DEFAULT_CLOSE_CALLBACK - Static variable in class com.activeviam.source.csv.api.CsvSourceBuilder
 
DEFAULT_DIRECTORY_NAME - Static variable in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Directory name to use if none is given.
DEFAULT_DISCARD_AT_COMMIT - Static variable in class com.activeviam.tech.mvcc.api.policy.ADefaultEpochPolicy
DEFAULT_DISCARD_ON_GC - Static variable in class com.activeviam.tech.mvcc.api.policy.ADefaultEpochPolicy
DEFAULT_DOWNLOAD_THREADS - Static variable in class com.activeviam.cloud.common.api.CloudFetchingConfig
 
DEFAULT_DUPLICATE_KEY_SELECTOR - Static variable in class com.activeviam.database.datastore.api.description.impl.DuplicateKeyHandlers
The default selector.
DEFAULT_ENABLE_REPORTING - Static variable in interface com.activeviam.source.csv.api.ICsvSourceConfiguration
Deprecated.
 
DEFAULT_ENABLE_REPORTING - Static variable in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
The default value for whether the parsing report is enabled.
DEFAULT_EXTERNAL_DATABASE_TIME_TRAVEL_DISCOVERY_TIMEOUT - Static variable in interface com.activeviam.database.sql.api.IDatabaseTimeTravelSettings
 
DEFAULT_EXTERNAL_DATABASE_TIME_TRAVEL_DISCOVERY_TIMEOUT - Static variable in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription
 
DEFAULT_FETCH_SIZE - Static variable in class com.activeviam.source.jdbc.api.impl.JdbcTopic
Default fetch size.
DEFAULT_HIERARCHY_SEPARATOR - Static variable in interface com.activeviam.activepivot.core.intf.api.location.ILocation
The default hierarchy separator sequence.
DEFAULT_ID - Static variable in interface com.qfs.snl.workflows.IWorkflowService
Entity id for the configuration of the default workflow for a given entity.
DEFAULT_IGNORE_QUERIED_MEASURE - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties
The default behavior is to take into account the queried measure.
DEFAULT_INITIAL_CAPACITY - Static variable in interface com.activeviam.tech.dictionaries.api.IDictionary
The default initial capacity for dictionaries.
DEFAULT_INITIAL_PERIOD - Static variable in class com.qfs.repository.impl.RepositoryDaemon
The default period is 1s.
DEFAULT_INITIAL_PERIOD - Static variable in class com.qfs.snl.agent.service.impl.SentinelDaemon
The default period is 1s.
DEFAULT_INITIAL_PUBLICATION_MODE - Static variable in interface com.activeviam.tech.streaming.intf.api.IStreamProperties
DEFAULT_INTERMEDIATE_LIMIT - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueriesResultLimit
The fallback value for the case when IQueriesResultLimit.getIntermediateLimit() returns null.
DEFAULT_INVOCATION_INTERVAL - Static variable in class com.activeviam.tech.mvcc.api.policy.ADefaultEpochPolicy
DEFAULT_ISSUER - Static variable in interface com.activeviam.web.spring.api.jwt.IJwtService
Name of the default JWT issuer.
DEFAULT_LEVEL_SEPARATOR - Static variable in interface com.activeviam.activepivot.core.intf.api.location.ILocation
The default level separator sequence.
DEFAULT_LINES_SKIPPED - Static variable in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
 
DEFAULT_LOGGING_THRESHOLD - Static variable in class com.qfs.repository.impl.RepositoryDaemon
The default threshold is 10.
DEFAULT_LOGGING_THRESHOLD - Static variable in class com.qfs.snl.agent.service.impl.SentinelDaemon
The default threshold is 10.
DEFAULT_MAX_BATCHES_PER_FILE - Static variable in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Number of batches per file by default.
DEFAULT_MAX_LINES_PER_FILE - Static variable in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Number of lines per files by default.
DEFAULT_MAX_PERIOD - Static variable in class com.qfs.repository.impl.RepositoryDaemon
The default max period is 1 min.
DEFAULT_MAX_PERIOD - Static variable in class com.qfs.snl.agent.service.impl.SentinelDaemon
The default max period is 1min.
DEFAULT_NAME - Static variable in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPrefetcher
The default name for prefetchers that have not been explicitly named.
DEFAULT_NAME - Static variable in class com.activeviam.source.csv.api.CsvSourceBuilder
Default name for a csv source.
DEFAULT_NAME - Static variable in class com.activeviam.source.csv.api.CsvSourceFactory
Deprecated.
Default name for a csv source.
DEFAULT_NAME - Static variable in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
The default Jdbc source name.
DEFAULT_NAME - Static variable in class com.activeviam.source.keyvalue.api.KeyValueSourceFactory
Default name for a key-value source.
DEFAULT_NB_APPEND_THREAD - Static variable in class com.activeviam.source.jdbc.api.impl.JdbcTopic
Default append thread number.
DEFAULT_PARSER_THREADS - Static variable in class com.activeviam.source.csv.api.CsvSourceConfiguration.CsvSourceConfigurationBuilder
Default number of parser threads.
DEFAULT_PART_LENGTH - Static variable in class com.activeviam.cloud.common.api.CloudFetchingConfig
 
DEFAULT_PARTITIONING_ON_RANGE_LEVELS - Static variable in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPartitionedPostProcessor
Default policy to automatically partition post-processors on range levels.
DEFAULT_PARTITIONING_ON_RANGE_LEVELS_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that sets the default behavior for post-processors supporting automatic expansion on range level partitioning.
DEFAULT_PATTERN - Static variable in class com.qfs.repository.mdx.impl.LookUpFunction
Pattern for the default lookup form.
DEFAULT_PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The plugin key of the default Distributed Messenger implementation.
DEFAULT_PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughExecutor
The default plugin key to use for this IExtendedPluginValue.
DEFAULT_POOL_SIZE - Static variable in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
The default pool size.
DEFAULT_PROCESS_QUOTES - Static variable in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
 
DEFAULT_RANGE_SHARING - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
DEFAULT_ROLE_ROOT - Static variable in interface com.activeviam.tech.contentserver.storage.api.IContentService
The default value for the root property.
DEFAULT_SEPARATOR - Static variable in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
 
DEFAULT_SEPARATOR - Static variable in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated.
The default CSV separator character.
DEFAULT_TRANSIENT_LIMIT - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueriesResultLimit
The fallback value for the case when IQueriesResultLimit.getTransientLimit() returns null.
DEFAULT_TYPE - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Plugin key for regular cube.
DEFAULT_UNKOWN_COLUMN_BEHAVIOR - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties
The default behavior for a drillthrough property exception.
DEFAULT_USE_MARKED_CHUNK - Static variable in class com.activeviam.tech.aggregation.api.IGenericAggregation.AggregationChunksSetting
 
DEFAULT_VECTOR_DELIMITER_DEFAULT_VALUE - Static variable in interface com.activeviam.tech.core.api.format.IParser
Default value for the default delimiter between vector elements.
DEFAULT_WAITING_TIME - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition
Default waiting time for remote transaction notification (0 means that we do not wait for notifications).
DEFAULT_WILDCARD - Static variable in interface com.activeviam.activepivot.core.intf.api.location.ILocation
The default wildcard sequence.
defaultAlertService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
 
defaultAlertService() - Method in interface com.qfs.snl.cfg.IActiveMonitorServiceConfiguration
[Bean] Service to send and retrieve alerts.
defaultAlertService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
 
defaultBranchOwners(Set<String>) - Method in class com.activeviam.activepivot.server.impl.api.security.ContentServiceBranchPermissionsManagerBuilder
Defines the default owner permissions for this manager, which will be used to get the permissions for branches not registered in the manager.
defaultBranchReaders(Set<String>) - Method in class com.activeviam.activepivot.server.impl.api.security.ContentServiceBranchPermissionsManagerBuilder
Defines the default reader permissions for this manager, which will be used to get the permissions for branches not registered in the manager.
DefaultCellPropertiesHandler - Class in com.activeviam.activepivot.mdx.impl.api.formatting
This class is used to assign a standard behavior to the cell properties.
DefaultCellPropertiesHandler() - Constructor for class com.activeviam.activepivot.mdx.impl.api.formatting.DefaultCellPropertiesHandler
 
defaultMapping(Collection<String>) - Static method in class com.activeviam.source.common.api.impl.Fetch
Creates a mapping between stores and topic, with stores names equals to the topic names.
DefaultMemberDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
The default member discovery.
DefaultMemberDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
 
DefaultMemberDiscovery(String, String, List<String>, List<String>) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
Constructor.
defaultMonitorPayload(IWorkflowPayload, IMonitor) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Builds the default payload for any action on a monitor backed up by a monitors service.
defaultMonitorService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
[Bean] Default monitor service for the application.
defaultMonitorService() - Method in interface com.qfs.snl.cfg.IActiveMonitorServiceConfiguration
Default monitor service.
defaultMonitorService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
 
defaultOptions() - Static method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder.LockOptions
 
defaultParameterStoreChannelFactory(IDatastore, IParameterStoreConfiguration) - Static method in class com.qfs.repository.impl.RepositoryCacheUtil
Create the default channel factory use by the repository cache.
defaultParameterStoreConfiguration() - Static method in class com.qfs.repository.impl.RepositoryCacheUtil
Produce the default configuration for the parameter store.
defaultParameterStoreDescription(IParameterStoreConfiguration) - Static method in class com.qfs.repository.impl.RepositoryCacheUtil
Build the default parameter store description.
defaultPayload() - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Gets the default payload for any workflow.
defaultRepositoryService() - Method in class com.qfs.repository.cfg.activepivot.impl.RemoteRepositoryServiceConfiguration
 
defaultRepositoryService() - Method in class com.qfs.repository.cfg.impl.RepositoryServiceConfiguration
 
defaultRepositoryService() - Method in interface com.qfs.repository.cfg.IRepositoryServiceConfiguration
[Bean] Default repository service.
defaultRepositoryService() - Method in class com.qfs.repository.cfg.snl.impl.RemoteRepositoryServiceConfiguration
 
defaults() - Static method in class com.activeviam.directquery.api.validator.DataValidatorSettings
Builder of a default DataValidatorSettings.
defaults() - Static method in class com.activeviam.tech.aggregation.api.IGenericAggregation.AggregationChunksSetting
 
defaultValue(Object) - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription.FieldDescriptionBuilder
 
defaultValue(Object) - Method in class com.activeviam.tech.chunks.api.types.FieldType.FieldTypeBuilder
Sets the default value.
defaultValue(String) - Method in interface com.activeviam.tech.excel.addin.service.api.IAdditionalContextMetadata
The default value, for instance false for a boolean.
defaultWorkflowService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
 
defaultWorkflowService() - Method in interface com.qfs.snl.cfg.IActiveMonitorServiceConfiguration
[Bean] Service managing workflows.
defaultWorkflowService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
 
DefaultWorkflowUnit - Class in com.qfs.snl.workflows.units.impl
Default implementation of workflow unit.
DefaultWorkflowUnit() - Constructor for class com.qfs.snl.workflows.units.impl.DefaultWorkflowUnit
 
delete() - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3EntityPath
 
delete() - Method in class com.activeviam.cloud.azure.api.storage.entity.AzureEntity
 
delete() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureBlobPath
 
delete() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntity
Deprecated, for removal: This API element is subject to removal in a future version.
The client can implement it independently using the cloud provider SDK.
delete() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityPath
Deprecated, for removal: This API element is subject to removal in a future version.
The client can implement it independently using the cloud provider SDK.
delete() - Method in class com.activeviam.cloud.google.api.storage.GoogleEntity
 
delete() - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleEntityPath
 
delete(long) - Method in interface com.qfs.snl.messages.IMessageService.IMessageBox
Deletes a message.
delete(long) - Method in class com.qfs.snl.messages.impl.MessageBox
 
delete(long) - Method in interface com.qfs.snl.persistence.IIdentifiableDeleteDao
Deletes an element by its id.
delete(long) - Method in class com.qfs.snl.persistence.impl.ACRDDao
 
delete(long) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
delete(long) - Method in interface com.qfs.snl.rs.IMessageRestService
Deletes a message for the currently logged user.
delete(long) - Method in class com.qfs.snl.rs.impl.MessageRestServiceController
 
delete(long, String) - Method in interface com.qfs.snl.rs.IMonitorRestService
Deletes a monitor.
delete(long, String) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
delete(IPointValueDao, PointValue) - Static method in class com.qfs.repository.persistence.impl.PointValueDaoUtils
Deletes a given point value.
delete(IPointValueDao, List<? extends IPointValue>) - Static method in class com.qfs.repository.persistence.impl.PointValueDaoUtils
Deletes a collection of point values.
delete(IPointValue.IKey) - Method in class com.qfs.repository.persistence.impl.DbProcedure
Deletes an existing point value.
delete(ExistingT) - Method in class com.qfs.repository.params.impl.ParameterUpdateBuilder
 
delete(ExistingT) - Method in interface com.qfs.repository.params.IParameterUpdateBuilder
Registers a point value to remove.
delete(String) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
delete(String) - Method in class com.qfs.repository.impl.RepositoryService
 
delete(String) - Method in interface com.qfs.repository.IRepositoryService
Deletes all point values for the given parameter.
delete(String) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
delete(String) - Method in interface com.qfs.repository.persistence.IPointValueDao
Deletes all point values for the given parameter.
delete(String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
delete(String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Deletes all point values whose name is the given parameter.
delete(String) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
delete(String) - Method in class com.qfs.snl.rs.impl.RepositoryWorkflowRestServiceController
 
delete(String) - Method in interface com.qfs.snl.rs.IRepositoryWorkflowRestService
Starts a workflow to delete the point values for the given parameter.
delete(String, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Deletes an monitor.
delete(String, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
delete(String, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
delete(String, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
delete(String, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
delete(String, String) - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Deletes the configuration for a given entity.
delete(String, String) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
DELETE - Enum constant in enum class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction.DatabaseActionType
Delete action to remove lines from a table.
DELETE_MONITOR - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a monitor is being deleted.
DELETE_PARAMETER - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a parameter is being deleted.
DELETE_WORKFLOW_CONFIGURATION - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a schema configured for an entity is being removed.
deleteBranch(String) - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Delete a branch.
deleted() - Method in interface com.activeviam.source.csv.api.IFileEvent
Returns the data providers that have been deleted.
DELETED - Enum constant in enum class com.activeviam.source.csv.api.ACsvTopic.ResourceStatus
Corresponds to the deletion of a data provider.
DELETED_AT - Static variable in class com.qfs.snl.persistence.impl.MonitorDao
 
deletedAt(IAudit) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Sets the deletedAt audit.
deletedAt(IAudit) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
deletedAtMonitor(IMonitor, IAudit) - Static method in class com.qfs.snl.monitors.impl.Monitor
To create a monitor with a certain deleted audit id.
DeletedMessageDto - Class in com.qfs.snl.dtos.ws
DTO notifying of a message being deleted.
DeletedMessageDto(IMessage) - Constructor for class com.qfs.snl.dtos.ws.DeletedMessageDto
Constructor.
deleteEntityConfiguration(String, String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
deleteEntityConfiguration(String, String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
Deletes a configuration of workflow schema for a given entity.
deleteEntityConfiguration(String, String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Deletes a configuration of workflow schema for a given entity.
deleteMonitorPayload(IWorkflowPayload, IMonitor) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Builds the payload for the IWorkflowService.WorkflowTypes.DELETE_MONITOR type of workflows.
deleteParameterPayload(IWorkflowPayload, String) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Creates a payload for IWorkflowService.WorkflowTypes.DELETE_PARAMETER workflows.
deleteParameters() - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
deleteParameters() - Method in class com.qfs.repository.impl.RepositoryService
 
deleteParameters() - Method in interface com.qfs.repository.IRepositoryService
Deletes all point values.
deleteParameters() - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
deleteParameters() - Method in interface com.qfs.repository.rs.IRepositoryRestService
Deletes all point values.
deleteParameters() - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
deniesAll() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilter
Returns true if this filter denies all members.
dependencies(Map<Integer, Set<Integer>>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query plan retrievals dependencies.
DEPENDS_ON_MEASURE_PROPERTY - Static variable in interface com.activeviam.activepivot.core.intf.api.realtime.IMeasureDependentAggregatesContinuousHandler
This property must be set for any postprocessors that depend on another measure that has a IMeasureDependentAggregatesContinuousHandler handler to the name of that measure.
DEPRECATED_UI_PREFIX - Static variable in class com.activeviam.springboot.atoti.ui.starter.api.PropertyNames
Prefix for the deprecated properties of the ui starter.
DeprecatedApi - Annotation Interface in com.activeviam.tech.core.api.annotations
Internal annotation marking code as deprecated and to be removed in a future version.
deRegister(IParameterListener) - Method in interface com.qfs.repository.IParameterStream
Remove a listener.
deRegister(IParameterListener) - Method in class com.qfs.repository.mdx.impl.ParameterStoreStream
 
deregistration(IContinuousQuery<? extends R, ? extends U>) - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQueryListener
This method is invoked whenever this listener is de-registered from a continuous query.
DESCENDING_NATURAL_ORDER_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the implementation of INaturalOrderComparator in descending order.
description() - Method in class com.activeviam.activepivot.core.ext.api.cube.hierarchy.impl.AAnalysisHierarchyDescriptionProvider
 
description() - Method in class com.activeviam.tech.aggregation.api.impl.AAggregationFunction
 
description() - Method in class com.activeviam.tech.aggregation.api.impl.AMultiSourceAggregationFunction
 
description() - Element in annotation interface com.activeviam.tech.core.api.registry.AtotiExtendedPlugin
Returns the description of what the Plugin contains.
description() - Element in annotation interface com.activeviam.tech.core.api.registry.AtotiPlugin
Returns description of what the plugin contains.
description() - Element in annotation interface com.activeviam.tech.core.api.registry.AtotiType
Gets a description of the registered type.
description() - Method in interface com.activeviam.tech.core.api.registry.IPluginValue
Returns the description of that value with some indication on the business rules that it implements.
description() - Method in class com.qfs.snl.mdx.impl.TransitionOnlyKpiFilter
 
description(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.FilterData.FilterDataBuilder
The filter description.
DESCRIPTION - Static variable in class com.activeviam.tech.core.api.ordering.CustomComparator
Description.
DESCRIPTION_ESCAPING_CHAR - Static variable in class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
DESCRIPTION_SEPARATOR - Static variable in class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
Used to generate a String representation of HierarchyIdentifier and LevelIdentifier.
DescriptionException - Exception Class in com.activeviam.activepivot.core.intf.api.description
Exception raised by invalid descriptions.
DescriptionException() - Constructor for exception class com.activeviam.activepivot.core.intf.api.description.DescriptionException
Constructs a new runtime exception with null as its detail message.
DescriptionException(String) - Constructor for exception class com.activeviam.activepivot.core.intf.api.description.DescriptionException
Constructs a new exception with the specified detail message.
DescriptionException(String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.description.DescriptionException
Constructs a new exception with a template message.
DescriptionException(String, Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.description.DescriptionException
Constructs a new exception with the specified detail message and cause.
DescriptionException(Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.description.DescriptionException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
DescriptionException(Throwable, String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.description.DescriptionException
Constructs a new exception with the specified cause and a template message.
descriptionTransformations() - Method in interface com.activeviam.activepivot.server.spring.api.config.IDatastoreSchemaDescriptionConfig
Returns the IDatastoreSchemaDescription transformations to apply to the datastore schema description.
descriptionTransformations() - Method in interface com.qfs.repository.config.impl.IParameterAwareDatastoreSchemaDescriptionConfig
 
destroy() - Method in class com.activeviam.tech.dictionaries.avinternal.Dictionary
 
destroy() - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary
Frees all resources held by this data structure.
detectStatuses(Collection<? extends IKpiDescription>) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
Gets the list of measures representing statuses detected in the previously parsed statement.
DIAGNOSTICS_SECURITY_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
 
DIAGNOSTICS_SERVICE_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
 
dictionarize(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
For a dictionarized type, returns itself.
dictionarize(IRecordFormat, IDictionaryProvider) - Static method in interface com.activeviam.tech.records.api.IRecordFormat
Creates the record format of the fields by applying the provided dictionaries.
dictionarized() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanTagField
Tells the builder that this field should be dictionarized.
dictionarized(boolean) - Method in interface com.activeviam.directquery.api.schema.FieldDescription.IBuildableFieldDescriptionBuilder
Optional: whether the field is dictionarized.
dictionarized(boolean) - Method in interface com.activeviam.directquery.api.schema.FieldDescription.IFieldDescriptionBuilder
Optional: whether the field is dictionarized.
dictionarizeFields(IDatastoreSchemaDescription, Collection<StoreField>) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Dictionarizes all the given fields.
dictionarizeFields(IDatastoreSchemaDescription, BiPredicate<String, IFieldDescription>) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Dictionarizes the fields matching the given predicate (first parameter is the store name).
dictionarizeStringFields(IDatastoreSchemaDescription) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Dictionarizes all fields of type String.
dictionary(boolean) - Method in class com.activeviam.tech.chunks.api.types.Types.TypeInformation.TypeBuilder
 
Dictionary<K> - Class in com.activeviam.tech.dictionaries.avinternal
Default implementation of an append only dictionary.
Dictionary() - Constructor for class com.activeviam.tech.dictionaries.avinternal.Dictionary
Default capacity constructor.
Dictionary(long) - Constructor for class com.activeviam.tech.dictionaries.avinternal.Dictionary
Constructs an empty dictionary with the specified initial capacity.
DICTIONARY - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to the Atoti Server's dictionary.
DICTIONARY_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Atoti Server's dictionary.
differentialReload() - Method in class com.activeviam.source.csv.api.ACsvTopic
Triggers a differential reload of the topic: the method computes the actual state of the topic (all the files and directories covered by the topic), and compares this state with its committed state.
WARNING This method relies on the last modified time of the files to decide whether it has changed or not.
differentialReloadTopic(String) - Method in class com.activeviam.source.csv.api.FileSystemCsvMonitoring
Triggers a differential reload of the given topic. the method computes the actual state of the topic (all the files and directories covered by the topic), and compares this state with its committed state.
WARNING This method relies on the last modified time of the files to decide whether it has changed or not.
dimension(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData.LocationDataBuilder
The location dimension.
DIMENSION - Enum constant in enum class com.activeviam.activepivot.core.intf.api.postprocessing.IUnknownOlapElementException.OlapElementType
When a dimension is missing, this is the type to use.
DimensionDiscovery - Class in com.activeviam.activepivot.server.intf.api.discovery
Dimension Discovery for SOAP webservices.
DimensionDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
The dimension discovery.
DimensionDiscovery() - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
 
DimensionDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
DimensionDiscovery(String, String, String, boolean, String[], List<HierarchyDiscovery>) - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
Creates a new DimensionDiscovery instance.
DimensionDiscovery(String, String, String, String, String, boolean, Set<String>, List<HierarchyDiscovery>) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
Constructor.
DimensionIdentifier - Class in com.activeviam.activepivot.core.intf.api.cube.metadata
The identifier of a dimension in a cube.
DimensionIdentifier(String) - Constructor for class com.activeviam.activepivot.core.intf.api.cube.metadata.DimensionIdentifier
Creates a new DimensionIdentifier instance.
DIRECT - Enum constant in enum class com.activeviam.tech.chunks.api.vectors.AllocationType
The data is allocated on the direct memory.
DIRECT_CHUNK_ALLOCATOR_PLUGIN_KEY - Static variable in class com.activeviam.tech.chunks.api.ChunkAllocators
Plugin key of the Direct chunk allocator.
DIRECT_QUERY_ALLOW_AGGREGATION_FACTORIZATION_IN_SQL - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Some SQL queries can be optimized by factorizing the aggregations in order to aggregate less values.
DIRECT_QUERY_ENABLE_UNSUPPORTED_DATABASE_VERSION - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that allows DirectQuery to try to use an unsupported database version.
DirectByteBufferPool - Class in com.activeviam.source.keyvalue.api.impl
A buffer pool providing DirectByteBuffer.
DirectByteBufferPool(long) - Constructor for class com.activeviam.source.keyvalue.api.impl.DirectByteBufferPool
Constructor.
DIRECTION_PROPERTY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.NeighborValuePostProcessor
The configuration string for the behavior of the PP (next or previous).
DIRECTORY_CALCULATED_MEMBERS - Static variable in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Directory to store calculated members for a given cube.
DIRECTORY_CONFIG - Static variable in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Directory for configuration related keys.
DIRECTORY_KPIS - Static variable in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Directory to store KPIs for a given cube.
DIRECTORY_NAME_PROPERTY - Static variable in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Directory name property key.
DIRECTORY_ROLES - Static variable in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Directory to store entitlements for a given role and cube.
DIRECTORY_SET - Static variable in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Directory to store named sets for a given cube.
DirectoryCsvTopic - Class in com.activeviam.source.csv.api
Topic based on the content of a directory.
DirectoryCsvTopic(String, ICsvParserConfiguration, String, PathMatcher, int) - Constructor for class com.activeviam.source.csv.api.DirectoryCsvTopic
Constructor for a DirectoryCsvTopic using a polling implementation.
DirectoryCsvTopic(String, ICsvParserConfiguration, String, PathMatcher, IWatcherService) - Constructor for class com.activeviam.source.csv.api.DirectoryCsvTopic
Constructor for a DirectoryCsvTopic using a watcher service.
DirectoryCsvTopic(String, ICsvParserConfiguration, Path, PathMatcher, int) - Constructor for class com.activeviam.source.csv.api.DirectoryCsvTopic
Constructor for a DirectoryCsvTopic using a polling implementation.
DirectoryCsvTopic(String, ICsvParserConfiguration, Path, PathMatcher, IWatcherService) - Constructor for class com.activeviam.source.csv.api.DirectoryCsvTopic
Constructor for a DirectoryCsvTopic using a watcher service.
directQueryApplication() - Method in class com.activeviam.directquery.application.api.spring.ADirectQueryApplicationConfig
This Bean needs to be implemented by the client code and returns an Application.
DirectQueryConnector<DatabaseSettingsT> - Class in com.activeviam.directquery.api
The main DirectQuery class allowing to connect to the external database.
directQueryDatabase() - Method in class com.activeviam.directquery.application.api.spring.ADirectQueryApplicationConfig
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.1.3. Use ADirectQueryApplicationConfig.database() instead, as it provides the same output type while implementing the specification pulled from the IDatabaseConfig interface.
disable() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.AStoreStream
 
disable() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IStream
Disable/deactivate the stream.
disable(String) - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
DISABLE_CHUNKSET_COMPRESSION_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that disables the ChunkSet compression.
DISABLE_EPOCH_DIMENSION_DEFAULT - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Epoch dimension is enabled by default.
DISABLE_MDX_COMPILATION_DEFAULT - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
MDX compilation is enabled by default.
disableAll() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
disabled() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IAggregatesCacheDescriptionCompleteBuilder.AggregatesCacheDescriptionBuilder
Disables the aggregates caching.
disableExecutionPlanningPrint() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Disables logging execution plan.
disableExecutionTimingPrint() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Disables logging execution timing.
disableMdxCompilation(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanDisableMdxCompilation
Enables/disables mdx compilation.
disableQueryPlanCycleDetection() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Disables the detection of cycles for the query plan.
disableQueryPlanExport() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Disables the query plan export.
disableQueryPlanSummary() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Disables the summary only creation mode for the query plan.
disaggregate(int, int) - Method in class com.activeviam.tech.aggregation.api.history.HistoryAggregation.HistoryBinding
 
disaggregate(int, int) - Method in class com.activeviam.tech.aggregation.api.history.HistoryAggregation.HistoryFeedBinding
 
disaggregate(int, int) - Method in interface com.activeviam.tech.aggregation.api.IAggregationBinding
Disaggregates an element of the source from an aggregate of the destination structure.
disaggregate(int, int) - Method in class com.activeviam.tech.aggregation.api.impl.AVectorAggregationBinding
Modify the destination vector in place.
disaggregate(ISentinelEvent) - Method in interface com.qfs.snl.alerts.IAlertAggregation
Disaggregates the event from the alert contributors.
disaggregate(ISentinelEvent) - Method in interface com.qfs.snl.alerts.IEventAlertAggregator
Removes an event from the elements contributing to the alert.
disaggregate(ISentinelEvent) - Method in class com.qfs.snl.alerts.impl.AEventAlertAggregator
 
disaggregate(ISentinelEvent) - Method in class com.qfs.snl.alerts.impl.DuringEventAlertAggregator
 
disaggregate(ISentinelEvent) - Method in class com.qfs.snl.alerts.impl.SingleEventAggregation
 
discard() - Method in interface com.activeviam.tech.mvcc.api.IEpochManager
Cleans up resources that are only reachable by versions that do not exist anymore.
discard() - Method in interface com.activeviam.tech.mvcc.api.IVersionHistory
Cleans up resources that are only reachable by versions that do not exist anymore.
DISCARD_EMPTY_TRANSACTION - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition
If set to true, the IInstanceDistributionManager ignores empty transactions i.e. empty commits do not send messages to QUERY cube.
discardAtCommit() - Method in class com.activeviam.tech.mvcc.api.policy.ADefaultEpochPolicy
 
discardAtCommit() - Method in interface com.activeviam.tech.mvcc.api.policy.IEpochManagementPolicy
Tells whether or not a discard task should be executed asynchronously after each commit.
discardAtCommit() - Method in class com.activeviam.tech.mvcc.api.policy.KeepAllEpochPolicy
 
DiscardedEpochException - Exception Class in com.activeviam.tech.mvcc.api.exceptions
The exception that is thrown when trying to access an epoch that has already been discarded.
DiscardedEpochException() - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.DiscardedEpochException
Default constructor.
DiscardedEpochException(IEpoch) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.DiscardedEpochException
Constructor at a given epoch.
DiscardedEpochException(String) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.DiscardedEpochException
Constructor without cause.
DiscardedEpochException(String, Throwable) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.DiscardedEpochException
Full constructor.
DiscardedEpochException(Throwable) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.DiscardedEpochException
Constructor with a default message.
discardedEvent(long) - Method in class com.qfs.snl.agent.service.impl.PublicationStatistics
Records the number of events evicted by the priority queue.
discardTriggeredByGc() - Method in class com.activeviam.tech.mvcc.api.policy.ADefaultEpochPolicy
 
discardTriggeredByGc() - Method in interface com.activeviam.tech.mvcc.api.policy.IEpochManagementPolicy
Tells whether or not the discard should be triggered by the garbage collection of the version objects.
discardTriggeredByGc() - Method in class com.activeviam.tech.mvcc.api.policy.KeepAllEpochPolicy
 
disconnect(IWsSession) - Method in class com.qfs.repository.ws.impl.ParameterWsService
 
disconnect(IWsSession) - Method in interface com.qfs.repository.ws.IParameterWsService
Disconnect a web socket from the parameter service.
disconnect(IWsSession) - Method in interface com.qfs.snl.ws.IAlertWsService
Disconnects a socket from the service.
disconnect(IWsSession) - Method in interface com.qfs.snl.ws.IMessageWsService
Disconnects a socket from the service.
disconnect(IWsSession) - Method in interface com.qfs.snl.ws.IMonitorWsService
Disconnects a socket from the service.
disconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.AlertWsService
 
disconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.MessageWsService
 
disconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.MonitorWsService
 
discoverTable(SqlTableId) - Method in interface com.activeviam.directquery.api.discoverer.IDirectQueryTableDiscoverer
Discovers the table with the given id.
DISCOVERY_APPROX_CARDINALITY_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures the behavior during an XMLA discovery when computing hierarchy cardinality and level cardinality.
DISCOVERY_TIMEOUT - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The name of the property that defines the time to wait (in milliseconds) for the answers of discovery message before throwing a timeout exception.
disjunctionsOfConjunctions(HierarchyIdentifier...) - Static method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.OrCubeRestriction
 
disjunctionsOfConjunctions(List<HierarchyIdentifier>) - Static method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.OrCubeRestriction
 
dispatch(IHealthEvent) - Method in interface com.activeviam.tech.observability.api.health.IHealthEventDispatcher
Forwards the given event to all the registered handlers that are interested in it.
disposeStream(String) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Dispose of a stream.
DISTINCT_COUNT_HISTORY_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for distinct count aggregation function with history.
DISTINCT_COUNT_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for the distinct count aggregation function.
DISTRIBUTED_CATALOG_PREFIX - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotManagerDescription
Default prefix for a catalog in a manager containing just one query cube .
DISTRIBUTED_POST_PROCESSOR_PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
Plugin key for the DistributedPostProcessor.
DISTRIBUTED_SCHEMA_PREFIX - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotManagerDescription
Default prefix for a schema in a manager containing just one query cube .
DISTRIBUTING_FIELD_SEPARATOR - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IQueryClusterDefinition.IDistributedApplicationDefinition
Deprecated, for removal: This API element is subject to removal in a future version.
This field is no more used.
divide(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
divide(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
divide(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
divide(int) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Divides the vector by a factor f: divides all its components by the given factor.
divide(long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
divide(long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
divide(long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
divide(long) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Divides the vector by a factor f: divides all its components by the given factor.
divide(CopperMeasure) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Creates a Copper measure that represents the result of the division of this numeric measure by another numeric measure.
doConnect(IWsSession, String) - Method in class com.qfs.snl.ws.impl.AlertTopic
 
doConnect(IWsSession, String) - Method in class com.qfs.snl.ws.impl.GraphTopic
 
doConnect(IWsSession, String) - Method in class com.qfs.snl.ws.impl.MessageTopic
 
doNotAggregateAbove() - Method in interface com.activeviam.activepivot.copper.api.CopperMeasureToAggregateAbove
Does not aggregate the values above any of the defined leaf levels.
doNotAggregateAbove(AggregationLevels) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasureToAggregateAbove
Does not aggregate the values above either any or all the defined levels.
dontIndexOwner() - Method in interface com.activeviam.database.datastore.api.description.IReferenceDescriptionBuilder.IHasMapping
Indicates the owner store not to index references fields.
doStart(IAgent.State) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
 
doStop(IAgent.State) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
 
doTransform(IPointLocationReader, int, IRecordReader, IWritableCell) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.ITransformProcedure
Transforms the given underlying values into a final value, and writes this value into the given cell.
doTransform(IPointLocationReader, IReadableCell, IWritableCell) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.ICellTransformProcedure
Transforms the given underlying value into a result value, and writes the result to the given cell.
DOUBLE - Enum constant in enum class com.activeviam.directquery.api.schema.CustomReaderDescription.ReaderInputType
 
DOUBLE - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
DOUBLE - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
DOUBLE - Static variable in interface com.activeviam.tech.core.api.format.IParser
Double field parser key.
DOUBLE_ARRAY - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
DOUBLE_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
DOUBLE_DESCENDING_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of Double in descending order.
DOUBLE_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.format.IFormatter
Plugin key for the formatter of Double.
DOUBLE_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of Double in ascending order.
DOUBLE_VALUE - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying that the acceptable values for the associated property are any doubles.
DOUBLE_VECTOR - Static variable in interface com.activeviam.tech.core.api.format.IParser
Double vector field parser key.
doubleVector(double...) - Static method in class com.activeviam.tech.chunks.api.vectors.ArrayVectorUtils
Creates an on heap vector backed by the given double array.
doubleVector(int) - Static method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated, for removal: This API element is subject to removal in a future version.
doubleVector(int, double) - Static method in class com.activeviam.tech.chunks.api.vectors.SameValueVectorUtils
Creates a vector containing double values which are all equal to the given value.
download() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntity
Returns the content of the entity as a byte array.
downloadText(String) - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntity
Downloads the content of the entity as a string of the given charset.
downloadThreadCount(int) - Method in class com.activeviam.cloud.common.api.CloudFetchingConfig.CloudFetchingConfigBuilder
Sets the number of threads that will download in parallel parts of an entity.
drainTo(Collection<E>) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventsQueue
Drain all the elements of the queue and transfer them into the target collection.
DRILLTHROUGH_HEADER - Enum constant in enum class com.activeviam.activepivot.dist.impl.api.messenger.netty.NettyMessageType
Key for setting the max size of drillthrough header answers.
DRILLTHROUGH_QUERY_RESULT - Enum constant in enum class com.activeviam.activepivot.dist.impl.api.messenger.netty.NettyMessageType
Key for setting the max size of drillthrough query results.
DrillthroughColumnDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
The drillthrough columns discovery.
DrillthroughColumnDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.DrillthroughColumnDiscovery
 
DrillthroughColumnDiscovery(String, String, boolean, String, String) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.DrillthroughColumnDiscovery
Constructor.
DrillthroughHeaderDTO - Class in com.activeviam.activepivot.server.intf.api.dto
DTO for the drillthrough headers.
DrillthroughHeaderDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
Constructor.
DrillthroughHeaderDTO(String) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
Constructor.
DrillthroughHeaderDTO(String, String, boolean, String) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
Constructor.
DrillthroughMaxRowsException - Exception Class in com.activeviam.activepivot.core.intf.api.query
Custom exception raised when too many rows are returned by a Drillthrough query.
DrillthroughMaxRowsException(IDrillthroughQuery) - Constructor for exception class com.activeviam.activepivot.core.intf.api.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, boolean, String) - Constructor for exception class com.activeviam.activepivot.core.intf.api.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, boolean, String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, boolean, String, Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, boolean, Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, boolean, Throwable, String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, String) - Constructor for exception class com.activeviam.activepivot.core.intf.api.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, String, Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.query.DrillthroughMaxRowsException
 
DrillthroughMaxRowsException(IDrillthroughQuery, Throwable, String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.query.DrillthroughMaxRowsException
 
drillthroughProperties() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts defining a IDrillthroughProperties.
DrillthroughResultDTO - Class in com.activeviam.activepivot.server.intf.api.dto
The result of a drillthrough query, contains the rows to return, and the total count of rows that matched the drillthrough query.
DrillthroughResultDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.DrillthroughResultDTO
Default constructor.
DrillthroughResultDTO(List<DrillthroughHeaderDTO>, List<DrillthroughRowDTO>) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.DrillthroughResultDTO
Constructor.
DrillthroughRowDTO - Class in com.activeviam.activepivot.server.intf.api.dto
DTO for a drillthrough row.
DrillthroughRowDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.DrillthroughRowDTO
 
DrillthroughRowDTO(int, Object[]) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.DrillthroughRowDTO
Creates a new DrillthroughRowDTO instance.
DtoUtil - Class in com.qfs.snl.dtos
Collection of helper methods about DTOs.
DuplicateKeyException - Exception Class in com.activeviam.database.datastore.api.description
DuplicateKeyException(IRecordReader, IRecordReader, IKeyEventContext) - Constructor for exception class com.activeviam.database.datastore.api.description.DuplicateKeyException
Constructor.
DuplicateKeyException.IDuplicateKeyHumanMessageBuilder - Interface in com.activeviam.database.datastore.api.description
Build a human-readable duplicate key within transaction message, from the human-readable details.
duplicateKeyHandler(IDuplicateKeyHandler) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
DuplicateKeyHandlers - Class in com.activeviam.database.datastore.api.description.impl
This class exposes various handlers.
DURING_PATTERN - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IKpiDescription
Pattern for during expression.
DURING_THREAD_NUMBER_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property to configure the number of threads allocated by the application to trigger updates when using the function PAST_PERIODS.
duringEventAlertAggregator() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Aggregation unit managing alert creation/deletion from received events with delay on creation.
DuringEventAlertAggregator - Class in com.qfs.snl.alerts.impl
Implementation of IEventAlertAggregator that consider the during attribute of IMonitor to delay alert creation.
DuringEventAlertAggregator(IEventAlertAggregator, IMonitorService) - Constructor for class com.qfs.snl.alerts.impl.DuringEventAlertAggregator
Constructor.
DuringTask - Class in com.qfs.snl.alerts.impl
The during task.
DuringTask(IEventAlertAggregator, Map<DuringTask, Long>, ISentinelEvent) - Constructor for class com.qfs.snl.alerts.impl.DuringTask
Constructor.
DuringTask(ISentinelEvent) - Constructor for class com.qfs.snl.alerts.impl.DuringTask
Constructor.
DYNAMIC_AGGREGATION_PARAM_AGGREGATION_FUNCTION - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
The aggregation function to use when executing a dynamic aggregation.
DYNAMIC_AGGREGATION_PARAM_LEAF_LEVELS - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
Point on all your leaf levels.
DYNAMIC_AGGREGATION_PARAM_LEAF_TYPE - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
"leafType" property used to declare the type of the results calculated at the leaf level, that are then further aggregated.
DYNAMIC_AGGREGATION_POST_PROCESSOR_PREFETCHER - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABaseDynamicAggregationPostProcessor
The name of the prefetcher used by this dynamic post processor.
DynamicAggregationPostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
Default implementation of a dynamic aggregation post processor, that delegates the evaluation of leaf locations to an IEvaluator.
DynamicAggregationPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.DynamicAggregationPostProcessor
Constructor.

E

edit() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilter
Returns a builder that can edit a clone of this filter, granting or denying new members.
edit(IEditInstructions) - Method in interface com.activeviam.database.datastore.api.IDatastore
Edits the content of the datastore within a single transaction on the wanted branch.
edit(String, IEditInstructions) - Method in interface com.activeviam.database.datastore.api.IDatastore
Edits the content of the datastore within a single transaction on the wanted branch.
editBranch(String, IBranchPermissions) - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Edit the permissions of a branch.
editDatabase(String, JsonDatabaseEdit, ICondition[]) - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Edit the database with a list of actions.
EFFECTIVE - Enum constant in enum class com.qfs.repository.ws.ParameterWsConfigurationDto.ParameterFetchingMode
Fetch only effective point values.
EFFECTIVE - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Qualifier to get effective values for a parameter.
empty() - Static method in class com.activeviam.tech.core.api.cell.CellUtil
Creates an empty cell that can contain any type of data.
EMPTY_STATE - Static variable in class com.activeviam.source.common.api.impl.ColumnCalculationContext
State value marking that no processing occurred.
EMPTY_VECTORS - Static variable in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
The map component class -> singleton EmptyVector instance.
emptyCache() - Method in class com.qfs.snl.alerts.impl.CacheAlertService
Empties the cache from all stored alerts.
emptyCache() - Method in class com.qfs.snl.cfg.impl.AlertMonitoringBean
Empties the cache.
EmptyCalculator<T> - Class in com.activeviam.source.common.api.impl
Special column calculator that calculates no value and leaves the column empty.
EmptyCalculator(String) - Constructor for class com.activeviam.source.common.api.impl.EmptyCalculator
Constructor.
emptyPlan(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
Empty query plan builder.
EmptyPlanInfoData - Class in com.activeviam.activepivot.server.json.api.queryplan
Empty query plan DTO.
EmptyPlanInfoData(String) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.EmptyPlanInfoData
Creates a new EmptyPlanInfoData instance.
EmptyPlanInfoData.EmptyPlanInfoDataBuilder - Class in com.activeviam.activepivot.server.json.api.queryplan
 
emptyTableVersion(Object) - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription.EmulatedTimeTravelDescriptionBuilder
Sets the version to be used for empty tables.
emptyVector(int) - Static method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
Creates the singleton empty vector, with the given type.
EmptyVector - Class in com.activeviam.tech.chunks.api.vectors.impl
A vector of size 0.
emulatedTimeTravel(EmulatedTimeTravelDescription.TableTimeTravelDescription) - Method in interface com.activeviam.directquery.api.schema.ATableDescription.IGenericTableDescriptionBuilder
Sets the emulated time-travel information for the table.
emulatedTimeTravel(EmulatedTimeTravelDescription.TableTimeTravelDescription) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IBuildableMultiRowVectorTableDescriptionBuilder
Sets the emulated time-travel information for the table.
emulatedTimeTravel(EmulatedTimeTravelDescription.TableTimeTravelDescription) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
 
emulatedTimeTravel(EmulatedTimeTravelDescription.TableTimeTravelDescription) - Method in interface com.activeviam.directquery.api.schema.TableDescription.IBuildableTableDescriptionBuilder
Sets the emulated time-travel information for the table.
emulatedTimeTravel(EmulatedTimeTravelDescription.TableTimeTravelDescription) - Method in interface com.activeviam.directquery.api.schema.TableDescription.ITableDescriptionBuilder
 
emulatedTimeTravelDescription() - Method in interface com.activeviam.database.sql.api.IDatabaseTimeTravelSettings
The description of the time-travel emulation (null if no emulation used).
EmulatedTimeTravelDescription - Class in com.activeviam.database.sql.api.schema
Description of the emulated time-travel to be used.
EmulatedTimeTravelDescription.EmulatedTimeTravelDescriptionBuilder - Class in com.activeviam.database.sql.api.schema
Builder for creating a EmulatedTimeTravelDescription.
EmulatedTimeTravelDescription.TableTimeTravelDescription - Class in com.activeviam.database.sql.api.schema
Description of the emulated time-travel for a given table.
enable() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.AStoreStream
 
enable() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IStream
Enable/activate the stream.
enable(String) - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
ENABLE_MMAP_TRACKING_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that enables mmap native memory tracking.
enableAll() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
enabled(boolean) - Method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties.HealthAgentPropertiesBuilder
 
enabled(boolean) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.JwtPropertiesBuilder
Enable the JWT authentication.
ENABLED_FREQUENCY_COMPRESSIONS_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property controlling the activation of frequency compression for each type of chunks.
enableExecutionPlanningPrint() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Enables logging execution plan.
enableExecutionTimingPrint() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Enables logging execution timing.
enableQueryPlanCycleDetection() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Enables the detection of cycles for the query plan.
enableQueryPlanExport() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Enables the query plan export.
enableQueryPlanSummary() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Enables the summary only creation mode for the query plan.
enableRangeSharing(Boolean) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryExecution
rangeSharingEnabled setter
enableReplicationAllMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IQueryCubePropertiesBuilder
Enables replication on the IMeasureHierarchy.COUNT_ID measure which is disabled by default.
encode(C, Map<String, String>) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
Encodes a context value into a repository of serialized context values.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IBuildablePropertyInfoBuilder
Finishes building the part this builder is responsible of.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IEpochDimensionBuilder.EpochLevelBuilder
Ends the description of this level and moves back to the dimension builder.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IBuildableMessengerDescriptionBuilder
End building this component and return to the parent builder having integrated these changes.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IBuildableQueryClusterDescriptionBuilder
End building the cluster and move back to the query cube builder.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.ICanBuildDataClusterDescriptionBuilder
 
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IAggregationProcedureBuilder.IWithCompleteAggregationProcedure
Completes the description and returns the next builder for the process.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.LevelListBuilder
Ends the collections of levels.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription.ICanBuild
Finishes defining the description.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICanBuild
Finishes defining the description.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICanBuild
Finishes defining the ICalculatedMemberDescription.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanBuild
Ends the description of IDrillthroughProperties.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingKpiDescription.ICanBuild
Finishes defining the IKpiDescription.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanBuild
Ends the description of IMdxContext.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingNamedSetDescription.ICanBuild
Finishes defining the INamedSetDescription.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSubCubeProperties.ICanBuild
Ends the description of ISubCubeProperties.
end() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IPluginDescriptionBuilder.PluginDescriptionBuilderWithProperty
Builds the plugin description and integrates it into the parent builder.
end() - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Indicates that we are done adding sub partitionings to this node.
end() - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
endEventTimingWithStartTime(long) - Method in class com.qfs.snl.agent.service.impl.PublicationStatistics
Record the event publication duration.
endHierarchyListing() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IHasConcealedDataNodeHierarchiesDataClusterDescriptionBuilder
Stipulates that the collection of concealed hierarchies is finished.
endpointAddress() - Method in record class com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition.EndpointInformation
Retrieves full endpoint address.
EndpointInformation(boolean, String, String, String, String, int) - Constructor for record class com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition.EndpointInformation
Creates an instance of a EndpointInformation record class.
endpointSuffix() - Method in record class com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition.EndpointInformation
Returns the value of the endpointSuffix record component.
enrich(IMappedTuple, Object...) - Method in interface com.activeviam.tech.core.api.property.IMappedTupleEnricher
Enriches the given tuple and return a new tuple backed by the original one.
enrich(IMappedTuple, List<?>) - Method in interface com.activeviam.tech.core.api.property.IMappedTupleEnricher
Enriches the given tuple and return a new tuple backed by the original one.
EnrichedPointValue - Class in com.qfs.repository.impl
Default implementation of IPivotPointValue.
EnrichedPointValue(String, IPointValue, ICoordinates) - Constructor for class com.qfs.repository.impl.EnrichedPointValue
Constructor.
ENSURE_SERIALIZABLE_MEASURES - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Forces the cube to check if all its measures are serializable.
ensureCapacity(int) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Ensures that the result is large enough to store at least the requested number of elements.
ensureCapacity(int) - Method in interface com.activeviam.tech.records.api.IWritableRecordBlock
Ensures that this block can at least store the given number of records.
ENTITIES - Static variable in interface com.qfs.snl.rs.IWorkflowRestService
Qualifier to get workflow entities referenced for a given entity type.
entitlementsProvider() - Method in interface com.activeviam.activepivot.server.spring.api.config.IRoleContextConfig
EntitlementsProvider - Class in com.activeviam.activepivot.server.spring.api.security.builders
Utility class to build an IEntitlementsProvider.
ENTITY - Static variable in class com.qfs.repository.persistence.impl.PointValueDao
 
EntityProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor applied to entity workflow configuration.
EntityProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.EntityProcessExecutor
Constructor.
EntityProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.EntityProcessExecutorExtendedPlugin
Default constructor.
EntityWorkflowConfiguration - Class in com.qfs.snl.persistence.impl
Object representing a workflow configuration.
EntityWorkflowConfiguration(IEntityWorkflowConfiguration) - Constructor for class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Copy constructor.
EntityWorkflowConfiguration(String, String, String) - Constructor for class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Constructor.
EntityWorkflowConfiguration(String, String, String, IAudit, IAudit) - Constructor for class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Full constructor.
EntityWorkflowConfigurationDto - Class in com.qfs.snl.dtos
DTO encoding a parameter workflow configuration.
EntityWorkflowConfigurationDto() - Constructor for class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Constructor.
EntityWorkflowConfigurationDto(IEntityWorkflowConfiguration) - Constructor for class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Copy constructor.
EntityWorkflowConfigurationDto(String, String, String, AuditDto, AuditDto) - Constructor for class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Constructor.
entityWorkflowDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing database operations on workflows for parameters.
entityWorkflowDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
EntityWorkflowDao - Class in com.qfs.snl.persistence.impl
The alert data access object.
EntityWorkflowDao(SessionFactory, int) - Constructor for class com.qfs.snl.persistence.impl.EntityWorkflowDao
Constructor.
ENUM_VALUE - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying the acceptable values for the associated property.
EnumFieldType - Class in com.qfs.snl.messages.form.impl
A form field type with a range of specified values.
EnumFieldType(Class<E>, boolean) - Constructor for class com.qfs.snl.messages.form.impl.EnumFieldType
Constructor.
EnumFieldType(Map<String, String>, boolean) - Constructor for class com.qfs.snl.messages.form.impl.EnumFieldType
Constructor.
EnumFieldType(FormProperty) - Constructor for class com.qfs.snl.messages.form.impl.EnumFieldType
Constructor from an Activiti from property.
env - Variable in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
Spring environment.
epoch(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The epoch.
EPOCH - Static variable in class com.qfs.snl.agent.mdx.impl.AStreamInfo
Epoch name.
EPOCH_DESCENDING_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of IEpoch from most recent to oldest.
EPOCH_DIMENSION_LEGACY_NAME_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property used to rename the Epoch dimension/hierarchy to Branch (instead of Epoch).
EPOCH_DIMENSION_NAME - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IDimension
The name of the Epoch dimension.
EPOCH_HIERARCHY_NAME - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
The name of the Epoch hierarchy.
EPOCH_LEVEL_NAME - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
The name of the Epoch level.
EPOCH_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.format.IFormatter
Plugin key for the formatter of epochs.
EPOCH_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of IEpoch from oldest to most recent.
EpochComparator - Class in com.activeviam.tech.mvcc.api.ordering
Sorts the epochs, from the oldest to the most recent.
EpochComparator() - Constructor for class com.activeviam.tech.mvcc.api.ordering.EpochComparator
 
epochManagementPolicy() - Method in interface com.activeviam.activepivot.server.spring.api.config.IActivePivotManagerDescriptionConfig
Returns the epoch management policy that should be used by the associated datastore.
epochPolicy(IEpochManagementPolicy) - Method in class com.activeviam.directquery.application.api.Application.ApplicationBuilder
Sets the epoch management policy and returns the updated builder.
eq(Object) - Method in interface com.activeviam.activepivot.core.intf.api.copper.CopperLevel
Creates a CopperLevelCondition that represents the result of an equality test between each member value of this level and the given object.
equal(FieldPath, Object) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing an EQUAL condition.
equal(String, Object) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing an EQUAL condition.
equal(String, T) - Static method in class com.activeviam.directquery.application.api.refresh.condition.ConditionFactory
Creates a condition which matches the rows where the given column is equal to the given value.
EQUAL - Enum constant in enum class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter.Type
 
EQUAL - Static variable in interface com.activeviam.tech.core.api.filtering.IMatchingCondition
Plugin key for the EQUAL condition.
EqualColumnCondition - Class in com.activeviam.directquery.application.api.refresh.condition
A condition to test equality on a given value for a given column.
EqualColumnCondition(String, Object) - Constructor for class com.activeviam.directquery.application.api.refresh.condition.EqualColumnCondition
Constructor.
EqualCondition - Class in com.activeviam.tech.core.api.filtering.impl
A condition to test equality on a given object.
EqualCondition() - Constructor for class com.activeviam.tech.core.api.filtering.impl.EqualCondition
 
EqualCondition(Object) - Constructor for class com.activeviam.tech.core.api.filtering.impl.EqualCondition
Full constructor.
equalFilter(Object) - Static method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter
Creates a filter for equality to the given value.
EqualHierarchyRestriction - Class in com.activeviam.activepivot.core.intf.api.experimental.context.filter
An ICubeRestriction that is more compact than an
invalid reference
EqualLevelRestriction
.
equalPath(HierarchyIdentifier, Object...) - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ICubeRestriction
Creates a restriction that will grant the member with the given path but also its ascendants and its descendants.
equals(int, String) - Method in interface com.activeviam.source.csv.api.ILineReader
Returns true if the string argument is equal to the field at that column index.
equals(ICoordinates, ICoordinates) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
Compares to coordinates.
equals(IRepositoryResult, Object) - Static method in class com.qfs.repository.dto.RepositoryResultDto
Decides if the two results are equal.
equals(IParameterUpdate<?, ?>, Object) - Static method in class com.qfs.repository.dto.ParameterUpdateDto
Decides if the parameter is equal to another object.
equals(IUpdateRequest<?, ?>, Object) - Static method in class com.qfs.repository.dto.UpdateRequestDto
Decides if a request is equal to another object.
equals(IPointValue.IKey, Object) - Static method in class com.qfs.repository.dto.PointValueDto.KeyDto
Decides if the key is equal to another object.
equals(IPointValue, Object) - Static method in class com.qfs.repository.dto.PointValueDto
Tests the equality between a IPointValue and an object.
equals(ISentinelAlert, Object) - Static method in class com.qfs.snl.dtos.AlertDto
Tests the equality between a ISentinelAlert and an object.
equals(ISentinelEvent, Object) - Static method in class com.qfs.snl.dtos.EventDto
Tests the equality between a ISentinelEvent and an object.
equals(ISentinelState, Object) - Static method in class com.qfs.snl.dtos.StateDto
Tests the equality between a ISentinelState and an object.
equals(ITimePeriod, Object) - Method in interface com.qfs.snl.ITimePeriod
Tests two objects for equality as ITimePeriod.
equals(IMonitor, Object) - Static method in class com.qfs.snl.dtos.MonitorDto
Tests the equality between a IMonitor and an object.
equals(IAudit, Object) - Static method in class com.qfs.snl.dtos.AuditDto
Tests the equality between a IAudit and an object.
equals(IEntityWorkflowConfiguration, Object) - Static method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Tests the equality between a IEntityWorkflowConfiguration and an object.
equals(IWorkflowSchema, Object) - Static method in interface com.qfs.snl.workflows.IWorkflowSchema
Tests the equality between an IWorkflowSchema and an object.
equals(E[], E[]) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler.ArrayHashingStrategy
 
equals(Object) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler
 
equals(Object) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler.TimeLineHandlerInfo
 
equals(Object) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ALeafLevelsPrefetcher
 
equals(Object) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.AUnderlyingMeasuresPrefetcher
 
equals(Object) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ChildPrefetcher
 
equals(Object) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.HierarchyComparator
 
equals(Object) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentPrefetcher
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.copper.LevelToField
 
equals(Object) - Method in record class com.activeviam.activepivot.core.intf.api.cube.metadata.AggregateProviderStatistics
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.DimensionIdentifier
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.LevelIdentifier
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.ProviderCoordinate
 
equals(Object) - Method in record class com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition.EndpointInformation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiGoalDescription
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiStatusDescription
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiTrendDescription
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiValueDescription
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.AndCubeRestriction
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.EqualHierarchyRestriction
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.FalseCubeRestriction
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.InHierarchyRestriction
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.NotCubeRestriction
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.OrCubeRestriction
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.TrueCubeRestriction
 
equals(Object) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocation
Two locations are equal if they express exactly the same coordinates and that those coordinates are themselves equal.
equals(Object) - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.MapDrillthroughQuery
 
equals(Object) - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
 
equals(Object) - Method in class com.activeviam.activepivot.dist.impl.api.distribution.MemberMapping
 
equals(Object) - Method in class com.activeviam.activepivot.dist.impl.api.distribution.MemberMapping.MemberPerDataNodeMapping
 
equals(Object) - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
 
equals(Object) - Method in class com.activeviam.activepivot.server.impl.api.database.UpdateWhereSelectionAndProcedure
 
equals(Object) - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughHeadersQuery
 
equals(Object) - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughQuery
 
equals(Object) - Method in class com.activeviam.activepivot.server.impl.api.query.MDXQuery
 
equals(Object) - Method in class com.activeviam.activepivot.server.impl.api.rest.database.BranchCreationDescription
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.discovery.ActivePivotDiscovery
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.discovery.CatalogDiscovery
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.discovery.LevelDiscovery
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.AggregateDTO
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisPositionDTO
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughResultDTO
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughRowDTO
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.HierarchyDTO
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.Path
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.PermissionsMapDTO
 
equals(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.RangeDTO
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchPermissions
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.cellset.CellData
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.cellset.HierarchyData
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellData
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.cellset.PositionData
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.cellset.RangeData
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit.JsonDatabaseEditContext
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseJoin
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableResult
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.discovery.ContextValueDiscovery
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQuery
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQueryPlan
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.query.JsonRange
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.streaming.JsonStreams
 
equals(Object) - Method in class com.activeviam.activepivot.server.json.api.streaming.JsonStreamSnapshot
 
equals(Object) - Method in class com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor.RewrittenQuery
 
equals(Object) - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3CloudDirectory
 
equals(Object) - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
 
equals(Object) - Method in class com.activeviam.cloud.common.api.entity.impl.ACloudDirectory
 
equals(Object) - Method in class com.activeviam.cloud.common.api.entity.impl.AEntityPath
 
equals(Object) - Method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
 
equals(Object) - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
 
equals(Object) - Method in class com.activeviam.database.datastore.api.description.impl.OptimizationDescription
 
equals(Object) - Method in class com.activeviam.database.datastore.api.description.impl.ReferenceDescription
 
equals(Object) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
equals(Object) - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
 
equals(Object) - Method in record class com.activeviam.database.sql.api.query.SqlPartString
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription
 
equals(Object) - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription.TableTimeTravelDescription
 
equals(Object) - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
equals(Object) - Method in class com.activeviam.directquery.api.cache.CacheCapacity.MaxLinesCount
 
equals(Object) - Method in class com.activeviam.directquery.api.cache.CacheCapacity.MaxPartitionsCount
 
equals(Object) - Method in record class com.activeviam.directquery.api.cache.CachePartition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.activeviam.directquery.api.MeasureMapping
 
equals(Object) - Method in class com.activeviam.directquery.api.schema.AFieldDescription
 
equals(Object) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter
 
equals(Object) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription
 
equals(Object) - Method in class com.activeviam.directquery.api.schema.ATableDescription
 
equals(Object) - Method in class com.activeviam.directquery.api.schema.ExternalTable.NamedExternalTable
 
equals(Object) - Method in class com.activeviam.directquery.api.schema.ExternalTable.TableExpression
 
equals(Object) - Method in class com.activeviam.directquery.api.schema.FieldDescription
 
equals(Object) - Method in class com.activeviam.directquery.api.schema.JoinDescription
 
equals(Object) - Method in class com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription
 
equals(Object) - Method in class com.activeviam.directquery.api.schema.MultiRowVectorTableDescription
 
equals(Object) - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
equals(Object) - Method in class com.activeviam.directquery.api.schema.TableDescription
 
equals(Object) - Method in class com.activeviam.directquery.api.UserDefinedSqlAggregationFunction
 
equals(Object) - Method in class com.activeviam.directquery.api.validator.DataValidatorSettings
 
equals(Object) - Method in class com.activeviam.directquery.application.api.refresh.ChangeDescription
 
equals(Object) - Method in class com.activeviam.directquery.application.api.refresh.condition.AndColumnCondition
 
equals(Object) - Method in class com.activeviam.directquery.application.api.refresh.condition.EqualColumnCondition
 
equals(Object) - Method in class com.activeviam.directquery.application.api.refresh.condition.FalseColumnCondition
 
equals(Object) - Method in class com.activeviam.directquery.application.api.refresh.condition.InColumnCondition
 
equals(Object) - Method in class com.activeviam.directquery.application.api.refresh.condition.NotColumnCondition
 
equals(Object) - Method in class com.activeviam.directquery.application.api.refresh.condition.OrColumnCondition
 
equals(Object) - Method in class com.activeviam.directquery.application.api.refresh.condition.TrueColumnCondition
 
equals(Object) - Method in class com.activeviam.directquery.application.api.refresh.TableUpdateDetail
 
equals(Object) - Method in class com.activeviam.source.common.api.impl.AStoreMessageChannelFactory.TopicStore
 
equals(Object) - Method in class com.activeviam.source.csv.api.FileSystemFileInfo
 
equals(Object) - Method in class com.activeviam.springboot.atoti.admin.ui.starter.api.AtotiAdminUiProperties
 
equals(Object) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
 
equals(Object) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties
 
equals(Object) - Method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties
 
equals(Object) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties
 
equals(Object) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
 
equals(Object) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
 
equals(Object) - Method in class com.activeviam.springboot.atoti.ui.starter.api.AtotiUiProperties
 
equals(Object) - Method in class com.activeviam.tech.aggregation.api.history.HistoryMultiSourceAggregation
 
equals(Object) - Method in class com.activeviam.tech.aggregation.api.impl.AAggregation
 
equals(Object) - Method in class com.activeviam.tech.aggregation.api.impl.AMultiSourceAggregation
 
equals(Object) - Method in interface com.activeviam.tech.chunks.api.IAllocationSettings
 
equals(Object) - Method in class com.activeviam.tech.chunks.api.types.FieldType
 
equals(Object) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
equals(Object) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
equals(Object) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
equals(Object) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
equals(Object) - Method in class com.activeviam.tech.contentserver.storage.api.BasicJsonContentEntry
 
equals(Object) - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder.LockOptions
 
equals(Object) - Method in class com.activeviam.tech.contentserver.storage.api.ContentUpdate
 
equals(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.ComparisonMatchingCondition
 
equals(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.InCondition
 
equals(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.LikeCondition
 
equals(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.LogicalCondition
 
equals(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.MatchingCondition
 
equals(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.MultipleAccessor
 
equals(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.SingleAccessor
 
equals(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.SubCondition
 
equals(Object) - Method in class com.activeviam.tech.core.api.ordering.CustomComparator
 
equals(Object) - Method in class com.activeviam.tech.core.api.property.impl.AProperty
 
equals(Object) - Method in class com.activeviam.tech.core.api.property.impl.BaseProperty
 
equals(Object) - Method in class com.activeviam.tech.core.api.property.impl.Property
 
equals(Object) - Method in class com.activeviam.tech.core.api.property.impl.PropertyInfo
 
equals(Object) - Method in class com.activeviam.tech.core.api.query.impl.AListQuery
 
equals(Object) - Method in class com.activeviam.tech.core.api.registry.impl.PluginValue
Two light plugin values are equal if and only if they have the same key.
equals(Object) - Method in class com.activeviam.tech.core.api.registry.Registry.RegistryContributions
 
equals(Object) - Method in class com.activeviam.tech.core.api.security.SecurityDetails
 
equals(Object) - Method in class com.activeviam.tech.core.api.util.Pair
 
equals(Object) - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissions
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.AdaptivePartitioningDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.ConstantPartitioningDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.function.impl.ConstantFunctionDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.function.impl.IdentityFunctionDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.function.impl.ModuloFunctionDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.HierarchicalPartitioningDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.node.PartitioningNodeDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.node.PartitioningNodeWithMultiFieldsModuloDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.node.SinglePartitionPartitioningNodeDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.numa.CustomNumaSelectorDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.numa.NumaSelectorFromJoinDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.numa.NumaSelectorFromTableDescription
 
equals(Object) - Method in class com.activeviam.tech.partitioning.api.PartitioningDescription
 
equals(Object) - Method in interface com.activeviam.tech.records.api.IRecordBlock
Compares the specified object with this block for equality.
equals(Object) - Method in class com.activeviam.tech.streaming.impl.api.AxisRanges
 
equals(Object) - Method in class com.activeviam.tech.streaming.impl.api.RangeProperty
 
equals(Object) - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
 
equals(Object) - Method in class com.qfs.repository.context.impl.LookupBehavior
 
equals(Object) - Method in class com.qfs.repository.coordinates.impl.AIndexableCoordinates
 
equals(Object) - Method in class com.qfs.repository.coordinates.impl.Coordinates
 
equals(Object) - Method in class com.qfs.repository.coordinates.impl.Erasure
 
equals(Object) - Method in class com.qfs.repository.dto.CoordinatesDto
 
equals(Object) - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
equals(Object) - Method in class com.qfs.repository.dto.PointValueDto
 
equals(Object) - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
 
equals(Object) - Method in class com.qfs.repository.dto.RepositoryResultDto
 
equals(Object) - Method in class com.qfs.repository.dto.UpdateRequestDto
 
equals(Object) - Method in class com.qfs.repository.impl.RepositoryResult
 
equals(Object) - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
equals(Object) - Method in class com.qfs.repository.persistence.impl.UpdateRequest
 
equals(Object) - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
equals(Object) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
 
equals(Object) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
 
equals(Object) - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
equals(Object) - Method in class com.qfs.snl.alerts.impl.DuringTask
 
equals(Object) - Method in class com.qfs.snl.data.impl.SentinelAlert
 
equals(Object) - Method in class com.qfs.snl.data.impl.SentinelEvent
 
equals(Object) - Method in class com.qfs.snl.data.impl.SentinelState
 
equals(Object) - Method in class com.qfs.snl.dtos.AgentConnectionDetailsDto
 
equals(Object) - Method in class com.qfs.snl.dtos.AgentDescriptionDto
 
equals(Object) - Method in class com.qfs.snl.dtos.AlertDto
 
equals(Object) - Method in class com.qfs.snl.dtos.AuditDto
 
equals(Object) - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
equals(Object) - Method in class com.qfs.snl.dtos.EventDto
 
equals(Object) - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
 
equals(Object) - Method in class com.qfs.snl.dtos.MessageDto
 
equals(Object) - Method in class com.qfs.snl.dtos.MonitorDto
 
equals(Object) - Method in class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
 
equals(Object) - Method in class com.qfs.snl.dtos.StateDto
 
equals(Object) - Method in class com.qfs.snl.dtos.TimePeriodDto
 
equals(Object) - Method in class com.qfs.snl.dtos.UserDto
 
equals(Object) - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
 
equals(Object) - Method in class com.qfs.snl.dtos.ws.ATypedDto
 
equals(Object) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
 
equals(Object) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
 
equals(Object) - Method in class com.qfs.snl.impl.TimePeriod
 
equals(Object) - Method in class com.qfs.snl.messages.impl.AMessage
 
equals(Object) - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
equals(Object) - Method in class com.qfs.snl.monitors.impl.Monitor
 
equals(Object) - Method in class com.qfs.snl.persistence.impl.AAudit
 
equals(Object) - Method in class com.qfs.snl.persistence.impl.ADbInfo
 
equals(Object) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
equals(Object) - Method in class com.qfs.snl.workflows.impl.WorkflowKey
 
equals(Object) - Method in class com.qfs.snl.workflows.impl.WorkflowSchema
 
equals(Object) - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
equalsValue(IPointValue, Object) - Static method in class com.qfs.repository.dto.PointValueDto
Tests the equality between a IPointValue and an object on the stored value.
erase(String) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Erase all the content at or below the input path from the underlying content service.
eraseAll() - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Erase the entire content from the underlying content service.
eraseAndImport(String, SnapshotContentTree) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Deletes the whole subtree in the underlying content service whose root node is at the input target path, and replaces it with the input content tree.
eraseAndImport(String, InputStream) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Deletes the whole subtree in the underlying content service whose root node is at the input target path, and replaces it with the content tree described in the inputStream.
eraseAndImport(String, String) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Deletes the whole subtree in the underlying content service whose root node is at the input target path, and replaces it with the content tree described in the input JSON String.
eraseAndImport(String, Path) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Deletes the whole subtree in the underlying content service whose root node is at the input target path, and replaces it with the content tree described in the JSON file at the given file path.
Erasure - Class in com.qfs.repository.coordinates.impl
Implementation of Erasure working with the JSON list of the sorted level names.
Erasure(List<String>) - Constructor for class com.qfs.repository.coordinates.impl.Erasure
Constructor.
ERROR - Static variable in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughRow
String returned when something went wrong (e.g. the formatting failed).
ERROR_STATUS - Static variable in class com.activeviam.web.core.api.websocket.JsonResponse
 
estimateChildren(IAxisMember) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
Returns an estimation of the number of children of the specified member.
estimateLevelCardinality(int) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
Returns an estimation of the number of members on the specified level.
ESTIMATION - Enum constant in enum class com.activeviam.database.datastore.api.transaction.stats.TransactionStatisticsOption
The statistics are collected, but they are only an estimation.
Indeed, when new records are added for the first time in a partition or when a partition is dropped, the datastore does not keep track of the impact before and after the operation for performance reason.
Therefore, in order to calculate the statistics, it would need to use IRecordSetView.computeNumValidRows() to count the number of valid records in the partition to contribute to the number of added records in the case of adding first records in a partition (or to the number of deleted records in the case of a partition drop).
It is time-consuming because IRecordSetView.computeNumValidRows() needs to iterate over all the rows in the partitions and checks if the row is valid.
With this option, the statistics simply looks at the current size of the partition to contribute to the statistics.
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AFilteringPostProcessor
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.UnderlyingMeasureEvaluator
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ALocationShiftPostProcessor
This method is called to evaluate the post processor value on a given location The underlying measures are provided for the shifted location.
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.BasicPostProcessor
 
evaluate(ILocation, IRecordReader, IWritableCell) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IEvaluator
Maps the given aggregated measures, which are found at the given location, and writes it into the given result cell.
evaluate(ILocation, IRecordReader, IWritableCell) - Method in class com.qfs.repository.impl.LookUpPostProcessor
 
evaluate(IFunctionCall, IExpressionEvaluator) - Method in class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
 
evaluate(IRecordReader) - Method in interface com.activeviam.database.datastore.api.condition.ICustomCondition
Indicates whether the given record matches this condition.
evaluate(IRecordReader) - Method in class com.activeviam.database.datastore.api.condition.impl.FieldComparisonCondition
 
evaluate(Object) - Method in interface com.activeviam.tech.core.api.filtering.ICondition
Evaluates if the input object fits the condition.
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.AndCondition
 
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.EqualCondition
 
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.FalseCondition
 
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.GreaterCondition
 
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.GreaterEqualCondition
 
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.InCondition
 
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.LikeCondition
 
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.LowerCondition
 
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.LowerEqualCondition
 
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.NotCondition
 
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.OrCondition
 
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.SubCondition
 
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.ToStringEqualCondition
 
evaluate(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.TrueCondition
 
EVALUATOR - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
The property used to register an IEvaluator in the post processor.
EVENT - Static variable in class com.qfs.snl.workflows.IWorkflowPayload.Variables
ISentinelEvent: the event.
eventAlertAggregator() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Aggregation unit managing alert creation/deletion from received events.
EventAlertAggregator - Class in com.qfs.snl.alerts.impl
Default implementation of a IEventAlertAggregator.
EventAlertAggregator(IMonitorService) - Constructor for class com.qfs.snl.alerts.impl.EventAlertAggregator
Constructor.
EventCache - Class in com.qfs.snl.events.impl
Cache for ISentinelEvent keeping only the relevant events making a monitor status.
EventCache() - Constructor for class com.qfs.snl.events.impl.EventCache
Full constructor.
eventDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing database operations on events.
eventDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
EventDto - Class in com.qfs.snl.dtos
The data transfer object for an event.
EventDto() - Constructor for class com.qfs.snl.dtos.EventDto
Constructor.
EventDto(long, String, long, Map<String, String>, long, Double, Double, List<StateDto>) - Constructor for class com.qfs.snl.dtos.EventDto
Full constructor.
EventDto(long, String, Map<String, String>, long, Double, Double, List<StateDto>) - Constructor for class com.qfs.snl.dtos.EventDto
Constructor for unpersisted event.
EventDto(ISentinelEvent) - Constructor for class com.qfs.snl.dtos.EventDto
Constructor.
eventMonitorPayload(IWorkflowPayload, IMonitor, ISentinelEvent) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Completes a payload with for action IWorkflowService.WorkflowTypes.MONITOR_EVENT.
EventProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor applied to events.
EventProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.EventProcessExecutor
Constructor.
EventProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.EventProcessExecutorExtendedPlugin
Default constructor.
EVENTS - Static variable in interface com.qfs.snl.rs.IMonitorRestService
The events keyword.
EXACT - Enum constant in enum class com.activeviam.activepivot.copper.api.NavigationMode
Move to the exact value at the requested distance, whether it is null.
EXACT - Enum constant in enum class com.activeviam.database.datastore.api.transaction.stats.TransactionStatisticsOption
The statistics are collected with exact precision.
However, when new records are added for the first time in a partition or when a partition is dropped, the datastore does not keep track of the impact before and after the operation for performance reason.
Therefore, in order to calculate the statistics, it uses IRecordSetView.computeNumValidRows() to count the number of valid records in the partition to contribute to the number of added records in the case of adding first records in a partition (or to the number of deleted records in the case of a partition drop).
It is time-consuming because IRecordSetView.computeNumValidRows() needs to iterate over all the rows in the partitions and checks if the row is valid.
If you only care for performance and that an upper estimation of this number is enough, you may consider using TransactionStatisticsOption.ESTIMATION.
This option uses IRecordSetView.computeNumValidRows() which may increase the commit time.
except(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.HasAllFields
Exclude fields from the current subset of fields for the current store.
excludeCurrent() - Method in interface com.activeviam.activepivot.copper.api.WindowSibling
ONLY for Window made with Window.siblings(CopperHierarchy).
excludedPackages(List<String>) - Method in class com.activeviam.tech.core.api.registry.Registry.RegistryContributions.RegistryContributionsBuilder
 
excludeMembers(HierarchyIdentifier, String...) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy denied.
excludeMembers(IHierarchyInfo, String...) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
excludeMembers(IHierarchyInfo, List<String>) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
excludeMembers(String, String, String...) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
excludeMembersWithConditions(HierarchyIdentifier, Object...) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy denied.
excludeMembersWithConditions(HierarchyIdentifier, List<Object>) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy denied.
excludeMembersWithConditions(IHierarchyInfo, Object...) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
excludeMembersWithConditions(IHierarchyInfo, List<Object>) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
excludeMembersWithConditions(String, String, Object...) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy denied.
excluding(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.CanBuild
excludingHierarchies(HierarchyIdentifier...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of hierarchies this partial should not be interested in.
excludingHierarchy(HierarchyIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of hierarchies this partial should exclude, one by one.
excludingHierarchy(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
excludingLevel(LevelIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates a level this partial should exclude, one by one.
excludingLevel(String, String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
excludingLevels(LevelIdentifier...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of levels this partial should not be interested in.
excludingMeasures(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutMeasuresRestrictionBuilder
Indicate the list of measures this partial should not be interested in.
execute() - Method in interface com.qfs.snl.agent.service.IMonitoringStream
Executes the monitoring.
execute() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
execute(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IIndexProcedure
Executes the procedure for the element of the indexed collection present at the given index.
execute(IActivePivotManager, IMDXDrillthroughHeadersQuery) - Static method in class com.activeviam.activepivot.server.impl.api.query.MdxQueryUtil
Execute a Mdx drillthrough header query.
execute(IActivePivotManager, IMDXDrillthroughQuery) - Static method in class com.activeviam.activepivot.server.impl.api.query.MdxQueryUtil
Execute a Mdx drillthrough query.
execute(IActivePivotManager, IMDXQuery) - Static method in class com.activeviam.activepivot.server.impl.api.query.MdxQueryUtil
Execute a Mdx select query.
execute(ICatalog, IMDXDrillthroughHeadersQuery) - Static method in class com.activeviam.activepivot.server.impl.api.query.MdxQueryUtil
Execute a Mdx drillthrough header query.
execute(ICatalog, IMDXDrillthroughQuery) - Static method in class com.activeviam.activepivot.server.impl.api.query.MdxQueryUtil
Execute a Mdx drillthrough query.
execute(ICatalog, IMDXQuery) - Static method in class com.activeviam.activepivot.server.impl.api.query.MdxQueryUtil
Execute a Mdx select query.
execute(ILocation, int) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationProcedure
Execute the procedure for a given location and its associated row id.
execute(ILocation, int, Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICellSetProcedure
Execute the procedure for one location.
execute(ILocation, String, Object) - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICellProcedure
Execute procedure for a given cell.
execute(IPointLocationReader, int) - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IPointProcedure
Executes this procedure on a row of the underlying result.
execute(IPointLocationReader, int, IRecordReader) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IValuesProcedure
Executes this procedure on a row of the underlying result.
execute(IPointLocationReader, int, String, int) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IValueProcedure
Executes this procedure on a non-null value of the underlying result.
execute(IDrillthroughHeadersQuery) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute a "DRILLTHROUGH_HEADERS" query.
execute(IDrillthroughQuery) - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughExecutor
Executes the request to retrieve the properties of the drillthrough query.
execute(IDrillthroughQuery) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute a "DRILLTHROUGH" query.
execute(IMapDrillthroughQuery) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute a "MAP_DRILLTHROUGH" query.
execute(IGetAggregatesQuery) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute a "GET_AGGREGATES" query, a multidimensional query expressed in the ActivePivot API (locations, and cells at those locations).
execute(IMapGetAggregatesQuery) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute a "MAP_GET_AGGREGATES" query, a multidimensional query expressed in the ActivePivot API (locations as maps of coordinates, and cells at those locations).
execute(IMDXDrillthroughHeadersQuery) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute a "MDX_DRILLTHROUGH_HEADERS" query.
execute(IMDXDrillthroughQuery) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute an "MDX_DRILLTHROUGH" query.
execute(IMDXQuery) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute an "MDX" query.
execute(IArrayReader, IArrayWriter) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager.IUpdateWhereProcedure
Executes the update where procedure to update the selected store.
execute(IQuery<ResultT>) - Method in interface com.activeviam.tech.core.api.query.IQueryable
Executes a query with an ordered list of parameter values.
execute(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
execute(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in class com.qfs.repository.impl.RepositoryService
 
execute(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in interface com.qfs.repository.IRepositoryService
Executes an update of a parameter.
execute(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
execute(IParameterUpdate<? extends IPointValue.IKey, PointValue>) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
execute(IParameterUpdate<? extends IPointValue.IKey, PointValue>) - Method in interface com.qfs.repository.persistence.IPointValueDao
Executes an update of a parameter.
execute(ISentinelEvent) - Method in interface com.qfs.snl.agent.mdx.IStreamInfo.InfoProcedure
Executes the procedure on an event to publish.
execute(String) - Method in class com.qfs.snl.workflows.process.impl.AWorkflowProcessExecutor
 
execute(String) - Method in interface com.qfs.snl.workflows.process.IWorkflowProcessExecutor.IExecutorWithType
Sets an action to execute, marking the operation as mandatory.
execute(String, Runnable) - Method in class com.qfs.snl.agent.service.impl.AuthenticatedExecutor
Executes the action in the context of the wanted user.
execute(String, Runnable) - Method in interface com.qfs.snl.agent.service.impl.IAuthenticatedExecutor
Executes the action in the context of the wanted user.
execute(String, Callable<T>) - Method in class com.qfs.snl.agent.service.impl.AuthenticatedExecutor
Executes the action in the context of the wanted user.
execute(String, Callable<T>) - Method in interface com.qfs.snl.agent.service.impl.IAuthenticatedExecutor
Executes the action in the context of the wanted user.
execute(List<IDrillthroughHeader>, IDrillthroughQuery) - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughExecutor
Executes the request to retrieve the properties of the drillthrough query.
execute(V) - Method in interface com.activeviam.tech.mvcc.api.IVersionProcedure
Executes the procedure on this version.
EXECUTE_ACTION - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to define the execute action.
executeAction(String, String, String, String, String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
executeAction(String, String, String, String, String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Executes an action over multiple parameters.
executeAsync(IActivePivotVersion) - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
executeAsync(IActivePivotVersion) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Callback invoked to answer the message in an asynchronous way.
executeAsync(IQuery<ResultT>) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotVersion
Asynchronously executes the given query.
executeHeaders(Collection<ILocation>, Collection<String>, boolean) - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughExecutor
Retrieve the headers available for performing a drillthrough.
executeMdxDefinitionStatement(String, List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Creates, updates or drops a calculated member or a KPI.
executeMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Executes punctually a monitoring.
executeMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
executeMonitoring(Long) - Method in class com.qfs.snl.agent.impl.MonitoringService
Manually executes a monitoring stream.
executeOptionally(String) - Method in class com.qfs.snl.workflows.process.impl.AWorkflowProcessExecutor
 
executeOptionally(String) - Method in interface com.qfs.snl.workflows.process.IWorkflowProcessExecutor.IExecutorWithType
Sets an action to execute, marking the operation as optional.
executionPlanPrint() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Returns whether the query plan printing is enabled.
executionTimingPrint() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Returns whether the query plan printing with timing is enabled.
EXECUTOR_POOL_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that controls the size of the periodic monitor executor pool.
exists() - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3EntityPath
 
exists() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureBlobPath
 
exists() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityPath
Tests if the entity exists.
exists() - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleEntityPath
 
exists(String) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Checks if an entry with the specified path exists.
EXPAND - Enum constant in enum class com.activeviam.activepivot.core.intf.api.location.ILocationBuilder.OperationFlag
Allow expanding hierarchy coordinates of the initial location.
expandResult(List<? extends IHierarchy>, ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Expands this result with the help of the given hierarchies to match the target expanded scope.
expandResult(List<? extends IHierarchy>, ILocation, ICubeFilter) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Expands this result with the help of the given hierarchies to match the target expanded scope.
expandResult(List<? extends IHierarchy>, ILocation, ICubeFilter, ILocationExpansionProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Expands this result with the help of the given hierarchies to match the target expanded scope.
expandResult(List<? extends IHierarchy>, ILocation, ILocationExpansionProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Expands this result with the help of the given hierarchies to match the target expanded scope.
expandToLevel(ILevelInfo) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationBuilder
Expands the location being built up to a given level.
experimental() - Static method in class com.activeviam.activepivot.copper.api.Copper
Experimental API.
ExperimentalCopper - Class in com.activeviam.activepivot.copper.api
Class exposing experimental features in Copper.
expiration(Duration) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.JwtPropertiesBuilder
Expiration of the JWT tokens.
EXPIRED_QUERIES_POLLING_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that defines the polling period (in seconds) for expired queries.
export(String) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Returns the subtree of the content service starting at the input path.
export(String, Path) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Exports the subtree starting at the input entry path by writting it in a file at filePath.
EXPORT_SERVICE_ROOT_PATH_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property to set the root path in which to save the exported query results.
exportApplication(String) - Method in interface com.activeviam.activepivot.server.intf.api.observability.IMemoryAnalysisService
Build the memory statistics of the application and dump them into a folder.
exportBranches(String, Set<String>) - Method in interface com.activeviam.activepivot.server.intf.api.observability.IMemoryAnalysisService
Build the memory statistics of the application for the selected branches only and export them into a folder.
exportMdxQuery(JsonDataExportOrder) - Method in interface com.activeviam.activepivot.server.intf.api.dataexport.IDataExportService
Executes the given MDX query and export the result to files.
exportMostRecentVersion(String) - Method in interface com.activeviam.activepivot.server.intf.api.observability.IMemoryAnalysisService
Build the memory statistics of the most recent version and dump them into a folder.
exportToString(String) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Exports the subtree starting at the input path as a JSON string.
exportVersions(String, long[]) - Method in interface com.activeviam.activepivot.server.intf.api.observability.IMemoryAnalysisService
Build the memory statistics of the application for the selection epochs only and export them into a folder.
exposeBranch(String) - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDataActivePivot
Exposes the specified branch to the Query cube.
EXPRESSION - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
 
ExtendedPluginInjector - Class in com.activeviam.tech.core.api.registry.impl
Adds support for ExtendedPlugin injection of properties or services using the setters exposed on the ExtendedPlugin implementation class.
The injector can produce an instance of ITransfer that exposes the same setters than the target ExtendedPlugin, and that will transfer its state to all new instances of that ExtendedPlugin.
EXTERNAL_RETRIEVAL_MAX_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures the maximum size for which the building of the index used to perform Copper join operations is single threaded.
externalAggregateTableDescriptions(List<AggregateTableDescription>) - Method in class com.activeviam.directquery.api.schema.SchemaDescription.SchemaDescriptionBuilder
 
externalField(String, boolean) - Method in interface com.activeviam.directquery.api.schema.FieldDescription.IFieldDescriptionBuilder
Describes the table field in the external database.
externalField(String, boolean) - Method in interface com.activeviam.directquery.api.schema.FieldDescription.INeedExternalFieldDescriptionBuilder
Describes the table field in the external database.
externalFields(List<String>) - Method in interface com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription.IMultiColumnVectorFieldDescriptionBuilder
Defines the columns from the external table that forms a vector.
externalFields(List<String>) - Method in interface com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription.INeedExternalColumnsDescriptionBuilder
Sets the external fields that form the vector.
externalJoins(List<JoinDescription>) - Method in class com.activeviam.directquery.api.schema.SchemaDescription.SchemaDescriptionBuilder
 
externalTable(ExternalTable) - Method in interface com.activeviam.directquery.api.schema.ATableDescription.IGenericTableDescriptionBuilder
Describes the table in the external database.
externalTable(ExternalTable) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
 
externalTable(ExternalTable) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.INeedExternalMultiRowVectorTableBuilder
Describes the table in the external database.
externalTable(ExternalTable) - Method in interface com.activeviam.directquery.api.schema.TableDescription.INeedExternalTableBuilder
Describes the table in the external database.
externalTable(ExternalTable) - Method in interface com.activeviam.directquery.api.schema.TableDescription.ITableDescriptionBuilder
 
ExternalTable - Class in com.activeviam.directquery.api.schema
Identifies a table in an external database.
ExternalTable.NamedExternalTable - Class in com.activeviam.directquery.api.schema
Identifies a table by its SqlTableId.
ExternalTable.TableExpression - Class in com.activeviam.directquery.api.schema
Identifies a table by a SQL expression.
externalTables(List<ATableDescription>) - Method in class com.activeviam.directquery.api.schema.SchemaDescription.SchemaDescriptionBuilder
 
extractAndSortWildCardLevels(ICoordinates) - Static method in class com.qfs.repository.impl.DatastoreRepositoryCache
Extract and sort the wildcards levels from a coordinate object.
extractDictionarizedCoordinates(ILocation, int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Extracts the dictionarized coordinates of the given location for the given mapping index.
extractFormulas(String) - Static method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
The formula extractor.
extractValues(ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Extract some coordinates from a location following a pattern.
extractValues(ILocationList, int, Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Extract some coordinates from a location following a pattern, the location is read from a location list, the cooridnates are stored in a provided array.
extractValues(ILocation, Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Extract some coordinates from a location following this pattern, the coordinates are stored in a provided array that must have the right length.

F

factless() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanBeFactless
Describes this hierarchy to be a factless hierarchy.
FACTLESS_ON_ISOLATED_STORE - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.ClassificationType
Represents an analysis hierarchy that is populated from an isolated store.
Factory() - Constructor for class com.qfs.snl.activiti.SentinelProcessEntityManager.Factory
 
FALSE - Static variable in class com.activeviam.tech.core.api.filtering.impl.FalseCondition
Singleton.
FalseColumnCondition - Class in com.activeviam.directquery.application.api.refresh.condition
Column false condition.
falseCondition() - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
False is represented as not(TRUE) which is { not : {} }.
FalseCondition - Class in com.activeviam.tech.core.api.filtering.impl
Representing a False condition which always evaluates to false.
FalseCondition() - Constructor for class com.activeviam.tech.core.api.filtering.impl.FalseCondition
Empty constructor.
FalseCubeRestriction - Class in com.activeviam.activepivot.core.intf.api.experimental.context.filter
False restriction.
falseRestriction() - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ICubeRestriction
Returns a restriction that does not grant any member.
FAST_LOCAL_DATE - Static variable in interface com.activeviam.tech.core.api.format.IParser
Performance oriented parser key for a LocalDate field.
FAST_LOCAL_DATE_DEFAULT_PATTERN - Static variable in interface com.activeviam.tech.core.api.format.IParser
Default pattern for the IParser.FAST_LOCAL_DATE parser, to match DateTimeFormatter.ISO_LOCAL_DATE.
fastForward(String, String) - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Fast-forward a branch to another branch.
FeatureNotSupportedBySqlDialectException - Exception Class in com.activeviam.database.sql.api.query
Exception thrown when a feature is not supported by the SQL Dialect.
FeatureNotSupportedBySqlDialectException(String) - Constructor for exception class com.activeviam.database.sql.api.query.FeatureNotSupportedBySqlDialectException
Constructor.
FENCE - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to fence in Atoti Server.
FENCE_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to fence in Atoti Server.
FENCE_RENEWING_FREQUENCY_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The property to use to change to frequency at which fences are renewed (in ms).
fetch(IMessageChannel<String, T>, List<Object>) - Method in interface com.activeviam.source.jdbc.api.IJdbcSource
Retrieves all the available data as defined by the topic exposed by the channel.
fetch(ISource<I, E>) - Method in class com.activeviam.source.common.api.impl.Fetch
Fetches data into the IEpoch.MASTER_BRANCH_NAME branch.
fetch(ISource<I, E>, String) - Method in class com.activeviam.source.common.api.impl.Fetch
Fetches data in the specified branch branch.
fetch(ISource<I, E>, String, String) - Method in class com.activeviam.source.common.api.impl.Fetch
Main fetching method.
fetch(IActiveViamProperty) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyResolver
Retrieves a property value.
fetch(IActiveViamProperty) - Method in class com.activeviam.web.spring.api.config.SpringPropertyResolver
 
fetch(Collection<? extends IMessageChannel<IFileInfo<I>, ILineReader>>) - Method in interface com.activeviam.source.csv.api.ICsvSource
 
fetch(Collection<? extends IMessageChannel<I, E>>) - Method in interface com.activeviam.source.common.api.ISource
Method to retrieve all the available data (related to the topics exposed by the channels).
fetch(Collection<? extends IMessageChannel<String, T>>) - Method in interface com.activeviam.source.jdbc.api.IJdbcSource
 
fetch(List<P>) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyResolver
Fetches a list of properties in a Source of properties.
fetch(Map<IMessageChannel<String, T>, List<Object>>) - Method in interface com.activeviam.source.jdbc.api.IJdbcSource
Retrieves all the available data as defined by the topics exposed by the channels.
Fetch<I,E> - Class in com.activeviam.source.common.api.impl
Fetch data from a data source and into several stores, using a channel factory.
Fetch(ITransactionalWriter, List<? extends IMessageChannel<I, E>>) - Constructor for class com.activeviam.source.common.api.impl.Fetch
Creates a fetch operation into the given list of channels.
Fetch(ITransactionalWriter, List<? extends IMessageChannel<I, E>>, List<String>) - Constructor for class com.activeviam.source.common.api.impl.Fetch
Creates a fetch operation into the given list of channels.
Fetch(IStoreMessageChannelFactory<I, E>) - Constructor for class com.activeviam.source.common.api.impl.Fetch
Fetches of all the stores, mapped automatically to the source topics that have the same name as the store.
Fetch(IStoreMessageChannelFactory<I, E>, Collection<String>) - Constructor for class com.activeviam.source.common.api.impl.Fetch
Fetches of a selection of stores, mapped automatically to the source topics that have the same name as the store.
Fetch(IStoreMessageChannelFactory<I, E>, Collection<String>, Map<String, ITuplePublisher<I>>) - Constructor for class com.activeviam.source.common.api.impl.Fetch
Fetches of a selection of stores, mapped automatically to the source topics that have the same name as the store.
Fetch(IStoreMessageChannelFactory<I, E>, Map<String, String>, Map<String, ITuplePublisher<I>>) - Constructor for class com.activeviam.source.common.api.impl.Fetch
Fetches a selection of topics into a selection of stores, with respect to the given topic/store mapping.
FETCH - Static variable in interface com.qfs.snl.rs.IMonitorRestService
Fetch keyword to get monitor updates.
fetchEvents(List<Long>) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
Fetch the events in a bulk.
fetchMonitors() - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
Fetch the monitors in a bulk.
fetchMonitorStates(Collection<Long>) - Method in class com.qfs.snl.persistence.impl.SentinelEventDao
 
fetchMonitorStates(Collection<Long>) - Method in interface com.qfs.snl.persistence.ISentinelEventDao
Retrieves all events forming the state of a monitor.
fetchSize(int) - Method in interface com.activeviam.source.jdbc.api.topic.IJdbcTopicBuilder.ICanBuild
Sets this topic's fetch size that will be used in ResultSet.setFetchSize(int).
field(FieldPath) - Method in interface com.activeviam.activepivot.copper.api.CopperStore
Creates a CopperStoreField from the given path.
field(String) - Method in interface com.activeviam.activepivot.copper.api.CopperStore
Creates a CopperStoreField from the given name.
FIELD - Enum constant in enum class com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughColumn.INFO
 
FieldComparisonCondition - Class in com.activeviam.database.datastore.api.condition.impl
A condition comparing, for a given record, the values of two of its attributes, using the condition's comparator.
FieldComparisonCondition(FieldPath, FieldPath, boolean) - Constructor for class com.activeviam.database.datastore.api.condition.impl.FieldComparisonCondition
Creates a condition returning true when a field value is greater than another field value.
FieldComparisonCondition(FieldPath, FieldPath, boolean, IComparator<Object>) - Constructor for class com.activeviam.database.datastore.api.condition.impl.FieldComparisonCondition
Creates a condition returning true when a field value is greater than another field value.
FieldDescription - Class in com.activeviam.database.datastore.api.description.impl
Default immutable implementation of IFieldDescription.
FieldDescription - Class in com.activeviam.directquery.api.schema
Immutable description of a field in a table.
FieldDescription(String, String, boolean, boolean, boolean, Object, Class<?>, IAllocationSettings) - Constructor for class com.activeviam.database.datastore.api.description.impl.FieldDescription
Constructor.
FieldDescription(String, String) - Constructor for class com.activeviam.database.datastore.api.description.impl.FieldDescription
Creates a FieldDescription non-nullable with a null default value (which will be replaced by a global default value depending on the field type).
FieldDescription(String, String, boolean, Object) - Constructor for class com.activeviam.database.datastore.api.description.impl.FieldDescription
Creates a FieldDescription without type Class.
FieldDescription.FieldDescriptionBuilder - Class in com.activeviam.database.datastore.api.description.impl
Builder for FieldDescription.
FieldDescription.IBuildableFieldDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying optional field properties.
FieldDescription.IFieldDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder for the field description.
FieldDescription.INeedExternalFieldDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the field external name and its nullability.
FieldDescription.INeedLocalFieldTypeBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the local field type.
FieldDescription.INeedLocalNameFieldDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the field local name.
fieldMappings(Set<ITableJoin.FieldMapping>) - Method in class com.activeviam.directquery.api.schema.JoinDescription.JoinDescriptionBuilder
 
fieldParser - Variable in class com.activeviam.source.csv.api.CsvColumnParser
Field parser.
fieldPathToString(FieldPath) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Converts the FieldPath to a String representation that is ready to be added to a JSON.
fields - Variable in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
List of fields to retrieve from the store.
fields(IFieldDescription...) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
Sets the fields.
fields(List<? extends IFieldDescription>) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
Sets the fields.
fields(List<AFieldDescription>) - Method in interface com.activeviam.directquery.api.schema.ATableDescription.IGenericTableDescriptionBuilder
Sets the fields.
fields(List<AFieldDescription>) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
 
fields(List<AFieldDescription>) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.INeedMultiRowVectorTableFieldsBuilder
Sets the fields.
fields(List<AFieldDescription>) - Method in interface com.activeviam.directquery.api.schema.TableDescription.INeedFieldsBuilder
Sets the fields.
fields(List<AFieldDescription>) - Method in interface com.activeviam.directquery.api.schema.TableDescription.ITableDescriptionBuilder
 
fields(Set<FieldPath>) - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
fields(Set<String>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData.DatabaseRetrievalDataBuilder
 
FieldType - Class in com.activeviam.tech.chunks.api.types
Basic implementation of an IFieldType.
FieldType.FieldTypeBuilder - Class in com.activeviam.tech.chunks.api.types
Simple builder for an IFieldType that prevents from most consistency errors.
FILE_CONFIGURATION_PROPERTY - Static variable in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonOutputConfiguration
File configuration.
FILE_NAME_PROPERTY - Static variable in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
File name property key.
fileComparator(IComparator<I>) - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration.CsvSourceConfigurationBuilder
 
FileFullNameCalculator - Class in com.activeviam.source.csv.api.translator
Column calculator that returns the full name of the file currently being parsed.
FileFullNameCalculator() - Constructor for class com.activeviam.source.csv.api.translator.FileFullNameCalculator
Constructs a calculator with default column name (IFileInfo.FILEPATH).
FileFullNameCalculator(String) - Constructor for class com.activeviam.source.csv.api.translator.FileFullNameCalculator
Constructs a calculator with the given column name.
FILELASTMODIFIED - Static variable in interface com.activeviam.source.csv.api.IFileInfo
Default column name for registering the last modified date of the file from which the data comes.
FileLastModifiedCalculator - Class in com.activeviam.source.csv.api.translator
Column calculator that returns the last modified date of the file currently parsed.
FileLastModifiedCalculator() - Constructor for class com.activeviam.source.csv.api.translator.FileLastModifiedCalculator
Constructs a calculator with default column name (IFileInfo.FILELASTMODIFIED).
FileLastModifiedCalculator(String) - Constructor for class com.activeviam.source.csv.api.translator.FileLastModifiedCalculator
Constructs a calculator with the given column name.
FILENAME - Static variable in interface com.activeviam.source.csv.api.IFileInfo
Default column name for registering the simple name of the file from which the data comes.
FileNameCalculator - Class in com.activeviam.source.csv.api.translator
Column calculator that returns the file name of the file currently being parsed.
FileNameCalculator() - Constructor for class com.activeviam.source.csv.api.translator.FileNameCalculator
Constructs a calculator with default column name (IFileInfo.FILENAME).
FileNameCalculator(String) - Constructor for class com.activeviam.source.csv.api.translator.FileNameCalculator
Constructs a calculator with the given column name.
FileParserConfiguration - Class in com.activeviam.source.csv.api
Deprecated, for removal: This API element is subject to removal in a future version.
Use
invalid reference
CsvParserConfiguration#builder(int)
instead
FileParserConfiguration() - Constructor for class com.activeviam.source.csv.api.FileParserConfiguration
Deprecated.
Default constructor.
FileParserConfiguration(Charset, int) - Constructor for class com.activeviam.source.csv.api.FileParserConfiguration
Deprecated.
Constructor for indication custom parameters.
FILEPATH - Static variable in interface com.activeviam.source.csv.api.IFileInfo
Default column name for registering the full name of the file from which the data comes.
filePolicy(int) - Static method in interface com.activeviam.source.csv.api.ICsvParserConfigPolicy
Deprecated.
Creates a policy limiting the number of read CSV files.
FileSystemCsvMonitoring - Class in com.activeviam.source.csv.api
Monitoring for file system CSV topics.
FileSystemCsvMonitoring(ICsvSource<Path>) - Constructor for class com.activeviam.source.csv.api.FileSystemCsvMonitoring
Constructor.
FileSystemCsvTopicFactory - Class in com.activeviam.source.csv.api
A factory to create file system CSV topics.
FileSystemCsvTopicFactory(boolean) - Constructor for class com.activeviam.source.csv.api.FileSystemCsvTopicFactory
Constructor Creates a new factory instance, initializing a new watcherService.
FileSystemFileInfo - Class in com.activeviam.source.csv.api
Base class to store file information when the file comes from a classical file system.
FileSystemFileInfo(Path) - Constructor for class com.activeviam.source.csv.api.FileSystemFileInfo
Construct a file entry from a file.
FileSystemFileInfo(Path, BasicFileAttributes, String, String, Long) - Constructor for class com.activeviam.source.csv.api.FileSystemFileInfo
Construct an explicitly defined file entry.
fillCache() - Method in class com.qfs.repository.impl.RepositoryDaemonActions
 
fillCache() - Method in interface com.qfs.repository.IRepositoryDaemonActions
Poll the repository server and fill the cache with the results.
fillCache() - Method in class com.qfs.snl.cfg.impl.AlertMonitoringBean
Fills the cache with alerts.
fillDouble(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
fillDouble(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
fillDouble(double) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Fills the vector with the given value.
fillFloat(float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
fillFloat(float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
fillFloat(float) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Fills the vector with the given value.
fillInt(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
fillInt(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
fillInt(int) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Fills the vector with the given value.
fillLong(long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
fillLong(long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
fillLong(long) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Fills the vector with the given value.
filter(CopperLevelCondition) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Creates a new Copper measure whose aggregated values are the ones of this measure but for a restricted view of the cube based on the given criteria.
FilterData - Class in com.activeviam.activepivot.server.json.api.queryplan
The JSON query filter data.
FilterData(int, String) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.FilterData
Creates a new FilterData instance.
FilterData.FilterDataBuilder - Class in com.activeviam.activepivot.server.json.api.queryplan
 
filteredOn(Map<LevelIdentifier, Object>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder
Filter the partial aggregate provider on certain levels.
FilteredParameterEvent - Class in com.qfs.repository.impl
A parameter event filtering some resources based on listener needs.
FilteredParameterEvent(Map<String, Set<String>>, IParameterEvent) - Constructor for class com.qfs.repository.impl.FilteredParameterEvent
Constructor.
filterEvent(ISentinelEvent) - Method in interface com.qfs.snl.mdx.IKpiFilter
Decides if an event can be published.
filterEvent(ISentinelEvent) - Method in class com.qfs.snl.mdx.impl.TransitionOnlyKpiFilter
Decides if an event can be published.
filterId(int) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval filter id.
FILTERING_MEMBERS - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.FilteringPostProcessor
Property specifying a set of filtering members for each leaf level.
FilteringPostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
A post-processor which filters on specific members for given levels by editing the query filter during prefetch.
FilteringPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.FilteringPostProcessor
Constructor.
filterOutEvaluatorFrom(Properties) - Static method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
Filters out the evaluator properties from the given set of properties.
find(boolean, Collection<Long>, ITimePeriod) - Method in interface com.qfs.snl.alerts.IAlertService
Finds alerts with complex conditions.
find(boolean, Collection<Long>, ITimePeriod) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
find(boolean, Collection<Long>, ITimePeriod) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
find(boolean, Collection<Long>, ITimePeriod) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
find(boolean, Collection<Long>, ITimePeriod) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Finds alerts with complex conditions.
findFirst(List<IPair<U, T>>, L) - Static method in class com.activeviam.tech.core.api.util.Pairs
Finds the first right value corresponding to the provided left value.
findLatestProcessDefinitionByKey(String) - Method in class com.qfs.snl.activiti.SentinelProcessEntityManager
 
FINISHED_STATE - Static variable in class com.activeviam.source.common.api.impl.ColumnCalculationContext
State value marking a finished processing.
first(CopperMeasure) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts defining a navigation analytic function.
first(CopperMeasure, NavigationMode) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts defining a navigation analytic function.
FIRST_RESULT_UNDEFINED - Static variable in interface com.activeviam.tech.core.api.query.IListQuery
Constants representing IListQuery.getFirstResult() value if undefined.
firstResult(int) - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.IMapDrillthroughQuery.MapDrillthroughQueryBuilder
Index of the first result.
FLAT - Enum constant in enum class com.activeviam.source.csv.api.IFileInfo.FileType
A flat (uncompressed) file.
FLOAT - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
FLOAT - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
FLOAT - Static variable in interface com.activeviam.tech.core.api.format.IParser
Float field parser key.
FLOAT_ARRAY - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
FLOAT_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
FLOAT_DESCENDING_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of Float in descending order.
FLOAT_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of Float in ascending order.
FLOAT_VECTOR - Static variable in interface com.activeviam.tech.core.api.format.IParser
Float vector field parser key.
FloatBinaryOperator - Interface in com.activeviam.tech.core.api.function
Represents an operation upon two float-valued operands and producing a float-valued result.
FloatUnaryOperator - Interface in com.activeviam.tech.core.api.function
Represents an operation on a single float-valued operand that produces a float-valued result.
floatVector(float...) - Static method in class com.activeviam.tech.chunks.api.vectors.ArrayVectorUtils
Creates an on heap vector backed by the given float array.
floatVector(int) - Static method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated, for removal: This API element is subject to removal in a future version.
floatVector(int, float) - Static method in class com.activeviam.tech.chunks.api.vectors.SameValueVectorUtils
Creates a vector containing float values which are all equal to the given value.
flush(String) - Method in interface com.activeviam.directquery.api.cache.IDatabaseCacheManager
Flushes the cache.
flushEvents() - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
flushEvents() - Method in interface com.qfs.repository.IRepositoryListenerManager
Publish all the pending events to registered listeners.
ForbiddenAccessException - Exception Class in com.activeviam.tech.core.api.exceptions.service
Class when a request is made to a restricted area.
ForbiddenAccessException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.ForbiddenAccessException
Constructor.
ForbiddenAccessException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.ForbiddenAccessException
Constructor.
ForbiddenAccessException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.ForbiddenAccessException
Constructor.
FORCE_FULL_REFRESH_PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.core.intf.api.realtime.IAggregatesContinuousHandler
When a measure uses this handler as one of its continuous handlers, any continuous query relying on this measure will listen to the stream of pivot transactions.
forceCommit() - Method in interface com.activeviam.database.datastore.api.transaction.IOpenedTransaction
Ensures the current transaction will be committed and not rolled back even if there were no write.
forceDiscardEpochs(Predicate<IHistoryNode>) - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Iterates over all the epochs in the history that have been released and forces the discard of the epochs for which the predicate returns true.
forceDiscardEpochs(Predicate<IHistoryNode>) - Method in interface com.activeviam.tech.mvcc.api.IEpochManager
Iterates over all the released epochs in each history of this epoch manager and forces the discard of the epochs for which the predicate returns true.
forceHttps(boolean) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.AtotiSecurityPropertiesBuilder
Configures the security to enforce the use of HTTPS.
forceHttps(boolean) - Method in class com.activeviam.web.spring.api.security.dsl.AtotiServerHumanDsl
 
forceHttps(boolean) - Method in class com.activeviam.web.spring.api.security.dsl.HumanToMachineSecurityDsl
Configures the DSL to force the use of HTTPS.
forEach(int[], IDatabaseRetrievalResult.ICompiledQueryProcedure) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IDatabaseRetrievalResult.ICompiledQuery
Iterates on each row match this query.
forEach(Object[], IDatabaseRetrievalResult.ICompiledQueryProcedure) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IDatabaseRetrievalResult.ICompiledQuery
Iterates on each row match this query.
forEach(String, BiConsumer<String, E>) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentTree
Applies the input BiConsumer to each node (entry) in the tree, with a depth-first traversal.
forEach(BiConsumer<HierarchyIdentifier, Map<String, Object>>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IPartialProviderDefinition.IPartialProviderFilters
Iterates over the filters by hierarchies and levels.
forEachCell(ICellProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICellSet
Executes a procedure for each cell in the set.
forEachCell(ICellProcedure, String...) - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICellSet
Executes a procedure for each cell value in the set, only for a selection of measures.
forEachChannel(IParsingWorkload.IChannelProcedure<I>) - Method in interface com.activeviam.source.csv.api.IParsingWorkload
Execute a channel procedure over each of the channels in the workload.
forEachLocation(IIndexProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationList
Executes a procedure for each location in this list.
forEachLocation(ILocationProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationList
Executes a procedure for each location in this list.
forEachLocation(ICellSetProcedure, String...) - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICellSet
Executes the procedure for each location in the cellset, presenting the collection of measures for that location.
forEachPoint(int[], IValuesProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Applies the given procedure to each point location in this result for which at least one the measures with the given IDs have a non-null value.
forEachPoint(int[], IPointProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Applies the given procedure to each point location in this result for which at least one the measures with the given IDs have a non-null value.
forEachPoint(IPointProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Deprecated, for removal: This API element is subject to removal in a future version.
forEachValue(IValueProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Applies the given procedure to each value in this result.
forEachVersion(IVersionProcedure<? super V>) - Method in interface com.activeviam.tech.mvcc.api.IVersionHistory
Executes a procedure over all the versions recorded in this history, from the most recent to the oldest one.
forEntities(List<? extends T>, BiFunction<T, IWorkflowPayload, IWorkflowPayload>) - Method in class com.qfs.snl.workflows.process.impl.AWorkflowProcessExecutor
 
forEntities(List<? extends T>, BiFunction<T, IWorkflowPayload, IWorkflowPayload>) - Method in interface com.qfs.snl.workflows.process.IWorkflowProcessExecutor.IExecutableExecutor
Executes the workflow for a series of entities.
forEntity(T, BiFunction<T, IWorkflowPayload, IWorkflowPayload>) - Method in class com.qfs.snl.workflows.process.impl.AWorkflowProcessExecutor
 
forEntity(T, BiFunction<T, IWorkflowPayload, IWorkflowPayload>) - Method in interface com.qfs.snl.workflows.process.IWorkflowProcessExecutor.IExecutableExecutor
Executes the workflow for a single entity.
forJoin(JoinDescription, SchemaDescription) - Method in interface com.activeviam.directquery.api.validator.IDataValidator
Gets the constraints validator for a given join.
forKeys(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue.IKey>) - Static method in class com.qfs.repository.dto.ParameterUpdateDto
Static copy constructor for parameter update with keys as content.
form(Resource) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties.PagePropertiesBuilder
Path to the entire page resource.
format(Object) - Method in interface com.activeviam.tech.core.api.format.IFormatter
Formats an object.
FORMAT - Enum constant in enum class com.activeviam.tech.core.api.exceptions.ActiveViamParsingException.ParsingExceptionType
Used for other parsing failures.
FORMAT_PROPERTY - Static variable in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonOutputConfiguration
Property to define the format name.
FORMATTER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to formatters.
FORMATTER_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to formatters.
FORMATTER_PLUGIN - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
 
FORMATTER_PROPERTY - Static variable in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonOutputConfiguration
Property to define the formatter to use on a specific column.
FormField - Class in com.qfs.snl.messages.form.impl
Field to display in an Interactive Form.
FormField(String, String, IFormField.IType, boolean, boolean, boolean) - Constructor for class com.qfs.snl.messages.form.impl.FormField
Constructor.
FormField(FormProperty) - Constructor for class com.qfs.snl.messages.form.impl.FormField
Constructor.
FormFieldDto - Class in com.qfs.snl.dtos
DTO representing any field of an Activiti form.
FormFieldDto() - Constructor for class com.qfs.snl.dtos.FormFieldDto
Default Constructor.
FormFieldTypeDto - Class in com.qfs.snl.dtos
DTO representing the type of one field in an Activiti form.
FormFieldTypeDto() - Constructor for class com.qfs.snl.dtos.FormFieldTypeDto
Default Constructor.
FormulaExtractorVisitor - Class in com.qfs.snl.agent.mdx.impl
The formula extractor visitor It extracts the formulas on the sides of < or > or <= or >= in a case of if or case function.
FormulaExtractorVisitor() - Constructor for class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
Constructor.
forMultiColumnsVectorTable(TableDescription) - Method in interface com.activeviam.directquery.api.validator.IDataValidator
Gets the constraints validator for a table with vector stored as one value per column.
forMultiRowVectorTable(MultiRowVectorTableDescription) - Method in interface com.activeviam.directquery.api.validator.IDataValidator
Gets the constraints validator for a table with vector stored as one value per row.
forOthers() - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanAddSpecialPartitioningRule
Indicates that we are done defining the special partitioning rules and define the default partitioning rule.
forOthers() - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
forRemoval() - Element in annotation interface com.activeviam.tech.core.api.annotations.DeprecatedApi
Returns target version that will remove the annotated API.
forRole(String) - Method in interface com.activeviam.activepivot.server.intf.api.security.ICanHaveRoleEntitlements.ICanHaveRole
Set the user role of the entitlement.
forRoot(Session, Class<T>) - Static method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Creates a new helper with default configuration from basic Hibernate elements.
forService(String) - Method in interface com.activeviam.web.core.api.IUrlBuilder.IForService
Sets the name of a API to target.
forTable(ATableDescription) - Method in interface com.activeviam.directquery.api.validator.IDataValidator
Gets the constraints validator for the given table.
forTests() - Static method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
Gets a BranchPermissionsManager which allows all users to create, read and edit all branches.
forType(String) - Method in class com.qfs.snl.workflows.process.impl.AWorkflowProcessExecutor
 
forType(String) - Method in interface com.qfs.snl.workflows.process.IWorkflowProcessExecutor
Sets a type of entities to process.
forValue(Object) - Method in interface com.activeviam.activepivot.mdx.intf.api.formatting.IDefaultCellPropertiesHandler.IUserPresentationExpression
 
forValue(Object) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule
Defines a child partitioning node for the given value.
forValues(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Static method in class com.qfs.repository.dto.ParameterUpdateDto
Static copy constructor.
forValues(Object...) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule
Defines a child partitioning node for each of the given values.
forValues(Object...) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
from - Variable in class com.activeviam.activepivot.server.json.api.cellset.RangeData
The first index of the range.
from() - Method in interface com.activeviam.tech.core.api.collections.IRange
 
from(long) - Method in class com.qfs.snl.dtos.TimePeriodDto
Sets the 'from' boundary.
from(long) - Method in class com.qfs.snl.impl.TimePeriod
Adds a start boundary.
from(IFieldDescription) - Static method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
Initializes a FieldDescription.FieldDescriptionBuilder from a description.
from(IFieldType) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Creates a FieldType.FieldTypeBuilder initialized from the given IFieldType.
from(String) - Method in class com.qfs.snl.dtos.TimePeriodDto
Sets the raw 'from' boundary.
from(String) - Method in interface com.qfs.snl.messages.IMessageBuilder.IWithTitle
Sets the sender of the message.
from(UnaryOperator<String>) - Static method in class com.activeviam.directquery.api.schema.utils.NamingConventions
Builds a naming convention based on a single method applied everywhere.
from(UnaryOperator<String>, UnaryOperator<String>) - Static method in class com.activeviam.directquery.api.schema.utils.NamingConventions
Builds a naming convention based on 2 methods.
FROM_PARAM - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to specify a "from" boundary for an update.
FROM_PARAM - Static variable in interface com.qfs.snl.rs.IAlertRestService
Query parameter to specify a "from" boundary for an update.
FROM_PARAM - Static variable in interface com.qfs.snl.rs.IMonitorRestService
Query parameter to specify a "from" boundary for an update.
fromBaseStore(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder
Chooses the base store of the selection.
fromClass(Class<?>) - Static method in enum class com.activeviam.tech.chunks.api.types.ContentType
Resolves an ContentType from a data class.
fromColumnExternalName() - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription.TableTimeTravelDescription
 
fromDescription(String) - Static method in class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
Parses a description to convert it to a HierarchyIdentifier.
fromDescription(String) - Static method in class com.activeviam.activepivot.core.intf.api.cube.metadata.LevelIdentifier
Parses a description of the form levelName@hierarchyName@dimensionName to create an identifier from it.
fromDoubleData(DoubleFunction<T>) - Static method in class com.activeviam.directquery.api.schema.CustomReaderDescription
Returns a custom reader based on a double field.
fromField(CopperStoreField) - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.SelectHierarchyType
Configures a single-level hierarchy whose level come from an isolated store joined to the cube.
fromIntData(IntFunction<T>) - Static method in class com.activeviam.directquery.api.schema.CustomReaderDescription
Returns a custom reader based on an integer field.
fromLongData(LongFunction<T>) - Static method in class com.activeviam.directquery.api.schema.CustomReaderDescription
Returns a custom reader based on a long field.
fromMapping(Map<String, String>) - Static method in class com.activeviam.directquery.api.schema.utils.NamingConventions
Rename the table or the field only if the name can be found in mapping.
fromName(String) - Static method in enum class com.qfs.snl.ws.IMessageWsService.FetchMessageMode
Returns the enum value from its name, as defined by IMessageWsService.FetchMessageMode.getName().
fromNow() - Method in class com.qfs.snl.impl.TimePeriod
Adds a start boundary using server current time.
fromObjectData(Function<Object, T>) - Static method in class com.activeviam.directquery.api.schema.CustomReaderDescription
Returns a custom reader based on an object field.
fromSqlExpression(String) - Static method in class com.activeviam.directquery.api.schema.ExternalTable
Returns a table defined by a SQL expression.
fromStore(CopperStore) - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.SelectHierarchyType
Configures a hierarchy whose levels come from an isolated store joined to the cube.
fromStore(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanBeFactless
Describes this analysis hierarchy whose members come from any store of the database.
fromStore(String) - Method in interface com.activeviam.database.datastore.api.description.IReferenceDescriptionBuilder
Defines the base/owner store of the reference to build.
fromTableId(SqlTableId) - Static method in class com.activeviam.directquery.api.schema.ExternalTable
Returns a table identified by its SqlTableId.
fromType(int) - Static method in enum class com.activeviam.tech.chunks.api.types.ContentType
Resolves an ContentType from a raw data type.
fromValues(CopperLevelValues) - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.SelectHierarchyType
Configures a single-level hierarchy whose level come the given argument.
FULL_SYNC - Enum constant in enum class com.activeviam.tech.streaming.intf.api.IStreamProperties.InitialPublicationMode
The initial view will be computed synchronously and published before this stream's creation call returns.
fullReload() - Method in class com.activeviam.source.csv.api.ACsvTopic
Triggers the reload of all files and directories contained by the topic.
fullReloadTopic(String) - Method in class com.activeviam.source.csv.api.FileSystemCsvMonitoring
Reinits completely the given topic.
FUNCTION_NAME - Static variable in class com.activeviam.tech.partitioning.api.function.impl.ConstantFunctionDescription
The name of the function.
FUNCTION_NAME - Static variable in class com.activeviam.tech.partitioning.api.function.impl.IdentityFunctionDescription
The name of the function.
FUNCTION_NAME - Static variable in class com.activeviam.tech.partitioning.api.function.impl.ModuloFunctionDescription
The name of the function.
FURTHEST - Static variable in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.FieldsCollisionHandler
If two fields have the same name and one is reachable from the other using references, the farthest one (i.e. the one reachable using references from the other one) is kept.
If there is no path from one field to the other, an IllegalStateException is thrown.

G

GARBAGE_COLLECT_STREAM_CONFIG_DELAY_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that sets the time threshold (in ms) indicating when the stream configuration of a closed stream can be safely removed from the system and can be collected.
GARBAGE_COLLECTION_FACTOR_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property that configures the garbage collection factor for vectors.
GCP - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger name for all the events related to data retrieval on GCP.
GCP_LOGGER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger with SourceLoggerConstants.GCP name.
generate(int[]) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationPattern
Generates a point location based on the given values.
generate(IHierarchicalMapping, int[]) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Generate a location that overrides the values in the pattern.
generate(ILocationList, int) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Generate a location identical to the pattern, but that overrides the range coordinates' values in the pattern.
generate(IDrillthroughQueryContext) - Method in class com.activeviam.activepivot.core.ext.api.query.result.impl.VectorDrillthroughColumnSet
 
generate(IDrillthroughQueryContext) - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICalculatedDrillthroughColumnSet
Generate a list of additional drillthrough columns at query time.
generate(Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Generate a location that overrides the values in the pattern.
generate(String, Map<String, String>) - Method in interface com.activeviam.database.sql.api.query.CommentGenerator
Generate the comments to inject on the available inputs.
generateId() - Static method in class com.qfs.snl.messages.impl.MessagesUtil
Generates a unique id for all messages.
generateListenerIds(int) - Method in interface com.activeviam.tech.streaming.intf.api.IIdGenerator
Generate a batch of listener ids that are unique across the server instance.
generateQueryIds(int) - Method in interface com.activeviam.tech.streaming.intf.api.IIdGenerator
Generate a batch of query ids that are unique across the server instance.
generateStreamIds(int) - Method in interface com.activeviam.tech.streaming.intf.api.IIdGenerator
Generate a batch of stream ids that are unique across the server instance.
GEO_CITY - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
GEO_CONTINENT - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
GEO_COUNTRY - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
GEO_COUNTY - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
GEO_POINT - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
GEO_POSTALCODE - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
GEO_REGION - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
GEO_STATE_OR_PROVINCE - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
GEOGRAPHY - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.hierarchy.IDimension.DimensionType
Geographical dimensions.
geq(Object) - Method in interface com.activeviam.activepivot.core.intf.api.copper.CopperLevel
Creates a CopperLevelCondition that represents the result of a numerical greater than or equal to comparison between each member value and the given object value.
get(int) - Method in interface com.activeviam.tech.core.api.property.IMappedTuple
Returns the value stored at the given position in the underlying tuple.
get(int) - Method in class com.activeviam.tech.streaming.impl.api.AxisRanges
 
get(int) - Method in interface com.activeviam.tech.streaming.intf.api.IAxisRanges
Gets the range of the specified axis.
get(long) - Method in class com.qfs.repository.persistence.impl.RepositoryAuditDao
 
get(long) - Method in interface com.qfs.repository.persistence.IRepositoryAuditDao
Get an element by its id.
get(long) - Method in interface com.qfs.snl.persistence.IIdentifiableReadDao
Get an element by its id.
get(long) - Method in class com.qfs.snl.persistence.impl.ARDao
 
get(long) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
get(long, String) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets a single monitor.
get(long, String) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
get(IActivePivotVersion, String, ICoordinates) - Method in interface com.qfs.repository.IDatastoreRepositoryCache
Get the repository result for the input parameters.
get(IActivePivotVersion, String, ICoordinates) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
get(Class<T>) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueStore
Retrieve the context which is user based or shared.
get(Object) - Method in interface com.qfs.snl.workflows.IWorkflowPayload
Deprecated.
since ActiveMonitor 5.5
get(String) - Method in class com.activeviam.activepivot.mdx.impl.api.formatting.ADefaultCellPropertiesHandler
 
get(String) - Method in interface com.activeviam.activepivot.mdx.intf.api.formatting.IDefaultCellPropertiesHandler
Based on the name of a property return an object describing the behavior of the property.
get(String) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Returns the entry with the specified path, or null if it does not exist.
get(String) - Method in class com.qfs.repository.persistence.impl.DbInfoDao
 
get(String) - Method in interface com.qfs.snl.persistence.IDbInfoDao
Gets an info from the DB.
get(String) - Method in class com.qfs.snl.persistence.impl.ADbInfoDao
 
get(String) - Method in class com.qfs.snl.persistence.impl.DbInfoDao
 
get(String) - Method in class com.qfs.snl.persistence.impl.InMemoryWorkflowSchemaDao
Get the schemes associated to an entity.
get(String) - Method in interface com.qfs.snl.persistence.IWorkflowSchemaDao
Gets all schemas registered for a given entity type.
get(String) - Method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
 
get(String) - Method in interface com.qfs.snl.workflows.IWorkflowEntityResolver
Gets the workflow configuration for a given entity.
get(String, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets the monitor of a given id.
get(String, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
get(String, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
get(String, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
get(String, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
get(String, Object[]) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Retrieve an object from the database.
get(String, String) - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Gets the workflow configuration for a given entity.
get(String, String) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
get(String, String) - Method in class com.qfs.snl.persistence.impl.InMemoryWorkflowSchemaDao
Gets the schema configuration for a given entity.
get(String, String) - Method in interface com.qfs.snl.persistence.IWorkflowSchemaDao
Gets a given schema from its name and entity type.
get(String, String, ICoordinates) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
get(String, String, ICoordinates) - Method in interface com.qfs.repository.IRepositoryCacheService
Get the repository result for the input parameters at latest epoch.
get(String, String, ICoordinates, IDatabaseVersion) - Method in interface com.qfs.repository.IDatastoreRepositoryCache
Get the repository result for the input parameters.
get(String, String, ICoordinates, IDatabaseVersion) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
get(String, String, List<CoordinatesDto>) - Method in class com.qfs.repository.restserver.impl.RepositoryCacheRestServiceController
 
get(String, String, List<CoordinatesDto>) - Method in interface com.qfs.repository.restserver.IRepositoryCacheRestService
Gets the parameter values associated to the coordinates.
get(String, String, Map<String, String>) - Method in class com.qfs.repository.restserver.impl.RepositoryCacheRestServiceController
 
get(String, String, Map<String, String>) - Method in interface com.qfs.repository.restserver.IRepositoryCacheRestService
Gets the parameter value associated to some coordinates The coordinates we want to look at are query parameters for example lookup/upper_goal?currency=EUR&desk=DeskA.
get(String, List<String>) - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Gets workflow configurations for a series of entities of a given type.
get(String, List<String>) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
getAcceptIncompleteLines() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
getAcceptIncompleteLines() - Method in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated.
Returns whether lines that have fewer columns than expected are accepted.
getAcceptOverflowingLines() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
getAcceptOverflowingLines() - Method in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated.
Returns whether lines that have more columns than expected are accepted.
getAccessor() - Method in class com.activeviam.tech.core.api.filtering.impl.SubCondition
 
getAccessor() - Method in interface com.activeviam.tech.core.api.filtering.ISubCondition
Returns the associated accessor.
getAction() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
Gets the action type.
getAction() - Method in class com.activeviam.tech.contentserver.storage.api.ContentUpdate
-- GETTER -- Returns the action that created this update.
getAction() - Method in class com.qfs.snl.workflows.impl.WorkflowKey
Gets the action for which the workflow is used.
getActions() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
The list of actions to execute.
getActivation() - Method in class com.qfs.repository.dto.PointValueDto
 
getActivation() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getActivation() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getActivation() - Method in interface com.qfs.repository.persistence.model.IPointValue
Gets the timestamp at which the point value starts to be active.
getActivePivot() - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAggregationHierarchyCreationContext
Gets the ActivePivot creating the hierarchy aggregation procedure.
getActivePivot(String) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotManager
Returns the ActivePivot of the given name or throws if not existing.
getActivePivot(String) - Method in interface com.activeviam.activepivot.core.intf.api.cube.ICatalog
Gets the wanted ActivePivot instance.
getActivePivotDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotInstanceDescription
Returns the activePivotDescription.
getActivePivotEpoch() - Method in interface com.activeviam.activepivot.core.intf.api.query.IQueryCache
Returns the active pivot epoch associated with this cache.
getActivePivotIds() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICatalogDescription
Return the ids of running ActivePivot instances.
getActivePivotIds() - Method in class com.qfs.repository.impl.FilteredParameterEvent
 
getActivePivotIds() - Method in class com.qfs.repository.impl.ParameterEvent
 
getActivePivotIds() - Method in interface com.qfs.repository.IParameterEvent
Get the ids of the IActivePivot for which parameters have changed.
getActivePivotInstanceDescriptions() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotSchemaDescription
Returns the list of ActivePivot's instances description.
getActivePivotManager() - Method in interface com.qfs.repository.IDatastoreRepositoryCacheConfiguration
getActivePivotManager() - Method in class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
 
getActivePivots() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotManager
Returns the map of running ActivePivot's instances.
getActivePivots() - Method in interface com.activeviam.activepivot.core.intf.api.cube.ICatalog
Get the set of ActivePivot ids available in the catalog.
getActivePivotSchemaDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotSchemaInstanceDescription
Returns the description.
getActivePivotVersion() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotManager
Returns the version of the ActivePivot Engine.
getActivePivotVersion() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotVersionAware
Returns the associated version.
getActivePivotVersion() - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughSession
Returns the pivot version on which to execute the drillthrough query.
getActivePivotVersion() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Returns the version of the ActivePivot engine.
getActualPeriod() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Gets the actual period between two consecutive updates.
getAdded() - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQueryUpdate
Get the data that was added during this continuous update.
getAddedOrUpdatedMonitors() - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
 
getAddedOrUpdatedMonitors() - Method in interface com.qfs.snl.monitors.IMonitorUpdates
The created or updated monitors.
getAddedOrUpdatedMonitors() - Method in class com.qfs.snl.monitors.impl.MonitorUpdates
 
getAddedOrUpdatedPointValues() - Method in class com.qfs.repository.dto.PointValueUpdatesDto
 
getAddedOrUpdatedPointValues() - Method in class com.qfs.repository.impl.PointValueUpdates
 
getAddedOrUpdatedPointValues() - Method in interface com.qfs.repository.IPointValueUpdates
Get the newly created point values.
getAddedOrUpdatedRows() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.IDrillthroughUpdateEvent
Returns the added or removed rows.
getAddedOrUpdatedRows() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughUpdateData
Returns the drillthrough updated or added rows.
getAdditionalMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.query.IGetAggregatesQuery
Returns a collection of measures for which this query should return values.
getAdditionalMeasuresDescriptions() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IMeasuresProvider
Gets the descriptions of the additional measures in this provider.
getAdditionalProperties() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns the other properties of the context.
getAdditionalProperties() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns the other properties of the members.
getAdditionalProperties() - Method in interface com.activeviam.activepivot.core.intf.api.description.INamedSetDescription
Returns other properties of the members.
getAdditions() - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
getAdditions() - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
getAdditions() - Method in interface com.qfs.repository.params.IParameterUpdate
Returns the point values to insert.
getAddress() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Returns the IAddress of the current (local) instance.
getAddressAsString() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Returns the address of the current (local) instance.
getAdvancedAggregatedMeasuresDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasuresDescription
Returns the list of advanced aggregates measure descriptions.
getAgentLiveURL() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
Returns the url of aplive registered with this agent.
getAgentName() - Method in interface com.qfs.snl.agent.IAgentDescription
Get the name of the ActiveMonitor agent.
getAgentName() - Method in class com.qfs.snl.dtos.AgentDescriptionDto
 
getAgentType() - Method in interface com.qfs.snl.agent.IAgentDescription
Get the type of the ActiveMonitor agent.
getAgentType() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
Returns the agent type.
getAgentType() - Method in class com.qfs.snl.dtos.AgentDescriptionDto
 
getAgentUrl() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Gets the url of the agent.
getAgentURL() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
Returns this agent url.
getAggregatedDataType() - Method in interface com.activeviam.tech.aggregation.api.IGenericAggregation
Returns the type of the result of the aggregation.
getAggregatedDataType() - Method in class com.activeviam.tech.aggregation.api.impl.AAggregation
 
getAggregatedDataType() - Method in class com.activeviam.tech.aggregation.api.impl.AMultiSourceAggregation
 
getAggregatedDataType() - Method in class com.activeviam.tech.aggregation.api.udaf.AUserDefinedAggregateFunction
 
getAggregatedDataType() - Method in interface com.activeviam.tech.aggregation.api.udaf.IUserDefinedAggregateFunction
Returns the output type of the aggregates of this user-defined aggregate function.
getAggregatedDecodingTime() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Gets the total aggregated amount of time spent decoding in nanoseconds.
getAggregatedMeasuresDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasuresDescription
Returns the list of aggregates measure descriptions.
getAggregatedParsingTime() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Gets the total aggregated amount of time spent parsing in nanoseconds.
getAggregatedPublicationTime() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Gets the total aggregated amount of time spent publishing in nanoseconds.
getAggregatedReadingTime() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Gets the total aggregated amount of time spent reading in nanoseconds.
getAggregatedTime() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Gets the total aggregated amount of time spent by all the worker threads in nanoseconds.
getAggregatedType(int[]) - Method in interface com.activeviam.tech.aggregation.api.IGenericAggregationFunction
Deduces the type of the result of the aggregation, based on the types of the sources of data.
getAggregatedType(int[]) - Method in class com.activeviam.tech.aggregation.api.impl.AAggregationFunction
Deduces the type of the result of the aggregation, based on the types of the sources of data.
getAggregatedType(int[]) - Method in class com.activeviam.tech.aggregation.api.udaf.AUserDefinedAggregateFunction
 
getAggregateProvider() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Returns the aggregate provider definition.
getAggregateProvider() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotDescription
 
getAggregateProviderStatistics(String) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotVersion
For a specific provider name, return an embedding of its statistics.
getAggregateRetrievals() - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData
The query plan retrievals.
getAggregates() - Method in class com.activeviam.activepivot.server.intf.api.dto.AggregateDTO
Returns the aggregates.
getAggregates() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.IAggregatesEvent
Returns the set of aggregates.
getAggregatesCache() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The cache.
getAggregatesCacheDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Returns the aggregate cache description.
getAggregatesContinuousQueryEngine() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Returns the IAggregatesContinuousQueryEngine definition.
getAggregatesPerScope() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.IFullRefreshEvent
Returns a mapping from each original scope location (can be a point or a range location), to its aggregates contribution as a list of AggregateDTO, one for each point location contributing to the view.
getAggregationFunction() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABaseDynamicAggregationPostProcessor
Returns the aggregation function used to aggregate leaves.
getAggregationFunction() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.ILinearPostProcessor
Gets the aggregation function that the query engine may use to deduce results for that post-processor.
getAggregationFunction() - Method in class com.activeviam.tech.aggregation.api.history.HistoryMultiSourceAggregation
 
getAggregationFunction() - Method in interface com.activeviam.tech.aggregation.api.IAggregation
 
getAggregationFunction() - Method in interface com.activeviam.tech.aggregation.api.IGenericAggregation
Returns the associated function.
getAggregationFunction() - Method in class com.activeviam.tech.aggregation.api.impl.AAggregation
 
getAggregationFunction() - Method in class com.activeviam.tech.aggregation.api.impl.AMultiSourceAggregation
 
getAggregationFunction() - Method in interface com.activeviam.tech.aggregation.api.IMultiSourceAggregation
 
getAggregationFunctionKey() - Method in class com.activeviam.directquery.api.MeasureMapping
 
getAggregationProcedures() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Gets the description of the aggregation procedures for analysis hierarchies.
getAggregationProcedures() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotDescription
 
getAggressiveAxisPositionLimitCheck() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Property that enables aggressive checks on CellSet axis positions (default to true).
getAggressiveFormulaEvaluation() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns true if the Mdx engine restricts formula evaluation on tuples existing in the cube, instead of all possible tuples.
getAlert() - Method in interface com.qfs.snl.alerts.IAlertAggregation
Gets the associated alert.
getAlert() - Method in class com.qfs.snl.alerts.impl.SingleEventAggregation
 
getAlert(long) - Method in interface com.qfs.snl.alerts.IAlertService
Get the alert given by id.
getAlert(long) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
getAlert(long) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
getAlert(long) - Method in interface com.qfs.snl.rs.IAlertRestService
Gets an alert by id.
getAlert(long) - Method in class com.qfs.snl.rs.impl.AlertRestServiceController
 
getAlerts() - Method in interface com.qfs.snl.alerts.IAlertCache
Retrieve all the alerts cached.
getAlerts() - Method in class com.qfs.snl.alerts.impl.AlertCache
 
getAlerts(boolean) - Method in interface com.qfs.snl.alerts.IAlertService
Gets all active alerts in the system.
getAlerts(boolean) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
getAlerts(boolean) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
getAlerts(long, String, String, String) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all alerts that occurred for the monitor.
getAlerts(long, String, String, String) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getAlerts(String, long, ITimePeriod) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets all the alerts for a particular monitor id.
getAlerts(String, long, ITimePeriod) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getAlerts(String, long, ITimePeriod) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getAlerts(String, long, ITimePeriod) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getAlerts(String, long, ITimePeriod) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getAlerts(String, String, String) - Method in interface com.qfs.snl.rs.IAlertRestService
Gets all alerts.
getAlerts(String, String, String) - Method in class com.qfs.snl.rs.impl.AlertRestServiceController
 
getAlias() - Method in interface com.activeviam.activepivot.core.intf.api.description.INativeMeasureDescription
Deprecated.
Use the name of the measure instead of its alias
getAll() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContext
Retrieve a snapshot all the contexts linked to the current thread.
getAll() - Method in class com.qfs.repository.persistence.impl.RepositoryAuditDao
 
getAll() - Method in interface com.qfs.repository.persistence.IRepositoryAuditDao
Get all the elements.
getAll() - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Gets all workflow configurations.
getAll() - Method in interface com.qfs.snl.persistence.IIdentifiableReadDao
Get all the elements.
getAll() - Method in class com.qfs.snl.persistence.impl.ARDao
 
getAll() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
getAll() - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
getAll() - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all monitors.
getAll() - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getAll(boolean) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
getAll(boolean) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Get all alerts.
getAll(String) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all monitors.
getAll(String) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getAll(List<Long>) - Method in class com.qfs.snl.persistence.impl.SentinelEventDao
 
getAll(List<Long>) - Method in interface com.qfs.snl.persistence.ISentinelEventDao
Return the events from the given monitor ids.
getAllAggregates() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.IFullRefreshEvent
Returns The set of all aggregates held by this event, regardless of the original scopes they were retrieved for.
getAllMeasureNames() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IMeasuresProvider
Gets all the measure names available in this provider.
getAllocation() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
getAllocation() - Method in interface com.activeviam.tech.chunks.api.vectors.ITransientVector
 
getAllocation() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Returns where this vector is allocated.
getAllocationSettings() - Method in interface com.activeviam.database.datastore.api.description.IFieldDescription
Gets the settings configuring the allocation strategy for storing this field.
getAllocationSettings() - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
Settings to allocate storage structures for this field.
getAllocationSettings() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
 
getAllocationSettings() - Method in interface com.activeviam.tech.chunks.api.vectors.IVectorAllocator
Gets the allocation settings used by this vector allocator.
getAllowedHeaders() - Method in interface com.activeviam.web.spring.api.config.ICorsConfig
Gets the list of headers allowed in request performed under CORS.
getAllowedMethods() - Method in interface com.activeviam.web.spring.api.config.ICorsConfig
Gets the list of allowed methods when using CORS.
getAllowedOrigins() - Method in interface com.activeviam.web.spring.api.config.ICorsConfig
Returns the allowed origins for CORS request to the server.
getAllTaskVariables(String) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
getAllTaskVariables(String) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Get all variables associated to a task from the task's scope.
getAllUser() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContext
Retrieve a snapshot all the user-contexts linked to the current thread.
getAllVariables(String) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
getAllVariables(String) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Get all variables associated to a task from the task's scope or workflow's scope.
getAndIncrementMaxOrdinal() - Method in interface com.activeviam.activepivot.server.intf.api.dto.IDrillthroughResultDTOState
Gets and increments all the rows seen by the state.
getAnnotations() - Method in exception class com.activeviam.tech.core.api.exceptions.ActiveViamParsingException
Returns the annotations set in the constructor.
getAnomalies() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the list of the first anomalies found during parsing.
getAnomaliesByType() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns a map of the first anomalies found during parsing.
getAnomalyCount() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the number of logged anomalies.
getAnswer() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastResult
Returns the remote instance's answer.
getAnswerClass() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastResult
Returns the class type of the remote instance's answer.
getAppendBlob(String) - Method in interface com.activeviam.cloud.azure.api.storage.entity.IAzureCloudDirectory
Retrieves the AppendBlobClient located inside this directory.
getAppendBlob(String) - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
 
getAppendQueueSize() - Method in interface com.activeviam.source.jdbc.api.IJdbcTopic
Deprecated.
Returns this topic's append queue size.
getAppendQueueSize() - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic
 
getApplicationDistributionLevels(String) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot
Returns the LevelInfo of the levels of the distributed cube that match the selection fields set as distributing levels on the cluster for the provided application ID.
getApplicationId() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition
Returns the application id.
getApplicationId() - Method in interface com.activeviam.activepivot.core.intf.api.description.IQueryClusterDefinition.IDistributedApplicationDefinition
Returns the application id.
getApplicationMapping() - Method in class com.activeviam.activepivot.dist.impl.api.distribution.MemberMapping
Mapping from application ids to mapping per distributing level to the node mappings.
getApplicationMemoryStatistic() - Method in interface com.activeviam.activepivot.server.intf.api.observability.IMemoryAnalysisService
Build the global IMemoryStatistic of the whole application.
getApplicationNames() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Returns the names of the applications that are in the cluster.
getApplications() - Method in interface com.activeviam.activepivot.core.intf.api.description.IQueryClusterDefinition
Returns the applications.
getAssignee() - Method in class com.qfs.snl.dtos.TaskDto
Returns the assignee.
getAssignee() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getAssignee() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the user assigned to the task.
getAttachDatabaseCompletion() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotSchema
Gets the completion to be notified when the schema is attached to its parent database.
getAttribute(String) - Method in interface com.activeviam.tech.observability.api.memory.IMemoryStatistic
Gets a given attribute from the statistics.
getAttributes() - Method in interface com.activeviam.tech.observability.api.memory.IMemoryStatistic
 
getAuditId() - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
Gets the unique id of the creation audit of the point value.
getAuditId() - Method in interface com.qfs.repository.persistence.model.IPointValue.IKey
Gets the unique id of the creation audit of the point value.
getAuthorities() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties
The key of the JWT claim containing the authorities in an array.
getAuthorizationHeader() - Method in class com.activeviam.web.core.api.AAuthenticator
Retrieves the content for the HTTP Authorization header to authenticate properly.
getAuthorizationHeader() - Method in class com.activeviam.web.core.api.ABasicAuthenticator
 
getAuthorizationHeader() - Method in class com.activeviam.web.spring.api.jwt.JwtUserAuthenticator
 
getAuthorizationHeader() - Method in class com.activeviam.web.spring.api.security.JwtAuthenticator
 
getAuthorizationHeader() - Method in class com.activeviam.web.spring.api.security.SpringAuthenticator
 
getAvailableAgentNames() - Method in class com.qfs.snl.agent.impl.CacheAgentService
Returns the names of available agents.
getAvailableAgents() - Method in interface com.qfs.snl.agent.IAgentService
Get all the currently registered ActiveMonitor agents' metadata.
getAvailableAgents() - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
getAvailableAgents() - Method in class com.qfs.snl.agent.service.impl.RemoteAgentService
 
getAvailableAgents() - Method in interface com.qfs.snl.rs.IAgentRestService
Get the available ActiveMonitor agents.
getAvailableAgents() - Method in class com.qfs.snl.rs.impl.AgentRestServiceController
 
getAvailableAttributes() - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.MapDrillthroughQuery
Monitoring attributes of this class exposed via MBeans.
getAvailableAttributes() - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
getAvailableAttributes() - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getAvailableAttributes() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
 
getAvailableAttributes() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
getAvailableAttributes() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
 
getAvailableAttributes() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
getAvailableAttributes() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
 
getAvailableAttributes() - Method in class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
 
getAvailableAttributes() - Method in class com.qfs.snl.monitoring.SentinelMonitoringMBean
 
getAvailableAttributes() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
 
getAvailableMonitors() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
getAvailableOperations() - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
getAvailableOperations() - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getAvailableOperations() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
 
getAvailableOperations() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
getAvailableOperations() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
 
getAvailableOperations() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
getAvailableOperations() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
 
getAvailableOperations() - Method in class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
 
getAvailableOperations() - Method in class com.qfs.snl.monitoring.SentinelMonitoringMBean
 
getAvailableOperations() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
 
getAvailableProperties() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
Returns the values of all the properties that this translator can put/read as keys from a serialized context values repository, together with the allowed values for these keys.
getAvailableProperties() - Method in class com.qfs.repository.context.impl.LookupBehaviorTranslator
 
getAvailablePropertiesCategory() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
Returns the values of all the properties that this translator can put/read as keys from a serialized context values repository, together with the category of these keys.
getAvailablePropertiesDescription() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
Returns the values of all the properties that this translator can put/read as keys from a serialized context values repository, together with a description for these keys.
getAvailableStatistics() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
getAverageQueueOccupancyRatio() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcFetchingInfo
Returns the average occupancy ratio of the append queue.
getAxes() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Gets the axes of the cellset.
getAxes() - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Returns axes of the cellset.
getAxisDimensions() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Gets all active dimension descriptions for the active pivot description.
getAxisDimensions() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotDescription
 
getAxisLength() - Method in class com.activeviam.activepivot.server.intf.api.dto.RangeDTO
Number of positions for the corresponding axis.
getAxisPositionLimit() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns the axis position limit is the limit of positions allowed per axis in the result.
getBackColorExpression() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns the expression of the BACK_COLOR cell property.
getBase() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
Gets the base message without modification.
getBaseLocation() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationBuilder
Gets the location on which this builder is based.
getBaseStore() - Method in interface com.activeviam.activepivot.core.intf.api.description.ISelectionDescription
Returns the name of the base store.
getBaseStoreDescription(IParameterStoreConfiguration) - Static method in class com.qfs.repository.impl.RepositoryCacheUtil
Creates a builder defining all the fields needed by the store for parameters.
getBaseTable() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
Gets the base table to edit.
getBatch(List<String>, Object[]) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Retrieve the provided keys leveraging batching possibilities of the key-value database (if supported).
getBatchAndPublishToChannel(List<String>, Object[], IMessageChannel<String, KeyValueEntry<?>>) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Similar to IKeyValueConnector.getBatch(List, Object[]) method, except whenever an internal batch is received, it is sent to the provided channel.
getBatchSize() - Method in interface com.activeviam.source.jdbc.api.IJdbcTopic
Deprecated.
The max number of elements to poll from the queue by the append threads.
getBatchSize() - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic
The max number of elements to poll from the queue by the append threads.
getBatchSize() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueSourceConfiguration
Gets the size of the batch operations to the key-value database.
getBatchSize() - Method in class com.activeviam.source.keyvalue.api.impl.KeyValueSourceConfiguration
 
getBehavior() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties
Returns the behavior of the ActivePivot query engine when an exception is thrown while performing a drillthrough with calculated columns.
getBehavior() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IMissedPrefetchBehavior
Returns the requested behavior.
getBinary() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Returns the encoded binary license data.
getBindingId() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
getBindingId() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
getBindingId() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Returns the id used for creating bindings associated with this vector.
getBlockBlob(String) - Method in interface com.activeviam.cloud.azure.api.storage.entity.IAzureCloudDirectory
Gets the BlockBlobClient located inside this directory.
getBlockBlob(String) - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
 
getBoolean(IActiveViamProperty, boolean) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getBoolean(IActiveViamProperty, boolean) - Static method in class com.activeviam.tech.core.api.properties.PropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getBox(String) - Method in interface com.qfs.snl.messages.IMessageService
Gets the instance containing all messages of a give recipient.
getBox(String) - Method in class com.qfs.snl.messages.impl.MessageService
 
getBranch() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IDrillthroughContinuousQuery
Returns the branch on which the query will receive updates.
getBranch() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.IAggregatesEvent
Returns the branch at which the event was produced (the branch of the ActivePivot version that was the current epoch when the event was produced).
getBranch() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.IFullRefreshEvent
Returns the branch at which the event was produced (the branch of the ActivePivot version that was the current epoch when the event was produced).
getBranch() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Gets the branch to perform the query on.
getBranch() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The branch.
getBranch() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionStarted
The branch on which the transaction has been started.
getBranch() - Method in interface com.activeviam.tech.mvcc.api.IEpoch
Gets the branch of the epoch.
getBranch() - Method in interface com.activeviam.tech.mvcc.api.IHeadInfo
Gets the name of the branch.
getBranch() - Method in interface com.activeviam.tech.mvcc.api.IHistoryNode
Gets the branch of the version.
getBranchDescription(String) - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Returns the description of a branch.
getBranches() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Gets the set of currently existing branches.
getBranches() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregatesCacheDescription
Returns the branches for which an aggregates cache will be created.
getBranches() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseDiscovery
Gets the discovery for the branches.
getBranches() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
Gets the discovery for the branches.
getBranches() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Gets information about the branches.
getBranches() - Method in interface com.activeviam.tech.mvcc.api.IEpochManager
Gets the names of the branches.
getBranchesDescription() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Returns the description of all the branches visible for the current user.
getBranchLevelComparator() - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
Returns the comparator which will be used to sort the branches.
getBranchLevelFormatter() - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
Getter for the formatter of the branch level.
getBranchNames() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
 
getBranchPermissionManager() - Method in class com.activeviam.directquery.application.api.Application
Returns the Branch Permission Manager used by the ActivePivot Manager and the Database.
getBranchPermissionManager() - Method in interface com.activeviam.directquery.application.api.IApplication
Returns the Branch Permission Manager used by the ActivePivot Manager and the Database.
getBranchPermissions() - Method in class com.activeviam.activepivot.server.impl.api.rest.database.BranchCreationDescription
The security configuration of the branch.
getBranchPermissions() - Method in interface com.activeviam.activepivot.server.intf.api.database.IBranchDescription
Gets the security configuration of the branch.
getBranchPermissions(String) - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsManager
Gets the permissions of a specific branch.
getBranchPermissions(String) - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
 
getBranchPermissions(String) - Method in class com.activeviam.tech.mvcc.api.security.impl.CachedBranchPermissionsManager
 
getBranchPermissionsManager() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Returns the branch permissions manager associated with this pivot.
getBranchPermissionsManager() - Method in interface com.activeviam.database.datastore.api.IDatastore
Gets the branch permissions manager for this datastore.
getBranchUsedPerDataNode() - Method in interface com.activeviam.activepivot.dist.impl.api.distribution.IDistributionInformation
Returns the information about which branch is used for each data node for the current IDistributedActivePivotVersion.
getBroadcastingAddress() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
getBroadcastingAddress() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Returns the address of the originating broadcasting instance.
getBucket() - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3CloudDirectory
 
getBucket() - Method in interface com.activeviam.cloud.aws.api.s3.entity.IS3CloudDirectory
Gets the bucket of this directory.
getBucket() - Method in class com.activeviam.cloud.azure.api.storage.entity.AzureEntity
Returns the name of the container from the underlying blob.
getBucket() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntity
Gets the bucket of the object.
getBucket() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityPath
Gets the bucket of the object.
getBucket() - Method in class com.activeviam.cloud.common.api.entity.impl.AEntityPath
 
getBucket() - Method in class com.activeviam.cloud.google.api.storage.GoogleEntity
 
getBufferPool() - Method in class com.activeviam.source.keyvalue.api.impl.AKeyValueConnectionPool
The buffer pool, so that we can reuse the ByteBuffers created when sending data to the key-value database.
getBufferSize() - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration
Size in kilobytes of a byte buffer.
getBufferSize() - Method in interface com.activeviam.source.csv.api.ICsvSourceConfiguration
Deprecated.
Gets the size of a byte buffer in kb.
getBufferTypes() - Method in interface com.activeviam.tech.aggregation.api.udaf.IUserDefinedAggregation
Returns the type of the aggregation buffers.
getBuilder() - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Gets the builder for the query.
getByName(String) - Method in interface com.qfs.snl.agent.IAgentService
Gets an agent description from its name.
getByName(String) - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
getByName(String) - Method in class com.qfs.snl.agent.service.impl.RemoteAgentService
 
getByteCount() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Get the number of fetched bytes.
getCacheDescription() - Method in interface com.activeviam.directquery.api.cache.IDatabaseCacheManager
Gets the description of the cache.
getCachedIntersectionFor(ISubCubeProperties) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilter
The cached intersection if the given subcube is the one intersected with this cube filter and null otherwise.
getCacheManager() - Method in interface com.activeviam.directquery.api.IDirectQueryDatabase
Gets the cache manager of the database.
getCacheMemory() - Static method in class com.activeviam.tech.core.api.memory.MemoryUtil
Returns total direct memory that is cached (in bytes).
getCalculatedColumns() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties
Returns the calculated drillthrough columns that will be added to the regular columns of the drillthrough.
getCalculatedColumnSets() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties
Returns the calculated drillthrough column sets that will be computed and added to the regular columns of the drillthrough.
getCalculatedMember(String, String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Retrieves a calculated member description.
getCalculatedMemberCaption(LevelIdentifier, String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Retrieves the caption associated with the given calculated member.
getCalculatedMembers() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns the calculated members.
getCalculatedMembers(String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Retrieves all the calculated members associated to the specified pivot.
getCalculatedMembers(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Gets the calculated members added by IConfigurationService.createCalculatedMember(String, ICalculatedMemberDescription, List, List) and associated to the pivot.
getCanDelete() - Method in interface com.activeviam.activepivot.server.intf.api.database.ITableSecurityDescription
Gets the security parameter that indicate if the user can delete a line in the table.
getCanDelete() - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableDescription
Gets the security parameter that indicate if the user can delete a line in the table.
getCandidates() - Method in class com.qfs.snl.dtos.TaskDto
Returns the candidates.
getCandidates() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getCandidates() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the candidates of the task.
getCanEdit() - Method in interface com.activeviam.activepivot.server.intf.api.database.ITableSecurityDescription
Gets the security parameter that indicate if the user can edit a line in the table.
getCanEdit() - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableDescription
Gets the security parameter that indicate if the user can edit a line in the table.
getCanInsert() - Method in interface com.activeviam.activepivot.server.intf.api.database.ITableSecurityDescription
Gets the security parameter that indicate if the user can insert a line in the table.
getCanInsert() - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableDescription
Gets the security parameter that indicate if the user can insert a line in the table.
getCapacity() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Returns the current capacity of the result into which we're writing.
getCapacity() - Method in interface com.activeviam.tech.records.api.IWritableRecordBlock
Returns the current capacity of this record block.
getCaption() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns the caption of the member.
getCaption() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiDescription
Returns the caption.
getCaption() - Method in interface com.activeviam.activepivot.core.intf.api.description.INamedSetDescription
Returns the caption of the member.
getCaption() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughHeader
Returns the (user based) caption of the header.
getCaption() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
The caption.
getCaption() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
Caption of the header.
getCaption() - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
getCaption() - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
getCaption() - Method in class com.activeviam.activepivot.server.json.api.discovery.DrillthroughColumnDiscovery
 
getCaption() - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
getCaption() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getCaption() - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDiscovery
 
getCaption() - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Returns the caption of the measure.
getCaption() - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureGroupDiscovery
 
getCaption() - Method in class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
The caption of the set.
getCaption() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularHeader
Getter for JsonTabularHeader.caption.
getCaption() - Method in class com.qfs.snl.data.impl.SentinelState
 
getCaption() - Method in interface com.qfs.snl.data.ISentinelState
Return the caption of the state.
getCaption() - Method in class com.qfs.snl.dtos.StateDto
 
getCaptionPath() - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
The caption path.
getCaptionPath() - Method in class com.activeviam.activepivot.server.json.api.cellset.PositionData
 
getCaptionPath() - Method in class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
Returns the captions of the default member and its ancestors.
getCardinality() - Method in interface com.activeviam.tech.partitioning.api.function.IntIntFunction
The number of values that IntIntFunction.compute(int) can possibly return.
getCardinality() - Method in class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
The number of values that this function can possibly return.
getCaseSensitive() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Indicates whether the Mdx engine is case-sensitive.
getCatalogName() - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
getCatalogs() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotManager
Returns the map of ActivePivot's catalogs.
getCatalogs() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotManagerDescription
Returns the catalogs.
getCatalogs() - Method in class com.activeviam.activepivot.server.intf.api.discovery.ActivePivotDiscovery
The catalogs.
getCatalogs() - Method in class com.activeviam.activepivot.server.json.api.discovery.JsonDiscovery
Returns the catalogs..
getCategory() - Method in class com.activeviam.activepivot.server.json.api.discovery.ContextValueDiscovery
Returns the category of the context value.
getCategory() - Method in class com.qfs.snl.dtos.MessageDto
Returns the category.
getCategory() - Method in class com.qfs.snl.dtos.TaskDto
Returns the category.
getCategory() - Method in interface com.qfs.snl.messages.IMessage
Gets the category of the message.
getCategory() - Method in class com.qfs.snl.messages.impl.AMessage
 
getCategory() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getCategory() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getCategory() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Get the category of the task.
getCause() - Method in class com.activeviam.source.csv.api.observability.CsvFileParsingFailure
The cause of the file parsing failure.
getCause() - Method in class com.activeviam.source.csv.api.observability.CsvLineParsingFailure
The cause of the parsing failure.
getCause() - Method in class com.activeviam.source.jdbc.api.observability.JdbcFetchingFailureEvent
The cause for the failure.
getCellProperties() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Returns the list of the available cell properties (it does not include VALUE, FORMATTED_VALUE and CELL_ORDINAL).
getCellProperties() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.ICellEvent
Returns the cell properties.
getCells() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Gets all non-null cells of the cellset.
getCells() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.ICellEvent
Returns the set of modified cells.
getCells() - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellData
Gets the cells updated in the cellset.
getCells() - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Returns the cells of the cellset.
getCellSet() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.ICellSetEvent
Returns the cell set (can be null).
getCellSetState() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
getCellsOnly() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXQuery
 
getCellsOnly() - Method in interface com.activeviam.activepivot.server.intf.api.query.IMDXQuery
When the cells only flag is enabled, only the cells of the result cell set will be returned, without axis definition and the likes.
getCellsOnly() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
 
getCellValue(int, String) - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICellSet
Gets the value of a cell.
getCellValue(ILocation, String) - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICellSet
Gets the value of a cell.
getChangedContextValues() - Method in class com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor.RewrittenQuery
 
getChanges(List<? extends IPointValueQuery>, boolean) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getChanges(List<? extends IPointValueQuery>, boolean) - Method in class com.qfs.repository.impl.RepositoryService
 
getChanges(List<? extends IPointValueQuery>, boolean) - Method in interface com.qfs.repository.IRepositoryService
Gets the point values changes between from timestamp and to timestamp.
getChanges(List<? extends IPointValueQuery>, boolean) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getChanges(List<? extends IPointValueQuery>, boolean) - Method in interface com.qfs.repository.persistence.IPointValueDao
Retrieves all the point values updates (insertion, update and deletion) matching the criteria specified in the provided query.
getChanges(List<? extends IPointValueQuery>, boolean) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getChangeType() - Method in class com.activeviam.directquery.application.api.refresh.TableUpdateDetail
 
getCharacterCount() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Get the count of characters read.
getCharset() - Method in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonCsvOutputConfiguration
 
getCharset() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvLegacyTabularOutputConfiguration
 
getCharset() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvPivotTableOutputConfiguration
 
getCharset() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvTabularOutputConfiguration
 
getCharset() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
getCharset() - Method in class com.activeviam.source.csv.api.FileParserConfiguration
Deprecated.
 
getCharset() - Method in interface com.activeviam.source.csv.api.IFileParserConfiguration
Deprecated.
Getter.
getChild(IAxisMember, Object) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
Retrieves a child by its discriminator.
getChildByName(String) - Method in interface com.activeviam.tech.observability.api.memory.IMemoryStatistic
Gets the child of this statistic that has the given name.
getChildren() - Method in interface com.activeviam.tech.contentserver.storage.api.IContentTree
Retrieve the children content sub-trees, each one being associated with its root entry's name.
getChildren() - Method in interface com.activeviam.tech.observability.api.memory.IMemoryStatistic
 
getChildren() - Method in class com.activeviam.tech.partitioning.api.node.PartitioningNodeDescription
The children node, indexed by their associated decision value.
getChildren(IAxisMember) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
Retrieves the children of the specified member.
getChildrenIterator(IAxisMember) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
Retrieves the children iterator of the specified member.
getChunkSize() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
getChunkSize() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
Gets the chunk size required for this store.
getChunkSize() - Method in interface com.activeviam.source.jdbc.api.IJdbcTopic
Deprecated.
Returns this topic's chunk size.
getChunkSize() - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic
 
getChunksSetting() - Method in interface com.activeviam.tech.aggregation.api.IGenericAggregation
Returns the settings to configure the chunks used to store the result of the aggregation.
getClaimKey() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
 
getClasses() - Method in class com.activeviam.tech.core.api.registry.Registry.RegistryContributions
 
getClassificationType() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo
Get the classification type of this level.
getClazz() - Method in interface com.activeviam.tech.observability.api.health.IHealthEvent
The name of the class in which the event was created.
getClusterDefinition() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotInstanceDescription
Returns the definition of the cluster the cube belongs to.
getClusterDefinition() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
Returns the definition of the cluster over which all the members communicate.
getClusteringFieldNames() - Method in class com.activeviam.directquery.api.schema.ATableDescription
Fields to use as clustering key, if any.
getClusterMemberId() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The cluster member id.
getClusterMembersRestAddresses() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Computes the physical addresses of all the data cubes, using information from IDataClusterDefinition.
getCode() - Method in enum class com.activeviam.activepivot.core.intf.api.cube.hierarchy.IDimension.DimensionType
Returns the XMLA code associated with this type.
getCode() - Method in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
XMLA code associated with this type.
getCode() - Method in exception class com.activeviam.tech.core.api.exceptions.service.ServiceException
Gets the error code.
getColumn() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughHeader
Returns the column of the header.
getColumn(int) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Returns the column holding the values for the measure with the given ID.
getColumn(int) - Method in interface com.activeviam.tech.chunks.api.table.IUnnamedColumnarTable
Returns the column stored at the given index.
getColumn(int) - Method in interface com.activeviam.tech.records.api.IRecordBlock
 
getColumnCalculators() - Method in class com.activeviam.source.common.api.impl.ATranslatorWithColumnCalculators
Getter.
getColumnCondition() - Method in class com.activeviam.directquery.application.api.refresh.TableUpdateDetail
 
getColumnCount() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
getColumnCount() - Method in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated.
Gets the expected number of fields in one line of data.
getColumnCount() - Method in interface com.activeviam.source.csv.api.ILineReader
Gets the column count.
getColumnCount() - Method in interface com.activeviam.tech.chunks.api.table.ITable
Gets the number of columns in this table.
getColumnCount() - Method in interface com.activeviam.tech.records.api.IRecordBlock
 
getColumnFormatters() - Method in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonOutputConfiguration
Returns the list of column formatters indexed by the names of the columns they should be applied to.
getColumnFormatters() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonArrowOutputConfiguration
 
getColumnFormatters() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvLegacyTabularOutputConfiguration
 
getColumnFormatters() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvPivotTableOutputConfiguration
 
getColumnFormatters() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvTabularOutputConfiguration
 
getColumnIdentifier() - Method in class com.activeviam.directquery.application.api.refresh.condition.EqualColumnCondition
 
getColumnIdentifier() - Method in class com.activeviam.directquery.application.api.refresh.condition.InColumnCondition
 
getColumnIndex(String) - Method in interface com.activeviam.tech.chunks.api.table.IColumnarTable
Returns the index of the column with that name (or -1 if it does not exist).
getColumnIndex(String) - Method in interface com.activeviam.tech.records.api.IRecordBlock
 
getColumnIndexes() - Method in class com.activeviam.source.common.api.impl.AStoreMessage
The column indexes for read and write in the tuple.
getColumnIndexes() - Method in class com.activeviam.source.common.api.impl.ATranslator
Deprecated.
 
getColumnIndexes() - Method in interface com.activeviam.source.common.api.IStoreMessage
Retrieves the mapping from column name to column index in tuples of the message.
getColumnIndexes() - Method in interface com.activeviam.source.common.api.ITranslator
Retrieves mapping name to column index in the output.
getColumnIndexes() - Method in interface com.activeviam.source.csv.api.IColumnarTranslator
Deprecated.
The column indexes.
getColumnIndexes() - Method in class com.activeviam.source.csv.api.translator.AColumnarTranslator
 
getColumnName() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughColumn
Returns the name of the column.
getColumnName() - Method in interface com.activeviam.source.common.api.IColumnCalculator
Getter.
getColumnName() - Method in class com.activeviam.source.common.api.impl.AIndexedColumnCalculator
Returns the name of the calculated column.
getColumnName() - Method in class com.activeviam.source.common.api.impl.ConstantCalculator
 
getColumnName() - Method in class com.activeviam.source.common.api.impl.EmptyCalculator
 
getColumnName() - Method in class com.activeviam.source.common.api.impl.MapFieldParser
 
getColumnName() - Method in class com.activeviam.source.common.api.impl.PojoColumnCalculator
 
getColumnName() - Method in class com.activeviam.source.common.api.translator.AColumnCalculator
Returns the name of the calculated column.
getColumnName() - Method in class com.activeviam.source.csv.api.CsvColumnParser
 
getColumnName() - Method in class com.activeviam.source.csv.api.translator.FileFullNameCalculator
 
getColumnName() - Method in class com.activeviam.source.csv.api.translator.FileLastModifiedCalculator
 
getColumnName() - Method in class com.activeviam.source.csv.api.translator.FileNameCalculator
 
getColumnName() - Method in class com.activeviam.source.csv.api.translator.LineIndexCalculator
 
getColumnName() - Method in class com.activeviam.source.keyvalue.api.calculator.impl.AJsonColumnCalculator
 
getColumnName() - Method in class com.activeviam.source.keyvalue.api.calculator.impl.KeyValueColumnCalculator
 
getColumnNames() - Method in interface com.activeviam.tech.chunks.api.table.IColumnarTable
Returns the names of all the columns in this table.
getColumnNames() - Method in interface com.activeviam.tech.records.api.IRecordBlock
 
getColumnPosition(String) - Method in interface com.activeviam.source.csv.api.IColumnarTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
Use getColumnIndexes().get(columnName) instead.
getColumnPosition(String) - Method in class com.activeviam.source.csv.api.translator.AColumnarTranslator
 
getColumnPosition(String) - Method in class com.activeviam.source.csv.api.translator.AHeaderTranslator
 
getColumns() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
getColumns() - Method in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated.
The names and positions of the column associated to this watcher.
getColumns() - Method in interface com.activeviam.source.csv.api.report.ICsvTopicParsingReport
Contains a map associating to each column's index its name, assuming they were specified when creating the CsvParserConfiguration.
getColumns() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcFetchingInfo
Returns the JDBC source columns.
getColumnsMapping(String) - Method in interface com.activeviam.source.csv.api.ICsvSource
Returns a mapping column index to column name, for the given topic.
getColumnsMapping(String) - Method in interface com.activeviam.source.jdbc.api.IJdbcSource
Retrieves from the database the column mapping (name to index) for the given topic.
getCommitDuration() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
The duration of the commit itself, in milliseconds.
getCommittedHeap() - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
Returns the amount of committed heap memory at the time of creation of the event, in bytes.
getCommittedMap() - Method in class com.activeviam.source.csv.api.ACsvTopic
Returns the collection of paths that have been published by this topic already.
getCommittedState() - Method in class com.activeviam.source.csv.api.ACsvTopic
Return the committed state of the topic (i.e. all the files that have been submitted for processing).
getCommittedState(String) - Method in class com.activeviam.source.csv.api.FileSystemCsvMonitoring
Retrieves the committed state of the given topic.
getCompanion() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns the unique name of a member that will be used by the aggressive formula evaluation optimization.
getComparator() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo
Get the level comparator.
getComparator() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Gets the IComparatorPivot plugin key and its additional special order from the IComparatorDescription for the axisLevel.
getCompetentUsersFor(Set<String>) - Method in interface com.qfs.snl.workflows.tasks.ITaskAssigner
Get the competent users for the given group id A group id can be a breach, a threshold change, ...
getCompletionTime() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcFetchingInfo
Returns the total completion time (fetching + publication).
getComponentType() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
 
getComponentType() - Method in interface com.activeviam.database.datastore.api.description.IVectorFieldDescription
Returns the component type of this vector.
getComponentType() - Method in interface com.activeviam.tech.chunks.api.IAllocationSettings
Returns the component type of the vectors to allocate, as in Types.TYPE_*.
getComponentType() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
getComponentType() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
getComponentType() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Returns the component type of this vector as a type, as in Types.TYPE_*.
getComponentType() - Method in interface com.activeviam.tech.chunks.api.vectors.IVectorAllocator
Returns the component type of the vectors allocated by this pool.
getCompressionThreadCount() - Method in interface com.activeviam.tech.mvcc.api.policy.IEpochManagementPolicy
Returns the maximum number of threads that can perform compression work.
getComputeHelper() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICalculatedDrillthroughColumn
Returns the map of available columns indexed by their name.
getConcealBranches() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition
Returns whether the branches should be hidden from the query cubes.
getConcealedHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition
Returns the list of hierarchies that must be hidden from the distributed application.
getConcealedMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition
Deprecated, for removal: This API element is subject to removal in a future version.
the concealed measures will be removed in 6.2.
getCondition() - Method in interface com.activeviam.activepivot.core.intf.api.description.IFilterDescription
Returns the associated condition.
getCondition() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IDrillthroughContinuousQuery
Returns the condition associated with this continuous query.
getCondition() - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData
 
getCondition() - Method in class com.activeviam.tech.core.api.filtering.impl.SubCondition
 
getCondition() - Method in interface com.activeviam.tech.core.api.filtering.ISubCondition
Returns the underlying condition.
getConditions() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Gets the query conditions.
getConditions() - Method in interface com.activeviam.tech.core.api.filtering.ILogicalCondition
Returns the underlying conditions of this logical condition.
getConditions() - Method in class com.activeviam.tech.core.api.filtering.impl.LogicalCondition
The underlying conditions.
getConfig() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueSource
Returns the key-value configuration.
getConfiguration() - Method in interface com.activeviam.source.csv.api.ICsvSource
Gets the configuration of the source (only available after initialization).
getConfiguration() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnectionPool
Gets the IKeyValueSourceConfiguration of the key-value database.
getConfiguration() - Method in class com.activeviam.source.keyvalue.api.impl.AKeyValueConnectionPool
 
getConfiguration() - Method in interface com.qfs.snl.agent.service.IMonitorExecution
Gets the monitoring specific configuration extracted from the definition.
getConfiguration() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
getConfiguration() - Method in class com.qfs.snl.dtos.MonitorDto
 
getConfiguration() - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
Returns the configuration.
getConfiguration() - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
Gets the configuration.
getConfiguration() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the configuration for this monitor.
getConfiguration() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getConfiguration() - Method in class com.qfs.snl.workflows.impl.WorkflowSchema
 
getConfiguration() - Method in interface com.qfs.snl.workflows.IWorkflowSchema
Gets the mapping of action types to a workflow name.
getConnectionDetails() - Method in interface com.qfs.snl.agent.IAgentDescription
Get the connection details about the agent.
getConnectionDetails() - Method in class com.qfs.snl.dtos.AgentDescriptionDto
 
getConnectionPoolSize() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueSourceConfiguration
Gets the connection pool maximum size, equals to the maximum number of simultaneous connections opened with the key-value database.
getConnectionPoolSize() - Method in class com.activeviam.source.keyvalue.api.impl.KeyValueSourceConfiguration
 
getConnector() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnectionPool
Gets the connector to the key-value database.
getConnector() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueSource
Returns the key-value connector.
getConnector() - Method in class com.activeviam.source.keyvalue.api.impl.AKeyValueConnectionPool
 
getConstant() - Method in class com.activeviam.source.common.api.impl.ConstantCalculator
Gets the value of the constant.
getContainer() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
Gets the container of this directory.
getContent() - Method in interface com.activeviam.activepivot.core.intf.api.query.IStringQuery
Returns the content of the query.
getContent() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughRow
The content of the row.
getContent() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughHeadersQuery
 
getContent() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughQuery
 
getContent() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXQuery
 
getContent() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughRowDTO
Content of the row.
getContent() - Method in interface com.activeviam.tech.aggregation.api.history.IHistory
Gives the actual object that encapsulates the history.
getContent() - Method in class com.activeviam.tech.contentserver.storage.api.BasicJsonContentEntry
The data held by the entry.
getContent() - Method in interface com.activeviam.tech.contentserver.storage.api.IBasicPathlessContentEntry
The entry's content, null for a directory.
getContent() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
 
getContent() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getContent() - Method in interface com.qfs.snl.data.ISentinelAlert
Return the information related to that alert.
getContent() - Method in class com.qfs.snl.dtos.AlertDto
 
getContent() - Method in class com.qfs.snl.dtos.MessageDto
Returns the content.
getContent() - Method in interface com.qfs.snl.messages.IMessage
Gets the content of the message.
getContent() - Method in class com.qfs.snl.messages.impl.AMessage
 
getContent() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getContentClass() - Method in interface com.activeviam.database.datastore.api.description.IFieldDescription
Deprecated, for removal: This API element is subject to removal in a future version.
Use IDataTableField.getType() and IFieldType.getDataClass() instead.
getContentClass() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Class of the field value.
getContentClass(int) - Method in interface com.activeviam.tech.records.api.IRecordFormat
Returns the class represented by the field matching the given index, or null if this field does not represent a java object.
getContentService() - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
The data stored by this IActivePivotContentService is put in the root directory of the returned object.
getContentType() - Method in class com.activeviam.tech.chunks.api.types.FieldType
 
getContentType() - Method in interface com.activeviam.tech.chunks.api.types.IFieldType
Gets the content type of this field.
getContentType(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Returns the java type that is represented in the stored data.
getContentTypeString(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Returns the string name of the type content class.
getContext() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivot
Returns the context.
getContext() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Returns the context.
getContext() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPrefetchRequest
An arbitrary context, set by you (the user) when constructing a prefetch request.
getContext() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughQueryContext
Returns the context bound to the ActivePivot's instance on which the query is performed.
getContext() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot
 
getContext() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
The context values containing the statistics option.
getContext() - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQuery
The (optional) context values.
getContext() - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQueryPlan
The (optional) context values.
getContext() - Method in interface com.activeviam.source.common.api.IColumnCalculator.IColumnCalculationContext
Returns the reader depending on the context i.e: will return ILineReader for CSV source, ResultSet for JDBC source, Object for POJO source.
getContext() - Method in class com.activeviam.source.common.api.impl.ColumnCalculationContext
Returns the current context.
getContext() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Returns the list of context values..
getContextDependencies() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
Returns the unmodifiable set of context dependencies defined in this post-processor.
getContextDependencies() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureMember
Returns the context dependencies.
getContextDependencies() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
A post processor exposes its context dependencies.
getContextDependencies() - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Gets the list of context values that the procedure requires to perform its mapping.
getContextInterface() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValue
Returns the reference interface of the context value.
getContextInterface() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
Returns the interface that identifies the supported context value.
getContextInterface() - Method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.IQueryBasedCubeRestriction
 
getContextInterface() - Method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ISecurityCubeRestriction
 
getContextInterface() - Method in class com.qfs.repository.context.impl.LookupBehavior
 
getContextInterface() - Method in class com.qfs.repository.context.impl.LookupBehaviorTranslator
 
getContexts() - Method in interface com.activeviam.activepivot.server.intf.api.security.IEntitlement
Returns the list of context values in the entitlement.
getContextSnapshot() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IActivePivotContinuousQuery
Returns the contexts snapshoted when the continuous query has been created.
getContextType() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
getContextType() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Returns the type of local context that should be injected to this message.
getContextValueFilter() - Method in interface com.activeviam.web.spring.api.security.IAtotiServerFilters
Returns the filter setting the context values in the context of the request.
getContextValueKey() - Method in exception class com.activeviam.activepivot.core.intf.api.contextvalues.ContextValueTranslationException
 
getContextValues() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextSnapshot
Returns a map of all the context values that are part of this snapshot.
getContextValues() - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.MapDrillthroughQuery
The context values attached to the query.
getContextValues() - Method in interface com.activeviam.activepivot.core.intf.api.query.IContextualQuery
Returns the optional list of context values.
getContextValues() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughHeadersQuery
 
getContextValues() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughQuery
 
getContextValues() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXQuery
 
getContextValues() - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
getContextValues() - Method in class com.activeviam.activepivot.server.json.api.discovery.JsonDiscovery
Returns the possible context values.
getContextValues() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The context values.
getContextValues() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Optional context values.
getContextValueValue() - Method in exception class com.activeviam.activepivot.core.intf.api.contextvalues.ContextValueTranslationException
 
getContinuousQuery() - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQueryUpdate
Get the continuous query which registration is the origin of this continuous update.
getContinuousQuery(String) - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuouslyQueryable
Retrieves a continuous query given its name.
getContinuousQueryHandlerKeys() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
Returns the unmodifiable list of continuous query handler keys.
getContinuousQueryHandlerKeys() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureMember
Returns the handlers' plugin keys to use for processing a "GET_AGGREGATES" continuous query.
getContinuousQueryHandlerKeys() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
Returns handlers' plugin keys to use for processing a "GET_AGGREGATES" continuous query.
getContinuousQueryHandlers() - Method in interface com.activeviam.activepivot.core.intf.api.description.IPostProcessorDescription
Returns the handlers associated with this description.
getContributionChannel() - Method in interface com.qfs.repository.IDatastoreRepositoryCacheConfiguration
Get the channel to use to contribute data into the repository cache.
getContributionChannel() - Method in class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
 
getConversionWaitingTime() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueBatchInfo
Returns the time to convert data from their type to ByteBuffer (as nanoseconds).
getConverterParameters() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueTopic
Gets the byte buffer converter parameters needed to convert data of this topic to or from ByteBuffers.
getConverterParameters() - Method in class com.activeviam.source.keyvalue.api.impl.KeyValueTopic
 
getCookieName() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
Name of the application cookie.
getCoordinate(int, int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Retrieves the coordinate, in a point location that this mapping can handle, associated with the given level in the given hierarchy.
getCoordinate(int, int) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocation
Returns the coordinate at the given hierarchy and given level depth.
getCoordinate(int, int, int) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationList
Returns the location at the specified position and return its coordinate at that hierarchy and level.
getCoordinate(int, int, int) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAggregatesRetrievalResult
Returns the value of the selected coordinate for the point location at the given row in this result.
getCoordinateCount() - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Retrieves the total count of levels stored in the diverse hierarchies represented in this mapping.
getCoordinates() - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.MapDrillthroughQuery
The coordinates involved in the query.
getCoordinates() - Method in interface com.activeviam.activepivot.core.intf.api.query.IMapQuery
Get the coordinates involved in the query.
getCoordinates() - Method in class com.qfs.repository.dto.CoordinatesDto
Retrieve the coordinates.
getCoordinates() - Method in class com.qfs.repository.dto.PointValueDto
 
getCoordinates() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getCoordinates() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getCoordinates() - Method in interface com.qfs.repository.persistence.model.IPointValue
Returns the coordinates on which this applies.
getCoordinates(IActivePivot, ILocation) - Static method in class com.qfs.repository.impl.LookUpPostProcessor
Extracts the coordinates from the location.
getCoordinatesFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getCoordinatesFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the ICoordinates of a point value.
getCopperCalculations() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Gets the consumer defining the Copper calculations.
getCoreLimit() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Returns the maximum number of CPU cores the license is allowed to operate with.
getCreated() - Method in class com.activeviam.source.csv.api.ACsvTopic.PendingState
The created events that are pending.
getCreatedAt() - Method in class com.qfs.repository.dto.PointValueDto
 
getCreatedAt() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getCreatedAt() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getCreatedAt() - Method in interface com.qfs.repository.persistence.model.IPointValue
Gets the audit when the point value has been created.
getCreatedAt() - Method in class com.qfs.snl.dtos.MonitorDto
 
getCreatedAt() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the auditId when the monitor has been created.
getCreatedAt() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getCreationAudit() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
getCreationAudit() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
getCreationAudit() - Method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Gets the audit at which the configuration was created.
getCreationTime() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Returns time when the publication queue was created.
getCreator() - Method in class com.qfs.snl.dtos.MonitorDto
 
getCreator() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the name of the user that created the monitor.
getCreator() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getCredentials() - Method in interface com.activeviam.web.spring.api.security.IJwtAuthentication
Gets the JWT that proves the principal is correct.
getCriteria() - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Gets the criteria query under construction.
getCube() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.ICellSetEvent
Returns the name of the cube for that cell set.
getCube() - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Returns name of the cube containing the data of this cellset.
getCube() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughData
Returns the name of the cube on which the query has run.
getCube(String) - Static method in class com.qfs.snl.agent.impl.SiteUtils
Parses a generated site to extract the cube name.
getCubeCaption() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Retrieves the caption associated with this cube.
getCubeFormatter() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Gets the plugin key of the ICubeFormatterFactory used to configuration the formatting of the measures and the captions of the Mdx objects.
getCubes() - Method in class com.activeviam.activepivot.server.intf.api.discovery.ActivePivotDiscovery
The cubes in the catalog.
getCubes() - Method in class com.activeviam.activepivot.server.intf.api.discovery.CatalogDiscovery
The cubes in the catalog.
getCubes() - Method in class com.activeviam.activepivot.server.json.api.discovery.CatalogDiscovery
Returns the cubes in the catalog.
getCumulativeDecodingTime() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the sum of the time spent decoding characters by all the parsing threads, in nanoseconds.
getCumulativeReadingTime() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the sum of the time spent reading from files by all the parsing threads, in nanoseconds.
getCumulativeSplittingTime() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the sum of the time spent stripping text by all the parsing threads, in nanoseconds.
getCumulativeWaitingTime() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the sum of the time spent waiting for other tasks by all the parsing threads, in nanoseconds.
getCurrentAddress() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
getCurrentAuthentication() - Static method in class com.activeviam.web.spring.api.security.SpringSecurityFacade
Returns the current Authentication token bound to the current thread, or null if no security is in place within the current thread.
getCurrentEpoch() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Gets epoch id of the latest version (can be shadow) that exists (cross branches).
getCurrentFile() - Method in interface com.activeviam.source.csv.api.ILineReader
Returns the current file this line belongs to.
getCurrentInterruptor() - Static method in class com.activeviam.tech.concurrency.api.interrupt.CancellationUtils
Returns the current interruptor.
getCurrentPage() - Method in class com.activeviam.activepivot.server.json.api.database.JsonPagination
Gets the current page.
getCurrentRow() - Method in interface com.activeviam.tech.records.api.ICursor
Gets the current row of the cursor.
getCurrentSchema() - Method in interface com.activeviam.database.datastore.api.IDatastore
 
getCurrentSchema() - Method in interface com.activeviam.directquery.api.IDirectQueryDatabase
Gets the schema of the database.
getCurrentTime() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
getCurrentTime() - Method in class com.qfs.snl.impl.TimePeriod
 
getCurrentTime() - Method in interface com.qfs.snl.ITimePeriod
Gets the resolved current time.
getCurrentView() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
getCurrentView(String) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Get the current view of a stream.
getCustomFormatter(String) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IDatabaseServiceConfiguration
Custom formatter enable formatting on the UI side.
getCustomFormatters() - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IDatabaseServiceConfiguration
Custom formatters enable formatting on the UI side.
getCustomParser(String) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IDatabaseServiceConfiguration
Custom parser is needed to be able to build complex object from the input String provided by the user.
getCustomParsers() - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IDatabaseServiceConfiguration
Custom parsers are needed to be able to build complex object from the input String provided by the user.
getCustomReaderDescription() - Method in class com.activeviam.directquery.api.schema.FieldDescription
Custom reader to convert the data to a custom AFieldDescription.type, null if non-applicable.
getDaemon() - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getDaemon() - Method in class com.qfs.repository.impl.RepositoryService
 
getDaemon() - Method in interface com.qfs.repository.IRepositoryService
Gets the IRespositoryServiceDaemon used by the service.
getDaemon() - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getData() - Method in class com.activeviam.activepivot.server.intf.api.dto.VectorDTO
Retrieves the array representation of the vector for which this DTO was built.
getData() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQueryResult
Gets the result of the query.
getData() - Method in class com.activeviam.web.core.api.websocket.JsonResponse
The actual data.
getData() - Method in class com.qfs.snl.dtos.ws.ATypedDto
 
getData() - Method in interface com.qfs.snl.dtos.ws.ITypedDto
Returns the data of the message.
getDatabase() - Method in class com.activeviam.directquery.application.api.Application
 
getDatabase() - Method in interface com.activeviam.directquery.application.api.IApplication
Returns the application database.
getDatabaseDependencies() - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData
The query plan database retrievals dependencies.
getDatabaseId() - Method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
 
getDatabaseId() - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
getDatabasePrefetches(ILocation, ICubeFilter) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Returns a group of named requests to perform on the Database to execute this procedure.
getDatabaseRetrievals() - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData
The query plan database retrievals.
getDatabaseSchema() - Method in interface com.activeviam.activepivot.server.impl.api.database.IConditionContext
Returns the database schema.
getDatabaseSchema() - Method in interface com.activeviam.activepivot.server.impl.api.database.IUpdateWhereContext
Returns the database schema.
getDatabaseSelection() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotSchemaDescription
Returns the database fields that will be pushed to this schema.
getDatabaseVersion() - Method in interface com.activeviam.activepivot.core.intf.api.query.IQueryCache
Returns the database version associated with this cache.
getDatabaseVersion() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IVersionedContinuousQueryUpdate
Returns the database version associated with the ActivePivot version that was used to compute the update to the continuous query.
getDataClass() - Method in class com.activeviam.tech.chunks.api.types.FieldType
 
getDataClass() - Method in interface com.activeviam.tech.chunks.api.types.IFieldType
Returns the class of the data for this field.
getDataReplicationPolicy() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot
Returns the IDistributedActivePivot.DataReplication policy for handling hierarchies that do not appear in all local cubes.
getDataSize() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueBatchInfo
Returns the size of the data in bytes that was transferred between the client and the KeyValue cluster (in bytes).
getDatastore() - Method in class com.activeviam.activepivot.core.datastore.api.builder.ApplicationWithDatastore
 
getDatastore() - Method in class com.activeviam.source.common.api.impl.AStoreMessageChannelFactory
 
getDatastore() - Method in class com.activeviam.source.common.api.impl.TuplePublisher
Transactional writer interface.
getDatastore() - Method in interface com.activeviam.source.common.api.IStoreMessageChannelFactory
Returns the underlying datastore.
getDatastore() - Method in interface com.qfs.repository.IDatastoreRepositoryCacheConfiguration
Gets the datastore used by the repository cache to create new point values.
getDatastore() - Method in class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
 
getDataType() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureMember
Returns the type of the values returned by this measure.
getDataType() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo
Gets the type of the data stored by this level.
getDataType() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.ILinearPostProcessor
Gets the data type of the aggregates calculated by this post-processor.
getDataType() - Method in interface com.activeviam.database.datastore.api.description.IFieldDescription
Deprecated, for removal: This API element is subject to removal in a future version.
Use IDataTableField.getType() instead.
getDataType() - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
Field to help retrieve a data type.
getDataType() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Field data type.
getDataValidator() - Method in class com.activeviam.directquery.api.DirectQueryConnector
Returns the data validator.
getDataValidator(EmulatedTimeTravelDescription) - Method in class com.activeviam.directquery.api.DirectQueryConnector
Returns the data validator, while using the given data validator configuration.
getDataValidator(EmulatedTimeTravelDescription, DataValidatorSettings) - Method in class com.activeviam.directquery.api.DirectQueryConnector
Returns the data validator, while using the given time-travel description and the given data validator configuration.
getDataValidator(DataValidatorSettings) - Method in class com.activeviam.directquery.api.DirectQueryConnector
Returns the data validator, while using the given data validator configuration.
getDate() - Method in interface com.activeviam.tech.core.api.time.ITimestamp
Returns this timestamp as a date.
getDecoratorPluginKey() - Method in class com.qfs.repository.mdx.impl.ParameterStoreStream
 
getDefault() - Method in interface com.activeviam.database.datastore.api.description.IFieldDescription
Deprecated, for removal: This API element is subject to removal in a future version.
Use IDataTableField.getType() and IFieldType.getDefaultValue() instead.
getDefault() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
 
getDefault(int) - Method in interface com.activeviam.tech.records.api.IRecordFormat
Returns the default value of a specific field.
getDefaultAllocationSettings(String) - Static method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
Retrieves the default allocation settings for a given dataType.
getDefaultContentClass(String) - Static method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
Retrieves the default content class from a field description for a given dataType.
getDefaultFormatter() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureMember
Returns the default plugin key of the formatter of this measure.
getDefaultFormatter() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo
Returns the default plugin key of the formatter used for the caption.
getDefaultHierarchy() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IDimension
The default hierarchy in this dimension.
getDefaultHierarchy() - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The default hierarchy of the dimension.
getDefaultHierarchy() - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
getDefaultHierarchyIndex() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisDimensionDescription
Get the default hierarchy for this dimension If two default hierarchies are defined in this dimension, an error is thrown If one default hierarchy is defined in this dimension, this hierarchy is used as the default one If zero default hierarchies are defined in this dimension, we use the hierarchy at position zero by default.
getDefaultMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasuresDescription
Gets the list of the measure names that will be used to define the default measures.
getDefaultMember() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
 
getDefaultMember() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Returns the default member of the hierarchy.
getDefaultMember() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
 
getDefaultMembers() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
For each hierarchy it is possible to define a collection of default member candidates.
getDefaultMembers() - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Returns the default members of this hierarchy.
getDefaultMembers() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Returns the default members when the query was executed (can be empty when the cube is empty).
getDefaultMembers() - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Returns default members of the cellset.
getDefaultMembers() - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
getDefaultQueryTimeout() - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IDatabaseServiceConfiguration
Returns the default timeout for queries executed via the database service.
getDefaultSchema(String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
getDefaultSchema(String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
getDefaultSchema(String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Gets the default schema for a given entity type.
getDefaultSwapDirectory() - Static method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Retrieves the default swap directory.
getDefaultTimeout() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Returns the default timeout in milliseconds to use for the messages sent by this messenger.
getDefaultValue() - Method in interface com.activeviam.activepivot.core.intf.api.description.IJoinMeasureDescription
Returns the default value for the join, used when no store record matches a cube fact.
getDefaultValue() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseFieldDescription
Gets the default value of the field.
getDefaultValue() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Gets the default value of the field.
getDefaultValue() - Method in class com.activeviam.tech.chunks.api.types.FieldType
 
getDefaultValue() - Method in interface com.activeviam.tech.chunks.api.types.IFieldType
Returns this field's default value.
getDefaultVisibility() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IDimensionInfo
Returns true if the dimension is visible by default (can be changed in the Mdx context).
getDefiningInterface() - Method in interface com.activeviam.tech.core.api.registry.IPlugin
Returns the interface defining this plugin.
getDeleted() - Method in class com.activeviam.source.csv.api.ACsvTopic.PendingState
The deleted events that are pending.
getDeletedAt() - Method in class com.qfs.repository.dto.PointValueDto
 
getDeletedAt() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getDeletedAt() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getDeletedAt() - Method in interface com.qfs.repository.persistence.model.IPointValue
Gets the audit when the point value has been deleted.
getDeletedAt() - Method in class com.qfs.snl.dtos.MonitorDto
 
getDeletedAt() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the auditId when the monitor has been deleted.
getDeletedAt() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getDeletedMonitorIds() - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
 
getDeletedMonitorIds() - Method in interface com.qfs.snl.monitors.IMonitorUpdates
The deleted monitors.
getDeletedMonitorIds() - Method in class com.qfs.snl.monitors.impl.MonitorUpdates
 
getDeletedPointValues() - Method in class com.qfs.repository.dto.PointValueUpdatesDto
 
getDeletedPointValues() - Method in class com.qfs.repository.impl.PointValueUpdates
 
getDeletedPointValues() - Method in interface com.qfs.repository.IPointValueUpdates
Get the deleted point values.
getDeletedRows() - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableResult
Gets the number of deleted rows.
getDeletionAudit() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
getDeletionAudit() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
getDeletionAudit() - Method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Gets the audit at which the configuration was deleted.
getDeletions() - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
getDeletions() - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
getDeletions() - Method in interface com.qfs.repository.params.IParameterUpdate
Returns the point values to remove.
getDependencies() - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData
The query plan retrievals dependencies.
getDepth() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisMember
The AllMember node is the root and has depth of 0.
getDepth(IBasicContentEntry) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Retrieve the depth (the number of ancestor directories, up to IContentService.ROOT_DIRECTORY) of an entry.
getDepth(Object) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.HierarchyComparator
Gets the depth of a "supported" object.
getDepth(String) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Retrieve the depth (the number of ancestor directories, up to IContentService.ROOT_DIRECTORY) of a path.
getDescription() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivot
Get the ActivePivot's description.
getDescription() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotManager
Retrieves the manager description.
getDescription() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotSchema
Get the schema dynamic description.
getDescription() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Gets the ActivePivot description, that is valid for all the versions of ActivePivot.
getDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAnalysisHierarchyDescriptionProvider
Returns the IAnalysisHierarchyDescription corresponding to the current analysis hierarchy.
getDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns the description.
getDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiDescription
Returns a human-readable description of the KPI.
getDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.INamedSetDescription
Returns the description.
getDescription() - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Gets the description of the procedure, used to create this instance.
getDescription() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Gets the IDistributedActivePivotDescription, that is valid for all versions of the distributed pivot.
getDescription() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot
Gets the distributed pivot's description.
getDescription() - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService.IDescriptionWithPermissions
Returns the description of the calculated member.
getDescription() - Method in class com.activeviam.activepivot.server.json.api.discovery.ContextValueDiscovery
Returns the description of the context value.
getDescription() - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
getDescription() - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
getDescription() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getDescription() - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDiscovery
 
getDescription() - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Returns the description of the measure.
getDescription() - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureGroupDiscovery
 
getDescription() - Method in class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
The description of the set.
getDescription() - Method in class com.activeviam.activepivot.server.json.api.queryplan.FilterData
The filter description.
getDescription() - Method in interface com.activeviam.tech.partitioning.api.function.IntIntFunction
Get the description of this function.
getDescription() - Method in class com.qfs.snl.dtos.MonitorDto
 
getDescription() - Method in class com.qfs.snl.dtos.TaskDto
Returns the description.
getDescription() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the description of the monitor.
getDescription() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getDescription() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getDescription() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the description of the task.
getDescription(String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Gets translation of the given description.
getDetails() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo
Gets a detailed toString of this level.
getDetailTypeString(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Returns the name of the class the provided type represents, with information on if the type is dictionarized and on if the type is nullable.
getDictionaries() - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Returns the coordinate dictionaries.
getDictionarizedCoordinate(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationReader
Returns the dictionarized value of the coordinate identified by the given mapping index.
getDictionary(int) - Method in interface com.activeviam.tech.dictionaries.api.IDictionaryProvider
Gets the dictionary of the given field.
getDictionaryGroups() - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescription
Returns the fields that need to share the same dictionary.
getDictionaryGroups() - Method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
 
getDictionaryId() - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Gets the unique ID of this dictionary useful for monitoring).
getDictionaryProvider() - Method in interface com.activeviam.database.datastore.api.description.IKeyEventContext
The field dictionaries of the store on which the key event happened.
getDimension() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
The name of the dimension containing the hierarchy.
getDimension() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.LevelIdentifier
Returns the identifier of the dimension containing this level.
getDimension() - Method in class com.activeviam.activepivot.server.intf.api.dto.HierarchyDTO
The dimension name.
getDimension() - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
The dimension name.
getDimension() - Method in class com.activeviam.activepivot.server.json.api.cellset.HierarchyData
The name of the dimension.
getDimension() - Method in class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
Returns the dimension.
getDimension() - Method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData
The location dimension.
getDimensionCaption(DimensionIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Retrieves the caption associated with the given dimension.
getDimensionInfo() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IDimension
The dimension info that contains the dimension ordinal.
getDimensionInfo() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IHierarchyInfo
The underlying dimension info of the dimension holding this hierarchy.
getDimensionName() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
Returns the identifier of the dimension containing this hierarchy.
getDimensionName() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.LevelIdentifier
Gets the name of the dimension the level belongs to.
getDimensions() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivot
Returns the list of dimensions.
getDimensions() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughQueryContext
Returns map containing list of ILevelInfo indexed by hierarchy name indexed by dimension name.
getDimensions() - Method in class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
The dimensions of the cube.
getDimensions() - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
getDimensionType() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IDimensionInfo
Returns the type of the dimension.
getDimensionType() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisDimensionDescription
Returns the dimension type.
getDimensionVisibilities() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns a mapping between a dimension and its eventual visibility override.
getDirectAllocationsCount() - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
Returns the number of direct memory allocations that are active at the time of creation of this event.
getDirectoryName() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Returns the desired file name.
getDisableEpochDimension() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
This setting can be used to disable the epoch dimension for some users.
getDisableMdxCompilation() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
This setting can be used to disable MDX compilation.
getDiscardedRanges() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Gets the ranges of epochs whose used resources have been cleaned up during a discard.
getDiscoverer() - Method in class com.activeviam.directquery.api.DirectQueryConnector
Returns the table discoverer with default settings.
getDiscoverer(DiscovererSettings) - Method in class com.activeviam.directquery.api.DirectQueryConnector
Returns the table discoverer with the given settings.
getDiscriminator() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisMember
Returns the discriminator of this activeMember.
getDisplayFolder() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiDescription
A string that identifies the path of the display folder that the client application uses to show the member.
getDisplayInfo() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
Gets the MDX display info for this member.
getDistinctStartIndexes() - Method in interface com.activeviam.directquery.api.validator.ITableValidatorErrorReportForStartIndex
Returns a map with the distinct start indexes used.
getDistributedActivePivotDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
getDistributedActivePivotInstanceDescriptions() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotSchemaDescription
getDistributedApplicationInformation() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
getDistributedProperties() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot
Gets the Properties specific to the distributed pivot's configuration.
getDistributingFields() - Method in interface com.activeviam.activepivot.core.intf.api.description.IQueryClusterDefinition.IDistributedApplicationDefinition
Deprecated, for removal: This API element is subject to removal in a future version.
This method will be removed in the next minor version and replaced by IQueryClusterDefinition.IDistributedApplicationDefinition.getDistributingLevels().
getDistributingLevels() - Method in interface com.activeviam.activepivot.core.intf.api.description.IQueryClusterDefinition.IDistributedApplicationDefinition
Returns the distributing levels.
getDistributionInformation() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IDistributedActivePivotVersion
Provides information about the distribution of the cluster for this version.
getDomain() - Method in interface com.activeviam.tech.streaming.intf.api.IDomainEvent
Returns the domain identifier the underlying events belong to.
getDomainEvents() - Method in interface com.activeviam.tech.streaming.intf.api.IBulkedEvents
Gets domain events.
getDouble(IActiveViamProperty, double) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getDouble(IActiveViamProperty, double) - Static method in class com.activeviam.tech.core.api.properties.PropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getDoubleArray(String) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Retrieve an double array from the database.
getDoublePosition(double) - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Searches for a double in the dictionary.
getDrillthroughCaption(String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Retrieves the caption associated with the given drillthrough column.
getDrillthroughExecutor() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Returns the executor responsible for executing drillthrough attached queries on this pivot.
getDriverClassName() - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
Returns the driver class name.
getDuplicateKeyHandler() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
getDuplicateKeyHandler() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
Returns how to handle adding two records with the same key fields.
getDuring() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiDescription
Gets the string representing the value for the during time.
getDuring() - Method in class com.qfs.snl.dtos.MonitorDto
 
getDuring() - Method in interface com.qfs.snl.monitors.IMonitor
Get the during time in milliseconds of the monitor.
getDuring() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getEffectiveChanges(List<? extends IPointValueQuery>) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getEffectiveChanges(List<? extends IPointValueQuery>) - Method in class com.qfs.repository.impl.RepositoryService
 
getEffectiveChanges(List<? extends IPointValueQuery>) - Method in interface com.qfs.repository.IRepositoryService
Gets the effective changes for parameter in the queries time windows.
getEffectiveChanges(List<? extends IPointValueQuery>) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getEffectiveChanges(List<? extends IPointValueQuery>) - Method in interface com.qfs.repository.persistence.IPointValueDao
Retrieves all the point values updates (insertion, update and deletion) matching the criteria specified in the provided query.
getEffectiveChanges(List<? extends IPointValueQuery>) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getEffectiveOtelInstance() - Static method in class com.activeviam.tech.core.api.tracking.Tracing
Deprecated.
Returns the Otel instance that is currently used.
getEffectiveParameter(String) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getEffectiveParameter(String) - Method in class com.qfs.repository.impl.RepositoryService
 
getEffectiveParameter(String) - Method in interface com.qfs.repository.IRepositoryService
Gets the effective definition of a parameter.
getEffectiveParameter(String) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getEffectiveParameter(String, String, String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
getEffectiveParameter(String, String, String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Gets the definition of a parameter with all effective point values.
getEffectivePointValue(String, ICoordinates) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getEffectivePointValue(String, ICoordinates) - Method in interface com.qfs.repository.persistence.IPointValueDao
Gets the effective point value for a parameter on particular coordinates.
getEffectivePointValues(String) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getEffectivePointValues(String) - Method in interface com.qfs.repository.persistence.IPointValueDao
Retrieves effective point values of a parameter.
getElapsedTime() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Returns the elapsed time.
getElContext(VariableScope) - Method in class com.qfs.snl.activiti.SentinelExpressionManager
 
getEmptyTableVersion() - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription
The version value for an empty table.
getEnd() - Method in interface com.activeviam.tech.mvcc.api.IBranchInfo
Gets the id latest epoch of the branch.
getEndDate() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Returns the end date of the license, at which it expires.
getEndpointInformation() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition
Returns all the information about this data cube's endpoint.
getEnricher(List<String>) - Method in interface com.activeviam.tech.core.api.property.IMappedTuple
Get (or create) a mapped tuple enricher that can enrich this tuple with additional enrichment keys.
getEnricher(List<String>) - Method in interface com.activeviam.tech.core.api.property.IMappedTupleFactory
Get (or create) a mapped tuple enricher that can enrich the tuples created by this factory with additional enrichment keys.
getEnrichmentKeys() - Method in interface com.activeviam.tech.core.api.property.IMappedTupleEnricher
Returns the enrichment keys.
getEntities(String) - Method in class com.qfs.snl.rs.impl.WorkflowRestServiceController
 
getEntities(String) - Method in interface com.qfs.snl.rs.IWorkflowRestService
Gets schemes configured for a particular entity type.
getEntities(String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
getEntities(String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
getEntities(String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Gets a list of all entities of a given type having a configured workflow schema.
getEntitlement(String, String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Get the entitlement containing the calculated members, the KPIs, the named sets, the pivot and global context values which are associated to the specified pivot and role.
getEntity(String) - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3CloudDirectory
 
getEntity(String) - Method in interface com.activeviam.cloud.aws.api.s3.entity.IS3CloudDirectory
 
getEntity(String) - Method in interface com.activeviam.cloud.azure.api.storage.entity.IAzureCloudDirectory
 
getEntity(String) - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
 
getEntity(String) - Method in interface com.activeviam.cloud.common.api.entity.ICloudDirectory
Gets the entity located inside this directory.
getEntity(String) - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleCloudDirectory
 
getEntityConfiguration(String, String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
getEntityConfiguration(String, String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
getEntityConfiguration(String, String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Gets the schema configured for a given entity.
getEntityId() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
getEntityId() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
getEntityId() - Method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Gets the id of the configured entity.
getEntityId(long, String) - Static method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
Gets the entity id for workflow configuration from monitor id and site.
getEntityId(IMonitor) - Static method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
Gets the entity id for workflow configuration from monitor id and site.
getEntitySchema(String, String) - Method in class com.qfs.snl.rs.impl.WorkflowRestServiceController
 
getEntitySchema(String, String) - Method in interface com.qfs.snl.rs.IWorkflowRestService
Gets the scheme configured for a particular entity.
getEntityType() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
getEntityType() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
getEntityType() - Method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Gets the entity type name.
getEntityType() - Method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
 
getEntityType() - Method in interface com.qfs.snl.workflows.IWorkflowEntityResolver
Gets the type name of entities resolved by this instance.
getEntry() - Method in class com.activeviam.tech.contentserver.storage.api.ContentUpdate
-- GETTER -- Returns the updated entry.
getEntry() - Method in interface com.activeviam.tech.contentserver.storage.api.IContentTree
Retrieves the entry node which is the root of this content tree.
getEnvironment() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Returns the environment the license is allowed to operate in (DEV, PROD, TEST...).
getEnvJsResource() - Method in class com.activeviam.springboot.atoti.admin.ui.starter.api.AtotiAdminUiProperties
 
getEnvJsResource() - Method in class com.activeviam.springboot.atoti.ui.starter.api.AtotiUiProperties
 
getEpoch() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IAsOfEpoch
Get the target epoch id.
getEpoch() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IDrillthroughUpdate
Get the epoch of the update.
getEpoch() - Method in class com.activeviam.activepivot.server.impl.api.rest.database.BranchCreationDescription
The expected epoch of creation of the branch.
getEpoch() - Method in interface com.activeviam.activepivot.server.intf.api.database.IBranchDescription
Gets the expected epoch of creation of the branch.
getEpoch() - Method in interface com.activeviam.activepivot.server.intf.api.dto.IDrillthroughResultDTOState
Returns the current epoch of the state, updated when the state changes.
getEpoch() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.IActivePivotEvent
The epoch at which the event was produced (the epoch of the ActivePivot version that was the current epoch when the event was produced).
getEpoch() - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellData
Gets the epoch of the cellset update.
getEpoch() - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Returns epoch id of the data in this cellset.
getEpoch() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Gets the epoch to perform the update on.
getEpoch() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQueryResult
Gets the epochId of the database at which the query was performed.
getEpoch() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughData
Returns the epoch to which this data corresponds.
getEpoch() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughUpdateData
Returns the epoch for which we receive the update.
getEpoch() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The epoch.
getEpoch() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
The epoch of the committed transaction.
getEpoch() - Method in interface com.activeviam.tech.mvcc.api.IHistoryNode
Gets the epoch of the version.
getEpoch() - Method in interface com.activeviam.tech.mvcc.api.IVersion
Gets the epoch at which this version was created.
getEpoch() - Method in class com.qfs.repository.impl.FilteredParameterEvent
 
getEpoch() - Method in class com.qfs.repository.impl.ParameterEvent
 
getEpoch() - Method in interface com.qfs.repository.IParameterEvent
Get the epoch of the event.
getEpochDimensionDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Returns the IEpochDimensionDescription for this description.
getEpochId() - Method in interface com.activeviam.tech.mvcc.api.IVersion
Gets the id of the epoch at which this version was created.
getEpochLevelComparator() - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
Returns the comparator which will be used to sort the epochs.
getEpochLevelFormatter() - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
Getter for the formatter of the epoch level.
getEpochManager() - Method in interface com.activeviam.database.datastore.api.IDatastore
Gets the epoch manager of the datastore.
getErasure() - Method in interface com.qfs.repository.coordinates.IErasure
The erasure of the coordinates is the concatenation in alpha numeric order of the different levels present in the coordinates.
getErasure() - Method in interface com.qfs.repository.coordinates.IIndexableCoordinates
The erasure of the coordinates.
getErasure() - Method in class com.qfs.repository.coordinates.impl.AIndexableCoordinates
 
getErasure() - Method in class com.qfs.repository.coordinates.impl.Erasure
 
getErasureFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getErasureFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the erasure of a point value.
getErroneousLinesCount() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the number of lines that we failed to parse.
getError() - Method in class com.activeviam.web.core.api.websocket.JsonResponse
The error object, must be null if data is present, and must be present if status is "error".
getErrorChain() - Method in class com.activeviam.web.core.api.websocket.JsonError
The error chain.
getEvent() - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQueryUpdate
Get the event that caused this continuous update.
getEvent(long, String, long) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all events that occurred for the monitor.
getEvent(long, String, long) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getEvent(String, long, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets a specific event for a particular monitor id.
getEvent(String, long, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getEvent(String, long, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getEvent(String, long, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getEvent(String, long, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getEventId() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getEventId() - Method in interface com.qfs.snl.data.ISentinelAlert
Gets the id of the event that created the alert.
getEventId() - Method in class com.qfs.snl.dtos.AlertDto
 
getEventProperties() - Method in interface com.activeviam.tech.observability.api.health.IHealthEvent
Returns a map containing event properties.
getEvents() - Method in interface com.activeviam.tech.streaming.intf.api.IDomainEvent
Returns the list of contained stream events.
getEvents() - Method in class com.qfs.snl.agent.mdx.impl.SentinelStreamEvent
Gest the events published.
getEvents(long, String, long, long) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all events that occurred for the monitor.
getEvents(long, String, long, long) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getEvents(String, long, long, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets all the events for a particular monitor id.
getEvents(String, long, long, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getEvents(String, long, long, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getEvents(String, long, long, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getEvents(String, long, long, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getEventsPerParameter() - Method in class com.qfs.repository.impl.RepositoryListenerManager
Get the event queues per parameter.
getEventsThreshold() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
Get the current threshold for event publishing.
getEventsThreshold() - Method in interface com.qfs.snl.agent.service.ISentinelPublisher
Provides the current event threshold that triggers actual publishing of events.
getEventType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.CommitStoreStream
 
getEventType() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IStream
Returns the type of event published by the stream.
getEventType() - Method in class com.qfs.repository.impl.LookupStream
 
getExactVersion(long) - Method in interface com.activeviam.tech.mvcc.api.IVersionHistory
Gets the recorded version that matches the epochId.
getExceptions() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Returns all the exceptions that have been seen during the parsing.
getExcludedPackages() - Method in class com.activeviam.tech.core.api.registry.Registry.RegistryContributions
 
getExecutionTime() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastResult
Returns the remote instance's execution time.
getExecutionTime() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcPublicationInfo
Returns the time spent fetching the result from the JDBC database (as nanoseconds).
getExecutorService() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Returns the ExecutorService used by the messenger.
getExpansionLevels() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationExpansionProcedure
The levels that are being expanded.
getExpectedEpoch() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchCreation
Gets the expected epoch of creation of the branch.
getExpectedEpoch() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
The expected epoch of the query.
getExpiration() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
Expiration of the JWT tokens.
getExpiration() - Method in class com.qfs.repository.dto.PointValueDto
 
getExpiration() - Method in class com.qfs.repository.dto.RepositoryResultDto
 
getExpiration() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getExpiration() - Method in class com.qfs.repository.impl.RepositoryResult
 
getExpiration() - Method in interface com.qfs.repository.IRepositoryResult
The date time in milliseconds at which this value will expires.
getExpiration() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getExpiration() - Method in interface com.qfs.repository.persistence.model.IPointValue
Gets the timestamp when the point value expires.
getExpirationFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getExpirationFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the expiration of a point value.
getExpirationTime() - Method in interface com.activeviam.web.spring.api.security.IJwtAuthentication
Gets the expiration time of the token.
getExpiry() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
Returns the unique name of the measure providing the expiry value of the KPI.
getExposedHeaders() - Method in interface com.activeviam.web.spring.api.config.ICorsConfig
Returns the list of allowed headers with CORS requests.
getExpressedValues() - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationReader
Returns the dictionarized values of our pattern's expressed coordinates.
getExpression() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns the expression of the member.
getExpression() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiExpression
Gets the expression.
getExpression() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiGraphicExpression
Gets the expression.
getExpression() - Method in interface com.activeviam.activepivot.core.intf.api.description.INamedSetDescription
Returns the expression of the member.
getExpression() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiGoalDescription
Returns the expression.
getExpression() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiStatusDescription
Returns the expression.
getExpression() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiTrendDescription
Returns the expression.
getExpression() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiValueDescription
Returns the expression.
getExpression() - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Returns the expression of the measure.
getExpression() - Method in class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
The expression of the set.
getExpression() - Method in class com.activeviam.tech.core.api.property.impl.AProperty
 
getExpression() - Method in class com.activeviam.tech.core.api.property.impl.PropertyInfo
 
getExpression() - Method in interface com.activeviam.tech.core.api.property.IProperty
Gets the expression defining this property.
getExpression() - Method in interface com.activeviam.tech.core.api.property.IPropertyInfo
The expression of the property.
getExtendedPlugin(Class<T>) - Static method in class com.activeviam.tech.core.api.registry.Registry
Retrieves the extended plugin instance for a given extended plugin interface.
getExtendedPluginValue(Class<T>, Object) - Static method in class com.activeviam.tech.core.api.registry.Registry
Retrieves the extended plugin instance for a given extended plugin interface.
getExternalAggregateTableDescriptions() - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
getExternalFieldName() - Method in class com.activeviam.directquery.api.schema.FieldDescription
Name of the field in the external database.
getExternalFieldNames() - Method in class com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription
Name of the fields from the external database forming the vector.
getExternalJoins() - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
getExternalTable() - Method in class com.activeviam.directquery.api.schema.ATableDescription
External table.
getExternalTable(String) - Method in class com.activeviam.directquery.api.schema.SchemaDescription
Gets the external table with the given name.
getExternalTables() - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
getFactory() - Method in interface com.activeviam.tech.core.api.property.IMappedTuple
Returns the factory that has created this tuple.
getFactory(String) - Static method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure.IFactory
Gets the factory registered for a given plugin value.
getFailureCount() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Gets the number of failures to update.
getFetchedByteCount() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the total number of bytes fetched from the file.
getFetchingInfo() - Method in class com.activeviam.source.jdbc.api.observability.JdbcFetchingDoneEvent
Statistics about a fetch operation on a JDBC topic.
getFetchingInfo() - Method in class com.activeviam.source.jdbc.api.observability.JdbcFetchingFailureEvent
Statistics about a fetch operation on a JDBC topic.
getFetchingMode() - Method in interface com.qfs.repository.params.IParameterChangeListener
Return the parameter fetching mode expected by this listener.
getFetchingMode() - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
Returns the fetching mode.
getFetchingTime() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcFetchingInfo
Returns the duration spent fetching data.
getFetchSize() - Method in interface com.activeviam.source.jdbc.api.IJdbcTopic
Deprecated.
Returns this topic's fetch size for the SQL query.
getFetchSize() - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic
 
getField() - Method in class com.activeviam.activepivot.core.intf.api.copper.LevelToField
 
getField(ReachableField) - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescription
 
getField(StoreField) - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescription
 
getField(String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
 
getField(String) - Method in class com.activeviam.directquery.api.schema.ATableDescription
 
getFieldCount() - Method in interface com.activeviam.tech.records.api.IRecordFormat
Returns the number of fields in the record.
getFieldDictionary(String) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IDatabaseRetrievalResult
Gets the dictionary corresponding to a field expression.
getFieldIndex(String) - Method in interface com.activeviam.tech.records.api.IRecordFormat
Returns the index of the given field, or -1 if not found.
getFieldMappings() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseJoinDescription
Gets the field mapping of the join.
getFieldMappings() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseJoin
Gets the field mapping of the join.
getFieldMappings() - Method in class com.activeviam.database.datastore.api.description.impl.ReferenceDescription
Set of field mappings.
getFieldMappings() - Method in class com.activeviam.directquery.api.schema.JoinDescription
 
getFieldName() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregatedMeasureDescription
Returns the field name for the AggregatedMeasure.
getFieldName() - Method in interface com.activeviam.tech.aggregation.api.IAggregation
Returns the name of the input field on which this aggregation is being performed.
getFieldName() - Method in class com.activeviam.tech.aggregation.api.impl.AAggregation
 
getFieldName(int) - Method in interface com.activeviam.database.datastore.api.description.IKeyEventContext
Returns the name of the field at the given position.
getFieldName(int) - Method in interface com.activeviam.tech.records.api.IRecordFormat
Returns the name of the field matching the given index.
getFieldNames() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAdvancedAggregatedMeasureDescription
Returns the names of the fields that will read by the UDAF.
getFieldNames() - Method in interface com.activeviam.tech.records.api.IRecordFormat
Retrieves the names of the fields in this format, ordered by their index.
getFieldNames(TIntCollection) - Method in interface com.activeviam.tech.records.api.IRecordFormat
Returns the comma-separated names of the fields of this format.
getFieldPath() - Method in interface com.activeviam.activepivot.core.intf.api.description.IJoinMeasureDescription
Returns the path (relative to IJoinMeasureDescription.getStore()) of the field used by this measure.
getFieldPaths() - Method in class com.activeviam.database.datastore.api.condition.impl.FieldComparisonCondition
 
getFieldPosition(int) - Method in interface com.activeviam.source.csv.api.ILineReader
Returns the beginning of the field's position relative to the beginning of the current line.
getFieldReference() - Method in interface com.activeviam.activepivot.server.impl.api.database.IFieldDetails
Returns the field path to the tested field.
getFields() - Method in interface com.activeviam.activepivot.core.intf.api.description.ISelectionDescription
Returns all the fields of this selection.
getFields() - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IDatabaseRetrievalResult
Gets the fields requested by the request.
getFields() - Method in interface com.activeviam.activepivot.server.intf.api.database.ITableSecurityDescription
Gets the field descriptions.
getFields() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Gets the fields that should be retrieved in the query.
getFields() - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableDescription
Gets the field descriptions.
getFields() - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData
 
getFields() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
getFields() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
 
getFields() - Method in class com.activeviam.directquery.api.schema.ATableDescription
Fields of the table.
getFields() - Method in class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
The fields on which the function applies.
getFields() - Method in class com.activeviam.tech.partitioning.api.numa.NumaSelectorFromTableDescription
 
getFieldsNames() - Method in class com.activeviam.database.datastore.api.description.impl.OptimizationDescription
 
getFieldsNames() - Method in interface com.activeviam.database.datastore.api.description.IOptimizationDescription
Returns the names of the fields targeted by the optimization.
getFileAttributes() - Method in class com.activeviam.source.csv.api.FileSystemFileInfo
Returns the BasicFileAttributes of the file at the time the file info was created.
getFileComparator() - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration
Comparator used to order the files to parse, giving a consistent load order across application restarts.
getFileComparator() - Method in interface com.activeviam.source.csv.api.ICsvSourceConfiguration
Deprecated.
Retrieves the comparator used by the associated ICsvSource to order the files it is parsing.
getFileConfiguration() - Method in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonOutputConfiguration
Returns the desired file configuration.
getFileConfiguration() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonArrowOutputConfiguration
 
getFileConfiguration() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvLegacyTabularOutputConfiguration
 
getFileConfiguration() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvPivotTableOutputConfiguration
 
getFileConfiguration() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvTabularOutputConfiguration
 
getFileInfo() - Method in interface com.activeviam.source.csv.api.ICsvDataProvider
Returns The IFileInfo of this data provider.
getFileInfo() - Method in class com.activeviam.source.csv.api.PathCsvDataProvider
 
getFileLine() - Method in class com.activeviam.source.csv.api.observability.CsvLineParsingFailure
The content of the line of which the parsing failed.
getFileLineNumber() - Method in class com.activeviam.source.csv.api.observability.CsvLineParsingFailure
The line number of the line we failed to parse.
getFileName() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Returns the desired file name.
getFileName() - Method in class com.activeviam.source.csv.api.observability.ACsvFileParsingEvent
The name of the file being parsed.
getFileName() - Method in class com.activeviam.source.csv.api.observability.CsvLineParsingFailure
The name of the file being parsed.
getFilePath() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the path to the parsed file.
getFiles(String) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Returns all the stored files which are in the directory with the specified path or the file with the specified path.
getFileType() - Method in class com.activeviam.source.csv.api.FileSystemFileInfo
 
getFileType() - Method in interface com.activeviam.source.csv.api.IFileInfo
Returns the type of the file represented by this file info.
getFilter() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAggregatesRetrievalDescription
Returns the filter that hides the aggregates we don't want to see.
getFilter() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
The filter used to calculate this result, hiding the aggregates we didn't want to see.
getFilter() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Gets the filter associated with the query.
getFilter() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Gets the name of the filter applied on the monitoring results.
getFilterDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotInstanceDescription
Returns the filter description.
getFilterId() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval filter id.
getFilters() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
Returns the filters applied to this provider.
getFilters() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription
 
getFirstElements() - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
MONITORING:
The list of the first 100 elements.
getFirstObjects() - Method in class com.activeviam.tech.core.api.ordering.CustomComparator
 
getFirstObjects() - Method in interface com.activeviam.tech.core.api.ordering.ICustomComparator
Returns the list of objects to be ordered in first positions.
getFirstResult() - Method in interface com.activeviam.tech.core.api.query.IListQuery
Returns the number of rows that should be skipped from the top of the result collection.
getFirstResult() - Method in class com.activeviam.tech.core.api.query.impl.AListQuery
Index of the first result.
getFlags() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
getFlags() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Returns the flags to set when sending this message.
getFlatContextValueProperties() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Returns the values of MDX-related properties that can be used for creating flat context values, together with the allowed values for these keys.
getFloatPosition(float) - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Searches for a float in the dictionary.
getFolder() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureMember
Returns the name of the folder this measure belongs to (optional - default: null).
getFolder() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IHierarchyInfo
The folder to which this hierarchy belongs to.
getFolder() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns the folder (only used by the measures).
getFolder() - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
Defines the folder of the epoch dimension hierarchy.
getFolder() - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Get the folder for this hierarchy.
getFolder() - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasureMemberDescription
Gets the folder name (MEASURE_DISPLAY_FOLDER property of MDSCHEMA_MEASURES rowset in XMLA).
getFolder() - Method in interface com.activeviam.activepivot.core.intf.api.description.INamedSetDescription
Returns the folder (only used by the measures).
getFolder() - Method in class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
The folder of the hierarchy.
getFolder() - Method in class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
The folder of the measure.
getFolder() - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
getFolder() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getFolder() - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Returns the folder of the measure.
getFolder() - Method in class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
The folder of the set.
getFolderCaption(String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Retrieves the caption associated with the given folder.
getFontFlagsExpression() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns an MDX expression which returns the bitmask detailing effects on the font.
getFontNameExpression() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns the font to be used to display the VALUE or FORMATTED_VALUE property.
getFontSizeExpression() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns the font size to be used to display the VALUE or FORMATTED_VALUE property.
getForeColorExpression() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns the expression of the FORE_COLOR cell property.
getForkPoint() - Method in interface com.activeviam.tech.mvcc.api.IBranchInfo
Gets the epoch on which this branch was created.
getForm() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties
Path to the entire page resource.
getFormat() - Method in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonOutputConfiguration
Returns the desired format for the output.
getFormat() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonArrowOutputConfiguration
 
getFormat() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvLegacyTabularOutputConfiguration
 
getFormat() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvPivotTableOutputConfiguration
 
getFormat() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvTabularOutputConfiguration
 
getFormat() - Method in class com.activeviam.activepivot.server.json.api.discovery.DrillthroughColumnDiscovery
 
getFormat() - Method in interface com.activeviam.tech.records.api.IRecordReader
Gets the format of the record.
getFormatString() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiExpression
Gets an optional format string for the expression numeric value.
getFormatString() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiGoalDescription
Returns the format string.
getFormatString() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiValueDescription
Returns the format string.
getFormatString() - Method in class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
The format string of the measure.
getFormatString() - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Return the format string of the measure.
getFormatStringExpression() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns the expression of the FORMAT_STRING cell property.
getFormattedValue() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Gets the cell formatted value.
getFormattedValue() - Method in class com.activeviam.activepivot.server.json.api.cellset.CellData
 
getFormattedValue() - Method in class com.qfs.snl.data.impl.SentinelState
 
getFormattedValue() - Method in interface com.qfs.snl.data.ISentinelState
Return the formatted value of the state.
getFormattedValue() - Method in class com.qfs.snl.dtos.StateDto
 
getFormatter() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Returns the plugin key defining the level formatter.
getFormatter() - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasureMemberDescription
This method is intended to return the formatter defined initially in the XML &lt measure field="pnl" formatter ="DOUBLE" &gt and &lt postProcessor name="pnl.FOREX" formatter ="DOUBLE" &gt .
getFormatters() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Deprecated, for removal: This API element is subject to removal in a future version.
formatters should be accessed individually, without extracting a specific map.
getFormatters() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns the map which links the OLAP unique name (measure or level) to its formatter.
getFormFields() - Method in class com.qfs.snl.dtos.TaskDto
Returns the fields.
getFormFields() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getFormFields() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the fields defined by the form.
getFormulas() - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
Returns the list of formulas.
getForType(String) - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Gets all configurations for a given entity type.
getForType(String) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
getFrom() - Method in class com.activeviam.activepivot.server.intf.api.dto.RangeDTO
The first index of the range.
getFrom() - Method in class com.activeviam.activepivot.server.json.api.query.JsonRange
The first index of the range.
getFrom() - Method in class com.activeviam.tech.streaming.impl.api.RangeProperty
 
getFrom() - Method in interface com.activeviam.tech.streaming.intf.api.IRangeProperty
Gets the first index of the range.
getFrom() - Method in class com.qfs.repository.dto.UpdateRequestDto
 
getFrom() - Method in class com.qfs.repository.persistence.impl.UpdateRequest
 
getFrom() - Method in interface com.qfs.repository.persistence.IUpdateRequest
Returns the origin version of the data, or null if unknown.
getFrom() - Method in class com.qfs.snl.dtos.TimePeriodDto
Gets the raw 'from' boundary.
getFromContext(IContext) - Static method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IBranch
Gets the configured branches from the context.
getFromContext(IContext) - Static method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueriesResultLimit
Reads the configured limit from the context.
getFromContext(IContext) - Static method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueriesTimeLimit
Reads the configured limit from the context.
getFromContext(IContextSnapshot) - Static method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IBranch
Gets the configured branches from the context snapshot.
getFromContext(IContextSnapshot) - Static method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueriesResultLimit
Reads the configured limit from the context.
getFromContext(IContextSnapshot) - Static method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueriesTimeLimit
Reads the configured limit from the context.
getFromContext(IContextValueStore) - Static method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
Retrieve the subcube from the context.
getFromContext(IContextValueStore) - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.IQueryBasedCubeRestriction
Retrieves the restriction from the context.
getFromContext(IContextValueStore) - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ISecurityCubeRestriction
Retrieves the restriction from the context.
getFromMonitorId(long) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
getFromMonitorId(long) - Method in class com.qfs.snl.persistence.impl.SentinelEventDao
 
getFromMonitorId(long) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Gets all the alerts for a particular monitor id.
getFromMonitorId(long) - Method in interface com.qfs.snl.persistence.ISentinelEventDao
Gets all the events for a particular monitor id.
getFromSite(String) - Method in interface com.qfs.snl.persistence.IMonitorDao
Gets all monitors belonging to a specific repository.
getFromSite(String) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
getFromTime() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
getFromTime() - Method in class com.qfs.snl.impl.TimePeriod
 
getFromTime() - Method in interface com.qfs.snl.ITimePeriod
Gets the resolved 'from' timestamp.
getFullDiscovery() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Does the full discovery of the database.
getFullName() - Method in class com.activeviam.source.csv.api.FileSystemFileInfo
 
getFullName() - Method in interface com.activeviam.source.csv.api.IFileInfo
Returns the full name that identifies the file entry.
getFullResult() - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IDatabaseRetrievalResult.ICompiledQuery
Gets the underlying result on which the query is built.
getFunction(String) - Static method in interface com.activeviam.tech.aggregation.api.IGenericAggregationFunction
Returns the IGenericAggregationFunction associated with this plugin using the input key.
getFunction(String) - Static method in interface com.activeviam.tech.aggregation.api.udaf.IUserDefinedAggregateFunction
Returns the IUserDefinedAggregateFunction associated with this plugin using the input key.
getGarbageCollections() - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
Returns a map between the type of garbage collection (for example: G1 Mixed, G1 Young, ...) and an array containing as first element the cumulated number of garbage collections and as second element their cumulated duration, in ms.
getGenericLog(IHealthEvent) - Method in interface com.activeviam.tech.observability.api.health.ILoggingHealthEventHandler
Retrieves the log message that makes sense for all health events, regardless of their types.
getGlobalDefaultValue(int) - Static method in class com.activeviam.tech.chunks.api.types.TypeValues
Gets the default value used for this kind of field, when no default value is explicitly configured.
getGlobalDefaultValue(IFieldType) - Static method in class com.activeviam.tech.chunks.api.types.TypeValues
Gets the default value used for this kind of field, when no default value is explicitly configured.
getGlobalDefaultValue(Class<?>) - Static method in class com.activeviam.tech.chunks.api.types.TypeValues
Gets the default value used for this kind of data class.
getGlobalTimings() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The query planning timing information.
getGoal() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiDescription
Returns the description of the KPI goal.
getGoal() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getGrantedAuthorities() - Method in interface com.activeviam.tech.core.api.security.ISecurityDetails
Returns the granted authorities associated to current security token.
getGrantedAuthorities() - Method in class com.activeviam.tech.core.api.security.SecurityDetails
 
getGrantedMembers(HierarchyIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
Get all the granted members for a given hierarchy.
getGrantedMembers(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
Deprecated.
getGrantedRoles() - Method in class com.activeviam.web.spring.api.security.SpringSecurityFacade
Returns all the roles granted to the current thread.
getGraphic() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiGraphicExpression
Gets a string representing the graphic to use to display the expression value.
getGraphic() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiStatusDescription
Returns the graphic.
getGraphic() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiTrendDescription
Returns the graphic.
getGroup() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureMember
Returns the name of the measure group this measure belongs to (optional - default: null).
getGroup() - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasureMemberDescription
Gets the measure group name (MEASUREGROUP_NAME property of MDSCHEMA_MEASURES rowset in XMLA).
getGroupByFieldsMapping() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription
 
getGroups() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IDimensionInfo
Returns the name of the measure groups this dimension belongs to.
getHandledHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAnalysisAggregationProcedureDescription
Gets the hierarchies handled by the procedure.
getHandledHierarchies() - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Gets the list of hierarchies this procedure can handle.
getHasParser() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseFieldDescription
Gets the indicate if the field has a parser.
getHasParser() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Gets the indicate if the field has a parser.
getHead() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Gets the latest version of ActivePivot in the master branch.
getHead() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
 
getHead() - Method in interface com.activeviam.tech.mvcc.api.IBranchInfo
Gets the epoch of the head of the branch (i.e. the latest epoch of the branch which is not shadow).
getHead(String) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Gets the latest version of ActivePivot in the specified branch.
getHead(String) - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
 
getHead(String) - Method in interface com.activeviam.tech.mvcc.api.IVersionHistory
Gets the latest version in the given branch.
getHeaders() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IDrillthroughContinuousQuery
Returns the list of headers of the continuous query.
getHeaders() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughResultDTO
Drillthrough headers.
getHeaders() - Method in interface com.activeviam.activepivot.server.intf.api.dto.IDrillthroughResultDTOState
Returns the properties of the drillthrough.
getHeaders() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.IDrillthroughEvent
Returns the headers properties.
getHeaders() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularData
Getter for JsonTabularData.headers.
getHeadersComparator() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties
Returns the IComparator used to sort the drillthrough header.
getHeads() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotVersionAware
Returns all the associated versions.
getHeads() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Gets information about branch heads.
getHeads() - Method in interface com.activeviam.tech.mvcc.api.IVersionHistory
Returns the IHeadInfo mapped by branch name.
getHeartBeatPeriod() - Method in interface com.activeviam.web.spring.api.config.IWebSocketEngineConfig
Returns the number of milliseconds between heartbeats.
getHiddenColumns() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties
Returns the list of columns that should be hidden from the drillthrough.
getHiddenGrandTotals() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns the ordinals (in increasing order) of the axes whose grand totals must be excluded.
getHiddenSubtotals() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns the levels whose subtotals must be excluded from the axes.
getHierarchicalMapping() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivot
Gets an object used to do advanced operations on ILocation.
getHierarchicalMapping() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Returns the hierarchical mapping associated with this result.
getHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IDimension
The list of hierarchies in this dimension.
getHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivot
Return the hierarchies.
getHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Returns all the multi-version hierarchies of the pivot.
getHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisDimensionDescription
Gets the axis hierarchy description list for the axis dimension description.
getHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Returns the underlying list of hierarchies.
getHierarchies() - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The hierarchies of the dimension.
getHierarchies() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Hierarchies of the axis.
getHierarchies() - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
Gets the hierarchies present in the axis.
getHierarchies() - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
getHierarchiesInfo() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABaseDynamicAggregationPostProcessor
Returns the information about the hierarchy of each leaf level.
getHierarchiesInfo() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.LeafLevelsPrefetcher
 
getHierarchy() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.LevelIdentifier
The identifier of the hierarchy containing this level.
getHierarchy() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.EqualHierarchyRestriction
 
getHierarchy() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.InHierarchyRestriction
 
getHierarchy() - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
The hierarchy name.
getHierarchy() - Method in class com.activeviam.activepivot.server.json.api.cellset.HierarchyData
The name of the hierarchy.
getHierarchy() - Method in class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
Returns the hierarchy.
getHierarchy() - Method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData
The location hierarchy.
getHierarchy(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Retrieves the IHierarchyInfo which ordinal corresponds to the given ordinal, if it is contained in this mapping.
getHierarchy(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Returns the hierarchy index associated with an expressed position index.
getHierarchy(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationPattern
Returns the index of the hierarchy associated with the given range coordinate position.
getHierarchyAssociatedWithProperty(String) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
Retrieves from the post-processor's properties the value associated with the given property, and returns the associated hierarchy in the current pivot.
getHierarchyCaption(HierarchyIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Retrieves the caption associated with the given hierarchy.
getHierarchyCount() - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Returns the number of mapped hierarchies (including the measure hierarchy).
getHierarchyCount() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocation
Returns the number of hierarchies expressed in that location.
getHierarchyCount() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Returns the number of hierarchies expressed in the pattern.
getHierarchyCount(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationList
Returns the number of hierarchies expressed in the location.
getHierarchyFields() - Method in class com.activeviam.tech.partitioning.api.HierarchicalPartitioningDescription
The partitioning fields used to define the partitioning hierarchy.
getHierarchyIndex(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Retrieves the ordinal of the hierarchy at the given coordinate of a point location handled by this mapping.
getHierarchyInfo() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Returns the info about this hierarchy.
getHierarchyInfo() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMember
Get the IHierarchyInfo about the hierarchy this member belongs to.
getHierarchyInfo() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo
Get the hierarchy info about the hierarchy this level belongs to.
getHierarchyName() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
The name of the hierarchy.
getHierarchyName() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.LevelIdentifier
Gets the name of the hierarchy the level belongs to.
getHierarchyOrdinal() - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
The ordinal of the hierarchy.
getHierarchyVisibilities() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns a mapping between a hierarchy and its eventual visibility override.
getHistories() - Method in interface com.activeviam.tech.mvcc.api.IEpochManager
Gets the underlying histories indexed by their ids.
getHistory(String) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getHistory(String) - Method in class com.qfs.repository.impl.RepositoryService
 
getHistory(String) - Method in interface com.qfs.repository.IRepositoryService
Retrieves all the history of point values for a given parameters.
getHistory(String) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getHistory(String) - Method in interface com.qfs.repository.persistence.IPointValueDao
Gets the history of all point values inserted for the given parameter.
getHistory(String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
getHistory(String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Returns all the point values history for a given parameter name.
getHistory(String) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getHistory(String, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Return the history of a given monitor, which are the list of actions performed successively on a monitor.
getHistory(String, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getHistory(String, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getHistory(String, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getHistory(String, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getHistory(String, long) - Method in interface com.qfs.snl.persistence.IMonitorDao
Get the history of a given monitory.
getHistory(String, long) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
getHistory(String, long) - Method in interface com.qfs.snl.rs.IMonitorRestService
Retrieve the history for a given monitorId and a site.
getHistory(String, long) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getHistory(String, ICoordinates) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getHistory(String, ICoordinates) - Method in interface com.qfs.repository.persistence.IPointValueDao
Gets the history of all point values inserted for the given parameter name and the coordinates.
getHostname() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Returns the host name bound to the license, or null if the license does not define any host name restriction.
getHostname() - Method in class com.qfs.snl.dtos.AuditDto
 
getHostname() - Method in interface com.qfs.snl.persistence.IAudit
The hostname of the computer that created the action.
getHostname() - Method in class com.qfs.snl.persistence.impl.AAudit
 
getId() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivot
Returns the id of this ActivePivot instance.
getId() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotSchema
Returns the id of the schema.
getId() - Method in interface com.activeviam.activepivot.core.intf.api.cube.ICatalog
Returns the id of the catalog.
getId() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Returns the id of this ActivePivot instance.
getId() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotInstanceDescription
Returns the id of the underlying ActivePivot instance.
getId() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotSchemaInstanceDescription
Return the id.
getId() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICatalogDescription
Returns the id.
getId() - Method in interface com.activeviam.activepivot.core.intf.api.description.IClusterDefinition
Returns the clusterId.
getId() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
Returns the id of the distributed activepivot instance.
getId() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
getId() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Returns a globally (i.e. across all instances) unique message ID.
getId() - Method in interface com.activeviam.activepivot.server.intf.api.security.IPivotEntitlement
Returns the id of the target pivot.
getId() - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
Gets the id of the axis.
getId() - Method in class com.activeviam.activepivot.server.json.api.queryplan.FilterData
The filter id.
getId() - Method in interface com.activeviam.tech.chunks.api.IAllocationSettings
The ID, that uniquely identifies those allocation settings.
getId() - Method in interface com.activeviam.tech.mvcc.api.IEpoch
Gets the id of the epoch.
getId() - Method in interface com.activeviam.tech.mvcc.api.IHasId
Gets the id.
getId() - Method in interface com.activeviam.tech.streaming.intf.api.IStreamEvent
Gets the id of this event.
getId() - Method in class com.qfs.repository.dto.PointValueDto
 
getId() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getId() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getId() - Method in interface com.qfs.repository.persistence.model.IPointValue
Returns the id of the point value.
getId() - Method in interface com.qfs.snl.agent.IRegisteredAgentDescription
Get the id of the agent within the ActiveMonitor server.
getId() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getId() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getId() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getId() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getId() - Method in class com.qfs.snl.data.impl.SentinelState
 
getId() - Method in interface com.qfs.snl.data.ISentinelState
Gets the id of the state.
getId() - Method in class com.qfs.snl.dtos.AlertDto
 
getId() - Method in class com.qfs.snl.dtos.AuditDto
 
getId() - Method in class com.qfs.snl.dtos.EventDto
 
getId() - Method in class com.qfs.snl.dtos.FormFieldDto
Returns the id.
getId() - Method in class com.qfs.snl.dtos.MessageDto
Returns the id.
getId() - Method in class com.qfs.snl.dtos.MonitorDto
 
getId() - Method in class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
 
getId() - Method in class com.qfs.snl.dtos.StateDto
 
getId() - Method in class com.qfs.snl.dtos.TaskDto
Returns the id.
getId() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
Gets the configured monitor id.
getId() - Method in interface com.qfs.snl.messages.form.IFormField
The key used to submit the property in FormService#submitStartFormData(String, java.util.Map) or FormService#submitTaskFormData(String, java.util.Map).
getId() - Method in class com.qfs.snl.messages.form.impl.FormField
 
getId() - Method in interface com.qfs.snl.messages.IMessage
Gets the unique id of the message.
getId() - Method in class com.qfs.snl.messages.impl.AMessage
 
getId() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getId() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getId() - Method in interface com.qfs.snl.persistence.IIdentifiable
Gets the resource id.
getId() - Method in class com.qfs.snl.persistence.impl.AAudit
 
getId() - Method in class com.qfs.snl.workflows.impl.CompletedWorkflowProcess
 
getId() - Method in class com.qfs.snl.workflows.impl.WorkflowProcess
 
getId() - Method in interface com.qfs.snl.workflows.IWorkflowProcess
Gets the unique id of the process.
getId() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getId() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the id of the task.
getId(String) - Static method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
Gets a monitor logical id from its workflow entity id.
getIdentifier() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IDimensionInfo
Returns an object uniquely identifying this dimension within the cube it belongs to.
getIdentifier() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IHierarchyInfo
Returns an object uniquely identifying the hierarchy within the cube.
getIdentifier() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo
Returns the level identifier for this level.
getIdentifier() - Method in interface com.activeviam.source.common.api.IMessage
Returns the identifier of the message.
getIdentifier() - Method in class com.activeviam.source.common.api.impl.AStoreMessage
 
getIdentifier() - Method in class com.activeviam.source.csv.api.FileSystemFileInfo
 
getIdentifier() - Method in interface com.activeviam.source.csv.api.IFileInfo
Returns the identifier of the base file (e.g. the current file for ZIP, TGZ, GZIP or FLAT file, the parent compressed file for a COMPRESSED_ENTRY)
getIdentifier() - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
Returns the identifier.
getIgnoreInvalidMembers() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns false if the Mdx engine throws an exception when resolution of members in a query fail.
getIgnoreQueriedMeasure() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties
Returns whether the drillthrough query will be sent to all the members of a distributed cluster (if true) or only to the member that contains the measure specified in the drillthrough.
getImpact() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IImpact
Returns all the points or range locations which are impacted by an event.
getImplementationClass() - Method in interface com.activeviam.tech.core.api.registry.IFactoryValue
Returns the implementation class of this factory.
getImplicitNamingStrategy(Properties) - Static method in class com.qfs.snl.cfg.impl.HibernateProperties
Instanciates a Hibernate ImplicitNamingStrategy from the given properties.
getIncludeHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.description.IPartialProviderDefinition
Returns true if the hierarchies will be included or false if they will be excluded.
getIncludeMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.description.IPartialProviderDefinition
Returns true if the measures will be included or false if they will be excluded.
getIndex() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseFieldDescription
Gets the index of the field in the table.
getIndex() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Index of the Axis.
getIndex() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Gets the index of the field in the table.
getIndexFieldExternalName() - Method in class com.activeviam.directquery.api.schema.MultiRowVectorTableDescription
Name of the column in the external database representing the vector index.
getInfo() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughColumn
Returns the IDrillthroughColumn.INFO of the column.
getInfo() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IAggregatesContinuousHandler
Returns the information that describes this handler.
getInfo() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueBatchResult
Returns the KeyValueBatchInfo about the batch execution.
getInfo(int, long, int) - Method in interface com.activeviam.source.csv.api.ICsvParserConfigPolicy
Deprecated.
Gets the reading info based on the info of the batch.
getInfo(int, long, int) - Method in class com.activeviam.source.csv.api.LineAndFileLimitCsvParserPolicy
Deprecated.
 
getInfo(int, long, int) - Method in class com.activeviam.source.csv.api.NoRestrictionCsvParserConfigPolicy
Deprecated.
 
getInfo(AxisMemberDTO, boolean) - Method in class com.qfs.snl.agent.mdx.impl.AStreamInfo
 
getInfo(AxisMemberDTO, boolean) - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Gets the value of a particular information.
getInformation(String) - Method in interface com.qfs.snl.messages.form.IFormField.IType
Retrieve type specific extra information like the list of values for enum types or the format for date types.
getInformation(String) - Method in class com.qfs.snl.messages.form.impl.BooleanFieldType
Retrieve type specific extra information like the list of values for enum types or the format for date types.
getInformation(String) - Method in class com.qfs.snl.messages.form.impl.DateFieldType
Retrieve type specific extra information like the list of values for enum types or the format for date types.
getInformation(String) - Method in class com.qfs.snl.messages.form.impl.EnumFieldType
 
getInformation(String) - Method in class com.qfs.snl.messages.form.impl.NumberFieldType
Retrieve type specific extra information like the list of values for enum types or the format for date types.
getInformation(String) - Method in class com.qfs.snl.messages.form.impl.StringFieldType
Retrieve type specific extra information like the list of values for enum types or the format for date types.
getInformationKeys() - Method in interface com.qfs.snl.messages.form.IFormField.IType
Gets a list of all information keys that can be passed to IFormField.IType.getInformation(String).
getInformationKeys() - Method in class com.qfs.snl.messages.form.impl.BooleanFieldType
 
getInformationKeys() - Method in class com.qfs.snl.messages.form.impl.DateFieldType
 
getInformationKeys() - Method in class com.qfs.snl.messages.form.impl.EnumFieldType
 
getInformationKeys() - Method in class com.qfs.snl.messages.form.impl.NumberFieldType
 
getInformationKeys() - Method in class com.qfs.snl.messages.form.impl.StringFieldType
 
getInformations() - Method in class com.qfs.snl.dtos.FormFieldTypeDto
Returns the field information.
getInitialPublicationMode() - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
 
getInitialPublicationMode() - Method in interface com.activeviam.tech.streaming.intf.api.IStreamProperties
Returns the initial publication mode.
getInitialPublicationModeProperty() - Static method in class com.activeviam.tech.streaming.impl.api.StreamProperties
getInitialState() - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
 
getInitialState() - Method in interface com.activeviam.tech.streaming.intf.api.IStreamProperties
The initial state of the stream.
getInitiator() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getInitiator() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Get the name of the initiator of the workflow that creates this task.
getInitPeriod() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Gets the initial period between updates.
getInMemoryDatastore() - Method in interface com.activeviam.directquery.api.IDirectQueryDatabase
Returns the bundled datastore.
getInMemoryJoins() - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
getInMemoryTables() - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
getInMemoryTransactionManager() - Method in interface com.activeviam.directquery.api.IDirectQueryDatabase
Returns the in-memory transaction manager.
getInputDataType() - Method in interface com.activeviam.tech.aggregation.api.IAggregation
Returns the type of the source data.
getInputDataType() - Method in class com.activeviam.tech.aggregation.api.impl.AAggregation
 
getInputStream() - Method in class com.activeviam.cloud.aws.api.s3.entity.S3Entity
 
getInputStream() - Method in class com.activeviam.cloud.aws.api.s3.entity.S3EntityWithRange
 
getInputStream() - Method in class com.activeviam.cloud.azure.api.storage.entity.AzureEntity
 
getInputStream() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntity
Returns the input stream containing the content of this object.
getInputStream() - Method in class com.activeviam.cloud.google.api.storage.GoogleEntity
 
getInsertedRows() - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableResult
Gets the number of inserted rows.
getInstance() - Static method in class com.activeviam.activepivot.copper.api.ExperimentalCopper
Experimental API.
getInstantiationCount() - Method in interface com.activeviam.tech.core.api.registry.IFactory
Return the number of objects instantiated by this factory.
getInt(String) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Retrieve an integer object from the database.
getIntArray(String) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Retrieve an integer array from the database.
getInteger(IActiveViamProperty, int) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getInteger(IActiveViamProperty, int) - Static method in class com.activeviam.tech.core.api.properties.PropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getIntensity() - Method in interface com.activeviam.tech.observability.api.health.IHealthCheck
How computationally intensive this health check is.
getIntermediateLimit() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueriesResultLimit
Returns the limit number of locations for a single intermediate result.
getInternalId() - Method in class com.qfs.repository.persistence.model.impl.PointValue
Gets the internal id of the point value.
getInternalId() - Method in class com.qfs.snl.monitors.impl.Monitor
Returns the unique id of the monitor.
getIntPosition(int) - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Searches for an integer in the dictionary.
getInvokeInterval() - Method in class com.activeviam.tech.mvcc.api.policy.ADefaultEpochPolicy
 
getInvokeInterval() - Method in interface com.activeviam.tech.mvcc.api.policy.IEpochManagementPolicy
Gets time interval (in ms) between two invocations of IEpochManagementPolicy.invoke(com.activeviam.tech.mvcc.api.IEpochManager).
getInvokeInterval() - Method in class com.activeviam.tech.mvcc.api.policy.KeepAllEpochPolicy
 
getIp() - Method in class com.qfs.snl.dtos.AuditDto
 
getIp() - Method in interface com.qfs.snl.persistence.IAudit
Return the ip of the computer that created the action.
getIp() - Method in class com.qfs.snl.persistence.impl.AAudit
 
getIPAddress() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Returns the IP address bound to the license, or null if the license does not define any IP address restriction.
getIsEnabled() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IStream
Returns true if the stream is enabled.
getIsFormatted() - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughQuery
Returns true if the content of the rows must be formatted.
getIsFormatted() - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IMapDrillthroughQuery
Returns true if the content of the rows must be formatted.
getIsFormatted() - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.MapDrillthroughQuery
 
getJoinDescription(String) - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Returns all the join descriptions of a specific owner table.
getJoinDescriptions() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Returns all the join descriptions, in a map indexed by owner table name.
getJoinedMeasure() - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData
 
getJoinMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAnalysisAggregationProcedureDescription
Gets the join measures this procedure supports.
getJoins() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseDiscovery
Gets the descriptions of all joins.
getJoins() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
Gets the descriptions of all joins.
getJoins() - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescription
 
getJoins() - Method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
Description of the references among stores.
getJoins() - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
getJoinType() - Method in interface com.activeviam.activepivot.core.intf.api.description.IJoinMeasureDescription
Returns the type of join operation used for this measure.
getJsonMdxQuery() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonDataExportOrder
Gets JSON MDX query.
getJwtFilter() - Method in interface com.activeviam.web.spring.api.security.IAtotiServerFilters
Returns the filter in charge of JWT authentication.
getKey() - Method in enum class com.activeviam.activepivot.dist.impl.api.messenger.netty.NettyMessageType
Key that refers to this type of message.
getKey() - Method in class com.activeviam.source.keyvalue.api.KeyValueEntry
Returns the key of the entry.
getKey() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
 
getKey() - Method in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
 
getKey() - Method in interface com.activeviam.tech.core.api.properties.IActiveViamProperty
Gets the string of the property.
getKey() - Method in class com.activeviam.tech.core.api.util.Pair
 
getKey() - Method in class com.qfs.repository.dto.PointValueDto
 
getKey() - Method in class com.qfs.repository.dto.RepositoryResultDto
 
getKey() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getKey() - Method in class com.qfs.repository.impl.RepositoryResult
 
getKey() - Method in interface com.qfs.repository.IRepositoryResult
Gets the key identifying a point value.
getKey() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getKey() - Method in interface com.qfs.repository.persistence.model.IPointValue
Returns the key uniquely identifying a version of the point value.
getKey() - Method in interface com.qfs.snl.messages.form.IInformationReader
Gets the key representing the information.
getKey() - Method in class com.qfs.snl.messages.form.InformationReader
 
getKey(int) - Method in interface com.activeviam.tech.core.api.property.IMappedTuple
Returns the key associated with this tuple position.
getKey(int) - Method in interface com.activeviam.tech.core.api.property.IMappedTupleFactory
Returns the key associated with the given tuple position.
getKeyAuditIdFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getKeyAuditIdFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Gets the name of the field holding the id of the audit of the point value creation time.
getKeyConditionMatcher() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueTopic
Gets a ICondition that can filter the keys to load when resolving a tag.
getKeyConditionMatcher() - Method in class com.activeviam.source.keyvalue.api.impl.KeyValueTopic
 
getKeyCount() - Method in interface com.activeviam.tech.core.api.property.IMappedTuple
Returns the number of keys in the mapped tuple.
getKeyCount() - Method in interface com.activeviam.tech.core.api.property.IMappedTupleFactory
Returns the number of keys mapped in this factory.
getKeyFieldNames() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
getKeyFieldNames() - Method in class com.activeviam.directquery.api.schema.ATableDescription
Fields part of the primary key of the table.
getKeyFields() - Method in interface com.activeviam.activepivot.server.intf.api.database.ITableSecurityDescription
Gets the key fields indexes.
getKeyFields() - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableDescription
Gets the key fields indexes.
getKeyFields() - Method in interface com.activeviam.database.datastore.api.description.IKeyEventContext
The position of the fields of the unique index on which the key event happened.
getKeyFields() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
Deprecated, for removal: This API element is subject to removal in a future version.
Use IDataTable.getKeyFieldNames() instead.
getKeyFieldsOfRowsWithError() - Method in interface com.activeviam.directquery.api.validator.ITableValidatorErrorReportWithRowInfo
Get the key fields of the rows with error.
getKeyPointValueIdFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getKeyPointValueIdFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Gets the name of the field holding the id of the stored point value.
getKeyPosition(Object) - Method in interface com.activeviam.tech.core.api.property.IMappedTuple
Returns the position of the given key in the tuple coordinates, or -1 if not found.
getKeyPosition(Object) - Method in interface com.activeviam.tech.core.api.property.IMappedTupleFactory
Returns the position of the key in the underlying tuples.
getKeys() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueTopic
Gets the keys associated with the topic.
getKeys() - Method in class com.activeviam.source.keyvalue.api.impl.KeyValueTopic
 
getKpi(String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Gets a specific KPI description found by its name.
getKpi(String, String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Retrieves a KPI description.
getKpiCaption(String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Retrieves the caption associated with the given KPI.
getKpis() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Gets the list of all kpis defined in this MDX context.
getKpis() - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
getKpis(String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Retrieves all the KPIs associated to the specified pivot.
getKpis(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Gets the KPIs added by IConfigurationService.createKpi(String, IKpiDescription, List, List) and associated to the pivot.
getLastActivityTime() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Returns the timestamp of this pivot's last activity.
getLastActivityTime() - Method in class com.qfs.snl.dtos.MonitorReportDto
Returns the timestamp of the last activity recorded for this monitor.
getLastActivityTime() - Method in interface com.qfs.snl.monitors.IMonitorReport
Gets the timestamp of the last activity for the monitor.
getLastActivityTime() - Method in class com.qfs.snl.monitors.impl.MonitorReport
Returns the timestamp of the last activity recorded for this monitor.
getLastEditor() - Method in interface com.activeviam.tech.contentserver.storage.api.ITimestampedPathlessContentEntry
The user-name of the last editor of the entry.
getLastEventTime() - Method in class com.qfs.snl.dtos.MonitorReportDto
Returns the lastEventTime.
getLastEventTime() - Method in interface com.qfs.snl.monitors.IMonitorReport
Gets the timestamp of the last event for the monitor.
getLastEventTime() - Method in class com.qfs.snl.monitors.impl.MonitorReport
Returns the timestamp of the last event.
getLastModified() - Method in class com.activeviam.cloud.azure.api.storage.entity.AzureEntity
Gets the last modified time for the object.
getLastModified() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntity
Gets the last modified time for the object.
getLastModified() - Method in class com.activeviam.cloud.google.api.storage.GoogleEntity
 
getLastModifiedTime() - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3EntityPath
 
getLastModifiedTime() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureBlobPath
 
getLastModifiedTime() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityPath
Gets the last modified time of the entity.
getLastModifiedTime() - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleEntityPath
 
getLastModifiedTime() - Method in class com.activeviam.source.csv.api.FileSystemFileInfo
 
getLastModifiedTime() - Method in interface com.activeviam.source.csv.api.IFileInfo
Returns the last modified time of the file entry.
getLastModifiedTime(ICloudEntityPath<EntityT>) - Method in class com.activeviam.cloud.common.api.source.csv.impl.ACloudCsvTopic
 
getLastModifiedTime(I) - Method in class com.activeviam.source.csv.api.ACsvTopic
Get the last modified time in milliseconds for a given file.
getLastModifiedTime(Path) - Method in class com.activeviam.source.csv.api.AFileSystemCsvTopic
 
getLastObjects() - Method in class com.activeviam.tech.core.api.ordering.CustomComparator
 
getLastObjects() - Method in interface com.activeviam.tech.core.api.ordering.ICustomComparator
Returns the list of objects to be ordered in last positions.
getLatestEpoch() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
Gets the latest epoch of the branch.
getLatestTimestampBySite() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Gets the latest update time for each site.
getLeafLevelsInfo() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABaseDynamicAggregationPostProcessor
Returns the information about each leaf level.
getLeafLevelsInfo() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.LeafLevelsPrefetcher
 
getLeft() - Method in interface com.activeviam.tech.core.api.util.IPair
Gets the left element.
getLeft() - Method in class com.activeviam.tech.core.api.util.Pair
 
getLength() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastResult
If the size is -1 it means that the message has not been sent over the network.
getLength() - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3EntityPath
 
getLength() - Method in class com.activeviam.cloud.azure.api.storage.entity.AzureEntity
Gets the size in bytes of the object on the storage.
getLength() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureBlobPath
 
getLength() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntity
Gets the size in bytes of the object.
getLength() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityPath
Gets the size in bytes of the object.
getLength() - Method in class com.activeviam.cloud.google.api.storage.GoogleEntity
 
getLength() - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleEntityPath
 
getLength(int) - Method in interface com.activeviam.source.csv.api.ILineReader
Returns the number of characters in the line at the given column index.
getLength(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Gets the number of bytes to store the type.
getLengthOnStorage() - Method in class com.activeviam.cloud.azure.api.storage.entity.AzureEntity
Gets the size in bytes of the object on the storage.
getLengthOnStorage() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntity
Gets the size in bytes of the object on the storage.
getLengthOnStorage() - Method in class com.activeviam.cloud.google.api.storage.GoogleEntity
 
getLevel() - Method in class com.activeviam.activepivot.core.intf.api.copper.LevelToField
 
getLevel() - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
The level name.
getLevel() - Method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData
The path to the location level.
getLevel() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
 
getLevel() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionStarted
 
getLevel() - Method in class com.activeviam.source.csv.api.observability.CsvFileParsingDone
 
getLevel() - Method in class com.activeviam.source.csv.api.observability.CsvFileParsingFailure
 
getLevel() - Method in class com.activeviam.source.csv.api.observability.CsvFileParsingProgress
 
getLevel() - Method in class com.activeviam.source.csv.api.observability.CsvLineParsingFailure
 
getLevel() - Method in class com.activeviam.source.jdbc.api.observability.JdbcFetchingDoneEvent
 
getLevel() - Method in class com.activeviam.source.jdbc.api.observability.JdbcFetchingFailureEvent
 
getLevel() - Method in interface com.activeviam.tech.observability.api.health.IHealthCheck
The level of the health event generated by this health check.
getLevel() - Method in interface com.activeviam.tech.observability.api.health.IHealthEvent
How important the health event is.
getLevel() - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
 
getLevel() - Method in class com.qfs.snl.dtos.MessageDto
Returns the level.
getLevel() - Method in interface com.qfs.snl.messages.IMessage
Gets the level of the message.
getLevel() - Method in class com.qfs.snl.messages.impl.AMessage
 
getLevel() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getLevel(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Returns the level index associated with an expressed position index.
getLevel(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationPattern
Returns the index of the level associated with the given range coordinate position.
getLevelAssociatedWithProperty(String) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
Retrieves from the post-processor's properties the value associated with the given property, and returns the associated level in the current pivot.
getLevelCaption(LevelIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Retrieves the caption associated with the given level.
getLevelComparator(int) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.HierarchyComparator
Returns the Comparator of the level at index i.
getLevelDepth(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocation
Returns the number of expressed levels within a hierarchy.
getLevelDepth(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Compute the level depth of this pattern along a given hierarchy.
getLevelDepth(int, int) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationList
Returns the location at the specified position and return its level depth for the specified hierarchy.
getLevelFilters() - Method in interface com.activeviam.activepivot.core.intf.api.description.IPartialProviderDefinition.IPartialProviderFilters
Returns the filters defined on levels.
getLevelFormatter(LevelIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Gets the formatter associated with the given level.
getLevelIndex(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Retrieves the ordinal of the level in its own hierarchy, at the given coordinate of a point location that can be handled by this mapping.
getLevelInfo() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMember
Get the info about the level this member belongs to.
getLevelInfo(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Returns the level info associated with the given coordinate.
getLevelName() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.LevelIdentifier
The name of the level.
getLevelName() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Returns the level name.
getLevelName() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
The level name of the last level expressed in the Path.
getLevelNames() - Method in class com.activeviam.activepivot.server.json.api.cellset.HierarchyData
The level names.
getLevels() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Get all the levels contained in the hierarchy.
getLevels() - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Gets the axis level description list for the axis hierarchy description.
getLevels() - Method in class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
The levels of the hierarchy.
getLevels() - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
getLevels() - Method in interface com.qfs.repository.coordinates.ICoordinates
The levels that are present in these coordinates.
getLevels() - Method in class com.qfs.repository.coordinates.impl.AIndexableCoordinates
 
getLevels() - Method in class com.qfs.repository.coordinates.impl.Coordinates
 
getLevels() - Method in class com.qfs.repository.dto.CoordinatesDto
 
getLevels(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Gets all levels under a given hierarchy.
getLevelType() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo
Get the type of the level.
getLevelType() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Returns the level type.
getLevelUniqueName(HierarchyDTO, AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Computes the level unique name of a given member of the tuple.
getLevelUniqueName(HierarchyDTO, AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Computes the level unique name of a given member of the tuple.
getLicenseId() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Returns the unique id of the license.
getLicenseStatus() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Returns the status of the current license.
getLightCrossJoinEnabled() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns whether light crossjoin is enabled.
getLine() - Method in interface com.activeviam.source.csv.api.report.ICsvAnomaly
Returns the line at which the anomaly occurred, or -1 if the anomaly is not associated with a particular line.
getLineCount() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Get the count of lines.
getLineIndex() - Method in interface com.activeviam.source.csv.api.ILineReader
Gets the line index in the current chunks returns -1 if it does not know which line it is.
getLineNumber() - Method in interface com.activeviam.tech.observability.api.health.IHealthEvent
The line number at which the event was created.
getLines() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
Gets the lines to insert.
getListeners() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Returns all the transactions listeners.
getListeners() - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQuery
Listeners to that query.
getListeners() - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
getListeners() - Method in interface com.qfs.repository.IRepositoryListenerManager
Get the registered listeners, indexed by their internal id.
getListenersIdsPerParameter() - Method in class com.qfs.repository.impl.RepositoryListenerManager
Get the listeners ids per parameter.
getLiveUrl() - Method in interface com.qfs.snl.agent.IAgentConnectionDetails
Get the APLive url to use when interacting with the agent.
getLiveUrl() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Gets the URL of the Live instance associated with the agent.
getLiveUrl() - Method in class com.qfs.snl.dtos.AgentConnectionDetailsDto
Get the url of APLive to use when interacting with this agent.
getLocalContext() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
getLocalContext() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Returns the local context associated with this type of messages.
getLocale() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Gets the locale of the cube formatter.
getLocale() - Method in class com.activeviam.activepivot.server.json.api.configuration.JsonDefinitionLocale
Returns the locale.
getLocalityIdentifier() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
getLocalName() - Method in class com.activeviam.directquery.api.schema.ATableDescription
Table local name.
getLocation() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAggregatesRetrievalDescription
Returns the location for which we are requesting aggregated values.
getLocation() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Returns the location of this result.
getLocation() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Returns the underlying result's scope.
getLocation() - Method in class com.activeviam.activepivot.server.intf.api.dto.AggregateDTO
Returns the location.
getLocation() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval location.
getLocation() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Gets tuple location.
getLocation() - Method in class com.qfs.snl.agent.mdx.impl.AStreamInfo
 
getLocation() - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Gets the tuple location concerned by the information.
getLocation(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationList
Returns the location at that position.
getLocation(int) - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICellSet
Gets the location from a certain rowId.
getLocationConverter() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotVersion
Returns the ILocationConverter associated with this version.
getLocationCount() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationList
This count correspond to the number of locations that are going to get iterated through when calling ILocationList.forEachLocation(ILocationProcedure).
getLocations() - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughHeadersQuery
Returns a collection of locations on which the drillthrough header query is performed.
getLocations() - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughQuery
Returns the range of selected locations.
getLocations() - Method in interface com.activeviam.activepivot.core.intf.api.query.IGetAggregatesQuery
Returns the locations for which this query should return values.
getLocations() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICellSet
The retrieved locations will be the same as the one retrieved when calling ILocationList.forEachLocation(ILocationProcedure).
getLocations() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughQueryContext
Returns collection of locations on which a drillthrough query is performed.
getLoggingLevel(Throwable) - Static method in exception class com.activeviam.tech.core.api.exceptions.service.ServiceException
Finds the logging level which could be used to log to the specified throwable.
getLoggingThreshold() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Gets the interval between log prints of errors.
getLoginPage() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
Configuration for the resources used for the login page.
getLogLevel(IHealthEvent) - Method in interface com.activeviam.tech.observability.api.health.ILoggingHealthEventHandler
Retrieves the log level to use to log the given event.
getLogo() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties
Path to the main logo in the page resource.
getLogoutPage() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
Configuration for the resources used for the logout page.
getLong(IActiveViamProperty, long) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getLong(IActiveViamProperty, long) - Static method in class com.activeviam.tech.core.api.properties.PropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getLongArray(String) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Retrieve a long array from the database.
getLongPosition(long) - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Searches for a long in the dictionary.
getMacAddress() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Returns the MAC address bound to the license, or null if the license does not define any MAC address restriction.
getManager() - Method in class com.activeviam.activepivot.core.datastore.api.builder.ApplicationWithDatastore
 
getManager() - Method in class com.activeviam.directquery.application.api.Application
 
getManager() - Method in interface com.activeviam.directquery.application.api.IApplication
Gets the ActivePivot's manager of the application.
getMapping() - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
Returns the level/field mapping for the request.
getMappingToCube() - Method in interface com.activeviam.activepivot.core.intf.api.description.IJoinMeasureDescription
Returns the mapping used to join an isolated store to the cube.
getMarkedEpochs() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Returns the Set of the IDs of currently marked epochs.
getMatchingParameter() - Method in interface com.activeviam.tech.core.api.filtering.IMatchingCondition
Returns the matching parameter.
getMatchingParameter() - Method in class com.activeviam.tech.core.api.filtering.impl.MatchingCondition
 
getMatchingParameter() - Method in class com.activeviam.tech.core.api.filtering.impl.ToStringEqualCondition
 
getMaxBatchesPerFile() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Returns the desired format fileName.
getMaxBinaryMessageBufferSize() - Method in interface com.activeviam.web.spring.api.config.IWebSocketEngineConfig
The maximum length of incoming binary messages that this Session can buffer.
getMaxBufferSize() - Method in class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
Gets the maximal size of the buffer for a single message.
getMaxDirectMemory() - Static method in class com.activeviam.tech.core.api.memory.MemoryUtil
Returns maximum direct memory that can be reserved (in bytes).
getMaxDirectMemory() - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
Returns the maximum number of bytes of direct memory that can allocated by this JVM.
getMaxEvents() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
Get the current maximum size for ActiveMonitor events queues.
getMaxEvents() - Method in interface com.qfs.snl.agent.service.ISentinelPublisher
Provides the current number of events a publisher can hold.
getMaxHeap() - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
Returns the maximum permitted size of the heap, in bytes.
getMaxIdleTimeout() - Method in interface com.activeviam.web.spring.api.config.IWebSocketEngineConfig
Returns the number of milliseconds before this conversation may be closed by the container if it is inactive, i.e. no messages are either sent or received in that time.
getMaxIdleTimeout() - Method in class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
Gets the max time that the websocket remains open without activity.
getMaxLevelPerHierarchy() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Max number of levels per hierarchy, on this axis.
getMaxLevelPerHierarchy() - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
Gets the maximum number of levels per hierarchy.
getMaxLinesPerFile() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Returns the max number of lines per file.
getMaxNumberOfLines() - Method in class com.activeviam.directquery.api.cache.CacheCapacity.MaxLinesCount
The maximum number of lines in the cache.
getMaxNumberOfPartitions() - Method in class com.activeviam.directquery.api.cache.CacheCapacity.MaxPartitionsCount
The maximum number of partitions in the cache.
getMaxParsingAnomaliesToReport() - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration
The maximum number of anomalies that are reported during the parsing of a CSV source.
getMaxParsingAnomaliesToReport() - Method in interface com.activeviam.source.csv.api.ICsvSourceConfiguration
Deprecated.
The maximum number of anomalies that are reported during the parsing of a CSV source.
getMaxPeriod() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Gets the max period between two consecutive retries.
getMaxResults() - Method in interface com.activeviam.tech.core.api.query.IListQuery
Returns the maximum number of rows to return as result of query execution.
getMaxResults() - Method in class com.activeviam.tech.core.api.query.impl.AListQuery
Max number of results.
getMaxRetryCount() - Static method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Gets the maximal number of retries to count to schedule the retry of the monitoring.
getMaxRows() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties
Returns the maximum number of rows that are allowed to be returned by a drillthrough query .
getMaxTextMessageBufferSize() - Method in interface com.activeviam.web.spring.api.config.IWebSocketEngineConfig
The maximum length of incoming text messages that this Session can buffer.
getMaxWaitHeaderTime() - Method in class com.activeviam.source.csv.api.translator.AHeaderTranslator
Returns the maximum time to wait for configuration header lines.
getMdx() - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughQuery
Returns the originating mdx query (if any).
getMdx() - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQuery
The MDX query to execute.
getMdx() - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQueryPlan
The MDX.
getMdx() - Method in class com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor.RewrittenQuery
 
getMdxPass() - Method in class com.activeviam.activepivot.server.json.api.queryplan.EmptyPlanInfoData
The mdx pass.
getMdxPass() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The mdx pass.
getMeasure() - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IMapDrillthroughQuery
Returns the measure used for polymorphic drillthrough.
getMeasure() - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.MapDrillthroughQuery
The measure on which the drillthrough is done.
getMeasure() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Gets the measure member of the tuple.
getMeasure(String) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAdvancedAggregatesRetriever
Retrieves the measure member corresponding to the given measure name.
getMeasure(String) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IMeasuresProvider
Gets the measure member that has the given measureName.
getMeasureAliases() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns the map of aliases.
getMeasureCaption(String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Retrieves the caption associated with the given measure name.
getMeasureFormatter(String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Gets the formatter of the given measure.
getMeasureGroup() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiDescription
Returns the measure group.
getMeasureGroup() - Method in class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
The measure's group.
getMeasureGroup() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getMeasureGroup() - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Returns the measure group of the measure.
getMeasureGroupCaption(String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Retrieves the caption associated with the given measure group.
getMeasureGroups() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisDimensionDescription
Returns the measure groups associated to this dimension.
getMeasureGroups() - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
Defines the measure groups of the epoch dimension.
getMeasureGroups() - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The measure groups of the dimension.
getMeasureGroups() - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
getMeasureGroups() - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
getMeasureId(String) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Returns the id of the measure with the given name.
getMeasureId(String) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IDatabaseRetrievalResult
Returns the id of the measure with the given name.
getMeasureIds(List<String>) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Returns the ids of the measures with the given names.
getMeasureIds(List<String>, Consumer<String>) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Returns the ids of the measures with the given names.
getMeasureProvider() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval measure provider.
getMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.description.IPartialProviderDefinition
Returns the measures defined in the pivot description for this provider definition.
getMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAggregatesRetrievalDescription
Returns the measures for which we are requesting aggregated values.
getMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Returns the names of all the measures that are available in this result.
getMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughHeadersQuery
The measures used for polymorphic drillthrough If null, there is no measures.
getMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughQuery
Returns the measures used for polymorphic drillthrough.
getMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughQueryContext
Returns a collection of measure names on which a drillthrough query is performed.
getMeasures() - Method in class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
The measures of the cube.
getMeasures() - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
getMeasures() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData
List of all measures retrieved by this query.
getMeasures() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval measures.
getMeasuresDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Returns the measures descriptions for this description.
getMeasureSelections() - Method in interface com.activeviam.activepivot.core.intf.api.query.IGetAggregatesQuery
Returns the names of the measures for which this query should return values.
getMeasureSelections() - Method in interface com.activeviam.activepivot.core.intf.api.query.IMapGetAggregatesQuery
Returns the measures selected by this query .
getMeasuresMappings() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription
 
getMeasuresProvider() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivot
Returns the measures provider that allows getting the actual IMeasureMember from a measure name or finding the IPostProcessor associated with a IPostProcessedMeasure.
getMeasuresProvider() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessorCreationContext
Returns the measures provider that allows finding an actual IMeasureMember from a measure name.
getMeasuresWithoutReplication() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot
Set of measure names which mustn't be retrieved if the queried location causes replication.
getMember(HierarchyDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Gets a particular member of the location.
getMember(String) - Method in interface com.qfs.repository.coordinates.ICoordinates
Get the member for a specific level The level is specified by its name.
getMember(String) - Method in class com.qfs.repository.coordinates.impl.Coordinates
 
getMember(String) - Method in class com.qfs.repository.coordinates.impl.IndexableCoordinates
 
getMember(String) - Method in class com.qfs.repository.dto.CoordinatesDto
 
getMemberMapping() - Method in interface com.activeviam.activepivot.dist.impl.api.distribution.IDistributionInformation
Returns the mapping from data nodes to the distributing level members for each application of the cluster.
getMemberNameParserPluginKey() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Gets the custom parser plugin key associated with this level.
getMemberNamePathStyleEnabled() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns True if the members unique name should be given using the format [dim].
getMemberProperties() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo
Get the mapping (propertyName -> IProperty) of the introspecting properties applicable on the members of this level.
getMemberProperties() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Get the list of IProperty of the introspecting properties applicable on the members of this level.
getMemberProperties() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
List of the properties available in AxisMemberDTO.properties.
getMembers() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisPositionDTO
Gets the list of members for this position along an axis.
getMembers() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Gets the mapping of all members and their hierarchies.
getMembers() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Gets the mapping of all members and their hierarchies.
getMemberUniqueName(HierarchyDTO, AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Computes the unique name of a given member of the tuple.
getMemberUniqueName(HierarchyDTO, AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Computes the unique name of a given member of the tuple.
getMemoryStatistic() - Method in interface com.activeviam.tech.observability.api.memory.IMemoryMonitored
Gets the IMemoryStatistic of the component being monitored.
getMemoryStatistic(IInternalMemoryMonitored.IMemoryCollector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
getMemoryStatistic(IInternalMemoryMonitored.IMemoryCollector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
getMemoryStatistic(IInternalMemoryMonitored.IMemoryCollector) - Method in class com.activeviam.tech.dictionaries.avinternal.Dictionary
 
getMessage() - Method in exception class com.activeviam.tech.core.api.exceptions.service.ServiceException
 
getMessage() - Method in class com.activeviam.web.core.api.websocket.JsonErrorMinimalInfo
Returns the error message.
getMessage(long) - Method in class com.qfs.snl.messages.impl.MessageBox
Gets a particular message from the box.
getMessageAnswerClass() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Returns the answer type of this message, that is the class of the generic type IBroadcastMessage.
getMessageClass() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
getMessageClass() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Returns the base class representing this message type (e.g.
getMessageContext(Class<ContextT>) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Returns the local message context of the given kind.
getMessages() - Method in interface com.qfs.snl.messages.IMessageService.IMessageBox
Gets all messages received by a given recipient.
getMessages() - Method in class com.qfs.snl.messages.impl.MessageBox
 
getMessages() - Method in interface com.qfs.snl.rs.IMessageRestService
Gets the messages for the currently logged user.
getMessages() - Method in class com.qfs.snl.rs.impl.MessageRestServiceController
 
getMessenger() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot
Gets the messenger for distributed communication.
getMessengerDefinition() - Method in interface com.activeviam.activepivot.core.intf.api.description.IClusterDefinition
getMetaData(String) - Method in interface com.activeviam.source.jdbc.api.IJdbcSource
Returns the metadata for the given channel topic, e.g. a map from column label to column type.
getMethod() - Method in interface com.activeviam.tech.observability.api.health.IHealthEvent
The name of the method in which the event was created.
getMinimumLevel() - Method in interface com.activeviam.tech.observability.api.health.ITagAcceptor
The minimum level this tag acceptor is interested in, regardless of the level.
getMissedPrefetchBehavior() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The missed prefetch behavior.
getMode() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Returns the monitor mode.
getModified() - Method in class com.activeviam.source.csv.api.ACsvTopic.PendingState
The modified events that are pending.
getMonitor() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Gets the monitor underlying the query.
getMonitor() - Method in interface com.qfs.snl.agent.service.IMonitorExecution
Gets the definition of the monitoring.
getMonitor() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
getMonitor() - Method in class com.qfs.snl.dtos.MonitorReportDto
 
getMonitor() - Method in interface com.qfs.snl.monitors.IMonitorReport
The monitor.
getMonitor() - Method in class com.qfs.snl.monitors.impl.MonitorReport
 
getMonitoredChildren() - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
getMonitoredChildren() - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getMonitoredChildren() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
 
getMonitoredChildren() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
getMonitoredChildren() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
 
getMonitoredChildren() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
getMonitoredChildren() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
 
getMonitoredChildren() - Method in class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
 
getMonitoredChildren() - Method in class com.qfs.snl.monitoring.SentinelMonitoringMBean
 
getMonitoredChildren() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
 
getMonitorId() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getMonitorId() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getMonitorId() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getMonitorId() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getMonitorId() - Method in interface com.qfs.snl.data.ISentinelAlert
Return the id of the monitor that produced the alert.
getMonitorId() - Method in interface com.qfs.snl.data.ISentinelEvent
Return the id of the monitor that produced the event.
getMonitorId() - Method in class com.qfs.snl.dtos.AlertDto
 
getMonitorId() - Method in class com.qfs.snl.dtos.EventDto
 
getMonitorId() - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
Returns the monitor unique id.
getMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Gets the monitoring running for a given definition.
getMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getMonitorings() - Method in interface com.qfs.snl.agent.IMonitoringService
Gets the current list of registered monitorings.
getMonitorings() - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getMonitoringStatuses(Boolean) - Method in class com.qfs.snl.agent.impl.MonitoringService
Gets a table of monitorings and their statuses.
getMonitors() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Gets a list of monitor sources to consider.
getMonitors() - Method in interface com.qfs.snl.monitors.IMonitorService
Gets all monitors in the application.
getMonitors() - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getMonitors() - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getMonitors() - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getMonitors() - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getMonitors(String) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets the list of all existing monitors from a given repository.
getMonitors(String) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getMonitors(String) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getMonitors(String) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getMonitors(String) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getMonitors(String, long, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets the list of monitor updates which occurs on a given repository between a time window.
getMonitors(String, long, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getMonitors(String, long, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getMonitors(String, long, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getMonitors(String, long, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getMonitors(String, long, long) - Method in interface com.qfs.snl.persistence.IMonitorDao
Get all the monitors which have been created or deleted within the given time frame exclusive ]from,to[.
getMonitors(String, long, long) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
getMonitorState(String, long) - Method in class com.qfs.snl.persistence.impl.SentinelEventDao
 
getMonitorState(String, long) - Method in interface com.qfs.snl.persistence.ISentinelEventDao
Retrieve the minimum set of events able to explain the current state of a given monitor, i.e.
getMultiFieldsModuloFunction() - Method in class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription
The modulo function to used over multiple fields.
getMultipleFieldsModuloFunction() - Method in class com.activeviam.tech.partitioning.api.node.PartitioningNodeWithMultiFieldsModuloDescription
The multiple fields modulo function.
getMultiVersionId() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Gets the id of the multiversion object whose versions is managed by this history.
getName() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.directquery.DatabaseCachePrefetcher
 
getName() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
 
getName() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.APrefetcher
Overrides the getName method from the IPrefetcher interface.
getName() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.AUnderlyingMeasuresPrefetcher
 
getName() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.NeighborValuePostProcessor.NeighborValuePrefetcher
 
getName() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.ICalculatedDrillthroughColumnDescription
Returns name of the column.
getName() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IBranch
Get the name of the branch.
getName() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IUserAuthentication
Returns the name of the currently authenticated user.
getName() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IOlapElement
Returns the name of the element.
getName() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotManager
Gets the unique name of this manager.
getName() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.DimensionIdentifier
The name of the dimension containing the hierarchy.
getName() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotManagerDescription
Returns the name of the manager.
getName() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
Retrieves the aggregate provider name, IAggregateProviderDefinition.GLOBAL_PROVIDER_NAME by default.
getName() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisDimensionDescription
Returns the hierarchy name for the axis dimension.
getName() - Method in interface com.activeviam.activepivot.core.intf.api.description.IBasicAggregatedMeasureDescription
Gets the aggregated measure name.
getName() - Method in interface com.activeviam.activepivot.core.intf.api.description.IComparatorOrderDescription
This is the attribute order for the special order, like "firstObjects".
getName() - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Returns the hierarchy name for the AxisHierarchy.
getName() - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasureMemberDescription
Returns the name of the AggregatedMeasure/PostProcessedMeasure.
getName() - Method in interface com.activeviam.activepivot.core.intf.api.description.IPartialProviderDefinition
Returns the name of this partial.
getName() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
Post-processor name.
getName() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPrefetcher
The name of the prefetcher that will allow to retrieve all of it's generated prefetches in the compute method of the post-processor, via IAdvancedAggregatesRetriever.getPrefechRequests(String).
getName() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughHeader
Returns the name of the header.
getName() - Method in class com.activeviam.activepivot.server.impl.api.rest.database.BranchCreationDescription
The name of the branch.
getName() - Method in interface com.activeviam.activepivot.server.intf.api.database.IBranchCreationDescription
Gets the name of the branch.
getName() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseFieldDescription
Gets the name of the field.
getName() - Method in class com.activeviam.activepivot.server.intf.api.discovery.CatalogDiscovery
The name of the catalog.
getName() - Method in class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
The cube's name.
getName() - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The name of the dimension.
getName() - Method in class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
The name of the hierarchy.
getName() - Method in class com.activeviam.activepivot.server.intf.api.discovery.LevelDiscovery
The name of the level.
getName() - Method in class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
The name of the measure.
getName() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
Name of the header.
getName() - Method in class com.activeviam.activepivot.server.intf.api.dto.HierarchyDTO
The hierarchy name.
getName() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchCreation
Gets the name of the branch to create.
getName() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Gets the name of the field.
getName() - Method in class com.activeviam.activepivot.server.json.api.discovery.CatalogDiscovery
Returns the name of the catalog.
getName() - Method in class com.activeviam.activepivot.server.json.api.discovery.ContextValueDiscovery
Returns the name of the context value.
getName() - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
getName() - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
getName() - Method in class com.activeviam.activepivot.server.json.api.discovery.DrillthroughColumnDiscovery
 
getName() - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
getName() - Method in class com.activeviam.activepivot.server.json.api.discovery.JsonContextValue
Returns the name of the context value.
getName() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getName() - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDiscovery
 
getName() - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Returns the name of the measure.
getName() - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureGroupDiscovery
 
getName() - Method in class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
The name of the set.
getName() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularHeader
Getter for JsonTabularHeader.name.
getName() - Method in class com.activeviam.cloud.azure.api.storage.entity.AzureEntity
 
getName() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntity
Gets the name of the object.
getName() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityPath
Gets the name of the object.
getName() - Method in class com.activeviam.cloud.common.api.entity.impl.AEntityPath
 
getName() - Method in class com.activeviam.cloud.google.api.storage.GoogleEntity
 
getName() - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
Name of the field.
getName() - Method in class com.activeviam.database.datastore.api.description.impl.ReferenceDescription
 
getName() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
getName() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Name of the field.
getName() - Method in class com.activeviam.directquery.api.schema.AFieldDescription
 
getName() - Method in class com.activeviam.directquery.api.schema.ATableDescription
Gets the local name of the table.
getName() - Method in class com.activeviam.directquery.api.schema.JoinDescription
 
getName() - Method in interface com.activeviam.source.common.api.ISource
Returns the name of the source.
getName() - Method in interface com.activeviam.source.common.api.ITopic
Returns the topic name.
getName() - Method in class com.activeviam.source.csv.api.ACsvTopic
 
getName() - Method in class com.activeviam.source.csv.api.FileSystemFileInfo
 
getName() - Method in interface com.activeviam.source.csv.api.IFileInfo
Returns the simple name of the file entry.
getName() - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic
 
getName() - Method in class com.activeviam.source.keyvalue.api.impl.KeyValueTopic
 
getName() - Method in class com.activeviam.tech.core.api.property.impl.AProperty
 
getName() - Method in class com.activeviam.tech.core.api.property.impl.PropertyInfo
 
getName() - Method in interface com.activeviam.tech.core.api.property.IProperty
Gets the name of this property.
getName() - Method in interface com.activeviam.tech.core.api.property.IPropertyInfo
The name of the property.
getName() - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQuery
Returns the name of the query.
getName() - Method in class com.activeviam.tech.core.api.registry.impl.PluginValue
Name of the plugin value, mainly used to identify the plugin when persisting the plugin value.
getName() - Method in interface com.activeviam.tech.mvcc.api.IBranchInfo
Gets the name of the branch.
getName() - Method in interface com.activeviam.tech.mvcc.api.IEpoch
Gets the (optional) name of this epoch.
getName() - Method in interface com.activeviam.tech.observability.api.memory.IMemoryStatistic
Gets the name of this statistics.
getName() - Method in class com.qfs.repository.dto.ParameterDto
 
getName() - Method in class com.qfs.repository.dto.PointValueDto
 
getName() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getName() - Method in class com.qfs.repository.params.impl.Parameter
 
getName() - Method in interface com.qfs.repository.params.IParameter
Gets the name of the parameter.
getName() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getName() - Method in interface com.qfs.repository.persistence.model.IPointValue
Returns the name of the parameter owning this.
getName() - Method in class com.qfs.snl.dtos.FormFieldDto
Returns the name.
getName() - Method in class com.qfs.snl.dtos.FormFieldTypeDto
Returns the name.
getName() - Method in class com.qfs.snl.dtos.MonitorDto
 
getName() - Method in class com.qfs.snl.dtos.TaskDto
Returns the name.
getName() - Method in class com.qfs.snl.dtos.UserDto
Gets the name of the user.
getName() - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
Gets the name of the workflow scheme.
getName() - Method in interface com.qfs.snl.messages.form.IFormField
The display label.
getName() - Method in interface com.qfs.snl.messages.form.IFormField.IType
Gets the name of the type.
getName() - Method in class com.qfs.snl.messages.form.impl.BooleanFieldType
 
getName() - Method in class com.qfs.snl.messages.form.impl.DateFieldType
 
getName() - Method in class com.qfs.snl.messages.form.impl.EnumFieldType
 
getName() - Method in class com.qfs.snl.messages.form.impl.FormField
 
getName() - Method in class com.qfs.snl.messages.form.impl.NumberFieldType
 
getName() - Method in class com.qfs.snl.messages.form.impl.StringFieldType
 
getName() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the name of the monitor.
getName() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getName() - Method in class com.qfs.snl.persistence.impl.ADbInfo
Gets the name of the info.
getName() - Method in class com.qfs.snl.workflows.impl.WorkflowConfig
 
getName() - Method in class com.qfs.snl.workflows.impl.WorkflowSchema
 
getName() - Method in interface com.qfs.snl.workflows.IWorkflowConfig
Returns the name of this workflow configuration.
getName() - Method in interface com.qfs.snl.workflows.IWorkflowSchema
Gets the name of the schema.
getName() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getName() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the name of the task.
getName() - Method in enum class com.qfs.snl.ws.IMessageWsService.FetchMessageMode
 
getName(String) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Returns the name of the entry located at the given normalized path.
getNamedSet(String, String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Retrieves a named Set description.
getNamedSets() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns the named sets.
getNamedSets(String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Retrieves a list of Set descriptions.
getNamedSets(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Gets the Named sets added by IConfigurationService.createNamedSet(String, INamedSetDescription, List, List) (String, IKpiDescription, List, List)} and associated to the pivot.
getNamePath() - Method in class com.activeviam.activepivot.server.json.api.cellset.PositionData
 
getNamespace() - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
 
getNamespace() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
 
getNameToDiscriminatorConverter() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo
Returns a function that can find the discriminator of a member of this level from the name of the member.
getNativeMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasuresDescription
Returns the list of native measures.
getNbAdded() - Method in interface com.activeviam.database.datastore.api.transaction.stats.IStoreTransactionStatistics
Returns the number of added records.
getNbAppendThreads() - Method in interface com.activeviam.source.jdbc.api.IJdbcTopic
Deprecated.
Returns this topic's number of threads which process the raw rows and put them in the datastore.
getNbAppendThreads() - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic
 
getNbDeleted() - Method in interface com.activeviam.database.datastore.api.transaction.stats.IStoreTransactionStatistics
Returns the number of deleted records.
getNbMonitorings() - Method in class com.qfs.snl.agent.impl.MonitoringService
Gets the number of monitorings stopped for technical reasons.
getNbOfCachedAlerts() - Method in class com.qfs.snl.cfg.impl.AlertMonitoringBean
Gets the number of alerts in the cache.
getNbPublishers() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
Gets the number of publishers currently allocated.
getNbRunningProcesses() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
Gets the number of running processes in Activiti.
getNbTuples() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueBatchInfo
Returns the number of tuples processed.
getNbUpdated() - Method in interface com.activeviam.database.datastore.api.transaction.stats.IStoreTransactionStatistics
Returns the number of updated records.
getNextPage() - Method in class com.activeviam.activepivot.server.json.api.database.JsonPagination
Gets the next page.
getNextPageUrl() - Method in class com.activeviam.activepivot.server.json.api.database.JsonPagination
Gets the URL to query the next page.
getNodeMapping() - Method in class com.activeviam.activepivot.dist.impl.api.distribution.MemberMapping.MemberPerDataNodeMapping
Mapping from data node to the list of its members for the given version.
getNodeType() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
getNonDictionarizedTypes() - Method in interface com.activeviam.tech.records.api.IRecordFormat
Extracts the non-dictionarized types from the record format.
getNotReleasedEpochs() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Gets the list of all epochs in the history (i.e. all that were NOT released), sorted in decreasing order.
getNumaSelector() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
getNumaSelector() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
Gets the numa selector.
getNumberEpochsToKeep() - Method in class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
Number of latest epochs to keep. -- GETTER -- Gets the number of epochs to keep.
getNumberSkippedLines() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
getNumberSkippedLines() - Method in class com.activeviam.source.csv.api.FileParserConfiguration
Deprecated.
 
getNumberSkippedLines() - Method in interface com.activeviam.source.csv.api.IFileParserConfiguration
Deprecated.
Get the number of (header) lines to skip at the beginning at the file.
getNumberSkippedLines() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
The number of skipped lines.
getObject(int) - Method in class com.activeviam.source.jdbc.api.impl.ResultSetRow
Returns the object associated with the columnIndex.
getObject(String) - Method in class com.activeviam.source.jdbc.api.impl.ResultSetRow
Returns the object associated with the columnName.
getObjectPath() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisMember
Returns the object path.
getOlapElementName() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IUnknownOlapElementException
Returns the name of the missing olap element.
getOlapElementName() - Method in exception class com.activeviam.activepivot.core.intf.api.postprocessing.UnknownOlapElementException
 
getOlapElementName() - Method in exception class com.activeviam.activepivot.core.intf.api.postprocessing.UnknownOlapElementRuntimeException
The name of the missing olap element.
getOldestEpoch() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Gets epoch id of the oldest version in the history (cross branches).
getOldestVersion() - Method in interface com.activeviam.tech.mvcc.api.IVersionHistory
Gets the oldest version that is recorded and not released yet in this history.
getOperationTime() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueBatchInfo
Returns the time to publish the message (as nanoseconds).
getOptimizationDescriptions() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
getOptimizationDescriptions() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
Returns the optimizations to use on fields of this schema.
getOrCreateActualSwapDirectory() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Gets or creates the actual swap directory.
getOrder() - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Gets the order of that dictionary.
getOrders() - Method in interface com.activeviam.activepivot.core.intf.api.description.IComparatorDescription
Returns the list of the special orders for the IComparatorPivot.
getOrdinal() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IDimension
Returns the ordinal of the dimension.
getOrdinal() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Returns the ordinal of the hierarchy.
getOrdinal() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IDimensionInfo
Return the ordinal of the dimension.
getOrdinal() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IHierarchyInfo
The absolute ordinal of the hierarchy with respect with all hierarchies in the cube.
getOrdinal() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo
Get the ordinal of this level.
getOrdinal() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughRow
Returns the ordinal of this drillthrough row within the drillthrough result set.
getOrdinal() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Gets the cell ordinal.
getOrdinal() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughRowDTO
Ordinal of the row.
getOrdinal() - Method in class com.activeviam.activepivot.server.intf.api.dto.HierarchyDTO
The hierarchy ordinal.
getOrdinal() - Method in class com.activeviam.activepivot.server.json.api.cellset.CellData
 
getOriginalLocation() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IImpact
Returns the original location (possibly range) for which the impact is computed.
getOriginBaseTableName() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription
 
getOriginFields() - Method in class com.activeviam.directquery.api.MeasureMapping
 
getOutputConfiguration() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonDataExportOrder
Gets the output options.
getOutputStream() - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3EntityPath
 
getOutputStream() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzureAppendBlobPath
 
getOutputStream() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzureBlobPath
 
getOutputStream() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzureBlockBlobPath
 
getOutputStream() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzureEncryptedBlobPath
 
getOutputStream() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzurePageBlobPath
 
getOutputStream() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityPath
Deprecated, for removal: This API element is subject to removal in a future version.
The client can implement it independently using the cloud provider SDK.
getOutputStream() - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleEntityPath
 
getOutputType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
 
getOutputType() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
Returns the type of the values computed by this post-processor.
getOutputTypeFromProperties(Properties) - Static method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
Retrieves the output type from the given properties, and verifies it is valid.
getOwnedBranches(Set<String>) - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsManager
Gets the set of branches (registered in this service) that the user with the given roles own.
getOwnedBranches(Set<String>) - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
 
getOwnedBranches(Set<String>) - Method in class com.activeviam.tech.mvcc.api.security.impl.CachedBranchPermissionsManager
 
getOwners() - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService.IDescriptionWithPermissions
Returns the role which can edit the member.
getOwners() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
Get owners of the branch.
getOwners() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchPermissions
Gets the set of users and roles which can edit this branch.
getOwners() - Method in class com.activeviam.activepivot.server.json.api.configuration.JsonMdxDefinitionStatement
 
getOwners() - Method in class com.activeviam.tech.contentserver.storage.api.BasicJsonContentEntry
The users/groups that owns this entry.
getOwners() - Method in interface com.activeviam.tech.contentserver.storage.api.IBasicPathlessContentEntry
The list of users / groups that owns this entry.
getOwners() - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissions
Gets the owners of the branch.
getOwners() - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissions
The set of users and roles which can edit this branch.
getOwnerStore() - Method in interface com.activeviam.database.datastore.api.description.IReferenceDescription
Deprecated, for removal: This API element is subject to removal in a future version.
Use ITableJoin.getSourceTableName() instead.
getPackagesToScan() - Method in class com.activeviam.tech.core.api.registry.Registry.RegistryContributions
 
getPage() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Gets the current page of the results.
getPageBlob(String) - Method in interface com.activeviam.cloud.azure.api.storage.entity.IAzureCloudDirectory
Gets the PageBlobClient located inside this directory.
getPageBlob(String) - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
 
getPageSize() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Gets the maximum number of results.
getPagination() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQueryResult
Gets the pagination information.
getParameter() - Method in class com.qfs.repository.dto.PointValueQueryDto
 
getParameter() - Method in class com.qfs.repository.persistence.model.impl.PointValueQuery
 
getParameter() - Method in interface com.qfs.repository.persistence.model.IPointValueQuery
Gets the name of the parameter on which the query is related.
getParameter(String, boolean) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getParameter(String, boolean) - Method in class com.qfs.repository.impl.RepositoryService
 
getParameter(String, boolean) - Method in interface com.qfs.repository.IRepositoryService
Retrieves all the details of the given parameter id.
getParameter(String, boolean) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getParameter(String, String, String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
getParameter(String, String, String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Gets the definition of a parameter.
getParameterFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getParameterFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the name of a point value.
getParameterName() - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
getParameterName() - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
getParameterName() - Method in interface com.qfs.repository.params.IParameterUpdate
Returns the name of the parameter to modify.
getParameters() - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
getParameters() - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
getParameters() - Method in class com.qfs.repository.impl.RepositoryService
 
getParameters() - Method in interface com.qfs.repository.IRepositoryListenerManager
Get all the parameters that have registered listeners.
getParameters() - Method in interface com.qfs.repository.IRepositoryService
Gets the list of parameters name.
getParameters() - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getParameters() - Method in interface com.qfs.repository.persistence.IPointValueDao
Gets the list of parameters.
getParameters() - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
getParameters() - Method in interface com.qfs.repository.rs.IRepositoryRestService
Gets the name of all parameters ever having a rule.
getParameters() - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
Returns The parameters to fetch.
getParameters() - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
getParameters(String) - Method in class com.qfs.repository.impl.FilteredParameterEvent
 
getParameters(String) - Method in class com.qfs.repository.impl.ParameterEvent
 
getParameters(String) - Method in interface com.qfs.repository.IParameterEvent
Get the names of the parameters which have changed.
getParameterStoreConfiguration() - Method in interface com.qfs.repository.IDatastoreRepositoryCacheConfiguration
Get the configuration of the store holding the point values inserted into the repository cache.
getParameterStoreConfiguration() - Method in class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
 
getParametersToWatch() - Method in interface com.qfs.repository.params.IParameterChangeListener
Get the parameters the listener is interested in.
getParameterWithPending(String, String, String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
getParameterWithPending(String, String, String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Gets the definition of a parameter, including pending value.
getParent() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisMember
Returns the parent activeMember.
getParent() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiDescription
For later use.
getParent() - Method in class com.activeviam.activepivot.server.impl.api.rest.database.BranchCreationDescription
The name of the parent branch.
getParent() - Method in interface com.activeviam.activepivot.server.intf.api.database.IBranchCreationDescription
Gets the parent branch.
getParent() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchCreation
Gets the parent branch.
getParent() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getParent() - Method in interface com.activeviam.tech.observability.api.memory.IMemoryStatistic
 
getParent(String) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Get the path of the parent directory.
getParentBranch() - Method in interface com.activeviam.tech.mvcc.api.IBranchInfo
Gets the branch on which this branch was created.
getParentBranch() - Method in interface com.activeviam.tech.mvcc.api.IHeadInfo
Gets the branch on which this version's branch was created, null if there is no parent branch.
getParentBranch() - Method in interface com.activeviam.tech.mvcc.api.IHistoryNode
Gets the branch on which the branch of the associated version was created, null if there is no parent branch.
getParentBranch(String) - Method in interface com.activeviam.tech.mvcc.api.IVersionHistory
Gets the parent branch.
getParsedLinesCount() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the number of lines that were loaded into the datastore.
getParserConfiguration() - Method in class com.activeviam.source.csv.api.ACsvTopic
 
getParserConfiguration() - Method in interface com.activeviam.source.csv.api.ICsvTopic
Deprecated.
The return type will be changed in 6.2 to the concrete implementation CsvParserConfiguration, so client are encouraged to cast explicitly in 6.1 to be sure this won't break after upgrading to 6.2.
getParserPluginKey() - Method in interface com.activeviam.database.datastore.api.description.IFieldDescription
Gets the key to the parser plugin.
getParserPluginKey() - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
 
getParserPluginKey() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
 
getParserPolicy() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
getParserPolicy() - Method in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Not used, this was initially intended for Atoti Python SDK
getParserThreads() - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration
The number of parser threads.
getParserThreads() - Method in interface com.activeviam.source.csv.api.ICsvSourceConfiguration
Deprecated.
Gets the number of concurrent parser threads.
getParsingInfo() - Method in class com.activeviam.source.csv.api.observability.ACsvFileParsingEvent
Various information about the parsing.
getParsingReport() - Method in interface com.activeviam.source.csv.api.ILineReader
Gets the report in which parsing errors related to this LineReader should be logged.
getParsingSeparator() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
The separator used to parse a String into a vector that can be stored in this field.
getParsingSeparator() - Method in interface com.activeviam.database.datastore.api.description.IVectorFieldDescription
Returns the separator to parse the vectors from the csv source.
getPartialAggregateProviderNames() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotVersion
Return the list of partial provider names.
getPartialProviderName() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval measure provider.
getPartialProviders() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
Returns the optional list of partial storage definitions.
getPartialProviders() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData
The used partial providers.
getPartitionId() - Method in interface com.activeviam.database.datastore.api.description.IKeyEventContext
The id of the partition on which the key event happened.
getPartitioning() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval partitioning.
getPartitioning() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
getPartitioning() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
Gets the description of the partitioning on this store (null if there is no partitioning in place).
A partitioning expression contains the partition key (one or several fields that belongs to a store) and a partitioning policy (will there be one partition per distinct value of the partition key, or some bucketing based on the hash of the partition key)
The schema can be partitioned by several such expressions, one per store at most.
getPartitioning() - Method in class com.activeviam.tech.partitioning.api.numa.CustomNumaSelectorDescription
 
getPartitioningCountByType() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData
The number of partitioning by type.
getPartitioningDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
Gets the partitioning to use for this provider.
getPartitioningFields() - Method in class com.activeviam.tech.partitioning.api.AdaptivePartitioningDescription
 
getPartitioningFields() - Method in class com.activeviam.tech.partitioning.api.ConstantPartitioningDescription
 
getPartitioningFields() - Method in interface com.activeviam.tech.partitioning.api.IPartitioningDescription
Gets the partitioning fields.
getPartitioningFields() - Method in class com.activeviam.tech.partitioning.api.node.PartitioningNodeDescription
The partitioning fields involved in the default partitioning rule of this node, with the decision field at the head of the list.
getPartitioningFields() - Method in class com.activeviam.tech.partitioning.api.PartitioningDescription
List of fields this partitioning deals with.
getPartitioningFunctions() - Method in class com.activeviam.tech.partitioning.api.AdaptivePartitioningDescription
 
getPartitioningFunctions() - Method in class com.activeviam.tech.partitioning.api.ConstantPartitioningDescription
 
getPartitioningFunctions() - Method in class com.activeviam.tech.partitioning.api.HierarchicalPartitioningDescription
 
getPartitioningFunctions() - Method in interface com.activeviam.tech.partitioning.api.IPartitioningDescription
Gets the partitioning functions, aligned to the result returned by IPartitioningDescription.getPartitioningFields().
getPartitioningFunctions() - Method in class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription
 
getPartitioningFunctions() - Method in class com.activeviam.tech.partitioning.api.node.PartitioningNodeDescription
The partitioning functions involved in the default partitioning rule of this node.
getPartitioningFunctions() - Method in class com.activeviam.tech.partitioning.api.PartitioningDescription
List of functions computing partition ids for each provided fields.
getPartLength() - Method in class com.activeviam.cloud.common.api.CloudFetchingConfig
Gets the maximum size of each individual part that will be downloaded.
getPassword() - Method in class com.activeviam.web.core.api.UserAuthenticator
 
getPassword() - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
Returns the password.
getPath() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.EqualHierarchyRestriction
 
getPath() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.InHierarchyRestriction
 
getPath() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
The path of the member.
getPath() - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
The path of the member.
getPath() - Method in class com.activeviam.activepivot.server.intf.api.dto.Path
Gets the complete path.
getPath() - Method in class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
Returns path of the default member.
getPath() - Method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData
Returns the location path.
getPath() - Method in class com.activeviam.tech.contentserver.storage.api.ContentUpdate
-- GETTER -- Returns the updated path.
getPath() - Method in interface com.activeviam.tech.contentserver.storage.api.IBasicContentEntry
The path to the entry.
getPattern() - Method in interface com.activeviam.tech.core.api.format.IPatternFormatter
Returns the pattern this formatter relies on.
getPatternCount() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Returns the number of elements in the pattern (the number of expressed coordinates in partial locations).
getPatternIndex(int, int) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Returns the pattern index associated with the given hierarchy/level (-1 if not applicable).
getPausedTopics() - Method in class com.activeviam.source.common.api.impl.WatcherService
Gets the list of paused watchers.
getPeakThreadCount() - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
Returns the peak thread count since the JVM was started.
getPeriod() - Method in class com.qfs.repository.dto.PointValueQueryDto
 
getPeriod() - Method in class com.qfs.repository.persistence.model.impl.PointValueQuery
 
getPeriod() - Method in interface com.qfs.repository.persistence.model.IPointValueQuery
Gets the time period of the query.
getPeriod() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Returns the period in seconds.
getPeriods() - Method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties
Health-check agent periods.
getPermissions() - Method in class com.activeviam.activepivot.server.intf.api.dto.PermissionsMapDTO
Returns a map whose keys are identifier and values are the associated owners (left) and readers (right).
getPermissions() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchCreation
Gets the security configuration of the branch.
getPermissions() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
Get the permissions (set of owners and readers) of the branch.
getPhysicalNamingStrategy(Properties) - Static method in class com.qfs.snl.cfg.impl.HibernateProperties
Instantiates a Hibernate PhysicalNamingStrategy from the given properties.
getPhysicalType(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Returns the data type that is really used to store this data.
getPivot() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessorCreationContext
Returns the pivot on which the constructor is instantiated.
getPivot() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IGetAggregatesContinuousQuery
Returns the pivot this query is registered to.
getPivotFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getPivotFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the pivotId of an IPivotPointValue.
getPivotId() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.ProviderCoordinate
Name of the pivot owning the provider.
getPivotId() - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughHeadersQuery
Returns the id of the target ActivePivot instance.
getPivotId() - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughQuery
Returns the id of the target ActivePivot instance.
getPivotId() - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.MapDrillthroughQuery
The ID of the queried pivot.
getPivotId() - Method in interface com.activeviam.activepivot.core.intf.api.query.IGetAggregatesQuery
Returns the id of the ActivePivot instance against which the query is executed.
getPivotId() - Method in interface com.activeviam.activepivot.core.intf.api.query.IMapQuery
Returns the id of the target ActivePivot instance.
getPivotId() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IActivePivotContinuousQuery
Returns the underlying pivot id.
getPivotId() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughQueryContext
Returns the name of the pivot.
getPivotId() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The pivot id.
getPivotId() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getPivotId() - Method in interface com.qfs.repository.IPivotPointValue
Get the id of the IActivePivot this point value is made for.
getPivotIdentifier(IMultiVersionDistributedActivePivot) - Static method in class com.qfs.repository.util.RepositoryDaemonDistributionAwareStarter
Gets an identifying string representing an distributed ActivePivot.
getPivotIdentifier(IMultiVersionDistributedActivePivot) - Static method in class com.qfs.snl.agent.util.ActiveMonitorDaemonDistributionAwareStarter
Gets an identifying string representing an distributed ActivePivot.
getPivotIds() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotSchema
Retrieves the Set of ActivePivot's instances ids running inside the schema.
getPivotType() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The pivot type.
getPlanInfo() - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData
The query plan general information.
getPlugin(Class<T>) - Static method in class com.activeviam.tech.core.api.registry.Registry
Retrieves the plugin instance for a given plugin interface.
getPluginKey() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAnalysisAggregationProcedureDescription
Gets key of a IAnalysisAggregationProcedure.IFactory plugin to use to create the procedure.
getPluginKey() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAnalysisHierarchyDescription
Gets the plugin key of the implementation of the hierarchy.
getPluginKey() - Method in interface com.activeviam.activepivot.core.intf.api.description.IComparatorDescription
Gets the IComparatorPivot plugin key, so that we can create the IComparatorPivot with the plugin key.
getPluginKey() - Method in interface com.activeviam.activepivot.core.intf.api.description.IPluginDefinition
Gets the key to the Plugin to be instantiated by the Registry.
getPluginKey() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IAggregatesContinuousHandlerInfo
The plugin key of the actual handler.
getPluginKey() - Method in class com.activeviam.tech.core.api.property.impl.PropertyInfo
 
getPluginKey() - Method in interface com.activeviam.tech.core.api.property.IPropertyInfo
The plugin key, if one wants to instantiate a custom property.
getPluginValue(Class<T>, Object) - Static method in class com.activeviam.tech.core.api.registry.Registry
Retrieves the plugin value for a given plugin interface.
getPoint(int) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAggregatesRetrievalResult
Returns the point location that is stored at the given row .
getPoint(int) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Returns the point location that is stored at the given row .
getPointLocationPattern() - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationReader
Returns the point location pattern that generated this point location.
getPointValueId() - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
Gets the unique id of the point value.
getPointValueId() - Method in interface com.qfs.repository.persistence.model.IPointValue.IKey
Gets the unique id of the point value.
getPointValues() - Method in class com.qfs.repository.dto.ParameterDto
 
getPointValues() - Method in class com.qfs.repository.params.impl.Parameter
 
getPointValues() - Method in interface com.qfs.repository.params.IParameter
Gets the point values of the parameter.
getPointValues(String, boolean) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getPointValues(String, boolean) - Method in interface com.qfs.repository.persistence.IPointValueDao
Gets the point values owned by a given parameter.
getPointValues(String, ICoordinates, boolean) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
getPointValues(String, ICoordinates, boolean) - Method in interface com.qfs.repository.persistence.IPointValueDao
Gets the point values of a parameter for given coordinates.
getPollingInterval() - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder.LockOptions
 
getPosition() - Method in interface com.activeviam.tech.chunks.api.arrays.IReadableArrayCursor
Returns the current position of the cursor within the array it exposes.
getPosition(K) - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Searches for a key in the dictionary.
getPositions() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Axis positions.
getPositions() - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
Gets the positions.
getPositionType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
Returns the positionType.
getPositionType() - Method in interface com.activeviam.activepivot.core.ext.api.postprocessing.impl.ITimeLinePostProcessor
Return the positionType of this.
getPostProcessorsDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasuresDescription
Returns the list of post-processor measure descriptions.
getPrefechRequests(String) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAdvancedAggregatesRetriever
Retrieve all the prefetch requests returned by the prefetcher with the given name, for the current location (ie, the one passed as argument to IPostProcessor.compute(com.activeviam.activepivot.core.intf.api.location.ILocation, com.activeviam.activepivot.core.intf.api.postprocessing.IAdvancedAggregatesRetriever)).
getPrefetchedPartsLimit() - Method in class com.activeviam.cloud.common.api.CloudFetchingConfig
Gets the maximum number of parts which can be downloaded before being read.
getPrefetchers() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
Returns the unmodifiable list of prefetchers defined in the initialization phase of this post processor.
getPrefetchers() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
Get the prefetchers associated with that post-processor.
getPrefix() - Method in interface com.activeviam.cloud.common.api.entity.ICloudDirectory
Returns the prefix for this directory.
getPrefix() - Method in class com.activeviam.cloud.common.api.entity.impl.ACloudDirectory
 
getPreparedStatement() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcFetchingInfo
Returns the prepared statement.
getPreProcessedAggregation() - Method in interface com.activeviam.activepivot.core.intf.api.description.IBasicAggregatedMeasureDescription
Gets the aggregationFunction PluginKey of the AggregatedMeasure.
getPrettyId(IMonitor) - Static method in class com.qfs.snl.dtos.MonitorDto
Gets the full id of the monitor along with its name.
getPreviousPage() - Method in class com.activeviam.activepivot.server.json.api.database.JsonPagination
Gets the previous page.
getPreviousPageUrl() - Method in class com.activeviam.activepivot.server.json.api.database.JsonPagination
Gets the URL to query the previous page.
getPreviousStatus() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getPreviousStatus() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getPreviousStatus() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getPreviousStatus() - Method in interface com.qfs.snl.data.ISentinelEvent
Return the previous status of this event If null it means that the state has started.
getPreviousStatus() - Method in class com.qfs.snl.dtos.EventDto
 
getPreviousValue() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Gets the previous value of the cell.
getPrincipal() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties
The key of the JWT claim containing the principal.
getPriority() - Method in class com.qfs.snl.dtos.TaskDto
Returns the priority.
getPriority() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getPriority() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Gets the task priority.
getPriorityPerDataNode() - Method in interface com.activeviam.activepivot.dist.impl.api.distribution.IDistributionInformation
Returns the priority level attributed to each data node to select the data node from which data must be retrieved when it is duplicated in distinct data nodes.
getPrivate() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
Gets the private key (encoded in Base64) used to sign the tokens.
getPrivateKeyFromFile() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
Gets the private key (encoded in Base64) used to sign the tokens from the pem file.
getProcedure() - Method in class com.activeviam.activepivot.server.impl.api.database.UpdateWhereSelectionAndProcedure
The update procedure.
getProcess() - Method in class com.qfs.snl.workflows.impl.WorkflowConfig
 
getProcess() - Method in interface com.qfs.snl.workflows.IWorkflowConfig
Returns the process name.
getProcessFactory(Class<T>, String) - Static method in class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins
Gets the factory for process executors for the needed process type.
getProcessId() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
Gets the id of the Activiti process that created the task.
getProcessorCount() - Static method in class com.activeviam.tech.numalib.api.PlatformUtil
Gets the number of processors available on the platform.
getProcessQuotes() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
getProcessQuotes() - Method in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated.
Get the behavior of the CSV source regarding quotes.
getProperties() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
 
getProperties() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IOlapElement
Returns properties of the element, or null if none are defined.
getProperties() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAnalysisAggregationProcedureDescription
Gets properties defined for this procedure.
getProperties() - Method in interface com.activeviam.activepivot.core.intf.api.description.IClusterDefinition
Returns the extra properties used to configure the cluster.
getProperties() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
Returns the extra properties used to configure the distribution.
getProperties() - Method in interface com.activeviam.activepivot.core.intf.api.description.IPropertiesDefinition
Get the custom properties.
getProperties() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
Returns the properties that were used to initialize this post-processor.
getProperties() - Method in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughSession
 
getProperties() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
Member properties.
getProperties() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Gets the properties linked to the cell.
getProperties() - Method in class com.activeviam.activepivot.server.json.api.cellset.CellData
 
getProperties() - Method in class com.activeviam.activepivot.server.json.api.cellset.PositionData
 
getProperties() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
getProperties() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
Returns some additional properties.
getProperties() - Method in interface com.activeviam.tech.core.api.agent.IAgent
Returns the properties with which this agent has been initialized, or null if this method is called before the initialization.
getProperties() - Method in class com.activeviam.tech.core.api.filtering.impl.MultipleAccessor
 
getProperties() - Method in interface com.activeviam.tech.core.api.filtering.IMultipleAccessor
Returns the underlying properties of this accessor.
getProperties() - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
 
getProperties() - Method in interface com.activeviam.tech.streaming.intf.api.IStreamProperties
Returns the custom properties (key value pairs) attached to the stream.
getProperties() - Method in class com.qfs.repository.dto.PointValueDto
 
getProperties() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getProperties() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getProperties() - Method in interface com.qfs.repository.persistence.model.IPointValue
Gets properties set on a point value.
getProperties() - Method in class com.qfs.snl.dtos.MonitorDto
 
getProperties() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
Provide the connection properties.
getProperties() - Method in interface com.qfs.snl.monitors.IMonitor
Gets properties set on a monitor.
getProperties() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getProperties() - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
Returns the properties.
getProperty() - Method in class com.activeviam.tech.core.api.filtering.impl.SingleAccessor
 
getProperty() - Method in interface com.activeviam.tech.core.api.filtering.ISingleAccessor
Returns the underlying property this accessor represents.
getPropertyChain() - Method in class com.activeviam.tech.core.api.property.impl.AProperty
 
getPropertyChain() - Method in class com.activeviam.tech.core.api.property.impl.BaseProperty
 
getPropertyChain() - Method in interface com.activeviam.tech.core.api.property.IProperty
Get the property chain corresponding to this property, that is the chain of atomic properties defining this property.
getProtocol() - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
Returns the protocol to use.
getProtocolPath() - Method in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The distribution protocol file's path (e.g.
getProviderName() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.ProviderCoordinate
 
getPublic() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
Gets the public key (encoded in Base64) used to verify the integrity of the tokens.
getPublicationDomain() - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
 
getPublicationDomain() - Method in interface com.activeviam.tech.streaming.intf.api.IStreamProperties
The publication domain.
getPublicationLock() - Method in class com.qfs.repository.impl.RepositoryListenerManager
Get the publication lock object.
getPublicationTime() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcFetchingInfo
Returns the duration spent publishing data.
getPublicationTime() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcPublicationInfo
Returns the time to publish the messages (as nanoseconds).
getPublicKeyFromFile() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
Gets the public key (encoded in Base64) used to verify the integrity of the tokens from the pem file.
getPublishedObjectCount() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Get the count of published objects.
getPublishedResultSize() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcPublicationInfo
Returns the size of data that was loaded.
getPushData() - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
 
getPushData() - Method in interface com.activeviam.tech.streaming.intf.api.IStreamProperties
Get whether data should actually be pushed (or empty events).
getQueriesTimeLimit() - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQueryPlan
The query time limit in seconds.
getQuery() - Method in exception class com.activeviam.tech.core.api.query.QueryException
Get the query that caused the exception.
getQuery() - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQuery
Returns the query that is used to provide the objects from the source.
getQuery() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
getQueryExecutor() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Returns the executor responsible for executing attached queries on this pivot.
getQueryFilters() - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData
The query filters.
getQueryId() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.IActivePivotEvent
The id of the query for which the event is to be published.
getQueryId() - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
 
getQueryId() - Method in interface com.activeviam.tech.streaming.intf.api.IStreamEvent
Gets the query id of the stream impacted by the event.
getQueryId() - Method in interface com.activeviam.tech.streaming.intf.api.IStreamProperties
Returns the id of the query that is attached to the stream.
getQueryRunner() - Method in interface com.activeviam.database.datastore.api.transaction.IOpenedTransaction
Retrieves a query runner able to run a query in the datastore resulting from the current transaction before it is committed.
getQueryRunner() - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Retrieves a transaction query runner able to run a query in the datastore resulting from the current transaction before it is committed.
getQuerySummary() - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData
The query plan summary.
getRange() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Range applied on the axis.
getRange() - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
Gets the range.
getRangeCoordinates() - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationPattern
Returns the mapping coordinates of the scope location's range coordinates.
getRangeCoordinatesIndex() - Method in interface com.qfs.repository.coordinates.IIndexableCoordinates
The number of range coordinates For example desk : * | AllMember, eur, null is two.
getRangeCoordinatesIndex() - Method in class com.qfs.repository.coordinates.impl.AIndexableCoordinates
 
getRangeCoordIndex(int, int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationPattern
Returns the index of the range coordinates identified by the given hierarchy and level indexes.
getRangeCoordsCount() - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationPattern
Returns the number of range coordinates in this pattern.
getRanges() - Method in interface com.activeviam.tech.core.api.collections.IRangeUnion
Returns all ranges of the union.
getRanges() - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
 
getRanges() - Method in interface com.activeviam.tech.streaming.intf.api.IStreamProperties
Returns the ranges associated to each axes.
getRangeSharing() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The range sharing.
getRangeSharingLimit() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
The range sharing allows queries to share intermediate results i.e. queries on grand total can use results on subtotals.
getRawAddedOrUpdatedPointValues() - Method in class com.qfs.repository.dto.PointValueUpdatesDto
Get the raw list new point values dto.
getRawDeletedPointValues() - Method in class com.qfs.repository.dto.PointValueUpdatesDto
Get the raw list of deleted point values dto.
getRawPointValues() - Method in class com.qfs.repository.dto.ParameterDto
Gets the raw list of point values dto.
getReadableBranches(Set<String>) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Gets the set of branches (currently existing or not) which the given user can see.
getReadableBranches(Set<String>) - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsManager
Gets the set of branches (registered in this service) that the given roles can read.
getReadableBranches(Set<String>) - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
 
getReadableBranches(Set<String>) - Method in class com.activeviam.tech.mvcc.api.security.impl.CachedBranchPermissionsManager
 
getReaderInputType() - Method in class com.activeviam.directquery.api.schema.CustomReaderDescription
 
getReaderRoles() - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IFieldPermission
Returns all the roles allowed to read this field.
getReaderRoles() - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
The roles that can read.
getReaders() - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService.IDescriptionWithPermissions
Returns the role which can see the member.
getReaders() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
Get readers of the branch.
getReaders() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchPermissions
Gets the set of users and roles which can read this branch.
getReaders() - Method in class com.activeviam.activepivot.server.json.api.configuration.JsonMdxDefinitionStatement
 
getReaders() - Method in class com.activeviam.tech.contentserver.storage.api.BasicJsonContentEntry
The users/groups that can read this entry.
getReaders() - Method in interface com.activeviam.tech.contentserver.storage.api.IBasicPathlessContentEntry
The list of users / groups that can read this entry.
getReaders() - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissions
Gets the readers of the branch.
getReaders() - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissions
The set of users and roles which can read this branch.
getReadLimit() - Method in class com.activeviam.source.csv.api.CsvParserReadingInfo
Gets the limit of line to read.
getReadStart() - Method in class com.activeviam.source.csv.api.CsvParserReadingInfo
Gets the first line to read.
getReadStep() - Method in class com.activeviam.source.csv.api.CsvParserReadingInfo
Gets the step.
getReadStream(String) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Open a read stream on a file from the key-value database, if supported.
getRecipients() - Method in class com.qfs.snl.dtos.MessageDto
Returns the recipients.
getRecipients() - Method in interface com.qfs.snl.messages.IMessage
Gets the recipients of the messages.
getRecipients() - Method in class com.qfs.snl.messages.impl.AMessage
 
getRecipients() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getRecommendedAction() - Method in exception class com.activeviam.tech.core.api.exceptions.ConfigurationException
Gets the recommended action.
getRecord() - Method in interface com.activeviam.tech.records.api.ICursor
Returns the current record at the current cursor's position, following the format given by ICursor.getRecordFormat().
getRecordedEpochs(String, long) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Get the list of recorded epochs that are available for the given ActivePivot instance.
getRecordFormat() - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IDatabaseRetrievalResult
Returns the format of the records returned by the query.
getRecordFormat() - Method in interface com.activeviam.tech.records.api.ICursor
Gets the format of the records returned by ICursor.getRecord().
getRecordFormat() - Method in interface com.activeviam.tech.records.api.IRecordBlock
Returns the format of the records stored in this block.
getReference() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Retrieve the reference location.
getReferenceDescriptions() - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescription
Deprecated, for removal: This API element is subject to removal in a future version.
getReferenceName() - Method in class com.activeviam.tech.partitioning.api.numa.NumaSelectorFromJoinDescription
 
getRefreshed() - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQueryUpdate
Get the data that was fully recomputed during this continuous update.
getRefreshedMeasures() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.IFullRefreshEvent
Returns the set of refreshed measures.
getRegisteredAgents() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Returns all the registered IDistributedAgents.
getRegisteredQueries() - Method in class com.qfs.snl.agent.mdx.impl.MdxMonitoringStatistics
Returns the map of mdx queries.
getRegisteredSites() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
Returns the list of sites registered with this agent.
getRegistry() - Method in class com.activeviam.source.common.api.impl.WatcherService
Gets the list of watchers per watch key.
getReleaseTimestamp() - Method in interface com.activeviam.tech.mvcc.api.IHistoryNode
Gets the timestamp of the release if the version has been released, -1 otherwise.
getRemoteAddress() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastResult
Returns the address of the remote instance that sent back this answer.
getRemovalChannel() - Method in interface com.qfs.repository.IDatastoreRepositoryCacheConfiguration
Get the channel to use to remove data from the repository cache.
getRemovalChannel() - Method in class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
 
getRemoved() - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQueryUpdate
Get the data that was removed during this continuous update.
getRemovedPointCandidates() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IImpact
Returns all the point locations likely to be removed from the view.
getRemovedRows() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.IDrillthroughUpdateEvent
Returns the removed rows (content will be empty).
getRemovedRows() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughUpdateData
Returns the ordinals of the rows that are removed.
getRemoveUnknownKeyBehavior() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
getRemoveUnknownKeyBehavior() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
Gets the policy handling a remove operation on an unknown key.
getReport(long, String) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets a single monitor report.
getReport(long, String) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getReport(String, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Gets the monitor of a given id.
getReport(String, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getReport(String, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getReport(String, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getReport(String, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getReportByFile() - Method in interface com.activeviam.source.csv.api.report.ICsvTopicParsingReport
A map of all the parsing reports on the files pertaining to this topic.
getReports() - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all monitor reports from any site.
getReports() - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getReports(String) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all monitor reports from a given site.
getReports(String) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getRequiredBoolean(IActiveViamProperty) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyRegistry
Gets the value of the property.
getRequiredBoolean(IActiveViamProperty) - Static method in class com.activeviam.tech.core.api.properties.PropertyRegistry
Gets the value of the property.
getRequiredDouble(IActiveViamProperty) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyRegistry
Gets the value of the property.
getRequiredDouble(IActiveViamProperty) - Static method in class com.activeviam.tech.core.api.properties.PropertyRegistry
Gets the value of the property.
getRequiredInteger(IActiveViamProperty) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyRegistry
Gets the value of the property.
getRequiredInteger(IActiveViamProperty) - Static method in class com.activeviam.tech.core.api.properties.PropertyRegistry
Gets the value of the property.
getRequiredLong(IActiveViamProperty) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyRegistry
Gets the value of the property.
getRequiredLong(IActiveViamProperty) - Static method in class com.activeviam.tech.core.api.properties.PropertyRegistry
Gets the value of the property.
getRequiredMeasures() - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Gets the set of measures required by this aggregation procedure.
getRequiredString(IActiveViamProperty) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyRegistry
Gets the value of the property (never null).
getRequiredString(IActiveViamProperty) - Static method in class com.activeviam.tech.core.api.properties.PropertyRegistry
Gets the value of the property (never null).
getReservedDirectMemory() - Static method in class com.activeviam.tech.core.api.memory.MemoryUtil
Returns total direct memory that is reserved (in bytes), i.e. including cache memory.
getReservedDirectMemory() - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
Returns the number of bytes of direct memory that is reserved at the time of creation of the event.
getResource() - Method in interface com.activeviam.tech.contentserver.spring.api.config.AdminUiEnvJs
Returns the Spring resource containing the file content.
getResource() - Method in interface com.activeviam.tech.contentserver.spring.api.config.AtotiUiEnvJs
Returns the Spring resource containing the file content.
getRestrictedHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
Retrieves the mapping dimension => restricted hierarchies.
getRestriction() - Method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.IQueryBasedCubeRestriction
Returns the underlying cube restriction.
getRestriction() - Method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ISecurityCubeRestriction
 
getRestrictionFromContext(IContextValueStore) - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.IQueryBasedCubeRestriction
Retrieves the restriction from the context.
getResult() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughData
Returns the actual drillthrough result.
getResultLimit() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Returns the result limit is the maximal number of cells in the results of queries.
getResults() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueBatchResult
Returns the list of entries corresponding to the results of the batch.
getResultSetMetaData() - Method in class com.activeviam.source.jdbc.api.impl.ResultSetRow
The metadata associated with the parent JDBC ResultSet.
getResultSize() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcPublicationInfo
Returns the number of lines returned by the JDBC result set.
getResultSizeByPartitioning() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData
The result size in terms of point locations by partitioning type.
getResultSizes() - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData
 
getResultSizes() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The result sizes in terms of point locations and for each partition with respect to this retrieval measures.
getRetainedOffHeap() - Method in interface com.activeviam.tech.observability.api.memory.IMemoryStatistic
Gets the total off-heap memory footprint of this element and its children.
getRetainedOnHeap() - Method in interface com.activeviam.tech.observability.api.memory.IMemoryStatistic
Gets the total on-heap memory footprint of this element and its children.
getRetrievalId() - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData
 
getRetrievalId() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval Id.
getRetrievalsCountByType() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData
The number of retrieval by type.
getRetrieverType() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The retriever type.
getRetryCount() - Method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Get the number of tries since the last successful execution of the monitoring.
getRetryUnitTime() - Static method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Gets the unit time to compute the retry time.
getRight() - Method in interface com.activeviam.tech.core.api.util.IPair
Gets the right element.
getRight() - Method in class com.activeviam.tech.core.api.util.Pair
 
getRolesAdmin() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
List of roles to consider as Admin.
getRolesUser() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
List of roles assigned to standard users.
getRoot() - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Gets the root of the query being built by this helper.
getRootNode() - Method in class com.activeviam.tech.partitioning.api.HierarchicalPartitioningDescription
The description for the root node of the hierarchy.
getRow(ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAggregatesRetrievalResult
Returns the row at which the results for the given location are stored, or -1 if this result does not contain this location.
getRowId(ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICellSet
Gets the rowId associated to a given location.
getRowIdUpperBound() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAggregatesRetrievalResult
Retrieves the smallest strict upper bound that a row ID can have in this cell set.
getRowIdUpperBound() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICellSet
Retrieves the smallest strictly upper bound of the rowId a location can have in this cell set.
getRows() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughResultDTO
Drillthrough rows.
getRows() - Method in interface com.activeviam.activepivot.server.intf.api.streaming.IDrillthroughEvent
Returns the initial rows.
getRows() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularData
Getter for JsonTabularData.rows.
getRunningQueryCount() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Returns the number of running queries in this pivot.
getScheduledExecution(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Get the future handling the scheduled execution of a monitoring.
getScheduledExecution(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getSchema(String, String) - Method in class com.qfs.snl.rs.impl.WorkflowRestServiceController
 
getSchema(String, String) - Method in interface com.qfs.snl.rs.IWorkflowRestService
Get the details of o particular scheme.
getSchemaDescription() - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionalWriter
Returns the IDatastoreSchemaDescription of the schema that is written to.
getSchemaDescription() - Method in class com.activeviam.source.common.api.impl.AStoreMessageChannelFactory
 
getSchemaDescription() - Method in interface com.activeviam.source.common.api.IStoreMessageChannelFactory
Returns the IDatastoreSchemaDescription from which this factory can extract its configuration.
getSchemaName() - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
getSchemas() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotManager
Returns the map of ActivePivot's schema instances.
getSchemas() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotManagerDescription
Returns the list of schemas.
getSchemas(String) - Method in class com.qfs.snl.rs.impl.WorkflowRestServiceController
 
getSchemas(String) - Method in interface com.qfs.snl.rs.IWorkflowRestService
Get all the schemes associated to an entity.
getScope() - Method in interface com.activeviam.activepivot.core.intf.api.description.IPartialProviderDefinition
Returns the optional map of (HierarchyIdentifier, level name) defining a scope over the existing hierarchies.
getScope() - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationPattern
Returns the range location on top of which the resulting locations will be built.
getScopePoint() - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationPattern
Returns a point version of the scope.
getSelectedMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregatesCacheDescription
Gets the selected measures, if it is null or empty it will cache any measure, otherwise it will use the selected measures and the mode to determinate if the requested measures should be cached.
getSelection() - Method in class com.activeviam.activepivot.server.impl.api.database.UpdateWhereSelectionAndProcedure
The selection for the update where.
getSelection() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Returns the MDX selection to monitor.
getSelectionField() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo
Returns the name of the underlying selection field contributing to this level.
getSelectionField() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Gets the property name for the AxisLevel.
getSender() - Method in class com.qfs.snl.dtos.MessageDto
Returns the sender.
getSender() - Method in interface com.qfs.snl.messages.IMessage
Gets the name of the entity that sends the message.
getSender() - Method in class com.qfs.snl.messages.impl.AMessage
 
getSender() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getSeparator() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
Gets the separator used to concatenate the elements of a field path into a String.
getSeparator() - Method in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonCsvOutputConfiguration
 
getSeparator() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvLegacyTabularOutputConfiguration
 
getSeparator() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvPivotTableOutputConfiguration
 
getSeparator() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvTabularOutputConfiguration
 
getSeparator() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
getSeparator() - Method in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated.
Gets the separator character between fields.
getSessionType() - Method in class com.qfs.snl.activiti.SentinelProcessEntityManager.Factory
Returns ProcessDefinitionEntityManager.
getSetCaption(String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.ICubeFormatter
Retrieves the caption associated with the given set.
getSets() - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
getShallowOffHeap() - Method in interface com.activeviam.tech.observability.api.memory.IMemoryStatistic
Gets the off-heap memory footprint of this element, not counting its children.
getShallowOnHeap() - Method in interface com.activeviam.tech.observability.api.memory.IMemoryStatistic
Gets the on-heap memory footprint of this element, not counting its children.
getShared(Class<T>) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContext
Returns the shared context value.
getSharedContexts() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Returns the list of shared contexts loaded during the initialization.
getSite() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getSite() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getSite() - Method in class com.qfs.snl.alerts.impl.DuringTask
The site linked to the event.
getSite() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getSite() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getSite() - Method in class com.qfs.snl.dtos.AlertDto
 
getSite() - Method in class com.qfs.snl.dtos.EventDto
 
getSite() - Method in class com.qfs.snl.dtos.MonitorDto
 
getSite() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
Gets the configured monitor site.
getSite() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getSite() - Method in interface com.qfs.snl.monitors.ISiteLocated
Gets the site where the element is located.
getSites() - Method in interface com.qfs.snl.agent.IAgentDescription
Get the available sites for an agent.
getSites() - Method in class com.qfs.snl.dtos.AgentDescriptionDto
 
getSites(IActivePivotManager) - Static method in class com.qfs.snl.agent.impl.SiteUtils
Construct all the possible sites by doing the of all catalogs,//TODO activePivots present in the activePivot manager.
getSize() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregatesCacheDescription
Returns the size of the aggregates cache.
getSize() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
getSize() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Returns the size of the message that is sent over the network.
getSize() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
The size of this vector, or -1 if variable size.
getSize() - Method in interface com.activeviam.database.datastore.api.description.IVectorFieldDescription
[Optional] Returns the size of the vector for fixed size vectors.
getSize() - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
MONITORING:
The size of the dictionary.
getSlicerAxis() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Gets the slicer axis of the cellset.
getSolveOrder() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns the solver order (SOLVE_ORDER).
getSourceIdentifiers() - Method in interface com.activeviam.tech.aggregation.api.IAggregation
 
getSourceIdentifiers() - Method in interface com.activeviam.tech.aggregation.api.IGenericAggregation
Returns the identifiers used to retrieve the data sources needed as sources of this aggregation.
getSourceIdentifiers() - Method in class com.activeviam.tech.aggregation.api.impl.AMultiSourceAggregation
 
getSourcePosition() - Method in interface com.activeviam.source.common.api.IIndexedColumnCalculator
Returns the source position to use for this column calculator.
getSourcePosition() - Method in class com.activeviam.source.common.api.impl.AIndexedColumnCalculator
 
getSourcePosition() - Method in class com.activeviam.source.csv.api.CsvColumnParser
Getter.
getSourceTableName() - Method in class com.activeviam.database.datastore.api.description.impl.ReferenceDescription
 
getSourceTableName() - Method in class com.activeviam.directquery.api.schema.JoinDescription
 
getSourceTypes() - Method in interface com.activeviam.tech.aggregation.api.IAggregation
 
getSourceTypes() - Method in interface com.activeviam.tech.aggregation.api.IGenericAggregation
Returns the types of the data sources of this aggregation.
getSourceTypes() - Method in class com.activeviam.tech.aggregation.api.impl.AMultiSourceAggregation
 
getSpanBuilder(String) - Static method in class com.activeviam.tech.core.api.tracking.Tracing
Deprecated.
Sugar to allow starting to build a new span directly.
getSqlExpression() - Method in class com.activeviam.directquery.api.schema.ExternalTable.TableExpression
 
getSqlForCreation() - Method in interface com.activeviam.directquery.application.api.IAggregateTableBootstrapper
Gets the SQL to create the Aggregate Table in ClickHouse.
getSqlForFeeding() - Method in interface com.activeviam.directquery.application.api.IAggregateTableBootstrapper
Gets the SQL to feed the Aggregate Table.
getSqlQuery() - Method in interface com.activeviam.directquery.api.validator.ITableValidatorErrorReport
SQL query performed to validate the table.
getStackTrace() - Method in class com.activeviam.web.core.api.websocket.JsonError
The stacktrace.
getStandaloneFields() - Method in class com.activeviam.tech.partitioning.api.HierarchicalPartitioningDescription
The partitioning fields that are used to define the standalone partitioning.
getStandaloneFields() - Method in class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription
The list of all field names that are considered apart from the multi-fields function.
getStandaloneFunctions() - Method in class com.activeviam.tech.partitioning.api.HierarchicalPartitioningDescription
 
getStandaloneFunctions() - Method in class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription
Gets the list of all standalone functions included in this partitionings.
getStandardCoordinateCount() - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Retrieves the count of levels that are associated with the ILevelInfo.ClassificationType.STANDARD and are stored in the diverse hierarchies represented in this mapping.
getStart() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
Returns the unique name of the measure providing the start value of the KPI.
getStart() - Method in interface com.activeviam.tech.mvcc.api.IBranchInfo
Gets the first epoch of the branch.
getStart() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getStart() - Method in interface com.qfs.snl.data.ISentinelAlert
Gets the start time of the alert.
getStart() - Method in class com.qfs.snl.dtos.AlertDto
 
getStartDate() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Returns the start date of the license, the beginning of the validity period.
getStartTime() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionStarted
The Unix timestamp, in milliseconds, of the moment when the transaction was created.
getState(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Gets the current state of the monitoring.
getState(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getState(String) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Gets the state of a stream.
getState(String, long) - Method in interface com.qfs.snl.monitors.IMonitorService
Retrieve the minimum set of events able to explain the current state of a given monitor, i.e.
getState(String, long) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
getState(String, long) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
getState(String, long) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
getState(String, long) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
getState(String, long) - Method in interface com.qfs.snl.rs.IMonitorRestService
Retrieve the minimum set of events able to explain the current state of a given monitor, i.e.
getState(String, long) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getStatement() - Method in class com.activeviam.activepivot.server.json.api.configuration.JsonMdxDefinitionStatement
 
getStatement() - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic.PreparedStatementHolder
Deprecated.
 
getStatement() - Method in interface com.activeviam.source.jdbc.api.IPreparedStatementSupplier.IPreparedStatementHolder
Returns the associated PreparedStatement.
getStates() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getStates() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getStates() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getStates() - Method in interface com.qfs.snl.data.ISentinelEvent
Gets the state of the event.
getStates() - Method in class com.qfs.snl.dtos.EventDto
 
getStateTransfer() - Method in interface com.activeviam.tech.core.api.registry.IFactoryValue
Return a transfer instance that exposes the same setters than the target implementation class, and that once filled with properties can transfer that state into instances of the implementation class.
getStatistics() - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
getStatistics() - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getStatistics() - Method in class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
 
getStatistics() - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
getStatistics() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
 
getStatistics() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
getStatistics() - Method in class com.qfs.snl.dtos.MonitorReportDto
Returns the statistics.
getStatistics() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
 
getStatistics() - Method in class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
 
getStatistics() - Method in class com.qfs.snl.monitoring.SentinelMonitoringMBean
 
getStatistics() - Method in interface com.qfs.snl.monitors.IMonitorReport
Gets the statistics on the number of members in each available stati.
getStatistics() - Method in class com.qfs.snl.monitors.impl.MonitorReport
 
getStatistics() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
 
getStatisticsEnabled() - Method in class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
Returns true if the hibernate session statistics are enabled, false otherwise.
getStatisticsOption() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit.JsonDatabaseEditContext
The statistics option for the query.
getStatisticType(String) - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
getStatus() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiDescription
Returns the description of the KPI goal.
getStatus() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getStatus() - Method in interface com.activeviam.tech.core.api.agent.IAgent
Returns the current state of this agent.
getStatus() - Method in class com.activeviam.web.core.api.websocket.JsonResponse
The status of the response.
getStatus() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getStatus() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getStatus() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getStatus() - Method in interface com.qfs.snl.data.ISentinelEvent
Return the status of this event If null it means that the state has ended.
getStatus() - Method in class com.qfs.snl.dtos.EventDto
 
getStatusCode(Throwable) - Static method in exception class com.activeviam.tech.core.api.exceptions.service.ServiceException
Finds the status code which could be associated to the specified throwable.
getStatusPresenter() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getStatusValue(Double) - Static method in class com.qfs.snl.kpis.impl.KpiUtil.RedOrangeGreen
Gets a value representing the status.
getStop() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
getStop() - Method in interface com.qfs.snl.data.ISentinelAlert
Gets the stop time of the alert.
getStop() - Method in class com.qfs.snl.dtos.AlertDto
 
getStore() - Method in interface com.activeviam.activepivot.core.intf.api.description.IJoinMeasureDescription
Gets the name of the store to read for the measure value.
getStore() - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IDatabaseRetrievalResult
Gets the point aggregate stores holding the retrieval results.
getStore() - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IJoinMeasure
Gets the store name the measure field comes from.
getStore() - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData
 
getStore() - Method in class com.activeviam.source.common.api.impl.AStoreMessageChannelFactory.TopicStore
 
getStoreDescriptions() - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescription
Deprecated, for removal: This API element is subject to removal in a future version.
getStoreName() - Method in interface com.activeviam.database.datastore.api.description.IKeyEventContext
The name of the store on which the key event happened.
getStoreName() - Method in interface com.activeviam.database.datastore.api.transaction.stats.IStoreTransactionStatistics
Returns the name of the store.
getStoreName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getStoreName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the parameter store.
getStores() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionStarted
The stores on which the transaction has been started.
getStoreTransactionStatistics(String) - Method in interface com.activeviam.database.datastore.api.transaction.stats.IDatastoreTransactionStatistics
Retrieves the transaction statistics of a store.
getStreamId() - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
 
getStreamId() - Method in interface com.activeviam.tech.streaming.intf.api.IStreamEvent
Gets the id of the publishing stream.
getStreamId() - Method in interface com.activeviam.tech.streaming.intf.api.IStreamProperties
Get the id of the stream.
getStreamKey() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler
 
getStreamKey() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IAggregatesContinuousHandler
Returns the stream's extended plugin key.
getStreamKey() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IAggregatesContinuousHandlerInfo
The plugin key of the stream this handler is associated with.
getStreamKey() - Method in class com.qfs.repository.impl.LookupHandler
Returns the identifier of the stream associated with this handler.
getStreams() - Method in class com.activeviam.activepivot.server.json.api.streaming.JsonStreams
Returns the underlying mapping.
getStreamsByPluginKey() - Method in class com.activeviam.activepivot.server.json.api.streaming.JsonStreamSnapshot
Returns the streams indexed by their plugin key.
getStrictMode() - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
 
getStrictMode() - Method in interface com.activeviam.tech.streaming.intf.api.IStreamProperties
Get whether the associated query should error out (strict behavior) if it cannot be resolved to locations that exist in the cube or should still be registered and wait for the locations to appear at a later time.
getString(IActiveViamProperty) - Static method in class com.activeviam.tech.core.api.properties.PropertyRegistry
Gets the value of the property or null if it is not defined.
getString(IActiveViamProperty, String) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getString(IActiveViamProperty, String) - Static method in class com.activeviam.tech.core.api.properties.PropertyRegistry
Gets the value of the property or defaultValue if it is not defined.
getString(String) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Retrieve a string object from the database.
getStringValue(String, IContextValue) - Method in interface com.activeviam.tech.excel.addin.service.api.IAdditionalContextMetadata
Once a context value is retrieved, its value shall be encoded as a string here.
getSubCondition() - Method in class com.activeviam.directquery.application.api.refresh.condition.NotColumnCondition
 
getSubConditions() - Method in class com.activeviam.directquery.application.api.refresh.condition.AndColumnCondition
 
getSubConditions() - Method in class com.activeviam.directquery.application.api.refresh.condition.OrColumnCondition
 
getSubDirectory(String) - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3CloudDirectory
 
getSubDirectory(String) - Method in interface com.activeviam.cloud.aws.api.s3.entity.IS3CloudDirectory
 
getSubDirectory(String) - Method in interface com.activeviam.cloud.azure.api.storage.entity.IAzureCloudDirectory
 
getSubDirectory(String) - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
 
getSubDirectory(String) - Method in interface com.activeviam.cloud.common.api.entity.ICloudDirectory
Gets the directory located inside this directory.
getSubDirectory(String) - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleCloudDirectory
 
getSubmittedRows() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcFetchingInfo
Returns the number of rows submitted to the append queue.
getSubRestriction() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.NotCubeRestriction
 
getSubRestrictions() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.AndCubeRestriction
 
getSubRestrictions() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.OrCubeRestriction
 
getSwapDirectory() - Method in interface com.activeviam.tech.chunks.api.IAllocationSettings
Returns null if swap is disabled, or the path in which to swap if swap is enabled.
getSwappingDirectory() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
 
getSwappingDirectory() - Method in interface com.activeviam.database.datastore.api.description.IVectorFieldDescription
[Optional] Returns the directory in which to put the swap files, if swapping is enabled.
getSynchronousMode() - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration
 
getSynchronousMode() - Method in interface com.activeviam.source.csv.api.ICsvSourceConfiguration
Deprecated.
Returns true if the synchronous flag is activated.
getTable(String) - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescription
 
getTable(String) - Method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
 
getTable(String, JoinPath) - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescription
 
getTableDescription(String) - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Returns the table description corresponding to the given table name.
getTableDescriptions() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Returns the description of all the tables visible for the current user.
getTableFieldReference() - Method in interface com.activeviam.activepivot.server.impl.api.database.IFieldDetails
Returns the identifier for the tested field.
getTableId() - Method in class com.activeviam.directquery.api.schema.ExternalTable.NamedExternalTable
 
getTableName() - Method in interface com.activeviam.activepivot.server.impl.api.database.IConditionContext
Gets the name of the base table from which conditions are considered.
getTableName() - Method in interface com.activeviam.activepivot.server.impl.api.database.IUpdateWhereContext
Gets the name of the base table from which conditions are considered.
getTableName() - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
getTableName() - Method in class com.activeviam.directquery.application.api.refresh.TableUpdateDetail
 
getTableNames() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Returns a list containing all the table names sorted alphabetically.
getTableNames() - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescription
Gets the names of all the tables, in the same order as IDatastoreSchemaDescription.getTables().
getTableNames() - Method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
The table names, in the same order as DatastoreSchemaDescription.tables.
getTablePermissions() - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurity
 
getTablePermissions() - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurity
Returns the permissions for each table.
getTableReaderRoles() - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
getTableReaderRoles() - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITablePermissions
Returns the roles that can read the whole table.
getTables() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseDiscovery
Gets the descriptions of all tables.
getTables() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
Gets the descriptions of all tables.
getTables() - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescription
Returns the stores in the physical order of the datastore.
getTables() - Method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
Description of the stores in the physical order of the datastore.
getTables() - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
getTableSecurity() - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IDatabaseServiceConfiguration
Gets the table security configuration
If there is no security defined on a table, then the table is not accessible name
Value : the table rest security configuration.
getTableSize(String) - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Returns the actual number of records in the table specified by its name.
getTableWriterRoles() - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
getTableWriterRoles() - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITablePermissions
Returns the roles that can write the whole table.
getTagAcceptor() - Method in class com.activeviam.source.jdbc.api.observability.LoggingJdbcHealthEventHandler
 
getTagAcceptor() - Method in interface com.activeviam.tech.observability.api.health.IHealthEventHandler
The tag acceptor that allows to pick which event this handler is interested in.
getTaggedEntries(String) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Resolve the entries name that match the given tag.
getTags() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
 
getTags() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionStarted
 
getTags() - Method in class com.activeviam.source.csv.api.observability.ACsvFileParsingEvent
 
getTags() - Method in class com.activeviam.source.csv.api.observability.CsvLineParsingFailure
 
getTags() - Method in class com.activeviam.source.jdbc.api.observability.JdbcFetchingDoneEvent
 
getTags() - Method in class com.activeviam.source.jdbc.api.observability.JdbcFetchingFailureEvent
 
getTags() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueTopic
Retrieves the tags associated with the topic.
getTags() - Method in class com.activeviam.source.keyvalue.api.impl.KeyValueTopic
 
getTags() - Method in interface com.activeviam.tech.observability.api.health.IHealthCheck
The tags of the health event generated by this health check.
getTags() - Method in interface com.activeviam.tech.observability.api.health.IHealthEvent
A set of strings defining what this event is about.
getTags() - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
 
getTargetClass() - Method in interface com.activeviam.tech.core.api.property.ICompiledProperty
Returns the target class.
getTargetColumnNames() - Method in class com.activeviam.directquery.api.MeasureMapping
 
getTargetOptionality() - Method in class com.activeviam.directquery.api.schema.JoinDescription
 
getTargetStore() - Method in interface com.activeviam.database.datastore.api.description.IReferenceDescription
Deprecated, for removal: This API element is subject to removal in a future version.
Use ITableJoin.getTargetTableName() instead.
getTargetStores() - Method in class com.activeviam.source.common.api.impl.AutoCommitTuplePublisher
 
getTargetStores() - Method in class com.activeviam.source.common.api.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
 
getTargetStores() - Method in class com.activeviam.source.common.api.impl.TuplePublisher
Target stores where the data goes.
getTargetStores() - Method in interface com.activeviam.source.common.api.ITuplePublisher
Returns the target stores where to publish.
getTargetTable() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseJoinDescription
Gets the target table of the join.
getTargetTable() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseJoin
Gets the target table of the join.
getTargetTableName() - Method in class com.activeviam.database.datastore.api.description.impl.ReferenceDescription
 
getTargetTableName() - Method in class com.activeviam.directquery.api.schema.JoinDescription
 
getTaskInitiator() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
getTaskInitiator() - Method in interface com.qfs.snl.workflows.tasks.IUserTask
Get the initiator of the task.
getTasks() - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
Gets registered tasks.
getTaskVariable(String, String) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
getTaskVariable(String, String) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Get a variable associated to a task from the task's scope.
getTaskVariables(String, Collection<String>) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
getTaskVariables(String, Collection<String>) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Get some variables associated to a task from the task's scope.
getTerminateFunction() - Method in interface com.activeviam.tech.aggregation.api.udaf.IUserDefinedAggregation
Returns the function to apply on the aggregation buffers to compute the final results.
getTestedFieldDetails() - Method in interface com.activeviam.activepivot.server.impl.api.database.IConditionContext
Returns the details about the field being tested by the condition.
getThreadCount() - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
Returns the number of live threads at the time of creation of this event.
getThreadId() - Method in interface com.activeviam.tech.observability.api.health.IHealthEvent
The ID of the thread that created the event.
getThreadName() - Method in interface com.activeviam.tech.observability.api.health.IHealthEvent
The name of the thread that created the event.
getThreads() - Method in class com.activeviam.cloud.common.api.CloudFetchingConfig
Gets the maximum number of threads that will download in parallel parts of an entity.
getTime() - Method in interface com.activeviam.tech.core.api.time.ITime
Returns time.
getTime() - Method in class com.qfs.snl.dtos.MessageDto
Returns the time.
getTime() - Method in interface com.qfs.snl.messages.IMessage
Gets the timestamp of the message.
getTime() - Method in class com.qfs.snl.messages.impl.AMessage
 
getTime() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getTimeComparator() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
Returns the time comparator.
getTimeComparator() - Method in interface com.activeviam.activepivot.core.ext.api.postprocessing.impl.ITimeLinePostProcessor
Return the comparator used to compare the members of the time hierarchy.
getTimeHierarchy() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
Returns the time hierarchy.
getTimeHierarchyIdx() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
Returns the index of the time hierarchy.
getTimeHierarchyIdx() - Method in interface com.activeviam.activepivot.core.ext.api.postprocessing.impl.ITimeLinePostProcessor
Returns the index of the time hierarchy.
getTimeLimitInSeconds() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueriesTimeLimit
Returns the time limit in seconds.
getTimeout() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Gets the timeout value of the query.
getTimestamp() - Method in interface com.activeviam.tech.contentserver.storage.api.ITimestampedPathlessContentEntry
The UNIX time-stamp at which the entry was last edited.
getTimestamp() - Method in interface com.activeviam.tech.mvcc.api.IEpoch
Gets the time when the epoch was created.
getTimestamp() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getTimestamp() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getTimestamp() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getTimestamp() - Method in interface com.qfs.snl.data.ISentinelEvent
Return the timestamp in milliseconds when the action occurred.
getTimestamp() - Method in class com.qfs.snl.dtos.AuditDto
 
getTimestamp() - Method in class com.qfs.snl.dtos.EventDto
 
getTimestamp() - Method in interface com.qfs.snl.persistence.IAudit
Return the timestamp in milliseconds when the action occurred.
getTimestamp() - Method in class com.qfs.snl.persistence.impl.AAudit
 
getTimeStamp() - Method in interface com.activeviam.tech.observability.api.health.IHealthEvent
The UNIX timestamp (number of milliseconds since Unix Epoch 0) at the creation of the event.
getTimeToKeepBeforeReleasing() - Method in class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
 
getTimeTravelDescription() - Method in class com.activeviam.directquery.api.schema.ATableDescription
The emulated time-travel information for the table (if any).
getTimingInfo() - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData
 
getTimingInfo() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval timing information per partition.
getTitle() - Method in class com.qfs.snl.dtos.MessageDto
Returns the title.
getTitle() - Method in interface com.qfs.snl.messages.IMessage
Gets the title of the message.
getTitle() - Method in class com.qfs.snl.messages.impl.AMessage
 
getTitle() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
getTo() - Method in class com.activeviam.activepivot.server.intf.api.dto.RangeDTO
The last index (excluded).
getTo() - Method in class com.activeviam.activepivot.server.json.api.query.JsonRange
The last index (excluded).
getTo() - Method in class com.activeviam.tech.streaming.impl.api.RangeProperty
 
getTo() - Method in interface com.activeviam.tech.streaming.intf.api.IRangeProperty
Gets the last index of the range (excluded).
getTo() - Method in class com.qfs.repository.dto.UpdateRequestDto
 
getTo() - Method in class com.qfs.repository.persistence.impl.UpdateRequest
 
getTo() - Method in interface com.qfs.repository.persistence.IUpdateRequest
Returns the updated version of the data.
getTo() - Method in class com.qfs.snl.dtos.TimePeriodDto
Gets the raw 'to' boundary.
getToken() - Method in interface com.activeviam.web.spring.api.jwt.IJwtService
Returns a JWT if there is currently an authenticated user, otherwise null.
getToken(String, Collection<String>) - Method in interface com.activeviam.web.spring.api.jwt.IJwtService
Generates a new JWT for a user.
getTopic() - Method in interface com.activeviam.source.common.api.IMessageChannel
Retrieves the topic of this channel.
getTopic() - Method in class com.activeviam.source.common.api.impl.AMessageChannel
 
getTopic() - Method in class com.activeviam.source.common.api.impl.AStoreMessageChannelFactory.TopicStore
 
getTopic() - Method in interface com.activeviam.source.common.api.ITopicParsingReport
 
getTopic() - Method in interface com.activeviam.source.csv.api.IFileEvent
Returns the topic that produced this event.
getTopic() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcFetchingInfo
Returns the name of the topic.
getTopic(String) - Method in interface com.activeviam.source.csv.api.ICsvSource
Retrieve a ICsvTopic by its name.
getTopics() - Method in interface com.activeviam.source.common.api.ISource
Return the list of topics supported by this source.
getTopics() - Method in class com.activeviam.source.csv.api.FileSystemCsvMonitoring
Retrieves the topics defined by the source, and their state (paused or not).
getTotalDatabaseResultSize() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData
Total database retrieval's result size (in terms of points).
getTotalFetchedLineCount() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcFetchingInfo
Returns the total number of fetched lines.
getTotalLinesCount() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the total number of lines in the parsed file.
getTotalPublishedLines() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the total number of lines that were published.
getTotalPublishedRecords() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcFetchingInfo
Returns the total number of published records.
getTotalRetrievals() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData
The total number of retrievals.
getToTime() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
getToTime() - Method in class com.qfs.snl.impl.TimePeriod
 
getToTime() - Method in interface com.qfs.snl.ITimePeriod
Gets the resolved 'to' timestamp.
getTraceContext() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
getTracer() - Static method in class com.activeviam.tech.core.api.tracking.Tracing
Deprecated.
Returns the Tracer to use for tracing within Atoti Server.
getTransactionalWriter() - Method in class com.activeviam.source.common.api.impl.AStoreMessageChannelFactory
 
getTransactionalWriter() - Method in interface com.activeviam.source.common.api.IStoreMessageChannelFactory
Returns the writer into the associated schema.
getTransactionDuration() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
The total duration of the transaction, from start to commit, in milliseconds.
getTransactionId() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
The id of the committed transaction.
getTransactionId() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionStarted
The id of the committed transaction.
getTransactionManager() - Method in interface com.activeviam.database.datastore.api.IDatastore
Gets the transaction manager for this datastore.
getTransactionStatistics() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
The statistics collected about this transaction.
getTransferTime() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueBatchInfo
Returns the execution time of the KeyValue query (as nanoseconds).
getTransformedType() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.ITransformProcedure
Returns the type of the transformed values.
getTransientLimit() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueriesResultLimit
Returns the transient limit resulting from the accumulation of all the intermediate results within a single query.
getTranslator() - Method in class com.activeviam.source.csv.api.translator.AHeaderTranslator
Returns the IColumnarTranslator.
getTranslator(String, String) - Method in class com.activeviam.source.common.api.impl.AMessageChannelFactory
Return the tuple translator that will be used to parse text records associated with a given topic and written into the given store.
getTranslator(String, String) - Method in class com.activeviam.source.jdbc.api.AJdbcMessageChannelFactory
 
getTrend() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiDescription
Returns the unique name of the member in the measures dimension for the KPI Trend.
getTrend() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getTrendPresenter() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getTupleFactory() - Method in interface com.activeviam.source.csv.api.translator.IMapTranslator
Deprecated.
Returns the factory used by the translator to produce mapped tuples.
getTupleFactory() - Method in class com.activeviam.source.csv.api.translator.MapTranslator
Deprecated.
 
getTuplePublisher() - Method in class com.activeviam.source.common.api.impl.AStoreMessage
 
getTuplePublisher() - Method in interface com.activeviam.source.common.api.IStoreMessage
Get the tuple publisher of this message, used to publish the content of message.
getTuples() - Method in class com.activeviam.source.common.api.impl.AStoreMessage
 
getTuples() - Method in interface com.activeviam.source.common.api.IStoreMessage
Get the data tuples that have been accumulated in the message so far.
getTuples() - Method in interface com.activeviam.source.common.api.IStoreMessageChunk
Get the data tuples that have been accumulated in the chunk so far.
getTupleSize() - Method in class com.activeviam.source.csv.api.translator.AColumnarTranslator
Getter.
getType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.CommitStoreStream
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.UnderlyingMeasureEvaluator
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.BasicPostProcessor
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.DynamicAggregationPostProcessor
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.FilteringPostProcessor
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.MinimumLevelsPostProcessor
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.NeighborValuePostProcessor
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentValuePostProcessor
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfMemberPostProcessor
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfParentPostProcessor
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PreviousValuePostProcessor
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.Stream2PositionPostProcessor
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.query.result.impl.VectorDrillthroughColumn
 
getType() - Method in class com.activeviam.activepivot.core.ext.api.query.result.impl.VectorDrillthroughColumnSet
 
getType() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IUnknownOlapElementException
Returns the type of the missing olap element.
getType() - Method in exception class com.activeviam.activepivot.core.intf.api.postprocessing.UnknownOlapElementException
 
getType() - Method in exception class com.activeviam.activepivot.core.intf.api.postprocessing.UnknownOlapElementRuntimeException
Type of the dependency.
getType() - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.MapDrillthroughQuery
 
getType() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughHeader
Returns the type of the drillthrough column.
getType() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughHeadersQuery
 
getType() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughQuery
 
getType() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXQuery
 
getType() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseFieldDescription
Gets the type of the field.
getType() - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The type of the dimension.
getType() - Method in class com.activeviam.activepivot.server.intf.api.discovery.LevelDiscovery
The type of the level.
getType() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
The type of the header.
getType() - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellData
 
getType() - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
 
getType() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Gets the type of the field.
getType() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonArrowOutputConfiguration
 
getType() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvLegacyTabularOutputConfiguration
 
getType() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvPivotTableOutputConfiguration
 
getType() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvTabularOutputConfiguration
 
getType() - Method in class com.activeviam.activepivot.server.json.api.discovery.ContextValueDiscovery
Returns The type of the context value.
getType() - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
getType() - Method in class com.activeviam.activepivot.server.json.api.discovery.DrillthroughColumnDiscovery
 
getType() - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDiscovery
 
getType() - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Returns the data type of the measure.
getType() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughData
 
getType() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughUpdateData
 
getType() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularHeader
Getter for JsonTabularHeader.type.
getType() - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData
 
getType() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval type.
getType() - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
The complete type.
getType() - Method in class com.activeviam.database.datastore.api.description.impl.OptimizationDescription
 
getType() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
 
getType() - Method in interface com.activeviam.database.datastore.api.description.IOptimizationDescription
Returns the type of optimization.
getType() - Method in class com.activeviam.directquery.api.schema.AFieldDescription
Type of the field in the local schema.
getType() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter
 
getType() - Method in interface com.activeviam.source.csv.api.report.ICsvAnomaly
Returns the type of this anomaly.
getType() - Method in exception class com.activeviam.tech.core.api.exceptions.ActiveViamParsingException
Returns the type set with in the constructor.
getType() - Method in class com.activeviam.tech.core.api.filtering.impl.AndCondition
 
getType() - Method in class com.activeviam.tech.core.api.filtering.impl.EqualCondition
 
getType() - Method in class com.activeviam.tech.core.api.filtering.impl.FalseCondition
 
getType() - Method in class com.activeviam.tech.core.api.filtering.impl.GreaterCondition
 
getType() - Method in class com.activeviam.tech.core.api.filtering.impl.GreaterEqualCondition
 
getType() - Method in class com.activeviam.tech.core.api.filtering.impl.InCondition
 
getType() - Method in class com.activeviam.tech.core.api.filtering.impl.LikeCondition
 
getType() - Method in class com.activeviam.tech.core.api.filtering.impl.LowerCondition
 
getType() - Method in class com.activeviam.tech.core.api.filtering.impl.LowerEqualCondition
 
getType() - Method in class com.activeviam.tech.core.api.filtering.impl.NotCondition
 
getType() - Method in class com.activeviam.tech.core.api.filtering.impl.OrCondition
 
getType() - Method in class com.activeviam.tech.core.api.filtering.impl.ToStringEqualCondition
 
getType() - Method in class com.activeviam.tech.core.api.filtering.impl.TrueCondition
 
getType() - Method in class com.activeviam.tech.core.api.ordering.CustomComparator
 
getType() - Method in interface com.activeviam.tech.core.api.registry.IExtendedPluginValue
Return the type identifying of plugin value.
getType() - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
MONITORING:
The type of the dictionary (ie the type of the instance).
getType() - Method in class com.activeviam.tech.mvcc.api.ordering.EpochComparator
 
getType() - Method in class com.activeviam.tech.mvcc.api.ordering.ReverseEpochComparator
 
getType() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Returns The content type of the attribute as an int described in AttributeTypes.
getType() - Method in class com.activeviam.web.core.api.websocket.JsonErrorMinimalInfo
Returns the type of the error.
getType() - Method in class com.activeviam.web.core.api.websocket.JsonResponse
The type of the response.
getType() - Method in interface com.activeviam.web.core.api.websocket.JsonTypedObject
Returns the type of the object.
getType() - Method in class com.qfs.repository.impl.LookupHandler
Returns the type identifying this plugin value.
getType() - Method in class com.qfs.repository.impl.LookUpPostProcessor
 
getType() - Method in class com.qfs.repository.impl.LookupStream
 
getType() - Method in class com.qfs.repository.mdx.impl.LookupMdxContinuousDecorator
 
getType() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
 
getType() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
getType() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
getType() - Method in class com.qfs.snl.dtos.FormFieldDto
Returns the type.
getType() - Method in class com.qfs.snl.dtos.MessageDto
Returns the type of this message content.
getType() - Method in class com.qfs.snl.dtos.MonitorDto
 
getType() - Method in class com.qfs.snl.dtos.ws.ATypedDto
 
getType() - Method in interface com.qfs.snl.dtos.ws.ITypedDto
Returns the type of the message.
getType() - Method in interface com.qfs.snl.messages.form.IFormField
Type of the property.
getType() - Method in class com.qfs.snl.messages.form.impl.BooleanFieldType
 
getType() - Method in class com.qfs.snl.messages.form.impl.DateFieldType
 
getType() - Method in class com.qfs.snl.messages.form.impl.EnumFieldType
 
getType() - Method in class com.qfs.snl.messages.form.impl.FormField
 
getType() - Method in class com.qfs.snl.messages.form.impl.NumberFieldType
 
getType() - Method in class com.qfs.snl.messages.form.impl.StringFieldType
 
getType() - Method in interface com.qfs.snl.monitors.IMonitor
Get the type of the monitor.
getType() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getType() - Method in class com.qfs.snl.workflows.impl.WorkflowKey
Gets the entity type on which the workflow applies.
getType() - Method in class com.qfs.snl.workflows.process.impl.AlertProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.process.impl.EntityProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.process.impl.EventProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.process.impl.MonitorProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.process.impl.ParameterNameProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.process.impl.ParameterProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.process.impl.TypeProcessExecutor
 
getType() - Method in class com.qfs.snl.workflows.units.impl.DefaultWorkflowUnit
 
getType(int) - Method in interface com.activeviam.tech.records.api.IRecordBlock
 
getType(int) - Method in interface com.activeviam.tech.records.api.IRecordFormat
Returns the data type of the specified field.
getType(int) - Method in interface com.activeviam.tech.records.api.ITypedColumnarTable
Gets the type of the column.
getType(String) - Method in class com.qfs.snl.agent.service.impl.PublicationStatistics
 
getTypeClass(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Returns the class that the provided type represents.
getTypeFromLiteralType(ILiteralType) - Static method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
Converts a literal type to a raw type.
getTypes() - Method in interface com.qfs.snl.agent.IMonitoringService
Gets the list of supported monitoring streams.
getTypes() - Method in class com.qfs.snl.agent.impl.MonitoringService
 
getTypes() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
getTypes() - Method in interface com.qfs.snl.agent.service.ISentinelDaemonActions
All the available types.
getTypeString(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Returns the simple name of the class the provided type represents.
getUnderlying() - Method in class com.activeviam.cloud.azure.api.storage.entity.AzureEntity
 
getUnderlying() - Method in interface com.activeviam.cloud.azure.api.storage.entity.IAzureEntity
Gets the underlying blob client, without additional type information.
getUnderlying() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureBlobPath
 
getUnderlying() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzureAppendBlobPath
 
getUnderlying() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzureBlobPath
 
getUnderlying() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzureBlockBlobPath
 
getUnderlying() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzureEncryptedBlobPath
getUnderlying() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzurePageBlobPath
 
getUnderlying() - Method in class com.activeviam.cloud.google.api.storage.GoogleEntity
 
getUnderlyingArray() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
getUnderlyingArray() - Method in interface com.activeviam.tech.chunks.api.vectors.util.IPrimitiveIterator
Gets a vector containing all the values, based on this iterator.
getUnderlyingDataNodes() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval members.
getUnderlyingFields() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.ICalculatedDrillthroughColumnDescription
Returns the list of fields separated by ICalculatedDrillthroughColumnDescription.SEPARATOR.
getUnderlyingFields() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughColumn
Returns a list of fields required for computing this column.
getUnderlyingLevels() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAnalysisAggregationProcedureDescription
Gets the list of underlying levels used by the procedure to aggregate members on the analysis hierarchies.
getUnderlyingMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.description.IPostProcessorDescription
Gets the underlying measures of this post-processor.
getUnderlyingQuery() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IGetAggregatesContinuousQuery
Returns the originating query.
getUnderlyingTable() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription
 
getUndictionarizedDataType() - Method in interface com.activeviam.tech.chunks.api.types.IFieldType
Deprecated, for removal: This API element is subject to removal in a future version.
Data type representation as integer will be removed.
getUniqueIdentifierInCluster() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDataActivePivot
Returns the unique cube identifier of the cube within the cluster.
getUniqueName() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiDescription
Returns the name of the KPI.
getUniqueName() - Method in interface com.activeviam.activepivot.core.intf.api.description.IMdxElementDescription
Returns the unique name of the Mdx element.
getUniqueName() - Method in interface com.activeviam.activepivot.core.intf.api.description.INamedSetDescription
Returns the unique name of the member.
getUnit() - Method in class com.qfs.snl.workflows.impl.WorkflowPayload
 
getUnit() - Method in interface com.qfs.snl.workflows.IWorkflowPayload
Returns the IWorkflowUnit variable from this payload.
getUnknownColumnBehavior() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties
Returns the behavior of the ActivePivot mdx query engine when an unknown column is indicated in the mdx query.
getUnknownMemberDiscriminator() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo
Returns The discriminator of the unknown member at this level.
getUnloadMembersMessageTimeout() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Returns the timeout in milliseconds to use for the unload memnber messages.
getUpdated() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IDrillthroughUpdate
Retrieves the content impacted by this update.
getUpdatedFieldDetails() - Method in interface com.activeviam.activepivot.server.impl.api.database.IUpdateWhereContext
Returns the details about the field being modified by the update-where operation.
getUpdatedFields() - Method in class com.activeviam.activepivot.server.impl.api.database.UpdateWhereSelectionAndProcedure
The set of field that will be updated.
getUpdatedResource() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
 
getUpdatedResource() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
getUpdatedResource() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
getUpdatedResource() - Method in interface com.qfs.snl.data.ISentinelEvent
Gets a string representation of the updated resource.
getUpdatedResource() - Method in class com.qfs.snl.dtos.EventDto
 
getUpdatedResources(String, String) - Method in class com.qfs.repository.impl.FilteredParameterEvent
 
getUpdatedResources(String, String) - Method in class com.qfs.repository.impl.ParameterEvent
 
getUpdatedResources(String, String) - Method in interface com.qfs.repository.IParameterEvent
Get the tuples of changed parameters.
getUpdatedRows() - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableResult
Gets the number of updated rows.
getUpdateProcedure() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
Gets the update procedure.
getUpdates() - Method in class com.activeviam.directquery.application.api.refresh.ChangeDescription
 
getUpdates() - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
getUpdates() - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
getUpdates() - Method in interface com.qfs.repository.params.IParameterUpdate
Returns the point values to update.
getUpdates(String, long, long) - Method in interface com.qfs.snl.rs.IMonitorRestService
Gets all monitors.
getUpdates(String, long, long) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
getUpdatesTimestamp() - Method in class com.qfs.repository.dto.PointValueUpdatesDto
 
getUpdatesTimestamp() - Method in class com.qfs.repository.impl.PointValueUpdates
 
getUpdatesTimestamp() - Method in interface com.qfs.repository.IPointValueUpdates
Get the timestamp of this PointValueUpdate.
getUpdatesTimestamp() - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
 
getUpdatesTimestamp() - Method in interface com.qfs.snl.monitors.IMonitorUpdates
Get the timestamp of this monitorUpdates.
getUpdatesTimestamp() - Method in class com.qfs.snl.monitors.impl.MonitorUpdates
 
getUpTime() - Method in interface com.activeviam.tech.observability.api.health.IHealthEvent
How long (in milliseconds) the JVM has been up for when this event has been created.
getUri() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueSourceConfiguration
Gets the URI to connect to the key-value database.
getUri() - Method in class com.activeviam.source.keyvalue.api.impl.KeyValueSourceConfiguration
 
getUrl() - Method in interface com.qfs.snl.agent.IAgentConnectionDetails
Get the url to use to interact with the agent.
getUrl() - Method in class com.qfs.snl.dtos.AgentConnectionDetailsDto
 
getUrl() - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
Returns the url.
getUsedDirectMemory() - Static method in class com.activeviam.tech.core.api.memory.MemoryUtil
Returns total direct memory that is actually used (in bytes), i.e. excluding cache memory.
getUsedDirectMemory() - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
Returns the number of bytes of direct memory is effectively used at the time of creation of the event.
getUsedHeap() - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
Returns the amount of heap memory in use at the time of creation of the event, in bytes.
getUseIntrospection(int) - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IAnalysisHierarchyInfo
Returns whether the level with the given ordinal is fully static or based on introspection of the ActivePivot input projection feed.
getUseMultipleFiles() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Option to use several files if needed.
getUser() - Static method in class com.qfs.repository.util.RepositorySecurityUtil
Gets the name of the connected user.
getUser() - Method in interface com.qfs.snl.rs.IInformationRestService
Authenticates the session with this unique id.
getUser() - Method in class com.qfs.snl.rs.impl.InformationRestServiceController
 
getUser() - Static method in class com.qfs.snl.utils.impl.SentinelSecurityUtil
Gets the name of the connected user.
getUserLocale(String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
 
getUsername() - Method in class com.qfs.snl.dtos.AuditDto
 
getUsername() - Method in interface com.qfs.snl.persistence.IAudit
Return the name of the user.
getUsername() - Method in class com.qfs.snl.persistence.impl.AAudit
 
getUserName() - Method in interface com.activeviam.tech.core.api.security.ISecurityDetails
Returns the username associated to current security token.
getUserName() - Method in class com.activeviam.tech.core.api.security.SecurityDetails
 
getUserName() - Method in class com.activeviam.web.core.api.UserAuthenticator
 
getUserName() - Method in class com.activeviam.web.spring.api.security.SpringSecurityFacade
Returns the name of the currently logged user, or null if no user is currently logged in.
getUserName() - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
Returns the user.
getUserNameAndGrantedAuthorities() - Method in interface com.activeviam.tech.core.api.security.ISecurityDetails
Constructs the set containing the current user's name and granted authorities.
getUserWithException() - Static method in class com.qfs.repository.util.RepositorySecurityUtil
Gets the name of the connected user or throws.
getUserWithException() - Static method in class com.qfs.snl.utils.impl.SentinelSecurityUtil
Gets the name of the connected user or throws.
getUseZipFile() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Option to zip the files created.
getValidationParameter(Object[], int) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDescription
Gets the wanted parameter from the validation parameter list, or returns null if not existing.
getValidationTimeout() - Method in class com.activeviam.directquery.api.validator.DataValidatorSettings
Duration that defines the timeout for the validation queries.
getValidRowToColumnValue() - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription
The value of the `to` column while the row is valid.
getValue() - Method in interface com.activeviam.activepivot.core.intf.api.description.IComparatorOrderDescription
This is the value for the special order, like "Arrays.asList(new Object[]{"EUR", "USD"})".
getValue() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiDescription
Returns the unique name of the member in the measures dimension for the KPI Value.
getValue() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Gets the cell value.
getValue() - Method in class com.activeviam.activepivot.server.json.api.cellset.CellData
 
getValue() - Method in class com.activeviam.activepivot.server.json.api.discovery.JsonContextValue
Returns the value of the context value.
getValue() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getValue() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter
 
getValue() - Method in class com.activeviam.directquery.application.api.refresh.condition.EqualColumnCondition
 
getValue() - Method in class com.activeviam.source.keyvalue.api.KeyValueEntry
Returns the value of the entry.
getValue() - Method in class com.activeviam.tech.core.api.util.Pair
 
getValue() - Method in class com.qfs.repository.dto.PointValueDto
 
getValue() - Method in class com.qfs.repository.dto.RepositoryResultDto
 
getValue() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
getValue() - Method in class com.qfs.repository.impl.RepositoryResult
 
getValue() - Method in interface com.qfs.repository.IRepositoryResult
Gets the value of the repository result.
getValue() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
getValue() - Method in interface com.qfs.repository.persistence.model.IPointValue
Returns the value associated with the point value.
getValue() - Method in class com.qfs.snl.data.impl.SentinelState
 
getValue() - Method in interface com.qfs.snl.data.ISentinelState
Return the value of the state.
getValue() - Method in class com.qfs.snl.dtos.FormFieldTypeDto
Returns the value.
getValue() - Method in class com.qfs.snl.dtos.StateDto
 
getValue() - Method in interface com.qfs.snl.messages.form.IFormField.IType
Gets the value of the field, according to the type.
getValue() - Method in class com.qfs.snl.messages.form.impl.BooleanFieldType
Gets the boolean value filled in the form.
getValue() - Method in class com.qfs.snl.messages.form.impl.DateFieldType
Gets the date value filled in the form.
getValue() - Method in class com.qfs.snl.messages.form.impl.EnumFieldType
Gets all the selected values.
getValue() - Method in class com.qfs.snl.messages.form.impl.NumberFieldType
Gets the long value filled in the form.
getValue() - Method in class com.qfs.snl.messages.form.impl.StringFieldType
Gets the string value filled in the form.
getValue() - Method in class com.qfs.snl.persistence.impl.ADbInfo
Gets the value of the info.
getValue(Object) - Method in interface com.activeviam.tech.core.api.filtering.IAccessor
Applies the accessor to the input object.
getValue(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.MultipleAccessor
 
getValue(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.SingleAccessor
 
getValue(Object) - Method in class com.activeviam.tech.core.api.property.impl.Property
Use the property to read a value from a target object.
getValue(Object) - Method in interface com.activeviam.tech.core.api.property.IProperty
Gets the value of this property from a target object.
getValue(Object, int) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.HierarchyComparator
Gets the member discriminator for a given level of this hierarchy from a "supported" object.
getValue(Object, int, int) - Static method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.HierarchyComparator
Gets the member discriminator for a given level from a "supported" object.
getValue(String) - Method in interface com.activeviam.source.common.api.IColumnCalculator.IColumnCalculationContext
Looks in the currently processed tuple to retrieve the value associated with a given column.
getValue(String) - Method in class com.activeviam.source.common.api.impl.ColumnCalculationContext
Returns the computed value of a given column.
getValue(String) - Method in interface com.qfs.snl.workflows.IWorkflowPayload
Gets a value from the payload.
getValueFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getValueFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the value of a point value.
getValues() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDescriptionWithImports
All the values associated with the description.
getValues() - Method in class com.activeviam.directquery.application.api.refresh.condition.InColumnCondition
 
getVariable(String) - Method in class com.qfs.snl.workflows.impl.CompletedWorkflowProcess
 
getVariable(String) - Method in class com.qfs.snl.workflows.impl.WorkflowProcess
 
getVariable(String) - Method in interface com.qfs.snl.workflows.IWorkflowProcess
Gets a variable from the payload given for the process execution.
getVariable(String, String) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
getVariable(String, String) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Get a variable associated to a task from the task's scope or workflow's scope.
getVariables(String, Collection<String>) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
getVariables(String, Collection<String>) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Get some variables associated to a task from the task's scope or workflow's scope.
getVectorBlockSize() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
 
getVectorBlockSize() - Method in interface com.activeviam.database.datastore.api.description.IVectorFieldDescription
Returns the size of vectors blocks.
getVectorBlockSize() - Method in interface com.activeviam.tech.chunks.api.IAllocationSettings
Returns the size of the blocks in which vectors will be allocated.
getVectorDefaultDelimiter() - Static method in interface com.activeviam.tech.core.api.format.IParser
Returns the default delimiter between vector elements.
getVectorizedColumns() - Method in class com.activeviam.directquery.api.schema.MultiRowVectorTableDescription
Columns from the external database that holds the vectors values (these are local names).
getVersion() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IVersionedContinuousQueryUpdate
Returns the ActivePivot version that was used to compute the update to the continuous query.
getVersion() - Method in interface com.activeviam.tech.mvcc.api.IHeadInfo
Gets the head version of a branch.
getVersion() - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
 
getVersion() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
 
getVersion() - Method in class com.qfs.snl.dtos.VersionDto
Gets ActiveMonitor version.
getVersion() - Method in interface com.qfs.snl.rs.IInformationRestService
Gets the current version of ActiveMonitor.
getVersion() - Method in class com.qfs.snl.rs.impl.InformationRestServiceController
 
getVersion(String) - Method in interface com.activeviam.tech.mvcc.api.IVersionHistory
Gets the version that was recorded at the epoch with a given epoch name.
getVersion(String, long) - Method in interface com.activeviam.tech.mvcc.api.IVersionHistory
Gets the recorded version that is valid at the given epoch id and in the given branch.
getVersionByTime(String, long) - Method in interface com.activeviam.tech.mvcc.api.IVersionHistory
Gets the recorded version that is valid at the given time and in the given branch.
getVersionHistory() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Gets the history of ActivePivot versions.
getVersionHistory() - Method in interface com.activeviam.database.datastore.api.IDatastore
Gets the version history of the datastore.
getView() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Returns the IClusterView of the current cluster.
getViewId() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot
Returns the ID of the view this pivot is associated with.
getVisible() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularHeader
Getter for JsonTabularHeader.visible.
getWatcherService() - Method in class com.activeviam.source.csv.api.AFileSystemCsvTopic
Watcher service listening for changes in the underlying files.
getWatcherService() - Method in class com.activeviam.source.csv.api.FileSystemCsvTopicFactory
Returns the IWatcherService used for the topics.
getWeight() - Method in interface com.activeviam.activepivot.core.intf.api.description.IKpiDescription
For later use.
getWeight() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getWhere() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
Gets the where condition.
getWildcardsErasureFieldName() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
getWildcardsErasureFieldName() - Method in interface com.qfs.repository.IParameterStoreConfiguration
Get the name of the field used to store the erasure based on the wildcards of a point value.
getWorkflow(String, String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
getWorkflow(String, String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
getWorkflow(String, String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Gets the configuration for the workflow of a given type.
getWorkflowFor(String) - Method in interface com.qfs.snl.workflows.IWorkflowSchema
Gets the workflow configured in the schema for a given action.
getWorkflowSchema() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
getWorkflowSchema() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
getWorkflowSchema() - Method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Get the name of the workflow schema to use.
getWorkflowSchema(String, String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
getWorkflowSchema(String, String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
getWorkflowSchema(String, String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Gets a given schema from its entity type and name.
getWorkflowSchemas(String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
getWorkflowSchemas(String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
getWorkflowSchemas(String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Get all schemes associated to an entity type.
getWorkflowScheme() - Method in class com.qfs.snl.dtos.MonitorDto
 
getWorkflowScheme() - Method in interface com.qfs.snl.monitors.IMonitor
Gets the workflow schema configured for a monitor instance.
getWorkflowScheme() - Method in class com.qfs.snl.monitors.impl.Monitor
 
getWriterRoles() - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IFieldPermission
Returns all the roles allowed to write this field.
getWriterRoles() - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
The roles that can write.
getWriteStream(String) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Open a write stream on a file from the key-value database, if supported.
getWritingMeasure() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Retrieves the name of the measure writing being written by this writer.
GLOBAL_DEFAULT_BOOLEAN - Static variable in class com.activeviam.tech.chunks.api.types.TypeValues
Default value used in boolean fields, when no default value is specified: false.
GLOBAL_DEFAULT_DOUBLE - Static variable in class com.activeviam.tech.chunks.api.types.TypeValues
Default value used in double fields, when no default value is specified: 0.0.
GLOBAL_DEFAULT_FLOAT - Static variable in class com.activeviam.tech.chunks.api.types.TypeValues
Default value used in float fields, when no default value is specified: 0.0.
GLOBAL_DEFAULT_INT - Static variable in class com.activeviam.tech.chunks.api.types.TypeValues
Default value used in int fields, when no default value is specified: 0.
GLOBAL_DEFAULT_LOCAL_DATE - Static variable in class com.activeviam.tech.chunks.api.types.TypeValues
Default value used in local date fields, when no default value is specified: 1970-01-01.
GLOBAL_DEFAULT_LOCAL_DATETIME - Static variable in class com.activeviam.tech.chunks.api.types.TypeValues
Default value used in local datetime fields, when no default value is specified: 1970-01-01T0:00:00.
GLOBAL_DEFAULT_LOCAL_TIME - Static variable in class com.activeviam.tech.chunks.api.types.TypeValues
Default value used in local time fields, when no default value is specified: 0:00:00.
GLOBAL_DEFAULT_LONG - Static variable in class com.activeviam.tech.chunks.api.types.TypeValues
Default value used in long fields, when no default value is specified: 0.
GLOBAL_DEFAULT_OBJECT - Static variable in class com.activeviam.tech.chunks.api.types.TypeValues
Default value used in object fields, when no default value is specified: "N/A".
GLOBAL_DEFAULT_STRING - Static variable in class com.activeviam.tech.chunks.api.types.TypeValues
Default value used in string fields, when no default value is specified: "N/A".
GLOBAL_DEFAULT_TIMESTAMP - Static variable in class com.activeviam.tech.chunks.api.types.TypeValues
Default values used in timestamp fields when no value is specified.
GLOBAL_DEFAULT_ZONED_DATE_TIME - Static variable in class com.activeviam.tech.chunks.api.types.TypeValues
Default values used in zoned datetime fields when no value is specified.
GLOBAL_MESSAGE - Enum constant in enum class com.activeviam.activepivot.dist.impl.api.messenger.netty.NettyMessageType
Key for setting the maximum size of any netty message, unless overridden by the user.
GLOBAL_PROVIDER_NAME - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
Global provider name.
globalTimings(Map<String, Long>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The query planning timing information.
Goals - Search tag in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Section
GOODBYE_MESSAGE_NUMBER_TRIALS - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The number of trials for a data node to leave the cluster.
GOODBYE_MESSAGE_TIMEOUT - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The timeout for each goodbye message in milliseconds.
GoogleCloudDirectory - Class in com.activeviam.cloud.google.api.storage.impl
Wrapper on a Google storage's directory.
GoogleCloudDirectory(Storage, String) - Constructor for class com.activeviam.cloud.google.api.storage.impl.GoogleCloudDirectory
Constructor for the root folder.
GoogleCloudDirectory(Storage, String, String) - Constructor for class com.activeviam.cloud.google.api.storage.impl.GoogleCloudDirectory
Constructor.
GoogleCsvDataProviderFactory - Class in com.activeviam.cloud.google.api.source.csv
 
GoogleEntity - Class in com.activeviam.cloud.google.api.storage
Entity wrapping a Blob.
GoogleEntity(Blob) - Constructor for class com.activeviam.cloud.google.api.storage.GoogleEntity
Constructor.
GoogleEntityPath - Class in com.activeviam.cloud.google.api.storage.impl
Object referencing a Blob.
GoogleEntityPath(Storage, String, String) - Constructor for class com.activeviam.cloud.google.api.storage.impl.GoogleEntityPath
Constructor.
GOSSIP_ENABLE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that enables the gossip router.
GOSSIP_PORT_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures the port of the gossip router.
grandTotal() - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Creates a Copper measure which returns the value of its underlying measure for the location obtained by going up to the AllMember on all hierarchies.
grandTotalExcluding(CopperHierarchy...) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Creates a Copper measure which returns the value of its underlying measure for the location obtained by going up to the AllMember on all hierarchies, except for the provided hierarchies to marginalize.
grantMeasure(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSubCubeProperties.ICanGrantMeasure
Grants access to a measure.
grantMembers() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSubCubeProperties.ICanGrantMembers
Begins defining the granted members.
graphTopic() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] WebSocket endpoint for event data.
GraphTopic - Class in com.qfs.snl.ws.impl
The graph websocket topic.
GraphTopic(IGraphWsService) - Constructor for class com.qfs.snl.ws.impl.GraphTopic
Constructor.
graphWebSocketService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] WebSocket service on event data.
GraphWsService - Class in com.qfs.snl.ws.impl
The graph web socket sessions holder.
GraphWsService(IMonitorService) - Constructor for class com.qfs.snl.ws.impl.GraphWsService
Constructor.
GREATER - Enum constant in enum class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter.Type
 
GREATER - Static variable in interface com.activeviam.tech.core.api.filtering.IMatchingCondition
Plugin key for the GREATER condition.
GREATER_OR_EQUAL - Enum constant in enum class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter.Type
 
GreaterCondition - Class in com.activeviam.tech.core.api.filtering.impl
Greater than comparison.
GreaterCondition(Object) - Constructor for class com.activeviam.tech.core.api.filtering.impl.GreaterCondition
Constructor.
GreaterCondition(Object, boolean) - Constructor for class com.activeviam.tech.core.api.filtering.impl.GreaterCondition
Full constructor.
GREATEREQUAL - Static variable in interface com.activeviam.tech.core.api.filtering.IMatchingCondition
Plugin key for the GREATER OR EQUAL condition.
GreaterEqualCondition - Class in com.activeviam.tech.core.api.filtering.impl
Greater than or equal to comparison.
GreaterEqualCondition(Object) - Constructor for class com.activeviam.tech.core.api.filtering.impl.GreaterEqualCondition
Constructor.
GreaterEqualCondition(Object, boolean) - Constructor for class com.activeviam.tech.core.api.filtering.impl.GreaterEqualCondition
Full constructor.
greaterFilter(Object) - Static method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter
Creates a filter for being strictly greater than the given value.
greaterOrEqualFilter(Object) - Static method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter
Creates a filter for being greater or equal than the given value.
GREEN - Static variable in class com.qfs.snl.kpis.impl.KpiUtil.RedOrangeGreen
Logical value associated to green.
GREEN - Static variable in class com.qfs.snl.monitors.IMonitorReport.Statuses
 
GROSS_SUM_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for gross sum aggregation function.
grossSum() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
GroupedStreamInfo - Class in com.qfs.snl.agent.mdx.impl
Stream information container that handles simultaneously multiple statuses at a time.
GroupedStreamInfo(SentinelStreamTuple.Location, IMonitor) - Constructor for class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo
Constructor.
GroupedStreamInfo.PartialEvent - Class in com.qfs.snl.agent.mdx.impl
Implementation of ActiveMonitor event acting as a mask over information stored by GroupedStreamInfo.
gt(FieldPath, Object) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a GT condition.
gt(Object) - Method in interface com.activeviam.activepivot.core.intf.api.copper.CopperLevel
Creates a CopperLevelCondition that represents the result of a numerical greater than comparison between each member value and the given object value.
gt(String, Object) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a GT condition.
gte(FieldPath, Object) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a GTE condition.
gte(String, Object) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a GTE condition.
GZIP - Enum constant in enum class com.activeviam.source.csv.api.IFileInfo.FileType
A compressed file in gzip format.
GZIP_SUFFIX - Static variable in interface com.activeviam.source.csv.api.IFileInfo
Suffix for GZIP files.

H

handle(Map<String, Collection<JoinPath>>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.FieldsCollisionHandler
Transform the map of field names to possible paths leading to fields with the same name into the map of field name to full expression.
handle(DelegateTask) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
handle(DelegateTask) - Method in interface com.qfs.snl.workflows.tasks.ITaskService
Handles a user task.
Handled Hierarchies - Search tag in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Section
handlingHierarchies(HierarchyIdentifier, HierarchyIdentifier...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IAggregationProcedureBuilder.ICanHaveHandledHierarchies
Sets the hierarchies handled by the procedure.
hasAccess(Set<String>, Set<String>) - Static method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsManager
hasAdditionalGroupByFields() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription
Returns whether the external table contains any additional group-by fields which are not defined in the group-by field mapping.
hasBasicAttributes(IBasicPathlessContentEntry, boolean, String, List<String>, List<String>) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Returns true if the input entry has the given values for the attributes of the IBasicPathlessContentEntry contract.
hasErrors() - Method in interface com.qfs.snl.agent.service.IMonitoringStream
Gets flag indicating if the monitoring has errors.
hasErrors() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
hasErrors(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Indicates if errors occurred on the given monitoring.
hasErrors(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
hasExternalTable() - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescription
 
hasExternalTable() - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
hasFromTime() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
hasFromTime() - Method in class com.qfs.snl.impl.TimePeriod
 
hasFromTime() - Method in interface com.qfs.snl.ITimePeriod
Gets if the period has a start boundary.
hashCode() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler
 
hashCode() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler.TimeLineHandlerInfo
 
hashCode() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ALeafLevelsPrefetcher
 
hashCode() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.AUnderlyingMeasuresPrefetcher
 
hashCode() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ChildPrefetcher
 
hashCode() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.HierarchyComparator
 
hashCode() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentPrefetcher
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.copper.LevelToField
 
hashCode() - Method in record class com.activeviam.activepivot.core.intf.api.cube.metadata.AggregateProviderStatistics
Returns a hash code value for this object.
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.DimensionIdentifier
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.LevelIdentifier
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.ProviderCoordinate
 
hashCode() - Method in record class com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition.EndpointInformation
Returns a hash code value for this object.
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiGoalDescription
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiStatusDescription
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiTrendDescription
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiValueDescription
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.AndCubeRestriction
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.EqualHierarchyRestriction
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.FalseCubeRestriction
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.InHierarchyRestriction
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.NotCubeRestriction
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.OrCubeRestriction
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.TrueCubeRestriction
 
hashCode() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocation
Special implementation of Object.hashCode() for locations.
hashCode() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Return the partial hash code of this location pattern.
hashCode() - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.MapDrillthroughQuery
 
hashCode() - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
 
hashCode() - Method in class com.activeviam.activepivot.dist.impl.api.distribution.MemberMapping
 
hashCode() - Method in class com.activeviam.activepivot.dist.impl.api.distribution.MemberMapping.MemberPerDataNodeMapping
 
hashCode() - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
 
hashCode() - Method in class com.activeviam.activepivot.server.impl.api.database.UpdateWhereSelectionAndProcedure
 
hashCode() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughHeadersQuery
 
hashCode() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughQuery
 
hashCode() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXQuery
 
hashCode() - Method in class com.activeviam.activepivot.server.impl.api.rest.database.BranchCreationDescription
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.discovery.ActivePivotDiscovery
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.discovery.CatalogDiscovery
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.discovery.LevelDiscovery
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.AggregateDTO
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisPositionDTO
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughResultDTO
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughRowDTO
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.HierarchyDTO
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.Path
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.PermissionsMapDTO
 
hashCode() - Method in class com.activeviam.activepivot.server.intf.api.dto.RangeDTO
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchPermissions
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.cellset.CellData
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.cellset.HierarchyData
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellData
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.cellset.PositionData
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.cellset.RangeData
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit.JsonDatabaseEditContext
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseJoin
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableResult
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.discovery.ContextValueDiscovery
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQuery
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQueryPlan
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.query.JsonRange
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.streaming.JsonStreams
 
hashCode() - Method in class com.activeviam.activepivot.server.json.api.streaming.JsonStreamSnapshot
 
hashCode() - Method in class com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor.RewrittenQuery
 
hashCode() - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3CloudDirectory
 
hashCode() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
 
hashCode() - Method in class com.activeviam.cloud.common.api.entity.impl.ACloudDirectory
 
hashCode() - Method in class com.activeviam.cloud.common.api.entity.impl.AEntityPath
 
hashCode() - Method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
 
hashCode() - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
 
hashCode() - Method in class com.activeviam.database.datastore.api.description.impl.OptimizationDescription
 
hashCode() - Method in class com.activeviam.database.datastore.api.description.impl.ReferenceDescription
 
hashCode() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
hashCode() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
 
hashCode() - Method in record class com.activeviam.database.sql.api.query.SqlPartString
Returns a hash code value for this object.
hashCode() - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription
 
hashCode() - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription.TableTimeTravelDescription
 
hashCode() - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
hashCode() - Method in class com.activeviam.directquery.api.cache.CacheCapacity.MaxLinesCount
 
hashCode() - Method in class com.activeviam.directquery.api.cache.CacheCapacity.MaxPartitionsCount
 
hashCode() - Method in record class com.activeviam.directquery.api.cache.CachePartition
Returns a hash code value for this object.
hashCode() - Method in class com.activeviam.directquery.api.MeasureMapping
 
hashCode() - Method in class com.activeviam.directquery.api.schema.AFieldDescription
 
hashCode() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter
 
hashCode() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription
 
hashCode() - Method in class com.activeviam.directquery.api.schema.ATableDescription
 
hashCode() - Method in class com.activeviam.directquery.api.schema.ExternalTable.NamedExternalTable
 
hashCode() - Method in class com.activeviam.directquery.api.schema.ExternalTable.TableExpression
 
hashCode() - Method in class com.activeviam.directquery.api.schema.FieldDescription
 
hashCode() - Method in class com.activeviam.directquery.api.schema.JoinDescription
 
hashCode() - Method in class com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription
 
hashCode() - Method in class com.activeviam.directquery.api.schema.MultiRowVectorTableDescription
 
hashCode() - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
hashCode() - Method in class com.activeviam.directquery.api.schema.TableDescription
 
hashCode() - Method in class com.activeviam.directquery.api.UserDefinedSqlAggregationFunction
 
hashCode() - Method in class com.activeviam.directquery.api.validator.DataValidatorSettings
 
hashCode() - Method in class com.activeviam.directquery.application.api.refresh.ChangeDescription
 
hashCode() - Method in class com.activeviam.directquery.application.api.refresh.condition.AndColumnCondition
 
hashCode() - Method in class com.activeviam.directquery.application.api.refresh.condition.EqualColumnCondition
 
hashCode() - Method in class com.activeviam.directquery.application.api.refresh.condition.FalseColumnCondition
 
hashCode() - Method in class com.activeviam.directquery.application.api.refresh.condition.InColumnCondition
 
hashCode() - Method in class com.activeviam.directquery.application.api.refresh.condition.NotColumnCondition
 
hashCode() - Method in class com.activeviam.directquery.application.api.refresh.condition.OrColumnCondition
 
hashCode() - Method in class com.activeviam.directquery.application.api.refresh.condition.TrueColumnCondition
 
hashCode() - Method in class com.activeviam.directquery.application.api.refresh.TableUpdateDetail
 
hashCode() - Method in class com.activeviam.source.common.api.impl.AStoreMessageChannelFactory.TopicStore
 
hashCode() - Method in class com.activeviam.source.csv.api.FileSystemFileInfo
 
hashCode() - Method in class com.activeviam.springboot.atoti.admin.ui.starter.api.AtotiAdminUiProperties
 
hashCode() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
 
hashCode() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties
 
hashCode() - Method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties
 
hashCode() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties
 
hashCode() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
 
hashCode() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
 
hashCode() - Method in class com.activeviam.springboot.atoti.ui.starter.api.AtotiUiProperties
 
hashCode() - Method in class com.activeviam.tech.aggregation.api.history.HistoryMultiSourceAggregation
 
hashCode() - Method in class com.activeviam.tech.aggregation.api.impl.AAggregation
 
hashCode() - Method in class com.activeviam.tech.aggregation.api.impl.AMultiSourceAggregation
 
hashCode() - Method in interface com.activeviam.tech.chunks.api.IAllocationSettings
 
hashCode() - Method in class com.activeviam.tech.chunks.api.types.FieldType
 
hashCode() - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
hashCode() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
hashCode() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
hashCode() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
hashCode() - Method in class com.activeviam.tech.contentserver.storage.api.BasicJsonContentEntry
 
hashCode() - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder.LockOptions
 
hashCode() - Method in class com.activeviam.tech.contentserver.storage.api.ContentUpdate
 
hashCode() - Method in class com.activeviam.tech.core.api.filtering.impl.ComparisonMatchingCondition
 
hashCode() - Method in class com.activeviam.tech.core.api.filtering.impl.InCondition
 
hashCode() - Method in class com.activeviam.tech.core.api.filtering.impl.LikeCondition
 
hashCode() - Method in class com.activeviam.tech.core.api.filtering.impl.LogicalCondition
 
hashCode() - Method in class com.activeviam.tech.core.api.filtering.impl.MatchingCondition
 
hashCode() - Method in class com.activeviam.tech.core.api.filtering.impl.MultipleAccessor
 
hashCode() - Method in class com.activeviam.tech.core.api.filtering.impl.SingleAccessor
 
hashCode() - Method in class com.activeviam.tech.core.api.filtering.impl.SubCondition
 
hashCode() - Method in class com.activeviam.tech.core.api.ordering.CustomComparator
 
hashCode() - Method in class com.activeviam.tech.core.api.property.impl.AProperty
 
hashCode() - Method in class com.activeviam.tech.core.api.property.impl.BaseProperty
 
hashCode() - Method in class com.activeviam.tech.core.api.property.impl.Property
 
hashCode() - Method in class com.activeviam.tech.core.api.property.impl.PropertyInfo
 
hashCode() - Method in class com.activeviam.tech.core.api.query.impl.AListQuery
 
hashCode() - Method in class com.activeviam.tech.core.api.registry.impl.PluginValue
The hash code of a light plugin value is the hash code of its key.
hashCode() - Method in class com.activeviam.tech.core.api.registry.Registry.RegistryContributions
 
hashCode() - Method in class com.activeviam.tech.core.api.security.SecurityDetails
 
hashCode() - Method in class com.activeviam.tech.core.api.util.Pair
 
hashCode() - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissions
 
hashCode() - Method in class com.activeviam.tech.partitioning.api.AdaptivePartitioningDescription
 
hashCode() - Method in class com.activeviam.tech.partitioning.api.ConstantPartitioningDescription
 
hashCode() - Method in class com.activeviam.tech.partitioning.api.function.impl.ModuloFunctionDescription
 
hashCode() - Method in class com.activeviam.tech.partitioning.api.HierarchicalPartitioningDescription
 
hashCode() - Method in class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription
 
hashCode() - Method in class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
 
hashCode() - Method in class com.activeviam.tech.partitioning.api.node.PartitioningNodeDescription
 
hashCode() - Method in class com.activeviam.tech.partitioning.api.node.PartitioningNodeWithMultiFieldsModuloDescription
 
hashCode() - Method in class com.activeviam.tech.partitioning.api.numa.CustomNumaSelectorDescription
 
hashCode() - Method in class com.activeviam.tech.partitioning.api.numa.NumaSelectorFromJoinDescription
 
hashCode() - Method in class com.activeviam.tech.partitioning.api.numa.NumaSelectorFromTableDescription
 
hashCode() - Method in class com.activeviam.tech.partitioning.api.PartitioningDescription
 
hashCode() - Method in interface com.activeviam.tech.records.api.IRecordBlock
Returns the hash code value for this block.
hashCode() - Method in class com.activeviam.tech.streaming.impl.api.AxisRanges
 
hashCode() - Method in class com.activeviam.tech.streaming.impl.api.RangeProperty
 
hashCode() - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
 
hashCode() - Method in class com.qfs.repository.context.impl.LookupBehavior
 
hashCode() - Method in class com.qfs.repository.coordinates.impl.AIndexableCoordinates
 
hashCode() - Method in class com.qfs.repository.coordinates.impl.Coordinates
 
hashCode() - Method in class com.qfs.repository.coordinates.impl.Erasure
 
hashCode() - Method in class com.qfs.repository.dto.CoordinatesDto
 
hashCode() - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
hashCode() - Method in class com.qfs.repository.dto.PointValueDto
 
hashCode() - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
 
hashCode() - Method in class com.qfs.repository.dto.RepositoryResultDto
 
hashCode() - Method in class com.qfs.repository.dto.UpdateRequestDto
 
hashCode() - Method in class com.qfs.repository.impl.RepositoryResult
 
hashCode() - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
hashCode() - Method in class com.qfs.repository.persistence.impl.UpdateRequest
 
hashCode() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
hashCode() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
 
hashCode() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
 
hashCode() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
hashCode() - Method in class com.qfs.snl.alerts.impl.DuringTask
 
hashCode() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
hashCode() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
hashCode() - Method in class com.qfs.snl.data.impl.SentinelState
 
hashCode() - Method in class com.qfs.snl.dtos.AgentConnectionDetailsDto
 
hashCode() - Method in class com.qfs.snl.dtos.AgentDescriptionDto
 
hashCode() - Method in class com.qfs.snl.dtos.AlertDto
 
hashCode() - Method in class com.qfs.snl.dtos.AuditDto
 
hashCode() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
hashCode() - Method in class com.qfs.snl.dtos.EventDto
hashCode() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
 
hashCode() - Method in class com.qfs.snl.dtos.MessageDto
 
hashCode() - Method in class com.qfs.snl.dtos.MonitorDto
 
hashCode() - Method in class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
 
hashCode() - Method in class com.qfs.snl.dtos.StateDto
hashCode() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
hashCode() - Method in class com.qfs.snl.dtos.UserDto
 
hashCode() - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
 
hashCode() - Method in class com.qfs.snl.dtos.ws.ATypedDto
 
hashCode() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
 
hashCode() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
 
hashCode() - Method in class com.qfs.snl.impl.TimePeriod
 
hashCode() - Method in class com.qfs.snl.messages.impl.AMessage
 
hashCode() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
hashCode() - Method in class com.qfs.snl.monitors.impl.Monitor
 
hashCode() - Method in class com.qfs.snl.persistence.impl.AAudit
 
hashCode() - Method in class com.qfs.snl.persistence.impl.ADbInfo
 
hashCode() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
hashCode() - Method in class com.qfs.snl.workflows.impl.WorkflowKey
 
hashCode() - Method in class com.qfs.snl.workflows.impl.WorkflowSchema
 
hashCode() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
hashCode(ICoordinates) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
The hashcode of the coordinates.
hashCode(IRepositoryResult) - Static method in class com.qfs.repository.dto.RepositoryResultDto
Computes the hash code of a result.
hashCode(IParameterUpdate<?, ?>) - Static method in class com.qfs.repository.dto.ParameterUpdateDto
Computes the hash code of an update.
hashCode(IUpdateRequest<?, ?>) - Static method in class com.qfs.repository.dto.UpdateRequestDto
Computes the hash code of an update request.
hashCode(IPointValue) - Static method in class com.qfs.repository.dto.PointValueDto
Generates the hashcode of a pointvalue object.
hashCode(IPointValue.IKey) - Static method in class com.qfs.repository.dto.PointValueDto.KeyDto
Computes the hash code of a key.
hashCode(ISentinelAlert) - Static method in class com.qfs.snl.dtos.AlertDto
Computes the hashcode of a ISentinelAlert.
hashCode(ISentinelEvent) - Static method in class com.qfs.snl.dtos.EventDto
Compute the hashcode of the given ISentinelEvent.
hashCode(ISentinelState) - Static method in class com.qfs.snl.dtos.StateDto
Computes the hashcode of a state.
hashCode(ITimePeriod) - Method in interface com.qfs.snl.ITimePeriod
Computes a hashcode for a time period.
hashCode(IMonitor) - Static method in class com.qfs.snl.dtos.MonitorDto
HashCode for a monitor.
hashCode(IAudit) - Static method in class com.qfs.snl.dtos.AuditDto
Returns the hashcode of the given audit.
hashCode(IEntityWorkflowConfiguration) - Static method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Generates the hashcode of a configuration.
hashCode(IWorkflowSchema) - Static method in interface com.qfs.snl.workflows.IWorkflowSchema
Generates a hashcode for a schema.
HashMapConverter - Class in com.qfs.repository.persistence.model.impl
HashMapConverter converts a hashmap to a database entity (Map<String, String>.
HashMapConverter() - Constructor for class com.qfs.repository.persistence.model.impl.HashMapConverter
 
hasListenerForParameter(String) - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
hasListenerForParameter(String) - Method in interface com.qfs.repository.IRepositoryListenerManager
Check if there is at least one registered listener for the input parameter.
hasMdxLeafMember(int) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
Check if the level with given ordinal has a leaf member (a member whose only child is a datamember, or a level at the deepest level without child).
hasMultipleStatuses() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Says if the query contains multiple statuses.
hasNext() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationExpansionProcedure.IExpansionIterator
hasNext() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
hasNext() - Method in interface com.activeviam.tech.chunks.api.vectors.util.IPrimitiveIterator
Returns whether the iterator has more elements.
hasNext() - Method in interface com.activeviam.tech.records.api.ICursor
Returns whether this cursor still has one or more elements to iterate over.
hasNoCollision(Map<String, Collection<JoinPath>>) - Static method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.FieldsCollisionHandler
Checks whether a reachable fields map has field name collisions (i.e. more than one valid path for at least one field name).
hasSchemaChanged() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IResettingEvent
Whether the associated pivot topology has changed because of this transaction.
hasStatusChanged(Double, Double) - Static method in class com.qfs.snl.kpis.impl.KpiUtil.RedOrangeGreen
Decides if the status changed.
hasTable(String) - Method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
 
hasToTime() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
hasToTime() - Method in class com.qfs.snl.impl.TimePeriod
 
hasToTime() - Method in interface com.qfs.snl.ITimePeriod
Gets if the period has an end boundary.
hasValuesForMeasure(String) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Returns whether this retrieval result contains any values for a given measure or not.
HeaderColumnarTranslator<T> - Class in com.activeviam.source.csv.api.translator
A Translator that configures itself automatically by parsing header lines.
HeaderColumnarTranslator() - Constructor for class com.activeviam.source.csv.api.translator.HeaderColumnarTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
Use the other constructor instead.
HeaderColumnarTranslator(IColumnarTranslator<T>) - Constructor for class com.activeviam.source.csv.api.translator.HeaderColumnarTranslator
Constructor from underlying translator, no default values.
HeaderColumnarTranslator(IColumnarTranslator<T>, boolean) - Constructor for class com.activeviam.source.csv.api.translator.HeaderColumnarTranslator
Constructor with the option to support default values.
HeaderColumnarTranslator(IColumnarTranslator<T>, boolean, int) - Constructor for class com.activeviam.source.csv.api.translator.HeaderColumnarTranslator
Constructor with the option to support default values and a maximum time to wait for header lines.
HEALTH_AGENT_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable the service reporting the health of the Atoti application through logs and events.
HEALTH_EVENT - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to health events in Atoti Server.
HEALTH_EVENT_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to health events in Atoti Server.
HEALTH_TAGS_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property used to retrieve health events. * The following syntax is used:
HealthAgentProperties - Class in com.activeviam.springboot.atoti.server.starter.api
The health agent properties.
HealthAgentProperties() - Constructor for class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties
 
HealthAgentProperties.ComputationIntensityConverter - Class in com.activeviam.springboot.atoti.server.starter.api
A converter to convert the source into a computation intensity.
HealthAgentProperties.HealthAgentPropertiesBuilder - Class in com.activeviam.springboot.atoti.server.starter.api
 
HEAVY - Enum constant in enum class com.activeviam.tech.observability.api.health.ComputationIntensity
Health Event computation can have an impact that may negatively affect efficiency for a short period of time.
HELLO_MESSAGE_NUMBER_TRIALS - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The number of trials for the discovery to find cluster's members.
HELLO_MESSAGE_TIMEOUT - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The timeout for each hello message in milliseconds.
HELPER_MEASURES_PROPERTY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ALocationShiftPostProcessor
The property indicates which measures are used to write the post processor results.
HibernateProperties - Class in com.qfs.snl.cfg.impl
Helper on top of Properties for Hibernate configuration.
HibernateQueryHelper<T> - Class in com.qfs.snl.persistence.impl
Helper class to run Hibernate queries with JPA objects.
HibernateQueryHelper(Session, CriteriaBuilder, CriteriaQuery<T>, Root<T>) - Constructor for class com.qfs.snl.persistence.impl.HibernateQueryHelper
Full constructor.
hidden() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanHide
Marks this item as hidden.
hideColumn(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanHideColumn
Hides a column.
hideGrandTotals(int...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanHideSubTotals
Exclude grand totals from given axes.
hideSubtotal(LevelIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanHideSubTotals
Adds a level whose subtotals must be excluded from the axes.
HierarchicalPartitioningDescription - Class in com.activeviam.tech.partitioning.api
Description of a hierarchical partitioning.
HierarchicalPartitioningDescription(List<String>, List<String>, List<IPartitioningFunctionDescription>, PartitioningNodeDescription, List<String>) - Constructor for class com.activeviam.tech.partitioning.api.HierarchicalPartitioningDescription
Constructor.
HierarchicalPartitioningDescriptionBuilder - Class in com.activeviam.tech.partitioning.api.builder
HierarchicalPartitioningDescriptionBuilder(PartitioningDescriptionBuilder, List<String>) - Constructor for class com.activeviam.tech.partitioning.api.builder.HierarchicalPartitioningDescriptionBuilder
Constructor used when converting a partitioning description into that of a hierarchical partitioning.
HierarchicalPartitioningDescriptionBuilder(List<String>) - Constructor for class com.activeviam.tech.partitioning.api.builder.HierarchicalPartitioningDescriptionBuilder
Constructor.
hierarchy(HierarchyIdentifier) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates an object referencing the given hierarchy.
hierarchy(String, String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates an object referencing the given hierarchy belonging to the given dimension in the cube.
hierarchy(String) - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.DimensionIdentifier
Creates an identifier for a hierarchy belonging to this dimension.
hierarchy(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData.LocationDataBuilder
The location hierarchy.
HIERARCHY - Enum constant in enum class com.activeviam.activepivot.core.intf.api.postprocessing.IUnknownOlapElementException.OlapElementType
When a hierarchy is missing, this is the type to use.
HIERARCHY_SEPARATOR - Static variable in interface com.activeviam.activepivot.core.intf.api.location.ILocation
Separator for the coordinates to segregate hierarchies as in USD|Books.
HIERARCHY_SEPARATOR_SYSTEM_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The system property to use to override the hierarchy separator sequence.
HierarchyComparator - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
A comparator to compare locations or axis members over the hierarchy, with respect to the comparators of each level in the hierarchy.
HierarchyComparator(IHierarchyInfo, List<? extends ILevelInfo>) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.HierarchyComparator
Constructor.
HierarchyComparator.LevelComparator - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
Comparator for a given level members.
HierarchyData - Class in com.activeviam.activepivot.server.json.api.cellset
The hierarchy data.
HierarchyData() - Constructor for class com.activeviam.activepivot.server.json.api.cellset.HierarchyData
 
HierarchyData(String, String, List<String>) - Constructor for class com.activeviam.activepivot.server.json.api.cellset.HierarchyData
Constructor.
HierarchyDiscovery - Class in com.activeviam.activepivot.server.intf.api.discovery
Hierarchy Discovery for SOAP webservices.
HierarchyDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
The hierarchy discovery.
HierarchyDiscovery() - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
 
HierarchyDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
HierarchyDiscovery(String, boolean, String, List<LevelDiscovery>) - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
Creates a new HierarchyDiscovery instance.
HierarchyDiscovery(String, String, boolean, String, boolean, boolean, String, List<LevelDiscovery>) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
Constructor.
HierarchyDTO - Class in com.activeviam.activepivot.server.intf.api.dto
DTO for a Hierarchy of an ActivePivot.
HierarchyDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.HierarchyDTO
 
HierarchyDTO(String, String, int) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.HierarchyDTO
Creates a new HierarchyDTO instance.
hierarchyHasAll(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Finds out if the hierarchy found at the given ordinal contains the level ILevelInfo.ClassificationType.ALL.
HierarchyIdentifier - Class in com.activeviam.activepivot.core.intf.api.cube.metadata
The identifier of a hierarchy in a cube.
HierarchyIdentifier(String, String) - Constructor for class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
Constructor.
hierInfo - Variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfMemberPostProcessor
The hierarchy of the member used to compute the formula.
hierInfo - Variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfParentPostProcessor
The hierarchy along which we "go up" to find the parent.
HISTORY - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Qualifier to get history of a parameter.
HISTORY - Static variable in interface com.qfs.snl.rs.IMonitorRestService
The history keyword.
HistoryAggregation - Class in com.activeviam.tech.aggregation.api.history
Generic aggregation for IHistory based aggregation functions.
HistoryAggregation(String, IHistoryAggregationFunction, int, int) - Constructor for class com.activeviam.tech.aggregation.api.history.HistoryAggregation
Constructor.
HistoryAggregation.HistoryBinding - Class in com.activeviam.tech.aggregation.api.history
Generic binding implementation for history based aggregation functions.
HistoryAggregation.HistoryFeedBinding - Class in com.activeviam.tech.aggregation.api.history
Generic binding implementation for history based aggregation functions.
HistoryMultiSourceAggregation - Class in com.activeviam.tech.aggregation.api.history
Generic aggregation for IHistory based aggregation functions.
HistoryMultiSourceAggregation(List<String>, int[], int, IHistoryMultiSourceAggregationFunction) - Constructor for class com.activeviam.tech.aggregation.api.history.HistoryMultiSourceAggregation
Constructor.
HORIZONTAL_DATA_DUPLICATION_PROPERTY - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IQueryClusterDefinition
Property to enable the duplication of a member of a distributing level across several data nodes.
How it works - Search tag in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Section
How to write a custom filter? - Search tag in package com.activeviam.tech.core.api.filtering
Section
HumanToMachineSecurityDsl - Class in com.activeviam.web.spring.api.security.dsl
A DSL to configure the security for human interactions with an Atoti application.
HumanToMachineSecurityDsl() - Constructor for class com.activeviam.web.spring.api.security.dsl.HumanToMachineSecurityDsl
 

I

IAccessor - Interface in com.activeviam.tech.core.api.filtering
An accessor allows accessing to values from an input object.
IActiveMonitorAppConfiguration - Interface in com.qfs.snl.cfg
Interface defining required beans that users must defined to completely use ActiveMonitor.
IActiveMonitorPersistenceConfiguration - Interface in com.qfs.snl.cfg
Spring configuration class defining all available DAOs in ActiveMonitor.
IActiveMonitorServiceConfiguration - Interface in com.qfs.snl.cfg
Spring configuration class defining available ActiveMonitor services.
IActivePivot - Interface in com.activeviam.activepivot.core.intf.api.cube
ActivePivot component main interface
IActivePivotBranchPermissionsManagerConfig - Interface in com.activeviam.activepivot.server.spring.api.config
Class defining the bean for the branch permissions manager.
IActivePivotConfig - Interface in com.activeviam.activepivot.server.spring.api.config
ActivePivot spring configuration interface.
IActivePivotContentService - Interface in com.activeviam.activepivot.server.intf.api.entitlements
Service used to store the ActivePivot descriptions and the entitlements (i.e.
IActivePivotContentService.IDescriptionWithPermissions<T> - Interface in com.activeviam.activepivot.server.intf.api.entitlements
Description of a calculated member or KPI with its permissions.
IActivePivotContentServiceConfig - Interface in com.activeviam.activepivot.server.spring.api.config
ActivePivot content service spring interface.
IActivePivotContinuousQuery<ResultT,UpdateT> - Interface in com.activeviam.activepivot.core.intf.api.query.realtime
Most ActivePivot continuous query implements this interface which gives the id of the underlying activepivot.
IActivePivotDescription - Interface in com.activeviam.activepivot.core.intf.api.description
This describes an IActivePivot instance.
IActivePivotEvent - Interface in com.activeviam.activepivot.server.intf.api.streaming
A stream event produced by ActivePivot.
IActivePivotInstanceDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Description of an IActivePivot running instance inside a IActivePivotSchema.
IActivePivotManager - Interface in com.activeviam.activepivot.core.intf.api.cube
An ActivePivot's manager holds a set of IActivePivotSchema and ICatalog instances.
This is the highest level component of an ActivePivot environment and is entirely defined by an IActivePivotManagerDescription.
IActivePivotManagerDescription - Interface in com.activeviam.activepivot.core.intf.api.description
A manager description fully describes an IActivePivotManager.
IActivePivotManagerDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
IActivePivotManagerDescriptionBuilder.ActivePivotSchemaDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
IActivePivotManagerDescriptionBuilder.BuildableActivePivotManagerDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the manager builder when the mandatory parameters have been set.
IActivePivotManagerDescriptionBuilder.BuildableActivePivotSchemaDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the schema builder when the mandatory parameters have been set.
IActivePivotManagerDescriptionBuilder.HasSelection - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the builder when a selection has been given to the schema.
IActivePivotManagerDescriptionConfig - Interface in com.activeviam.activepivot.server.spring.api.config
A Configuration class used to expose the IActivePivotManagerDescription.
IActivePivotSchema - Interface in com.activeviam.activepivot.core.intf.api.cube
Interface of an ActivePivot Schema, a collection of ActivePivot instances that share the same selection on the underlying database.
IActivePivotSchemaDescription - Interface in com.activeviam.activepivot.core.intf.api.description
A schema description that fully defines an IActivePivotSchema instance.
IActivePivotSchemaInstanceDescription - Interface in com.activeviam.activepivot.core.intf.api.description
This class fully defines an IActivePivotSchema instance running into a IActivePivotManager.
IActivePivotVersion - Interface in com.activeviam.activepivot.core.intf.api.cube
A version associated with a multi-version pivot.
IActivePivotVersionAware - Interface in com.activeviam.activepivot.core.intf.api.cube
An interface used to tag an Object that is aware or related to the existence of an IActivePivotVersion.
IActiveViamProperty - Interface in com.activeviam.tech.core.api.properties
Interface for ActiveViam properties.
IActiveViamPropertyRegistry - Interface in com.activeviam.tech.core.api.properties
Interface to handle the Properties defined in ActiveViam products.
IActiveViamPropertyResolver - Interface in com.activeviam.tech.core.api.properties
Interface for Property Resolvers.
IActivitiFormType - Interface in com.qfs.snl.messages.form
Activity type for form elements.
IAdditionalContextMetadata - Interface in com.activeviam.tech.excel.addin.service.api
Implement this plugin value to provide additional metadata for your context value.
IAdministrationService - Interface in com.activeviam.activepivot.server.intf.api.webservices
The administration service allows to administer an IActivePivotManager and all its child components.
IAdvancedAggregatedMeasureDescription - Interface in com.activeviam.activepivot.core.intf.api.description
The description for a measure based on User-Defined Aggregate Function (UDAF).
IAdvancedAggregatesRetriever - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
An aggregate retriever is a facade to retrieve aggregates based on a collection of locations and a selection of aggregated measures.
IAgent - Interface in com.activeviam.tech.core.api.agent
An agent is a state machine.
IAgent.ITransition - Interface in com.activeviam.tech.core.api.agent
Business logic performed during an agent state transition.
IAgent.State - Enum Class in com.activeviam.tech.core.api.agent
Enumeration of the possible states of an agent.
IAgentConnectionDetails - Interface in com.qfs.snl.agent
Connection details about a ActiveMonitor agent.
IAgentDescription - Interface in com.qfs.snl.agent
Description of a ActiveMonitor agent.
IAgentListener - Interface in com.qfs.snl.agent
Listener that will be notified of agent check in or check out.
IAgentRestService - Interface in com.qfs.snl.rs
The REST IAgentService Controller.
IAgentService - Interface in com.qfs.snl.agent
Agent service.
IAggregatedMeasureDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Description for a IAggregatedMeasure.
IAggregateProviderDefinition - Interface in com.activeviam.activepivot.core.intf.api.description
Definition of an aggregate provider.
IAggregatesCacheDescription - Interface in com.activeviam.activepivot.core.intf.api.description
This describes an IAggregatesCache instance.
IAggregatesCacheDescriptionCompleteBuilder<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the IAggregatesCacheDescription builder when enough information has been provided to be able to create a description.
IAggregatesCacheDescriptionCompleteBuilder.AggregatesCacheDescriptionBuilder<DescT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder for the aggregates cache definition.
IAggregatesContinuousHandler<EventT> - Interface in com.activeviam.activepivot.core.intf.api.realtime
Continuous handler of events published by a stream.
IAggregatesContinuousHandlerInfo - Interface in com.activeviam.activepivot.core.intf.api.realtime
Isolates the subset of the state of IAggregatesContinuousHandler that uniquely identifies instances of that class.
IAggregatesEvent - Interface in com.activeviam.activepivot.server.intf.api.streaming
An aggregates event corresponds to the update of a set of aggregates.
IAggregatesRetrievalDescription - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
A description of an aggregates retrieval that defines both the location (possibly a range location) and the measures for which we are requesting aggregated values.
IAggregatesRetrievalResult - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
A retrieval result that provides random access to its point locations.
IAggregateTableBootstrapper - Interface in com.activeviam.directquery.application.api
Helper to create an aggregate table based on the definition of a cube's Aggregate provider.
IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder - Class in com.activeviam.directquery.application.api
The Builder for this interface implementation.
IAggregation - Interface in com.activeviam.tech.aggregation.api
An aggregation that is binding a single-field source with its destination aggregates.
IAggregationBinding - Interface in com.activeviam.tech.aggregation.api
Aggregation binding between two data structures of type 'array': the source and the destination.
IAggregationFunction - Interface in com.activeviam.tech.aggregation.api
Aggregation function based on a single field.
IAggregationHierarchyCreationContext - Interface in com.activeviam.activepivot.core.intf.avinternal.procedure
Context provided to each IAnalysisAggregationProcedure.IFactory to build to the procedure.
IAggregationProcedureBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Interface defining the state machine to build the description of an analysis hierarchy procedure for aggregation.
IAggregationProcedureBuilder.ICanHaveAggregationPlugin<NextBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step interface where the plugin key to the factory building the procedure is referenced.
IAggregationProcedureBuilder.ICanHaveHandledHierarchies<NextBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step interface configuring the hierarchies handled by the procedure.
IAggregationProcedureBuilder.ICanHaveJoinMeasures<ParentBuilderT,NextBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step interface configuring optional join measures offered by this procedure.
IAggregationProcedureBuilder.ICanHaveUnderlyingLevels<ParentBuilderT,NextBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step interface configuring optional underlying levels for the procedure.
IAggregationProcedureBuilder.IDefaultAggregationProcedureBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder interface grouping all steps to define a complete procedure description.
IAggregationProcedureBuilder.IOnHierarchyAggregationProcedureBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Meta step interface for builder based on a hierarchy.
IAggregationProcedureBuilder.IWithAggregationProcedure<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Meta step interface allowing user to optionally define join measures and/or underlying levels for the procedure.
IAggregationProcedureBuilder.IWithCompleteAggregationProcedure<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
End interface to complete the building process of a procedure definition.
IAlertAggregation - Interface in com.qfs.snl.alerts
Construct representing aggregation of events that creates an alert.
IAlertCache - Interface in com.qfs.snl.alerts
Definition of a simple cache for alerts, storing only alerts that are currently running.
IAlertListener - Interface in com.qfs.snl.monitors
Definition of a listener on alert changes in the system.
IAlertProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from ISentinelAlert.
IAlertRestService - Interface in com.qfs.snl.rs
The alerts rest service.
IAlertService - Interface in com.qfs.snl.alerts
The alert service.
IAlertWsService - Interface in com.qfs.snl.ws
Alert service for websockets.
IAllocationSettings - Interface in com.activeviam.tech.chunks.api
This interface is intended to pass further details on how to allocate a chunk of a given type.
IAnalysisAggregationProcedure<ContextT> - Interface in com.activeviam.activepivot.core.intf.avinternal.procedure
Procedure computing aggregated values for members of analysis hierarchies.
IAnalysisAggregationProcedure.IFactory<T> - Interface in com.activeviam.activepivot.core.intf.avinternal.procedure
Definition for a factory generating an instance of IAnalysisAggregationProcedure.
IAnalysisAggregationProcedure.ResultConsumer - Interface in com.activeviam.activepivot.core.intf.avinternal.procedure
IAnalysisAggregationProcedureDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Description of a procedure to aggregate values on members of one or many analysis hierarchies.
IAnalysisHierarchy - Interface in com.activeviam.activepivot.core.intf.api.cube.hierarchy
Marker interface for Analysis hierarchies.
IAnalysisHierarchyBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Interface for building an analysis hierarchy.
IAnalysisHierarchyDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Description for an Analysis hierarchy.
IAnalysisHierarchyDescriptionProvider - Interface in com.activeviam.activepivot.core.intf.api.description
Interface to use to simplify the code adding analysis hierarchy to the cube description with the builder API.
IAnalysisHierarchyInfo - Interface in com.activeviam.activepivot.core.intf.api.cube.metadata
IApplication - Interface in com.activeviam.directquery.application.api
A whole application.
IArray - Interface in com.activeviam.tech.chunks.api.arrays
Elements of data available following the array layout.
IArrayCursor - Interface in com.activeviam.tech.chunks.api.arrays
An IReadableArrayCursor that can write in its underlying array.
IArrayReader - Interface in com.activeviam.tech.chunks.api.arrays
Like IPositionalReader with a size.
IArrayWriter - Interface in com.activeviam.tech.chunks.api.arrays
Interface to write into a structure with an array layout.
IAsOfEpoch - Interface in com.activeviam.activepivot.core.intf.api.contextvalues
'As of epoch' context value that in a multi-version environment determines the version (or epoch) that must be considered.
IAtotiServerFilters - Interface in com.activeviam.web.spring.api.security
Marker interface for internal data classes providing filters.
IAudit - Interface in com.qfs.snl.persistence
The audit contains all the data related to a certain limit.
IAuditDao - Interface in com.qfs.snl.persistence
The audit data access object interface.
IAuthenticatedExecutor - Interface in com.qfs.snl.agent.service.impl
Utility class offering to execute an action in the context of a given user.
IAuthorityComparator - Interface in com.activeviam.tech.core.api.security
Interface for comparators used to sort the authorities.
IAxisDimensionDescription - Interface in com.activeviam.activepivot.core.intf.api.description
IAxisDimensionDescription is the description for the IAxisDimension.
IAxisDimensionsDescription - Interface in com.activeviam.activepivot.core.intf.api.description
The description for axis dimensions.
IAxisHierarchy - Interface in com.activeviam.activepivot.core.intf.api.cube.hierarchy
An axis hierarchy.
IAxisHierarchyDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Description of a hierarchy whose levels come from the fact selection.
IAxisHierarchyVersion - Interface in com.activeviam.activepivot.core.intf.api.cube.hierarchy
Deprecated, for removal: This API element is subject to removal in a future version.
IAxisLevelDescription - Interface in com.activeviam.activepivot.core.intf.api.description
IAxisLevelDescription is the description for the IAxisLevel.
IAxisMember - Interface in com.activeviam.activepivot.core.intf.api.cube.hierarchy
Axis Members are members defined inside an axis hierarchy.
IAxisRanges<R> - Interface in com.activeviam.tech.streaming.intf.api
Interface for a group of IRangeProperty.
IAzureCloudDirectory - Interface in com.activeviam.cloud.azure.api.storage.entity
Interface representing a directory in Azure cloud.
IAzureEntity - Interface in com.activeviam.cloud.azure.api.storage.entity
Marker interface representing an AzureEntity without its generic.
IBasicAggregatedMeasureDescription - Interface in com.activeviam.activepivot.core.intf.api.description
The description for a IBasicAggregatedMeasure.
IBasicContentEntry - Interface in com.activeviam.tech.contentserver.storage.api
An extension of IBasicPathlessContentEntry where the entry knows the absolute path where it is or should be stored in the content service.
IBasicPathlessContentEntry - Interface in com.activeviam.tech.contentserver.storage.api
A wrapping interface to abstract content entries from their paths.
IBooleanContextMetadata - Interface in com.activeviam.tech.excel.addin.service.api
Interface for boolean context metadata.
IBooleanParser - Interface in com.activeviam.tech.core.api.format
Parser of boolean fields.
IBranch - Interface in com.activeviam.activepivot.core.intf.api.contextvalues
Context value containing details about the current branch.
IBranchCreationDescription - Interface in com.activeviam.activepivot.server.intf.api.database
Object used to describe the creation of a branch, containing the name of the branch, its permissions, and the epoch at which it was created.
IBranchDescription - Interface in com.activeviam.activepivot.server.intf.api.database
Object used to describe a branch, containing its permissions, and the epoch at which it was created.
IBranchInfo - Interface in com.activeviam.tech.mvcc.api
Information about a branch.
IBranchPermissions - Interface in com.activeviam.tech.mvcc.api.security
An object containing the read and write permissions for a given branch.
IBranchPermissionsListener - Interface in com.activeviam.tech.mvcc.api.security
A hook that can be run when a specific branch's permissions are updated.
IBranchPermissionsManager - Interface in com.activeviam.tech.mvcc.api.security
A service which keeps track of branch permissions: owner and reader rights.
IBroadcastMessage<AnswerT,OutputT,ContextT> - Interface in com.activeviam.activepivot.dist.impl.avinternal.messenger.message
A message that can be broadcast to all instances.
IBroadcastResult<T> - Interface in com.activeviam.activepivot.dist.impl.avinternal.messenger.message
The answer of a remote instance to an IBroadcastMessage.
IBuildableAggregateProviderDescriptionBuilder<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
The step of the builder when the aggregate provider description has been built.
IBuildableAggregateProviderDescriptionBuilder.AggregateProviderBuilder<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Initial step of the build of an aggregate provider description.
IBuildableAggregateProviderDescriptionBuilder.LevelListBuilder<ParentT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the builder when collecting multiple levels for a higher builder.
IBuildableAggregateProviderDescriptionBuilder.PartialBuilder<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Initial step of the build of a partial aggregate provider description.
IBuildableAggregateProviderDescriptionBuilder.PartialWithHierarchiesRestrictionBuilder<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the partial aggregate description builder when only hierarchies restrictions have been provided.
IBuildableAggregateProviderDescriptionBuilder.PartialWithMeasuresRestrictionBuilder<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the partial aggregate description builder when only measures restrictions have been provided.
IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder<RestrictedBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Interface for a partial aggregate provider description builder that has no hierarchies restrictions.
IBuildableAggregateProviderDescriptionBuilder.PartialWithoutMeasuresRestrictionBuilder<RestrictedBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Interface for a partial aggregate provider description builder that has no measures restrictions.
IBuildableAggregateProviderDescriptionBuilder.PartialWithoutRestrictionsBuilder<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the partial aggregate description builder when no restriction have been provided.
IBuildableAggregateProviderDescriptionBuilder.PropertiedAggregateProviderDescriptionBuilder<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
The step of the aggregate provider description builder having received a type and at least one property.
IBuildableAggregateProviderDescriptionBuilder.PropertiedPartialBuilder<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the partial aggregate description builder when the type and at least one property has been provided.
IBuildableAggregateProviderDescriptionBuilder.TypedAggregateProviderDescriptionBuilder<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
The step of the aggregate provider description builder having received a type.
IBuildableAggregateProviderDescriptionBuilder.TypedPartialBuilder<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the partial aggregate description builder when the type has been provided.
IBuildablePropertyInfoBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Step of the builder for IPropertyInfo when all mandatory parameters have been set.
IBuildablePropertyInfoBuilder.IHasExpressionPropertyInfoBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Step of the builder when a name and expressions have been provided.
IBuildablePropertyInfoBuilder.INamedPropertyInfoBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Step of the builder when a name has been provided.
IBuildablePropertyInfoBuilder.IPropertyInfoBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Initial step of the builder.
IBulkedEvents - Interface in com.activeviam.tech.streaming.intf.api
A group of stream events from different streams and different domains, multiplexed together for efficient communication.
IByteBufferConverter<T> - Interface in com.activeviam.source.keyvalue.api.conversion
IByteBufferConverterInterface, that takes care of converting data of type <T> to or from a ByteBuffer.
IByteBufferPool - Interface in com.activeviam.source.keyvalue.api
A buffer pool interface.
ICalculatedDrillthroughColumn - Interface in com.activeviam.activepivot.core.intf.api.query.result
A calculated drillthrough column that can be used in drillthrough queries.
ICalculatedDrillthroughColumnDescription - Interface in com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough
Description of a Drillthrough column computed from values.
ICalculatedDrillthroughColumnSet - Interface in com.activeviam.activepivot.core.intf.api.query.result
A ICalculatedDrillthroughColumnSet can generate several new ICalculatedDrillthroughColumn when a drillthrough query is launched.
ICalculatedDrillthroughColumnSetDescription - Interface in com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough
Description of a set of calculated columns.
ICalculatedMemberDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Description of an Mdx calculated member.
ICanAddSharedContextValue<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of a builder when a shared context value can be specified.
ICanBeDefaultHierarchy<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Provides method to mark a hierarchy as the default hierarchy of its dimension.
ICanBeFactless - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Step of description builder to describe a factless hierarchy.
ICanBeFactless.CanBuildFromStoreLevelBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
A ready-to-build description for a level in a hierarchy coming from a store.
ICanBeFactless.CanStartBuildingLevelFromStore - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Step of an analysis hierarchy coming from a store that can start describing its level.
ICanBeFactless.FromStoreHierarchyBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
A hierarchy having the name of the store it will introspect.
ICanBeFactless.FromStoreLevelBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Description for a level in a hierarchy coming from a store.
ICanBeSlicing<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
 
ICanBuildActivePivotManagerDescription - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of a builder that can build an IActivePivotManagerDescription.
ICanBuildCommonCubeDescription<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides method to build a cube.
ICanBuildCommonCubeDescription.IAggregationProceduresBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder definition to create the descriptions of aggregation procedures.
ICanBuildCubeDescription<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides method to build a cube.
ICanBuildHierarchyBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
A hierarchy builder with at least one level.
ICanBuildQueryCubeDescription - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
 
ICanChangeRangeSharing<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides default implements to help customize the range sharing of an aggregate provider.
ICanHaveCaption<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides method to configure the caption of a component in the cube.
ICanHaveComparator<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Provides method to give a comparator to a built item.
ICanHaveExpression<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides method to configure the expression of a component in the cube.
ICanHaveFactFilter - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Step of a cube description builder when a fact filter can be specified.
ICanHaveFolder<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides method to configure the folder of a component in the cube.
ICanHaveFormatter<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides method to configure the formatter of a component in the cube.
ICanHaveLevelType<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Provides method to give a level type to a built item.
ICanHaveMeasureGroup<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides methods to configure the measure group of a component in the cube.
ICanHaveProperty<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides method to put a property that contributes to the initialization of a component in the cube.
ICanHaveRoleEntitlements - Interface in com.activeviam.activepivot.server.intf.api.security
Utils to define the entitlements for the roles of user.
ICanHaveRoleEntitlements.IBuildableEntitlementsProviderBuilder - Interface in com.activeviam.activepivot.server.intf.api.security
Ready to build.
ICanHaveRoleEntitlements.IBuildableGlobalEntitlementBuilder - Interface in com.activeviam.activepivot.server.intf.api.security
Ready to build.
ICanHaveRoleEntitlements.IBuildablePivotEntitlementBuilder - Interface in com.activeviam.activepivot.server.intf.api.security
Ready to build.
ICanHaveRoleEntitlements.ICanAddContextValue<BuilderT> - Interface in com.activeviam.activepivot.server.intf.api.security
Steps of an entitlement builder that can add context value.
ICanHaveRoleEntitlements.ICanBuildEntitlementsProvider - Interface in com.activeviam.activepivot.server.intf.api.security
Provides method to build the entitlement provider.
ICanHaveRoleEntitlements.ICanHaveGlobalEntitlement - Interface in com.activeviam.activepivot.server.intf.api.security
ICanHaveRoleEntitlements.ICanHavePivotEntitlement - Interface in com.activeviam.activepivot.server.intf.api.security
ICanHaveRoleEntitlements.ICanHaveRole<BuilderT> - Interface in com.activeviam.activepivot.server.intf.api.security
Steps of an entitlement builder that can set the user role.
ICanHaveRoleEntitlements.ICanStartBuildingEntitlement - Interface in com.activeviam.activepivot.server.intf.api.security
Steps of the builder that can describe an entitlement.
ICanHaveRoleEntitlements.IEmptyGlobalEntitlementBuilder - Interface in com.activeviam.activepivot.server.intf.api.security
First step of builder of IGlobalEntitlement.
ICanHaveRoleEntitlements.IEmptyPivotEntitlementBuilder - Interface in com.activeviam.activepivot.server.intf.api.security
First step of builder of IPivotEntitlement.
ICanHaveRoleEntitlements.IEntitlementsProviderBuilder - Interface in com.activeviam.activepivot.server.intf.api.security
First step for the builder of an entitlement provider.
ICanHaveRoleEntitlements.IGlobalEntitlementBuilderWithRole - Interface in com.activeviam.activepivot.server.intf.api.security
Step of builder of IPivotEntitlement where the role is given.
ICanHaveRoleEntitlements.IHasAtLeastOneEntitlement - Interface in com.activeviam.activepivot.server.intf.api.security
Step of the provider builder where at least one entitlement is defined.
ICanHaveRoleEntitlements.IPivotEntitlementBuilderWithPivotId - Interface in com.activeviam.activepivot.server.intf.api.security
Step of builder of IPivotEntitlement where the pivot id is given.
ICanHaveRoleEntitlements.IPivotEntitlementBuilderWithRole - Interface in com.activeviam.activepivot.server.intf.api.security
Step of builder of IPivotEntitlement where the role is given.
ICanHide<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides method to mark a built item hidden.
ICanPartition<R> - Interface in com.activeviam.tech.partitioning.api.builder
Add a partitioning directive on the store.
ICanStartBuildingAggregateProvider<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the builder that can start building an aggregate provider.
ICanStartBuildingCalculatedDrillthroughColumnDescription<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of a builder that starts defining a ICalculatedDrillthroughColumnDescription.
ICanStartBuildingCalculatedDrillthroughColumnDescription.IBuilderWithName<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder having the column name.
ICanStartBuildingCalculatedDrillthroughColumnDescription.ICalculatedDrillthroughColumnDescriptionBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
ICanStartBuildingCalculatedDrillthroughColumnDescription.ICanBuild<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Ready to build.
ICanStartBuildingCalculatedDrillthroughColumnSetDescription<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of a builder that starts describing a ICalculatedDrillthroughColumnSetDescription.
ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICalculatedDrillthroughColumnSetDescriptionBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICanBuild<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Ready to build.
ICanStartBuildingCalculatedMember<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of a builder that starts describing a calculated member.
ICanStartBuildingCalculatedMember.IBuilderWithUniqueName<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Steps of the builder having a unique name.
ICanStartBuildingCalculatedMember.ICalculatedMemberDescriptionBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
ICanStartBuildingCalculatedMember.ICanBuild<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Ready-to-build step.
ICanStartBuildingCatalog<ParentT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of a builder that can start building a catalog.
ICanStartBuildingCatalog.CatalogDescriptionBuilder<ParentT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder of catalogs.
ICanStartBuildingCube<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of a builder that can start building a cube.
ICanStartBuildingDataCube - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Step of the builder when a data cube can be built.
ICanStartBuildingDimensions - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Step of a cube builder that can start describing the cube dimensions.
ICanStartBuildingDimensions.DimensionsAdder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Shorter type for the function creating the dimensions descriptions.
ICanStartBuildingDistributedCube<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of a builder that can start building a distributed cube.
ICanStartBuildingDrillthroughProperties<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step for a builder that can start defining a drillthrough properties.
ICanStartBuildingDrillthroughProperties.ICanBuild<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step where we can finish defining the IDrillthroughProperties.
ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumn<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to add calculated column.
ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumnSet<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to add a set of calculated columns.
ICanStartBuildingDrillthroughProperties.ICanHaveHeaderComparator<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to set the header comparator.
ICanStartBuildingDrillthroughProperties.ICanHaveMaxRows<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to set the maximum of returned rows.
ICanStartBuildingDrillthroughProperties.ICanHideColumn<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to hide column from the drillthrough.
ICanStartBuildingDrillthroughProperties.ICanIgnoreQueriedMeasure<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to enable/disable ignoring queried measure.
ICanStartBuildingDrillthroughProperties.ICanSetErrorBehavior<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to set the behavior of the drillthrough in case of error.
ICanStartBuildingDrillthroughProperties.ICanSetUnknownColumnBehavior<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to set the behavior of the drillthrough in case of unknown column.
ICanStartBuildingDrillthroughProperties.IDrillthroughPropertiesBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides methods to define the drillthrough properties.
ICanStartBuildingEpochDimension<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Step of a builder that can start to customize the epoch dimension of its cube.
ICanStartBuildingHierarchy - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Step of a cube description builder that can start describing a cube's hierarchy.
ICanStartBuildingKpiDescription<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of a builder that starts defining a IKpiDescription.
ICanStartBuildingKpiDescription.IBuilderWithName<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Steps of the builder having a unique name.
ICanStartBuildingKpiDescription.ICanBuild<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Ready-to-build step.
ICanStartBuildingKpiDescription.IKpiDescriptionBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder for IKpiDescription.
ICanStartBuildingLevel - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Step of a cube description builder that can start describing a cube's level.
ICanStartBuildingLevel.ICanBuildLevelBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Step of a cube description builder that describes fully a cube's level when not part of an analysis hierarchy.
ICanStartBuildingLevel.ICommonLevelBuilder<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Common interface for the builders of a cube's level.
ICanStartBuildingMdxContext<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step for a builder that can start defining a MDX context.
ICanStartBuildingMdxContext.ICanAddDefaultMember<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to add default member for a hierarchy.
ICanStartBuildingMdxContext.ICanAddFormatter<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to add formatter.
ICanStartBuildingMdxContext.ICanAddMeasureAlias<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to add the measure alias.
ICanStartBuildingMdxContext.ICanBuild<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step where we can finish defining the IMdxContext.
ICanStartBuildingMdxContext.ICanDisableMdxCompilation<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to enable/disable MDX compilation.
ICanStartBuildingMdxContext.ICanEnableAggressiveFormulaEvaluation<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to enable/disable aggressive formula evaluation.
ICanStartBuildingMdxContext.ICanEnableCaseSensitivity<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to enable/disable MDX engine's case sensitivity.
ICanStartBuildingMdxContext.ICanEnableLightCrossJoin<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to enabled/disable the light cross join.
ICanStartBuildingMdxContext.ICanEnableMemberNamePathStyle<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to enable/disable member path style.
ICanStartBuildingMdxContext.ICanHaveAdditionalProperty<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to add additional property.
ICanStartBuildingMdxContext.ICanHaveCalculatedMember<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to add calculated member.
ICanStartBuildingMdxContext.ICanHaveKpi<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to add kpi.
ICanStartBuildingMdxContext.ICanHaveNamedSet<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to add named set.
ICanStartBuildingMdxContext.ICanHideSubTotals<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to hide subtotals.
ICanStartBuildingMdxContext.ICanIgnoreInvalidMembers<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to enable/disable ignoring invalid member in the MDX engine.
ICanStartBuildingMdxContext.ICanOverrideDimensionVisibilities<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to override visibilities for dimensions.
ICanStartBuildingMdxContext.ICanOverrideHierarchyVisibilities<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to override visibilities for hierarchies.
ICanStartBuildingMdxContext.ICanSetAxisPositionLimit<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to set axis position limit.
ICanStartBuildingMdxContext.ICanSetCubeFormatter<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to set the cube formatter.
ICanStartBuildingMdxContext.ICanSetResultLimit<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to set the result limit.
ICanStartBuildingMdxContext.IDefiningDefaultMember<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step to define the default member of a hierarchy.
ICanStartBuildingMdxContext.IDefiningDefaultMemberOnHierarchy<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides method to describe the default member path.
ICanStartBuildingMdxContext.IMdxContextBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides methods to define an MDX context.
ICanStartBuildingMeasures - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of a cube description builder that can start describing measures.
ICanStartBuildingMeasures.BuildablePostProcessorBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Ready-to-build post-processor description.
ICanStartBuildingMeasures.ICanBuildPreAggregatedMeasureBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the pre-aggregated measures builder when all mandatory information has been given.
ICanStartBuildingMeasures.INativeMeasureBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder for native measure customizations.
ICanStartBuildingMeasures.IPostProcessorBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder for post-processor description.
ICanStartBuildingMeasures.IPreAggregatedMeasureBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
First step of the pre-aggregated measures builder.
ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Second step of the pre-aggregated measures builder.
ICanStartBuildingNamedSetDescription<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of a builder that starts describing a INamedSetDescription.
ICanStartBuildingNamedSetDescription.IBuilderWithUniqueName<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Steps of the builder having a unique name.
ICanStartBuildingNamedSetDescription.ICanBuild<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Ready to build.
ICanStartBuildingNamedSetDescription.INamedSetDescriptionBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
ICanStartBuildingQueryCube - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Step of the builder when a query cube can be built.
ICanStartBuildingSchema - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of a builder that can start building a IActivePivotSchemaDescription.
ICanStartBuildingSubCubeProperties<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Steps for a builder that can start defining a sub cube properties.
ICanStartBuildingSubCubeProperties.IAccessDeniedSubCubePropertiesBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder for ISubCubeProperties with denied access.
ICanStartBuildingSubCubeProperties.ICanBuild<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step where we can finish defining the ISubCubeProperties.
ICanStartBuildingSubCubeProperties.ICanGrantMeasure<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Steps to grant access to a measure.
ICanStartBuildingSubCubeProperties.ICanGrantMembers<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Steps to grant access to some members.
ICanStartBuildingSubCubeProperties.IEmptyBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
An empty builder.
ICanStartBuildingSubCubeProperties.IGrantedAccessSubCubePropertiesBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder for ISubCubeProperties with some granted measures or members.
ICanStartBuildingSubCubeProperties.IGrantingMembers<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Granting some members.
ICanStartBuildingSubCubeProperties.IGrantingMembersOnDimension<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Granting members of a dimension.
ICanStartBuildingSubCubeProperties.IGrantingMembersOnHierarchy<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Granting members of a hierarchy.
ICanStartBuildingSubCubeProperties.IGrantingMembersOnPath<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Granting members on a path.
ICanStartBuildingSubCubeProperties.ISubCubePropertiesBuilder<ParentBuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Provides methods to define ISubCubeProperties.
ICanStartPartialProvider<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of a builder that can start building a partial aggregate provider.
ICatalog - Interface in com.activeviam.activepivot.core.intf.api.cube
A catalog has an id and contains a list of ActivePivot instances.
ICatalogDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Description of a catalog.
ICellEvent - Interface in com.activeviam.activepivot.server.intf.api.streaming
A cell event corresponds to the update of a set of cells.
ICellFunction - Interface in com.activeviam.tech.core.api.cell
Equivalent of a Function accepting a cell as its input and producing a result as the value of another cell.
ICellProcedure - Interface in com.activeviam.activepivot.core.intf.api.query.result
A procedure that executes itself on cells.
ICellSet - Interface in com.activeviam.activepivot.core.intf.api.query.result
Navigable set of cells.
ICellSetEvent - Interface in com.activeviam.activepivot.server.intf.api.streaming
A cell set event is an event corresponding to a full cellset (axis + cells).
ICellSetNotificationEvent - Interface in com.activeviam.activepivot.server.intf.api.streaming
Definition of an event that corresponds to the update potentially impacting a cellset.
ICellSetProcedure - Interface in com.activeviam.activepivot.core.intf.api.query.result
A procedure that executes itself over a cell set.
ICellTransformProcedure - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
A procedure that applies a transformation to the values of an inputCell attached to a IPointLocationReader and writes the result into a resultCell.
ICellWriter - Interface in com.activeviam.tech.core.api.cell
Definition of a write-only component linked to a cell containing some data.
IClone<T> - Interface in com.activeviam.tech.core.api.util
An extension to Cloneable returning the real interface.
ICloudCsvDataProviderFactory<EntityT> - Interface in com.activeviam.cloud.common.api.source.csv
Interface for cloud ICsvDataProvider factory.
ICloudCsvTopic<EntityT> - Interface in com.activeviam.cloud.common.api.source.csv
Deprecated, for removal: This API element is subject to removal in a future version.
It will be become a marker interface in 6.2, and thus be removed
ICloudDirectory<EntityT> - Interface in com.activeviam.cloud.common.api.entity
Interface representing a directory in the cloud.
ICloudEntity - Interface in com.activeviam.cloud.common.api.entity
Facade on an object stored in the cloud.
ICloudEntityPath<EntityT> - Interface in com.activeviam.cloud.common.api.entity
Reference on an object stored in the cloud.
IClusterDefinition - Interface in com.activeviam.activepivot.core.intf.api.description
The definition of the cluster to which a DATA or QUERY cube belongs.
IClusterDefinitionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Contains the common interface for the query and data cluster definitions builder.
IClusterDefinitionBuilder.IApplicationDescriptionBuilderWithId - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder of a distributed application definition with an id.
IClusterDefinitionBuilder.IBuildableMessengerDescriptionBuilder<RT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder for the messenger description when all mandatory parameters have been set.
IClusterDefinitionBuilder.IBuildableQueryClusterDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder for the query cluster definition when all mandatory parameters have been given.
IClusterDefinitionBuilder.ICanBuildDataClusterDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder for a data cluster definition with all mandatory parameters given.
IClusterDefinitionBuilder.ICanConcealBranchesDataClusterDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder for a data cluster definition that provides an option to conceal branches from the distributed application.
IClusterDefinitionBuilder.ICanConcealDataNodeHierarchiesDataClusterDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder for a data cluster definition that chooses whether to conceal some hierarchies from the distributed application or not.
IClusterDefinitionBuilder.ICanConcealMeasuresDataClusterDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder for a data cluster definition that chooses whether to conceal some of its measures from the distributed application.
IClusterDefinitionBuilder.ICanStartBuildingApplication - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Step of a builder that can start building a distributed application.
IClusterDefinitionBuilder.IDataClusterDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithId - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder for a data cluster definition with an id.
IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithRestInformation - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder for a data cluster definition with an id and a messenger definition.
IClusterDefinitionBuilder.IHasConcealedDataNodeHierarchiesDataClusterDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder for a data cluster definition that chooses to conceal a part of its hierarchies.
IClusterDefinitionBuilder.IMessengerDescriptionBuilder<RT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder for the messenger description.
IClusterDefinitionBuilder.IQueryClusterDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder for the query cluster definition.
IClusterDefinitionBuilder.IQueryClusterDescriptionBuilderWithId - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder for the query cluster definition when an id has been given.
IClusterDefinitionBuilder.IQueryClusterDescriptionBuilderWithIdAndMessengerDefinition - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder for the query cluster definition when an id and a messenger definition has been given.
IColumnarTable - Interface in com.activeviam.tech.chunks.api.table
A columnar table where each column is identified by a distinct name.
IColumnarTranslator<O> - Interface in com.activeviam.source.csv.api
Deprecated, for removal: This API element is subject to removal in a future version.
This is becoming a marker interface that is not part of the public API.
IColumnCalculator<ContextT> - Interface in com.activeviam.source.common.api
A column calculator is responsible for the calculation of the values for one of the output columns.
IColumnCalculator.IColumnCalculationContext<ContextT> - Interface in com.activeviam.source.common.api
The context of a column calculation.
IColumnCondition - Interface in com.activeviam.directquery.application.api.refresh.condition
Table condition describes a condition tree on a table.
ICommonHierarchyBuilder<BuilderT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Common interface for the builders of a cube's hierarchies.
IComparator<T> - Interface in com.activeviam.tech.core.api.ordering
IComparator is an interface which can specify an ordering between objects in ActivePivot.
IComparatorDescription - Interface in com.activeviam.activepivot.core.intf.api.description
IComparatorDescription is the description of an IComparator extended plugin.
IComparatorOrderDescription - Interface in com.activeviam.activepivot.core.intf.api.description
This interface describe specific order for an IComparatorDescription.
ICompilableProperty - Interface in com.activeviam.tech.core.api.property
Extension of the IProperty interface that adds support for compiled properties.
ICompiledProperty<T> - Interface in com.activeviam.tech.core.api.property
A compiled property, compiled specifically for the instances of a target class.
ICompletionSync - Interface in com.activeviam.tech.concurrency.api
A synchronization Object associated with a task that can be used to wait for the task to complete.
IComposerHealthEventHandler - Interface in com.activeviam.tech.observability.api.health
An health event handler dedicated to handling health events declared in the composer project.
IComposerHealthEventHandler.IComposerHealthEvent - Interface in com.activeviam.tech.observability.api.health
Marks event from the composer project.
ICondition - Interface in com.activeviam.tech.core.api.filtering
Base interface for conditions in pivot queries.
IConditionContext - Interface in com.activeviam.activepivot.server.impl.api.database
Class carrying information about the context in which a condition is compiled.
IConditionFactory - Interface in com.activeviam.activepivot.server.impl.api.database
Object capable of creating a condition from a JSON object.
IConfigurationService - Interface in com.activeviam.activepivot.server.intf.api.webservices
The configuration services allows to add mdx calculated members and KPIs to a pivot.
IConnectionSupplier - Interface in com.activeviam.source.jdbc.api
A FunctionalInterface used to create a Connection to the associated database.
IConnectorFactory<DatabaseSettingsT,DatabaseClientSettingsT> - Interface in com.activeviam.directquery.api
Factory to create a DirectQueryConnector from a set of properties.
IContentEntry - Interface in com.activeviam.tech.contentserver.storage.api
An entry of the content server.
IContentListener - Interface in com.activeviam.tech.contentserver.storage.api
Listen to update on a content service file or folder.
IContentService - Interface in com.activeviam.tech.contentserver.storage.api
Interface for a hierarchical key-value store with read/write permissions.
IContentServiceConfig - Interface in com.activeviam.tech.contentserver.spring.api.config
Content Service spring configuration interface.
IContentTree<E> - Interface in com.activeviam.tech.contentserver.storage.api
An interface for content service trees, defined recursively: a content tree holds an entry node as root, and children subtrees mapped to the name of their own root entry in its parent directory.
IContext - Interface in com.activeviam.activepivot.core.intf.api.contextvalues
A context is bound to every ActivePivot's instance and be reached thanks to IActivePivot.getContext().
IContextSnapshot - Interface in com.activeviam.activepivot.core.intf.api.contextvalues
An immutable snapshot of a IContext.
IContextualQuery<R> - Interface in com.activeviam.activepivot.core.intf.api.query
Interface for queries containing contextual information stored in a list of context value.
IContextValue - Interface in com.activeviam.activepivot.core.intf.api.contextvalues
All context values implement this interface, because a context value is uniquely identified by its interface.
IContextValueBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Generic interface for builder of IContextValue.
IContextValueBuilder.ICanBuild - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Ready to build.
IContextValuesDescription - Interface in com.activeviam.activepivot.core.intf.api.description
The description for context values.
IContextValueStore - Interface in com.activeviam.activepivot.core.intf.api.contextvalues
Interface of a component that stores context values.
IContextValueTranslator<C> - Interface in com.activeviam.activepivot.core.intf.api.contextvalues
A context value translator can convert IContextValue instances into a simple generic representation based on Map.
IContinuouslyQueryable - Interface in com.activeviam.tech.core.api.query.realtime
A queryable service that can be continuously queried.
IContinuousQuery<R,U> - Interface in com.activeviam.tech.core.api.query.realtime
A continuous query is a mechanism by which one can define a logical set of data.
IContinuousQueryListener<R,U> - Interface in com.activeviam.tech.core.api.query.realtime
A Listener interface to continuous query.
IContinuousQueryUpdate<R> - Interface in com.activeviam.tech.core.api.query.realtime
Update received by a IContinuousQueryListener.
ICoordinates - Interface in com.qfs.repository.coordinates
A ICoordinates represent a location (either point or range location) It holds a list of levels and their associated member value In case of a range location, the value will be the wildcard.
ICopperContext - Interface in com.activeviam.activepivot.core.intf.api.copper
Objects used to collects all the objects created with the Copper API and publish them to the cube it is tied to.
ICorsConfig - Interface in com.activeviam.web.spring.api.config
Spring configuration for a 'Cross-Origin Resource Sharing' (CORS) filter.
ICreateDao<T> - Interface in com.qfs.snl.persistence
Interface representing a DAO that can perform create actions.
ICsvAnomaly - Interface in com.activeviam.source.csv.api.report
Interface that all parsing error listings should implement.
ICsvAnomaly.CsvAnomalyTypeEnum - Enum Class in com.activeviam.source.csv.api.report
CSV anomaly types enum.
ICsvDataProvider<I> - Interface in com.activeviam.source.csv.api
Definition of a component providing CSV data.
ICsvFileParsingReport - Interface in com.activeviam.source.csv.api.report
Interface of a parsing report specific to a single CSV file.
ICsvParserConfigPolicy - Interface in com.activeviam.source.csv.api
Deprecated, for removal: This API element is subject to removal in a future version.
Not used, this was initially intended for Atoti Python SDK
ICsvParserConfiguration - Interface in com.activeviam.source.csv.api
Deprecated, for removal: This API element is subject to removal in a future version.
Use directly the concrete implementation CsvParserConfiguration and its builder
ICsvSource<I> - Interface in com.activeviam.source.csv.api
Interface of a ISource that can fetch data from, and listen for changes in CSV files.
ICsvSourceConfiguration<I> - Interface in com.activeviam.source.csv.api
Deprecated, for removal: This API element is subject to removal in a future version.
Use directly the concrete implementation CsvSourceConfiguration and its builder
ICsvSourceHealthEventHandler - Interface in com.activeviam.source.csv.api.observability
An health event handler dedicated to handling health events declared in the CSV Source project.
ICsvSourceHealthEventHandler.ICsvHealthEvent - Interface in com.activeviam.source.csv.api.observability
Marks event from the CSV Source project.
ICsvTopic<I> - Interface in com.activeviam.source.csv.api
A topic of the CSV Source.
ICsvTopicParsingReport - Interface in com.activeviam.source.csv.api.report
 
ICubeDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
ICubeDescriptionBuilder.INamedCubeDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the cube builder when a name has been given to the cube.
ICubeFilter - Interface in com.activeviam.activepivot.core.intf.api.contextvalues.subcube
A cube filter is a component that allows to restrict the view to a cube, either by only granted specific members, or by denying them.
ICubeFilterBuilder - Interface in com.activeviam.activepivot.core.intf.api.contextvalues.subcube
This interface allows to construct a new ICubeFilter.
ICubeFormatter - Interface in com.activeviam.activepivot.core.intf.api.contextvalues.mdx
Central point to manage all captions and formatters for a given cube.
ICubeFormatterFactory - Interface in com.activeviam.activepivot.core.intf.api.contextvalues.mdx
A factory of ICubeFormatter.
ICubeRestriction - Interface in com.activeviam.activepivot.core.intf.api.experimental.context.filter
Interface to represent a restriction/filter/MDX subcube of a cube.
ICursor - Interface in com.activeviam.tech.records.api
A cursor with no information about the dictionaries of its contained records.
ICustomComparator<T> - Interface in com.activeviam.tech.core.api.ordering
Special IComparator where the user provides an optional list of objects he always wants to be ordered first in any set, and another optional list of objects the user always wants to be ordered last in any set.
ICustomCondition - Interface in com.activeviam.database.datastore.api.condition
Interface defining a custom condition created by the user.
ICustomProperty - Interface in com.activeviam.tech.core.api.property
Interface that any custom property must implement to be recognized as a plugin.
id(int) - Method in class com.activeviam.activepivot.server.json.api.queryplan.FilterData.FilterDataBuilder
The filter id.
ID - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IPluginDefinition
The property key to define is the underlying plugin must define an id.
ID_GENERATOR - Static variable in interface com.activeviam.tech.dictionaries.api.IDictionary
The generator for unique IDs for the dictionaries.
IDatabaseCacheManager - Interface in com.activeviam.directquery.api.cache
Manager of the database cache to manipulate the cache lifecycle.
IDatabaseDiscovery - Interface in com.activeviam.activepivot.server.intf.api.database
A database discovery contains branches with their descriptions, tables with their descriptions, and joins between tables.
IDatabaseFieldDescription - Interface in com.activeviam.activepivot.server.intf.api.database
Description of a field of a table of the database.
IDatabaseJoinDescription - Interface in com.activeviam.activepivot.server.intf.api.database
Description of a database join.
IDatabaseRetrievalResult - Interface in com.activeviam.activepivot.core.intf.avinternal.procedure
Representation of an aggregation result coming from a database query.
IDatabaseRetrievalResult.ICompiledQuery - Interface in com.activeviam.activepivot.core.intf.avinternal.procedure
Class represented a query compiled against a IDatabaseRetrievalResult, used to access the result rows of the retrieval.
IDatabaseRetrievalResult.ICompiledQueryProcedure - Interface in com.activeviam.activepivot.core.intf.avinternal.procedure
Interface for a procedure consuming each row in a IDatabaseRetrievalResult.
IDatabaseService - Interface in com.activeviam.activepivot.server.intf.api.database
Service for the database able to provide features for the Database REST API.
IDatabaseServiceConfiguration - Interface in com.activeviam.activepivot.server.intf.api.database.config
Configuration for the database service.
IDatabaseTimeTravelSettings - Interface in com.activeviam.database.sql.api
Common settings for a DirectQuery application on top of a database supporting time-travel.
IDataClusterDefinition - Interface in com.activeviam.activepivot.core.intf.api.description
The definition of the cluster to which a data cube belongs.
IDataClusterDefinition.EndpointInformation - Record Class in com.activeviam.activepivot.core.intf.api.description
Information about a data cube's REST endpoint.
IDataCubeDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Builder of a data cube.
IDataExportService - Interface in com.activeviam.activepivot.server.intf.api.dataexport
The Data Export Service.
IDataSourceBuilder - Interface in com.qfs.snl.persistence
Component in charge of building the appropriate data source for the ActiveMonitor databases.
IDatasourceConfiguration - Interface in com.qfs.snl.persistence.cfg
Component in charge of providing a builder for the several ActiveMonitor data sources namely repository, ActiveMonitor and activiti.
IDatastore - Interface in com.activeviam.database.datastore.api
The root component of the datastore.
IDatastoreConfig - Interface in com.activeviam.activepivot.server.spring.api.config
Datastore spring configuration interface.
IDatastoreHealthEventHandler - Interface in com.activeviam.database.datastore.api.observability
An health event handler dedicated to handling health events declared in the datastore project.
IDatastoreHealthEventHandler.IDatastoreHealthEvent - Interface in com.activeviam.database.datastore.api.observability
Marks event from the datastore project.
IDatastoreRepositoryCache - Interface in com.qfs.repository
The repository cache stocks into the IDatastore the values retrieved from the repository on some specific coordinates.
IDatastoreRepositoryCacheConfiguration - Interface in com.qfs.repository
The configuration object dedicated to the IDatastoreRepositoryCache.
IDatastoreSchemaDescription - Interface in com.activeviam.database.datastore.api.description
The description of a datastore schema.
IDatastoreSchemaDescriptionBuilder - Interface in com.activeviam.database.datastore.api.description
IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription - Interface in com.activeviam.database.datastore.api.description
Version of the IDatastoreSchemaDescriptionBuilder ready to be built since it contains at least one store.
IDatastoreSchemaDescriptionConfig - Interface in com.activeviam.activepivot.server.spring.api.config
A Configuration class used to expose the IDatastoreSchemaDescription.
IDatastoreSchemaTransactionInformation - Interface in com.activeviam.database.datastore.api.transaction.stats
Additional information about a transaction over a datastore schema.
IDatastoreTransactionStatistics - Interface in com.activeviam.database.datastore.api.transaction.stats
Statistics on the stores modified by the datastore transaction.
IDataValidator - Interface in com.activeviam.directquery.api.validator
Validates different assumptions made by DirectQuery about the external data.
IDbInfoDao<T> - Interface in com.qfs.snl.persistence
Interface of DAO managing ADbInfo.
IDefaultCellPropertiesHandler - Interface in com.activeviam.activepivot.mdx.intf.api.formatting
This interface is used to assign the various cell properties to the cells.
IDefaultCellPropertiesHandler.IUserPresentationExpression - Interface in com.activeviam.activepivot.mdx.intf.api.formatting
The interface that should implement the returned objects generated by the IDefaultCellPropertiesHandler.get(String propName) method.
IDENTIFIER - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
The identifier of the measures hierarchy.
IDENTIFIER - Static variable in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Statistic identifier.
IDENTIFIER - Static variable in interface com.activeviam.tech.mvcc.api.IEpochManager
Statistic identifier.
identity() - Static method in interface com.activeviam.tech.core.api.function.FloatUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface com.qfs.snl.workflows.process.IWorkflowProcessExecutor
Gets a default bi-function returning the payload without change.
IdentityFunctionDescription - Class in com.activeviam.tech.partitioning.api.function.impl
Description of an identity function.
IdentityTranslator - Class in com.activeviam.source.common.api.impl
An identity translator that returns the given tuple.
IdentityTranslator() - Constructor for class com.activeviam.source.common.api.impl.IdentityTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
Use the other constructor instead.
IdentityTranslator(Map<String, Integer>) - Constructor for class com.activeviam.source.common.api.impl.IdentityTranslator
 
IDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Basic interface which defines a description.
IDescriptionWithImports<T> - Interface in com.activeviam.activepivot.core.intf.api.description
Interface for a description that can have multiple nested imports.
IdGenerator - Class in com.qfs.repository.persistence.impl
Small utility class generating new ids for database objects to store.
IdGenerator(ThreadLocal<Session>) - Constructor for class com.qfs.repository.persistence.impl.IdGenerator
Constructor.
IDictionary<K> - Interface in com.activeviam.tech.dictionaries.api
A dictionary dynamically maintains a collection of key objects Once inserted, the dictionary guarantees that each key remains at its insertion position, even when new keys are inserted or when the dictionary buffer is expanded.
A dictionary allows to reference objects by their position (efficiently using a primitive integer) instead of a costlier object reference.
IDictionaryProvider - Interface in com.activeviam.tech.dictionaries.api
Provider of store's dictionaries.
IDimension<H> - Interface in com.activeviam.activepivot.core.intf.api.cube.hierarchy
A dimension that holds multiple hierarchies.
IDimension.DimensionType - Enum Class in com.activeviam.activepivot.core.intf.api.cube.hierarchy
Possible dimension types.
IDimensionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Builds a dimension description.
IDimensionInfo - Interface in com.activeviam.activepivot.core.intf.api.cube.metadata
Base description of a dimension.
IDirectQueryDatabase - Interface in com.activeviam.directquery.api
A DirectQuery database.
IDirectQueryTableDiscoverer - Interface in com.activeviam.directquery.api.discoverer
Discover table in an external database.
IDiscreteContextMetadata - Interface in com.activeviam.tech.excel.addin.service.api
Interface for discrete context metadata.
IDistributedActivePivot - Interface in com.activeviam.activepivot.dist.impl.avinternal.distribution
A proxy IActivePivot that distributes a local IActivePivot.
IDistributedActivePivot.DataReplication - Enum Class in com.activeviam.activepivot.dist.impl.avinternal.distribution
In different distributed applications, the data cubes are allowed to have different hierarchies and levels.
IDistributedActivePivotDescription - Interface in com.activeviam.activepivot.core.intf.api.description
This describes an QUERY cube instance.
IDistributedActivePivotInstanceDescription - Interface in com.activeviam.activepivot.core.intf.api.description
This describes a QUERY cube instance.
IDistributedActivePivotVersion - Interface in com.activeviam.activepivot.dist.impl.api.cube
A version associated with a multi-version pivot.
IDistributedCubeDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
IDistributedCubeDescriptionBuilder.ClusterDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
The builder for IClusterDefinition.
IDistributedMessenger - Interface in com.activeviam.activepivot.dist.impl.avinternal.messenger
An object used to broadcast messages to other instances and process remote messages.
IDistributedPostProcessor - Interface in com.activeviam.activepivot.dist.impl.api.postprocessing
A partitioned post-processor whose computation may be horizontally distributed on each data cube regardless of its partitioning levels.
IDistributionInformation - Interface in com.activeviam.activepivot.dist.impl.api.distribution
Provides information about the distribution of the cluster.
IDomainEvent - Interface in com.activeviam.tech.streaming.intf.api
A domain event is a list of stream events (possibly from different streams) that belong to a specific domain.
IDomainListener - Interface in com.activeviam.tech.streaming.intf.api
Interface for listening domain life cycle events.
IDoubleContextMetadata - Interface in com.activeviam.tech.excel.addin.service.api
Interface for double context metadata.
IDoubleParser - Interface in com.activeviam.tech.core.api.format
Parser of double fields.
IDrillthroughColumn - Interface in com.activeviam.activepivot.core.intf.api.query.result
A drillthrough column that can be used in drillthrough queries.
IDrillthroughColumn.INFO - Enum Class in com.activeviam.activepivot.core.intf.api.query.result
 
IDrillthroughContinuousQuery - Interface in com.activeviam.activepivot.core.intf.api.query.realtime
The drillthrough continuous query interface.
IDrillthroughEvent - Interface in com.activeviam.activepivot.server.intf.api.streaming
A drillthrough event is an event corresponding to a full drillthrough (headers + rows).
IDrillthroughExecutor - Interface in com.activeviam.activepivot.core.intf.api.query.drillthrough
The drillthrough executor, created for each new IActivePivotVersion.
IDrillthroughHeader - Interface in com.activeviam.activepivot.core.intf.api.query.result
A drillthrough header represents a column of a IDrillthroughQuery.
IDrillthroughHeadersQuery - Interface in com.activeviam.activepivot.core.intf.api.query.drillthrough
A drillthrough headers query returns the list of IDrillthroughHeader corresponding to each column of a IDrillthroughQuery.
IDrillthroughProperties - Interface in com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough
Drill-through properties are used to customize content and presentation of drillthrough results.
IDrillthroughProperties.DrillthroughBehavior - Enum Class in com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough
The possible behaviors of the query engine upon an exception with a calculated column in the drillthrough.
IDrillthroughQuery - Interface in com.activeviam.activepivot.core.intf.api.query.drillthrough
A drillthrough query returns all the facts (represented by IDrillthroughRow) contains into a range of selected locations.
IDrillthroughQueryContext - Interface in com.activeviam.activepivot.core.intf.api.query.result
A drillthrough query context is computed when a drillthrough query is launched.
IDrillthroughResultDTOState - Interface in com.activeviam.activepivot.server.intf.api.dto
State for a IDrillthroughStream, storing the current result of the IDrillthroughQuery.
IDrillthroughRow - Interface in com.activeviam.activepivot.core.intf.api.query.result
A drillthrough row is the elementary result of a IDrillthroughQuery.
IDrillthroughSession - Interface in com.activeviam.activepivot.core.intf.api.query.drillthrough
The session used the execution of a drillthrough query.
IDrillthroughUpdate - Interface in com.activeviam.activepivot.core.intf.api.query.realtime
ActivePivot versioned and enriched continuous query update.
IDrillthroughUpdateEvent - Interface in com.activeviam.activepivot.server.intf.api.streaming
A drillthrough update event is an event corresponding to an addition or update of a drillthrough row or removal of one.
IDuplicateKeyHandler - Interface in com.activeviam.database.datastore.api.description
Discriminate between two records with the same key fields.
IEditInstructions - Interface in com.activeviam.database.datastore.api.transaction
The block of code containing all the instructions to perform within a datastore transaction in order to edit the datastore content.
IEntitlement - Interface in com.activeviam.activepivot.server.intf.api.security
An entitlement, defined by a collection of context values.
IEntitlementsProvider - Interface in com.activeviam.activepivot.server.intf.api.security
A repository of entitlements.
IEntityProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from IEntityWorkflowConfiguration.
IEntityWorkflowConfiguration - Interface in com.qfs.snl.repository
Class representing the workflow configuration for any entity.
IEntityWorkflowDao - Interface in com.qfs.snl.persistence
DAO managing workflow configuration for entities.
IEpoch - Interface in com.activeviam.tech.mvcc.api
Represents an epoch.
IEpochDimensionBuilder<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
IEpochDimensionBuilder.EpochLevelBuilder<DescriptionT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
The builder for a level of the epoch dimension description (branches or epochs).
IEpochDimensionDescription - Interface in com.activeviam.activepivot.core.intf.api.description
The description of an additional dimension which allows to retrieve values from different versions of the pivot within a single Mdx query.
IEpochHistory - Interface in com.activeviam.tech.mvcc.api
User interface for epochs management of a component.
IEpochManagementPolicy - Interface in com.activeviam.tech.mvcc.api.policy
Policy of global epochs and memory management.
IEpochManager - Interface in com.activeviam.tech.mvcc.api
User interface for versions management of all components.
IEpochManager.IVersionLifecycleHandler<V> - Interface in com.activeviam.tech.mvcc.api
Handler containing callbacks for the different events triggered during a version's lifecycle.
IErasure - Interface in com.qfs.repository.coordinates
The erasure interface.
IEvaluator - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
Evaluates a IAggregatesRetrievalResult, aggregated at a given point location.
IEventAlertAggregator - Interface in com.qfs.snl.alerts
Construct that aggregates monitor events that contribute to alerts.
IEventProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from ISentinelEvent.
IExtendedPlugin<V> - Interface in com.activeviam.tech.core.api.registry
IExtendedPlugin.
IExtendedPluginValue - Interface in com.activeviam.tech.core.api.registry
Interface of an extended plugin value.
IFactory<T> - Interface in com.activeviam.tech.core.api.registry
Factory to create objects of a given type.
IFactoryValue<T> - Interface in com.activeviam.tech.core.api.registry
Interface of a factory that is at the same time a plugin value.
IFieldDescription - Interface in com.activeviam.database.datastore.api.description
Description of a field in a store of the Datastore.
IFieldDetails - Interface in com.activeviam.activepivot.server.impl.api.database
Details about the field being tested or modified by requests against the IDatabaseService.
IFieldPermission - Interface in com.activeviam.activepivot.server.impl.api.database.config
Component storing the roles that have read or write permission over a table column.
IFieldType - Interface in com.activeviam.tech.chunks.api.types
Definition of a Data Type.
IFileEvent<I> - Interface in com.activeviam.source.csv.api
An event that allows knowing which files have changed inside a given topic.
IFileInfo<I> - Interface in com.activeviam.source.csv.api
This interface aims at giving access to the parsed file and some of its attributes.
IFileInfo.FileType - Enum Class in com.activeviam.source.csv.api
The type of the file.
IFileListener<I> - Interface in com.activeviam.source.csv.api
Interface of components that listen to file events.
IFileParserConfiguration - Interface in com.activeviam.source.csv.api
Deprecated, for removal: This API element is subject to removal in a future version.
Use
invalid reference
CsvParserConfiguration#builder(int)
instead
IFilterDescription - Interface in com.activeviam.activepivot.core.intf.api.description
The definition of a filter on input facts.
IFloatParser - Interface in com.activeviam.tech.core.api.format
Parser of float fields.
IFormatter - Interface in com.activeviam.tech.core.api.format
Interface of a format service that can parse or format an object.
IFormField - Interface in com.qfs.snl.messages.form
Definition of a form field.
IFormField.IType - Interface in com.qfs.snl.messages.form
Type of the form field.
IFullRefreshEvent - Interface in com.activeviam.activepivot.server.intf.api.streaming
An event corresponding to a full new view for some locations.
IGenericAggregation - Interface in com.activeviam.tech.aggregation.api
An aggregation can bind an input data structure called the source with a destination data structure that contains aggregates.
IGenericAggregation.AggregationChunksSetting - Class in com.activeviam.tech.aggregation.api
information about the chunks used to store the data such as whether the chunk must be marked or not to allow lazy cloning of large cloneable data.
IGenericAggregation.AggregationChunksSetting.AggregationChunksSettingBuilder - Class in com.activeviam.tech.aggregation.api
 
IGenericAggregationFunction - Interface in com.activeviam.tech.aggregation.api
Generic Aggregation function based on an arbitrary number of data sources.
IGetAggregatesContinuousQuery - Interface in com.activeviam.activepivot.core.intf.api.query.realtime
This interface must be implemented by the continuous query implementation of the IGetAggregatesQuery.
IGetAggregatesContinuousQueryListener - Interface in com.activeviam.activepivot.core.intf.api.query.realtime
IGetAggregatesQuery - Interface in com.activeviam.activepivot.core.intf.api.query
This query aims to retrieve all the aggregates defined by a set of locations and measures.
IGlobalEntitlement - Interface in com.activeviam.activepivot.server.intf.api.security
A cross-all-ActivePivot entitlement defined by a collection of context values.
IGNORE_INVALID_MEMBERS_DEFAULT - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Default value for the ignore invalid members parameter.
ignoreInvalidMembers(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanIgnoreInvalidMembers
If enabled, the MdxEngine ignores invalid Mdx members when resolving the MDX query.
ignoreQueriedMeasure(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanIgnoreQueriedMeasure
Enables/disables ignoring queried measure.
IGraphWsService - Interface in com.qfs.snl.ws
The graph websocket session holder.
IHasAtLeastOneMeasure - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the measure build when at least one measure is defined.
IHasId - Interface in com.activeviam.tech.mvcc.api
A component that has an id.
IHeaderTranslator<T> - Interface in com.activeviam.source.csv.api.translator
Deprecated, for removal: This API element is subject to removal in a future version.
This interface is useless has it is tied to its concrete implementations
IHeadInfo<V> - Interface in com.activeviam.tech.mvcc.api
Information about a branch head.
IHealthCheck - Interface in com.activeviam.tech.observability.api.health
An health check is run on a regular basis, and if the dispatcher is interested, generates an event.
IHealthEvent - Interface in com.activeviam.tech.observability.api.health
Defines a basic health event.
IHealthEventDispatcher - Interface in com.activeviam.tech.observability.api.health
Dispatches health events to its registered handlers.
IHealthEventHandler - Interface in com.activeviam.tech.observability.api.health
This interface is notified of all health events.
IHierarchicalMapping - Interface in com.activeviam.activepivot.core.intf.api.location
Hierarchical mapping.
IHierarchy - Interface in com.activeviam.activepivot.core.intf.api.cube.hierarchy
The hierarchy is the basic axis of data analysis in the OLAP system, and represents one edge of the multidimensional cube.
IHierarchyBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Builds a hierarchy.
IHierarchyDescription - Interface in com.activeviam.activepivot.core.intf.api.description
The description for the IHierarchy.
IHierarchyInfo - Interface in com.activeviam.activepivot.core.intf.api.cube.metadata
Base description of a hierarchy.
IHistory - Interface in com.activeviam.tech.aggregation.api.history
Some aggregation functions require to keep track of their history.
IHistoryAggregationFunction - Interface in com.activeviam.tech.aggregation.api.history
Describes an aggregation function that works over historical representations.
IHistoryGenericAggregationFunction - Interface in com.activeviam.tech.aggregation.api.history
Describes a generic aggregation function that works over historical representations.
IHistoryMultiSourceAggregationFunction - Interface in com.activeviam.tech.aggregation.api.history
Describes a multi source aggregation function that works over historical representations.
IHistoryNode - Interface in com.activeviam.tech.mvcc.api
A node containing meta-information about a given epoch of a given history.
IIdentifiable - Interface in com.qfs.snl.persistence
Base interface for all models having an id.
IIdentifiableDao<T> - Interface in com.qfs.snl.persistence
Base interface for all DAO that manage elements that have numeric ids.
IIdentifiableDeleteDao - Interface in com.qfs.snl.persistence
Interface representing a DAO that can perform get actions.
IIdentifiableReadDao<T> - Interface in com.qfs.snl.persistence
Interface representing a DAO that can perform read actions.
IIdGenerator - Interface in com.activeviam.tech.streaming.intf.api
Unique Id generator service.
IImpact - Interface in com.activeviam.activepivot.core.intf.api.realtime
For an originating location (a location subscribed by some continuous query) an impact encapsulates all the results implied by a stream event: The point locations or range locations that may have changed and must be refreshed The point locations (cells) that may have been removed from the subscribed view
IIndexableCoordinates - Interface in com.qfs.repository.coordinates
A Coordinate that can be indexed in order to perform easy lookup based on its erasure.
IIndexedColumnCalculator - Interface in com.activeviam.source.common.api
Interface to declare that a column calculator is able to read values from its context by accessing directly to the value of the context at the given index.
IIndexProcedure - Interface in com.activeviam.activepivot.core.intf.api.location
A procedure that is being executed on each element of an indexed collection (typically a list).
IInformationReader<ValueT,TypeT> - Interface in com.qfs.snl.messages.form
Interface for referencing and reading information from a IFormField.IType.
IInformationRestService - Interface in com.qfs.snl.rs
Definition of a REST service providing information about the current user or the server.
IIntegerContextMetadata - Interface in com.activeviam.tech.excel.addin.service.api
Interface for integer context metadata.
IIntegerParser - Interface in com.activeviam.tech.core.api.format
Parser of integer fields.
IInterruptionChecker - Interface in com.activeviam.tech.concurrency.api.interrupt
Definition of an object checking task interruption.
IInterruptor - Interface in com.activeviam.tech.concurrency.api.interrupt
An interruptor for an entire task computation tree.
IIntersectable<T> - Interface in com.activeviam.activepivot.core.intf.api
This interface is extended by intersectable components.
IIterableAggregatesRetrievalResult - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
The result of an aggregates retrieval.
IJdbcFetchingInfo - Interface in com.activeviam.source.jdbc.api.report
Report of fetch operation in the JDBC source.
IJdbcPublicationInfo - Interface in com.activeviam.source.jdbc.api.report
Information about the publication of a JDBC message.
IJdbcSource<T> - Interface in com.activeviam.source.jdbc.api
Interface of a Jdbc source that loads data from a database, each channel has its own specific query to scan the database.
IJdbcSourceBuilder - Interface in com.activeviam.source.jdbc.api
Fluent builder interface to create an IJdbcSource.
IJdbcSourceBuilder.ICanAddOptions<T> - Interface in com.activeviam.source.jdbc.api
The IJdbcSourceBuilder.IJdbcRowCreator and the IConnectionSupplier have been given, now the IJdbcSource can be built after providing some optional information.
IJdbcSourceBuilder.ICanChooseConnectionSupplier<T> - Interface in com.activeviam.source.jdbc.api
Only the IJdbcSourceBuilder.IJdbcRowCreator of the IJdbcSource has been given, now the IConnectionSupplier must be provided.
IJdbcSourceBuilder.IJdbcRowCreator<T> - Interface in com.activeviam.source.jdbc.api
FunctionalInterface to create a record with the given type.
IJdbcSourceHealthEventHandler - Interface in com.activeviam.source.jdbc.api.observability
An health event handler dedicated to handling health events declared in the JDBC source.
IJdbcSourceHealthEventHandler.IJdbcHealthEvent - Interface in com.activeviam.source.jdbc.api.observability
Marks event from the JDBC source.
IJdbcTopic - Interface in com.activeviam.source.jdbc.api
Deprecated, for removal: This API element is subject to removal in a future version.
IJdbcTopicBuilder - Interface in com.activeviam.source.jdbc.api.topic
Fluent builder interface to create a new JdbcTopic.
IJdbcTopicBuilder.ICanBuild - Interface in com.activeviam.source.jdbc.api.topic
Fluent builder that can build the JdbcTopic.
IJdbcTopicBuilder.INeedQueryDefinition - Interface in com.activeviam.source.jdbc.api.topic
Fluent builder requiring to define a query.
IJdbcTopicBuilder.INeedTopicName - Interface in com.activeviam.source.jdbc.api.topic
Fluent builder requiring to define a topic name.
IJmxable - Interface in com.activeviam.directquery.api.jmx
Interface marking a class as capable of producing a JMX Bean.
IJoinConstraintsValidator - Interface in com.activeviam.directquery.api.validator
Constraints that must be fulfilled by all joins.
IJoinMeasure - Interface in com.activeviam.activepivot.core.intf.avinternal.procedure
Measure produced by joining field levels and using them as field values in a store.
IJoinMeasureDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Description of a measure coming from a join between ActivePivot levels and fields of an isolated store.
IJsonCsvOutputConfiguration - Interface in com.activeviam.activepivot.server.json.api.dataexport
Interface to define output configuration.
IJsonOutputConfiguration - Interface in com.activeviam.activepivot.server.json.api.dataexport
Interface to define output configuration.
IJwtAuthentication - Interface in com.activeviam.web.spring.api.security
Interface which should be used by Authentication based on JWT so that Atoti components can reuse the token.
IJwtConfig - Interface in com.activeviam.web.spring.api.config
JWT spring configuration interface.
IJwtService - Interface in com.activeviam.web.spring.api.jwt
A service which generates JSON Web Token (JWT).
IKeyEventContext - Interface in com.activeviam.database.datastore.api.description
Provide store partition context for a key event.
IKeyValueBatchInfo - Interface in com.activeviam.source.keyvalue.api
Statistics about a batch.
IKeyValueBatchResult<T> - Interface in com.activeviam.source.keyvalue.api
A key value batch result contains a list of entries returned by a batch operation to a given key-value database, and the corresponding information of the execution of the batch.
IKeyValueConnectionPool<C> - Interface in com.activeviam.source.keyvalue.api
KeyValue connection pool interface.
IKeyValueConnector - Interface in com.activeviam.source.keyvalue.api
The key-value connector.
IKeyValueSource<C> - Interface in com.activeviam.source.keyvalue.api
An ISource that can fetch data from a key-value database.
IKeyValueSourceConfiguration - Interface in com.activeviam.source.keyvalue.api
Defines the configuration of the key-value source.
IKeyValueTopic - Interface in com.activeviam.source.keyvalue.api
The Key-Value topic interface.
IKpiDescription - Interface in com.activeviam.activepivot.core.intf.api.description
The description of a KPI as defined in http://technet.microsoft.com/en-us/library/ms126258.aspx.
IKpiExpression - Interface in com.activeviam.activepivot.core.intf.api.description
Interface defining an expression in a KPI.
IKpiFilter - Interface in com.qfs.snl.mdx
Interface defining filter actions on KPIs.
IKpiGoalDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Interface describing the goal of a KPI.
IKpiGraphicExpression - Interface in com.activeviam.activepivot.core.intf.api.description
Interface defining an expression in a KPI that returns a numeric value but that will be represented by a graphical item.
IKpiStatusDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Interface describing the status of a KPI.
IKpiTrendDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Interface describing the trend of a KPI.
IKpiValueDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Interface describing the value of a KPI.
ILevelInfo - Interface in com.activeviam.activepivot.core.intf.api.cube.metadata
Base description of a level.
ILevelInfo.ClassificationType - Enum Class in com.activeviam.activepivot.core.intf.api.cube.metadata
Type for classification : indicates how the level should be treated while feeding (e.g. should be filled with IHierarchy.ALLMEMBER, a default value or the level's property) and while querying (e.g. should be ignored in the aggregate provider then re-expanded or not).
ILevelInfo.LevelType - Enum Class in com.activeviam.activepivot.core.intf.api.cube.metadata
Possible level types.
ILicensingService - Interface in com.activeviam.activepivot.server.intf.api.webservices
The licensing service is associated with an ActivePivot Manager and exposes some attributes of the current license.
ILinearPostProcessor - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
Flag interface to specify that the results of a post-processor can be aggregated linearly: the post processor applied on a 'big' aggregate gives the same result as the aggregation of the outputs of the post processor on each element of any partition of the 'big' aggregates.
ILineReader - Interface in com.activeviam.source.csv.api
Interface for line reading.
IListenerKey - Interface in com.activeviam.source.common.api
Key attributed to the listener of source events.
IListQuery<T> - Interface in com.activeviam.tech.core.api.query
Class representing a query returning a list.
ILocatedResource - Interface in com.qfs.snl.monitors
Definition of a located resource.
ILocation - Interface in com.activeviam.activepivot.core.intf.api.location
An ILocation represents the path to one or several cells in a cube.
ILocationBuilder - Interface in com.activeviam.activepivot.core.intf.api.location
Simple location builder to build a location.
ILocationBuilder.OperationFlag - Enum Class in com.activeviam.activepivot.core.intf.api.location
Flags controlling the authorized operations for the builders.
ILocationConverter - Interface in com.activeviam.activepivot.core.intf.api.location
A component in charge of translating a map of coordinates into a list of locations.
ILocationConverterFactory - Interface in com.activeviam.activepivot.core.intf.api.location
The factory used to create ILocationConverter.
ILocationExpansionProcedure - Interface in com.activeviam.activepivot.core.intf.api.location
A procedure used to expand a location on some levels.
ILocationExpansionProcedure.IExpansionIterator - Interface in com.activeviam.activepivot.core.intf.api.location
The iterator performing the actual expansion.
ILocationInterpreter - Interface in com.activeviam.activepivot.core.intf.api.location
Interprets the locations for drillthrough queries.
ILocationList - Interface in com.activeviam.activepivot.core.intf.api.location
List of locations.
ILocationPattern - Interface in com.activeviam.activepivot.core.intf.api.location
A pattern location is an intermediate data structure for easy creation of light-weight locations.
ILocationProcedure - Interface in com.activeviam.activepivot.core.intf.api.location
A procedure that executes itself for each of the locations within a cell set.
ILocationToCachePartitionConverter - Interface in com.activeviam.activepivot.core.ext.api.postprocessing.directquery
Converter from ILocation and ICubeFilter to CachePartition.
ILoggingHealthEventHandler - Interface in com.activeviam.tech.observability.api.health
This interface decorates IHealthEventHandler and provides it additional methods to log the events.
ILogicalCondition - Interface in com.activeviam.tech.core.api.filtering
A logical condition interface.
ILongParser - Interface in com.activeviam.tech.core.api.format
Parser of long fields.
ILongPollingService - Interface in com.activeviam.tech.streaming.intf.api
A long polling service provides the possibility to implement a server push using the long polling paradigm.
ILookupBehavior - Interface in com.qfs.repository.context
Context value controlling the lookup post processor evaluation.
ILookupPropertiesInterceptor - Interface in com.qfs.repository
A component in charge of intercepting the properties the LookUpPostProcessor is initialized with.
IMaintenanceService - Interface in com.qfs.snl.persistence
Definition of a service performing maintenance operations on ActiveMonitor database.
IMapDrillthroughQuery - Interface in com.activeviam.activepivot.core.intf.api.query.drillthrough
Sugar for IDrillthroughQuery relying on a collection of maps of coordinates instead of a collection of ILocation.
IMapDrillthroughQuery.MapDrillthroughQueryBuilder - Class in com.activeviam.activepivot.core.intf.api.query.drillthrough
 
IMapGetAggregatesQuery - Interface in com.activeviam.activepivot.core.intf.api.query
Sugar for IGetAggregatesQuery relying on a collection of maps of coordinates instead of a collection of ILocation.
IMappedTuple - Interface in com.activeviam.tech.core.api.property
A mapped tuple contains a collection of key-value pairs, mapped with the java.util.Map semantics.
IMappedTupleEnricher - Interface in com.activeviam.tech.core.api.property
An enricher of mapped tuples.
IMappedTupleFactory - Interface in com.activeviam.tech.core.api.property
A factory of mapped tuples.
IMapQuery<T> - Interface in com.activeviam.activepivot.core.intf.api.query
Base interface for queries based on a map of coordinates instead of ILocation.
IMapTranslator - Interface in com.activeviam.source.csv.api.translator
Deprecated, for removal: This API element is subject to removal in a future version.
Use directly the implementation MapTranslator instead
IMatchingCondition - Interface in com.activeviam.tech.core.api.filtering
A matching condition It represents matching operation on an input object. is entirely defined by its plugin key a matching parameter (which type depends on the underlying matching operation).
IMdxContext - Interface in com.activeviam.activepivot.core.intf.api.contextvalues.mdx
Configure the Mdx engine.
IMDXDrillthroughHeadersQuery - Interface in com.activeviam.activepivot.server.intf.api.query
A mdx drillthrough headers query returns the list of IDrillthroughHeader corresponding to each column of a IMDXDrillthroughQuery.
IMDXDrillthroughQuery - Interface in com.activeviam.activepivot.server.intf.api.query
MDX Query defined by an MDX string and some optional context values.
IMdxElementDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Description of a generic MDX element.
IMDXQuery - Interface in com.activeviam.activepivot.server.intf.api.query
MDX Query defined by an MDX string and some optional context values.
IMdxStatementChecker - Interface in com.activeviam.activepivot.mdx.intf.api
Definition of a component checking a MDX statement.
IMeasureDependentAggregatesContinuousHandler<EventT> - Interface in com.activeviam.activepivot.core.intf.api.realtime
Marker interface for IAggregatesContinuousHandler that depends on the measure.
IMeasureHierarchy - Interface in com.activeviam.activepivot.core.intf.api.cube.hierarchy
The singleton measure hierarchy.
IMeasureMember - Interface in com.activeviam.activepivot.core.intf.api.cube.hierarchy
Measure Members are members defined inside an IMeasureHierarchy.
IMeasureMemberDescription - Interface in com.activeviam.activepivot.core.intf.api.description
The description for a IMeasureMember.
IMeasuresDescription - Interface in com.activeviam.activepivot.core.intf.api.description
IMeasuresProvider - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
A container for IMeasureMember and IPostProcessor.
IMember - Interface in com.activeviam.activepivot.core.intf.api.cube.hierarchy
A member is a known value for a level in the pivot cube.
IMemoryAnalysisService - Interface in com.activeviam.activepivot.server.intf.api.observability
Definition of a service providing methods to perform memory analysis.
IMemoryMonitored - Interface in com.activeviam.tech.observability.api.memory
This interface describes a statistics available on a monitored component whose memory is monitored.
IMemoryStatistic - Interface in com.activeviam.tech.observability.api.memory
Interface for a statistic on the application memory usage.
IMergeableEvent<T> - Interface in com.activeviam.activepivot.core.intf.api.realtime
An event that can be merged into another one.
IMessage<I,E> - Interface in com.activeviam.source.common.api
A message contains data loaded from a data source, and transferred to a destination through a message channel.
IMessage - Interface in com.qfs.snl.messages
Definition of a message.
IMessageBuilder - Interface in com.qfs.snl.messages
Interface of a builder to create fluently messages.
IMessageBuilder.IBuildable - Interface in com.qfs.snl.messages
Builder with enough information to build the message.
IMessageBuilder.IWithSender - Interface in com.qfs.snl.messages
Builder of messages with configured sender.
IMessageBuilder.IWithTitle - Interface in com.qfs.snl.messages
Builder of messages with configured title.
IMessageChannel<I,E> - Interface in com.activeviam.source.common.api
The message channel interface.
IMessageChunk<E> - Interface in com.activeviam.source.common.api
A chunk of data within a message.
IMessageHandler<I> - Interface in com.activeviam.source.common.api.report
Callback when there is an event on the message.
IMessageRestService - Interface in com.qfs.snl.rs
The message REST service.
IMessageService - Interface in com.qfs.snl.messages
Messaging service allowing to send messages to ActiveMonitor users and get the ones received.
IMessageService.IMessageBox - Interface in com.qfs.snl.messages
IMessageBox interface represents ActiveMonitor Messages.
IMessageSubscriber - Interface in com.qfs.snl.messages
A component listening to events on messages.
IMessageWsService - Interface in com.qfs.snl.ws
The interface for a message service for websockets.
IMessageWsService.FetchMessageMode - Enum Class in com.qfs.snl.ws
The authorized type of message fetching when a socket connects to the service.
IMessengerDefinition - Interface in com.activeviam.activepivot.core.intf.api.description
Definition of a messenger to be used with a Data cube or a Query cube.
IMissedPrefetchBehavior - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
An IContextValue that describes the behavior of the ActivePivot query engine when it detects that an IPostProcessor does not correctly expose its prefetchers.
IMissedPrefetchBehavior.Behavior - Enum Class in com.activeviam.activepivot.core.intf.api.postprocessing
The possible behaviors of the query engine upon the detection of a missed prefetch.
IMonitor - Interface in com.qfs.snl.monitors
Class representing an monitor.
IMonitorBuilder - Interface in com.qfs.snl.monitors
Builder to ease creation of IMonitor.
IMonitorBuilder.IBuildable - Interface in com.qfs.snl.monitors
 
IMonitorBuilder.ILocatedMonitor - Interface in com.qfs.snl.monitors
Builder representation of a monitor with a site.
IMonitorBuilder.INamedMonitor - Interface in com.qfs.snl.monitors
Builder representation of a named monitor.
IMonitorBuilder.IOwnedMonitor - Interface in com.qfs.snl.monitors
Builder representation of a monitor with a creator.
IMonitorDao - Interface in com.qfs.snl.persistence
Service performing Database operations for monitors.
IMonitorExecution - Interface in com.qfs.snl.agent.service
Representation of a monitor execution.
IMonitoringService - Interface in com.qfs.snl.agent
Service managing the executions of monitoring operations.
IMonitoringStream - Interface in com.qfs.snl.agent.service
Representation of a stream providing monitoring information.
IMonitorListener - Interface in com.qfs.snl.monitors
Interface for listeners on IMonitorService.
IMonitorProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from IMonitor.
IMonitorReport - Interface in com.qfs.snl.monitors
A report about a monitor.
IMonitorReport.Statuses - Class in com.qfs.snl.monitors
The list of possible statuses for a given monitor.
IMonitorRestService - Interface in com.qfs.snl.rs
The monitors rest service.
IMonitorService - Interface in com.qfs.snl.monitors
The monitor service.
IMonitorUpdates - Interface in com.qfs.snl.monitors
Store a list of added and deleted monitors.
IMonitorWsService - Interface in com.qfs.snl.ws
Websocket service for monitors.
IMPORT_TIMEOUT_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that defines the read timeout for imports, in minutes.
importSafely(String, SnapshotContentTree) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Safely imports the given subtree at the input target path in the content service.
importSafely(String, String) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Safely imports the subtree described in the input serialized content at the given target path in the content service.
importSafely(String, Path) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Safely imports the subtree described in a given JSON file at the input target path in the content service.
importSubtree(String, IContentTree<?>, boolean, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Imports the whole content subtree defined by the input IContentTree at the given path in this content service.
importSubtree(String, SnapshotContentTree) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Import the content sub-tree contained in the input snapshot into the underlying content service at the given target path.
importSubtree(String, InputStream) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Import the content sub-tree described in the inputStream into the underlying content service at the given target path.
importSubtree(String, String) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Imports the content sub-tree represented by the input JSON at the given target path in the underlying content service.
importSubtree(String, Path) - Method in class com.activeviam.tech.contentserver.storage.api.ContentServiceSnapshotter
Import the content sub-tree contained in the file at the input filePath into the underlying content service at the given target path.
IMultiColumnsVectorTableValidator - Interface in com.activeviam.directquery.api.validator
Constraints that must be fulfilled by all tables containing multi-columns vectors.
IMultipleAccessor - Interface in com.activeviam.tech.core.api.filtering
Accessor that gives access to a multiple properties of the input object.
IMultiRowVectorTableValidator - Interface in com.activeviam.directquery.api.validator
Constraints that must be fulfilled by all multi-rows vector tables.
IMultiSourceAggregation - Interface in com.activeviam.tech.aggregation.api
An aggregation that is binding a multi-column data sources with a destination aggregates structure.
IMultiSourceAggregationFunction - Interface in com.activeviam.tech.aggregation.api
Aggregate functions based on multiple data sources.
IMultiVersionActivePivot - Interface in com.activeviam.activepivot.core.intf.api.cube
A multi-version pivot.
IMultiVersionDataActivePivot - Interface in com.activeviam.activepivot.dist.impl.api.cube
This interface add additional operations related to distribution for the Data cubes.
IMultiVersionDistributedActivePivot - Interface in com.activeviam.activepivot.dist.impl.api.cube
A distributed IMultiVersionActivePivot, also called a Query cube.
in(FieldPath, List<? extends Object>) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a IN condition.
in(String, List<? extends Object>) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a IN condition.
in(String, Set<T>) - Static method in class com.activeviam.directquery.application.api.refresh.condition.ConditionFactory
Creates a condition which matches the rows where the given column is equal to one of the given values.
IN - Enum constant in enum class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter.Type
 
IN - Static variable in interface com.activeviam.tech.core.api.filtering.IMatchingCondition
Plugin key for the IN condition.
INamedSetDescription - Interface in com.activeviam.activepivot.core.intf.api.description
Description of an MDX named set.
INamingConvention - Interface in com.activeviam.directquery.api.schema.utils
Convention to rename a table and its fields.
INativeMeasureDescription - Interface in com.activeviam.activepivot.core.intf.api.description
 
INaturalOrderComparator<T> - Interface in com.activeviam.tech.core.api.ordering
Natural java comparator.
includeMeasure(String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
Returns this builder with access to the measure with the given name granted.
includeMembers(HierarchyIdentifier, String...) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy denied.
includeMembers(HierarchyIdentifier, List<String>) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy granted.
includeMembers(IHierarchyInfo, String...) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
includeMembers(IHierarchyInfo, List<String>) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
includeMembers(String, String, String...) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
includeMembersWithConditions(HierarchyIdentifier, Object...) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy granted.
includeMembersWithConditions(HierarchyIdentifier, List<?>) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
Returns this builder, with access to the given members of the given hierarchy granted.
includeMembersWithConditions(IHierarchyInfo, Object...) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
includeMembersWithConditions(IHierarchyInfo, List<?>) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
includeMembersWithConditions(String, String, Object...) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
includeStatistics() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Gets if the session is configured to receive statistics for considered monitors.
includeStatistics(boolean) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Sets if the session is configured to receive statistics for considered monitors.
includingOnlyHierarchies(HierarchyIdentifier...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of hierarchies this partial should only be interested in.
includingOnlyHierarchy(HierarchyIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of hierarchies this partial should only be interested in, one by one.
includingOnlyHierarchy(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
includingOnlyLevel(LevelIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of level this partial should only be interested in.
includingOnlyLevel(String, String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
includingOnlyLevels(LevelIdentifier...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutHierarchiesRestrictionBuilder
Indicates the list of level this partial should only be interested in.
includingOnlyMeasures(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialWithoutMeasuresRestrictionBuilder
Indicate the list of measures this partial should only be interested in.
InColumnCondition - Class in com.activeviam.directquery.application.api.refresh.condition
A condition to test whether a given column belongs to a set of values.
InColumnCondition(String, Set<Object>) - Constructor for class com.activeviam.directquery.application.api.refresh.condition.InColumnCondition
 
InCondition - Class in com.activeviam.tech.core.api.filtering.impl
Set presence.
InCondition(Object) - Constructor for class com.activeviam.tech.core.api.filtering.impl.InCondition
Constructor.
InCondition(Object...) - Constructor for class com.activeviam.tech.core.api.filtering.impl.InCondition
Constructor.
increments() - Method in interface com.activeviam.tech.excel.addin.service.api.IDoubleContextMetadata
The increments the values can increase by.
INDEX_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.query.result.impl.VectorDrillthroughColumn
The key where we read our VectorDrillthroughColumn.index from our input Properties.
IndexableCoordinates - Class in com.qfs.repository.coordinates.impl
The expressed coordinates implementation.
IndexableCoordinates() - Constructor for class com.qfs.repository.coordinates.impl.IndexableCoordinates
Default constructor.
IndexableCoordinates(ICoordinates) - Constructor for class com.qfs.repository.coordinates.impl.IndexableCoordinates
Constructor.
IndexableCoordinates(String...) - Constructor for class com.qfs.repository.coordinates.impl.IndexableCoordinates
Constructor.
IndexableCoordinates(Map<String, String>) - Constructor for class com.qfs.repository.coordinates.impl.IndexableCoordinates
Constructor.
indexed() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanTagField
Tells the builder that this field should be indexed.
indexField(String) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.INeedMultiRowVectorTableIndexFieldBuilder
Sets the index field.
indexField(String, boolean) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.INeedMultiRowVectorTableIndexFieldBuilder
Sets the index field.
indexFieldExternalName(String) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
Sets the name of the column in the external database representing the vector index.
induceFromReference(String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.INumaBehavior
Tells the builder that each partition of this store should be located in the same NUMA node as the partition it references via ownedReference.
INFO - Enum constant in enum class com.qfs.snl.messages.MessageLevel
Type for notifications.
InformationReader<ValueT,TypeT> - Class in com.qfs.snl.messages.form
Basic implementation of IInformationReader.
InformationReader(String) - Constructor for class com.qfs.snl.messages.form.InformationReader
Full constructor.
InformationRestServiceController - Class in com.qfs.snl.rs.impl
This service will be removed as soon as we move to spring security 4.0.0.
InformationRestServiceController() - Constructor for class com.qfs.snl.rs.impl.InformationRestServiceController
Constructor.
InHierarchyRestriction - Class in com.activeviam.activepivot.core.intf.api.experimental.context.filter
An ICubeRestriction that is more compact than an
invalid reference
InLevelRestriction
.
init() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAnalysisHierarchy
Initializes the Analysis hierarchy.
init() - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Setup the service.
init(IRecordFormat, IRecordFormat) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager.IUpdateWhereProcedure
Called at the beginning of the execution, giving an opportunity to the client code to map selection field names to indices.
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
Initializes this post-processor with the given properties.
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABaseDynamicAggregationPostProcessor
Initializes this post-processor with the given properties.
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABasicPostProcessor
 
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AFilteringPostProcessor
 
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.UnderlyingMeasureEvaluator
 
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ALocationShiftPostProcessor
Initializes this post-processor with the given properties.
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
 
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.BasicPostProcessor
 
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.DynamicAggregationPostProcessor
 
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.MinimumLevelsPostProcessor
 
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.NeighborValuePostProcessor
 
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentValuePostProcessor
 
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfMemberPostProcessor
 
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PreviousValuePostProcessor
 
init(Properties) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.Stream2PositionPostProcessor
 
init(Properties) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IEvaluator
Initializes the evaluator with initialization properties.
init(Properties) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
Initialize the post processor with properties.
init(Properties) - Method in interface com.activeviam.tech.core.api.agent.IAgent
Initializes the agent with a set of properties.
init(Properties) - Method in class com.qfs.repository.impl.LookUpPostProcessor
 
init(HttpSecurity) - Method in class com.activeviam.web.spring.api.security.dsl.AtotiServerHumanDsl
 
init(HttpSecurity) - Method in class com.activeviam.web.spring.api.security.dsl.AtotiServerMachineDsl
 
init(HttpSecurity) - Method in class com.activeviam.web.spring.api.security.dsl.AtotiServerXmlaDsl
 
INIT - Enum constant in enum class com.activeviam.tech.core.api.agent.IAgent.State
The state of an initialized agent.
INITIAL_DISCOVERY_MESSAGE - Enum constant in enum class com.activeviam.activepivot.dist.impl.api.messenger.netty.NettyMessageType
Key for setting the max size of initial discovery messages.
INITIAL_EPOCH_ID - Static variable in interface com.activeviam.tech.mvcc.api.IEpoch
The id of the initial epoch (zero).
INITIAL_PUBLICATION_MODE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The system property used for defining the default stream Initial publication mode.
initialize() - Method in class com.qfs.repository.persistence.impl.DbInfoDao
 
initialize() - Method in interface com.qfs.snl.persistence.IDbInfoDao
Initializes the DAO.
initialize() - Method in class com.qfs.snl.persistence.impl.ADbInfoDao
 
initialize() - Method in class com.qfs.snl.persistence.impl.DbInfoDao
 
initialize() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
Initializes the instance.
initialize(IContentService) - Static method in class com.activeviam.tech.contentserver.spring.api.config.AtotiUiContentServiceUtil
If it does not already exist, creates the file structure that is necessary for Atoti UI to work correctly.
initialize(IContentService, InputStream) - Static method in class com.activeviam.tech.contentserver.spring.api.config.AtotiUiContentServiceUtil
If it does not already exist, creates the file structure that is necessary for Atoti UI to work correctly.
initialize(Registry.RegistryContributions) - Static method in class com.activeviam.tech.core.api.registry.Registry
Changes the current system contribution provider.
initializeActiveMonitorDb() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
INITIALIZED - Enum constant in enum class com.activeviam.tech.streaming.intf.api.IStreamProperties.InitialState
The stream is just initialized, but not started, and no event is being pushed.
initializeRepositoryDb() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
[Bean action] Initializes Repository info DAO.
initializeWithResource(IContentService, Resource) - Static method in class com.activeviam.tech.contentserver.spring.api.config.AtotiUiContentServiceUtil
If it does not already exist, creates the file structure that is necessary for Atoti UI to work correctly.
INITIATOR - Static variable in class com.qfs.snl.workflows.IWorkflowPayload.Variables
String: name of the workflow initiator.
inject(Class<T>, String, I) - Static method in class com.activeviam.tech.core.api.registry.impl.ExtendedPluginInjector
Inject an object into a given type of an extended plugin value.
inject(Class<T>, String, String, I) - Static method in class com.activeviam.tech.core.api.registry.impl.ExtendedPluginInjector
Inject some value into an extended plugin value.
inject(String, T) - Method in interface com.activeviam.tech.core.api.registry.ITransfer
Inject a property into.
inject(T) - Method in interface com.activeviam.tech.core.api.registry.ITransfer
Inject a property into this transfer.
inMemory() - Method in class com.activeviam.tech.contentserver.storage.api.builder.ContentServiceBuilder
Starts building a Content Service storing all its data in memory.
InMemoryBuilder - Class in com.activeviam.tech.contentserver.storage.api.builder
Builder for a Content Service storing its data in memory.
inMemoryJoins(List<IReferenceDescription>) - Method in class com.activeviam.directquery.api.schema.SchemaDescription.SchemaDescriptionBuilder
 
inMemoryTables(List<IStoreDescription>) - Method in class com.activeviam.directquery.api.schema.SchemaDescription.SchemaDescriptionBuilder
 
InMemoryWorkflowSchemaDao - Class in com.qfs.snl.persistence.impl
The scheme holder for workflows.
InMemoryWorkflowSchemaDao() - Constructor for class com.qfs.snl.persistence.impl.InMemoryWorkflowSchemaDao
Default constructor.
INNER - Enum constant in enum class com.activeviam.activepivot.copper.api.UnlinkedCopperStore.JoinType
Defines a Copper join operation as an INNER join, i.e. for each entry on the mapping requested locations must correspond to existing records on the store and members of the levels.
inPath(HierarchyIdentifier, Object...) - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ICubeRestriction
Creates a restriction that will grant the members covered with the given path but also its ascendants and its descendants.
inputsNumber() - Method in class com.activeviam.directquery.api.UserDefinedSqlAggregationFunction
 
inputsNumber(int) - Method in interface com.activeviam.directquery.api.UserDefinedSqlAggregationFunction.INeedInputsNumberBuilder
Specifies the number of input arguments expected by the aggregation function.
INSERT - Enum constant in enum class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction.DatabaseActionType
Insert action to insert lines in a table.
insertData(String, Collection<? extends IPivotPointValue>, Collection<? extends IPivotPointValue>) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
insertData(String, Collection<? extends IPivotPointValue>, Collection<? extends IPivotPointValue>) - Method in interface com.qfs.repository.IRepositoryCacheService
Insert data into the repository cache within a transaction on the selected branch.
insertData(Collection<? extends IPivotPointValue>, Collection<? extends IPivotPointValue>) - Method in interface com.qfs.repository.IRepositoryCacheService
Insert data into the repository cache with a transaction on the master branch.
inSite(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.INamedMonitor
Sets the site where the monitor is stored.
inSite(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
instance() - Static method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler.ArrayHashingStrategy
 
INSTANCE - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler.ArrayHashingStrategy
 
INSTANCE - Static variable in class com.activeviam.tech.mvcc.api.ordering.EpochComparator
 
INSTANCE - Static variable in class com.activeviam.tech.mvcc.api.ordering.ReverseEpochComparator
 
INSTANCE - Static variable in interface com.activeviam.tech.observability.api.health.IHealthEventDispatcher
The instance to which the health events will be dispatched.
INSTANCE - Static variable in class com.activeviam.tech.partitioning.api.ConstantPartitioningDescription
Our singleton instance.
INSTANCE - Static variable in class com.activeviam.tech.partitioning.api.function.impl.ConstantFunctionDescription
The singleton instance.
INSTANCE - Static variable in class com.activeviam.tech.partitioning.api.function.impl.IdentityFunctionDescription
The singleton instance.
INSTANCE - Static variable in class com.activeviam.tech.partitioning.api.node.SinglePartitionPartitioningNodeDescription
Singleton of the description.
INSTANT - Static variable in interface com.activeviam.tech.core.api.format.IParser
Instant field parser key.
INSTANT_DEFAULT_PATTERN - Static variable in interface com.activeviam.tech.core.api.format.IParser
Default pattern for the IParser.INSTANT parser, to match DateTimeFormatter.ISO_INSTANT.
INT - Static variable in interface com.activeviam.tech.core.api.format.IParser
Integer field parser key.
INT_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
INT_DESCENDING_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of Integer in descending order.
INT_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.format.IFormatter
Plugin key for the formatter of Integer.
INT_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of Integer in ascending order.
INT_VALUE - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying that the acceptable values for the associated property are any integers.
INT_VECTOR - Static variable in interface com.activeviam.tech.core.api.format.IParser
Int vector field parser key.
INTEGER - Enum constant in enum class com.activeviam.directquery.api.schema.CustomReaderDescription.ReaderInputType
 
INTEGER - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
INTEGER - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
INTEGER_ARRAY - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
interceptProperties(Properties) - Method in interface com.qfs.repository.ILookupPropertiesInterceptor
Intercepts the properties the lookup post processor is initialized with.
InternalApi - Annotation Interface in com.activeviam.tech.core.api.annotations
Custom annotation marking an API element as internal.
Internals - Search tag in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Section
InternalServiceException - Exception Class in com.activeviam.tech.core.api.exceptions.service
Class exception for requests leading to an invalid state of the service or managed resources.
InternalServiceException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.InternalServiceException
Constructor.
InternalServiceException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.InternalServiceException
Constructor.
InternalServiceException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.InternalServiceException
Constructor.
INTERNATIONALIZATION_ENCODING - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The encoding with which to decode internationalization files that are stored locally.
interrupt() - Method in interface com.activeviam.tech.concurrency.api.interrupt.IInterruptor
Interrupts the associated computation tree.
INTERRUPTION_CHECK_INTERVAL - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The number of write operations between two interruption checks.
InterruptionUtil - Class in com.activeviam.tech.concurrency.api.interrupt
Thread and task interruption utilities.
intersect(IContextSnapshot) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextSnapshot
Intersects this snapshot with the other one.
intersect(ICubeFilter) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilterBuilder
Returns this builder, after having added an intersection with the given filter.
intersect(ISubCubeProperties) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
Returns an ISubCubeProperties that only grants the members and measures that are granted by this ISubCubeProperties and the given one.
intersect(IQueryBasedCubeRestriction) - Method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.IQueryBasedCubeRestriction
 
intersect(ISecurityCubeRestriction) - Method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ISecurityCubeRestriction
 
intersect(ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationPattern
Compute the intersection of an external location with that location pattern to produce a third location.
intersect(T) - Method in interface com.activeviam.activepivot.core.intf.api.IIntersectable
Intersects this instance with the given one.
intf() - Element in annotation interface com.activeviam.tech.core.api.registry.AtotiExtendedPlugin
Returns the interface of the elements of the plugin (derives IExtendedPluginValue).
intf() - Element in annotation interface com.activeviam.tech.core.api.registry.AtotiExtendedPluginValue
Returns the reference plugin interface.
intf() - Element in annotation interface com.activeviam.tech.core.api.registry.AtotiPlugin
Returns the base interface of the elements of the plugin (derives IPluginValue).
intf() - Element in annotation interface com.activeviam.tech.core.api.registry.AtotiPluginValue
Returns the plugin reference interface.
intf() - Element in annotation interface com.activeviam.tech.core.api.registry.AtotiType
Gets the main interface of the registered type.
IntIntFunction - Interface in com.activeviam.tech.partitioning.api.function
Functions that take an integer as argument and return an integer.
intVector(int) - Static method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated, for removal: This API element is subject to removal in a future version.
intVector(int...) - Static method in class com.activeviam.tech.chunks.api.vectors.ArrayVectorUtils
Creates an on heap vector backed by the given integer array.
intVector(int, int) - Static method in class com.activeviam.tech.chunks.api.vectors.SameValueVectorUtils
Creates a vector containing integer values which are all equal to the given value.
INumaSelectorDescription - Interface in com.activeviam.tech.partitioning.api.numa
Specifies the partitioning binding to the NUMA nodes.
InvalidHeaderException - Exception Class in com.activeviam.source.csv.api
This exception is used to indicate that there is a problem with a TAR archive header.
InvalidHeaderException() - Constructor for exception class com.activeviam.source.csv.api.InvalidHeaderException
Constructor.
InvalidHeaderException(String) - Constructor for exception class com.activeviam.source.csv.api.InvalidHeaderException
Constructor.
InvalidHeaderException(String, Throwable) - Constructor for exception class com.activeviam.source.csv.api.InvalidHeaderException
Constructor.
InvalidLicenseException - Exception Class in com.activeviam.activepivot.core.intf.api
InvalidLicenseException.
InvalidLicenseException(String) - Constructor for exception class com.activeviam.activepivot.core.intf.api.InvalidLicenseException
 
InvalidLicenseException(String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.InvalidLicenseException
 
InvalidLicenseException(String, Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.InvalidLicenseException
 
InvalidLicenseException(Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.InvalidLicenseException
 
InvalidLicenseException(Throwable, String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.InvalidLicenseException
 
inverse(int) - Method in interface com.activeviam.tech.partitioning.api.function.IntIntFunction
Returns the only value such that compute(value) = output.
invoke(IEpochManager) - Method in class com.activeviam.tech.mvcc.api.policy.ADefaultEpochPolicy
 
invoke(IEpochManager) - Method in interface com.activeviam.tech.mvcc.api.policy.IEpochManagementPolicy
Executes periodic tasks.
invoke(IEpochManager) - Method in class com.activeviam.tech.mvcc.api.policy.KeepAllEpochPolicy
 
IOlapElement - Interface in com.activeviam.activepivot.core.intf.api.cube.hierarchy
Base interface for Olap elements (dimensions, hierarchies, levels, members).
IOpenedTransaction - Interface in com.activeviam.database.datastore.api.transaction
Represent a transaction already started in which writes can be performed to change the content of an IDatastore.
IOptimizationDescription - Interface in com.activeviam.database.datastore.api.description
Describe an index to create on a field or a group of fields.
IOptimizationDescription.Optimization - Enum Class in com.activeviam.database.datastore.api.description
Type of optimization.
IPair<L,R> - Interface in com.activeviam.tech.core.api.util
A pair of two elements, identified as 'left' and 'right'.
IParameter - Interface in com.qfs.repository.params
Definition of a parameter.
IParameterAwareDatastoreSchemaDescriptionConfig - Interface in com.qfs.repository.config.impl
Extension of datastore spring configuration interface.
IParameterChangeListener - Interface in com.qfs.repository.params
Base interface for components listening to parameter changes.
IParameterEvent - Interface in com.qfs.repository
An event holding parameter changes.
IParameterListener - Interface in com.qfs.repository
Interface for components dealing with IParameterEvent.
IParameterNameProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from String.
IParameterProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from ParameterUpdateDto.
IParameterStoreConfiguration - Interface in com.qfs.repository
Configuration object dedicated to the store used by the IDatastoreRepositoryCache.
IParameterStream - Interface in com.qfs.repository
A stream that enables to notify listener for real time update.
IParameterUpdate<ExistingT,NewT> - Interface in com.qfs.repository.params
Interface representing a partial update of a parameter.
IParameterUpdateBuilder<ExistingT,NewT> - Interface in com.qfs.repository.params
Definition of a builder to create a parameter change definition programmatically.
IParameterWsService - Interface in com.qfs.repository.ws
The interface for parameter service for websockets.
IParser<T> - Interface in com.activeviam.tech.core.api.format
Component that can parse a char sequence of a field into an object.
IParsingInfo - Interface in com.activeviam.source.csv.api.report
Report of parsing operation.
IParsingWorkload<I> - Interface in com.activeviam.source.csv.api
Executes the processing of files and publishes them to the channel.
IParsingWorkload.IChannelProcedure<I> - Interface in com.activeviam.source.csv.api
Procedure called to process the content of one channel stored in the workload.
IPartialProviderDefinition - Interface in com.activeviam.activepivot.core.intf.api.description
A partial aggregate storage definition, that contains a restricted list of hierarchies for which aggregates are materialised.
IPartialProviderDefinition.IPartialProviderFilters - Interface in com.activeviam.activepivot.core.intf.api.description
Interface containing the filters applied to an Aggregate Provider.
IPartitionedPostProcessor - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
A post-processor whose computation can be split across multiple partitions and then reduced back into a final result.
IPartitioningDescription - Interface in com.activeviam.tech.partitioning.api
Immutable description of a partitioning.
IPartitioningFunctionDescription - Interface in com.activeviam.tech.partitioning.api.function
Immutable description of a partitioning function.
IPartitioningNodeDescriptionBuilder - Interface in com.activeviam.tech.partitioning.api.builder
Define a partitioning node in a hierarchical partitioning.
IPartitioningNodeDescriptionBuilder.ICanAddSpecialPartitioningRule<ParentT> - Interface in com.activeviam.tech.partitioning.api.builder
A definition that has at least one special partitioning rule.
IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning<ParentT> - Interface in com.activeviam.tech.partitioning.api.builder
The default partitioning rule of a node can be based on only one field, in which it acts like single field partitioning, or it can be based on multiple fields: the field of the node and other fields, in which case it acts like a partitioning by Cartesian product.
IPartitioningNodeDescriptionBuilder.ICanHaveDefaultPartitioning<ParentT> - Interface in com.activeviam.tech.partitioning.api.builder
A definition where user defines the default partitioning rule.
IPartitioningNodeDescriptionBuilder.ICanHaveField<ParentT> - Interface in com.activeviam.tech.partitioning.api.builder
A definition that can have a partitioning field.
IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule<ParentT> - Interface in com.activeviam.tech.partitioning.api.builder
A definition that can have a special partitioning rule for records having a field value matching one or some decision values.
IPartitioningNodeDescriptionBuilder.IDescriptionBuilder<ParentT> - Interface in com.activeviam.tech.partitioning.api.builder
All definitions of a partitioning node.
IPathlessContentEntry - Interface in com.activeviam.tech.contentserver.storage.api
An extension of ITimestampedPathlessContentEntry providing some additional information about read/write access and editing on an entry.
IPatternFormatter - Interface in com.activeviam.tech.core.api.format
Specialization of IFormatter configured with a pattern.
IPivotEntitlement - Interface in com.activeviam.activepivot.server.intf.api.security
An ActivePivot entitlement defined by a collection of context values.
IPivotPointValue - Interface in com.qfs.repository
A point value whose coordinates are related to a specific IActivePivot.
IPlanInfoData - Interface in com.activeviam.activepivot.server.json.api.queryplan
Interface for query plan info data.
IPlugin<T> - Interface in com.activeviam.tech.core.api.registry
Interface of a plugin, that enumerates plugin values registered in this plugin.
IPluginDefinition - Interface in com.activeviam.activepivot.core.intf.api.description
IPluginDefinition is the description for the plugin to add.
Implementation code can define specific plug-ins, such as indexer, storage, calculator, cache for each IActivePivot instance.
IPluginDescriptionBuilder<RT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder for IPluginDefinition.
IPluginDescriptionBuilder.PluginDescriptionBuilderWithKey<RT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder step when a plugin key has been provided.
IPluginDescriptionBuilder.PluginDescriptionBuilderWithProperty<RT> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder step when at least one property has been provided.
IPluginValue - Interface in com.activeviam.tech.core.api.registry
ActiveViam Light Plugin Value Base interface.
IPointLocation - Interface in com.activeviam.activepivot.core.intf.api.location
An immutable IPointLocationReader.
IPointLocationBuilder - Interface in com.activeviam.activepivot.core.intf.api.location
A point location builder, based on a pattern.
IPointLocationPattern - Interface in com.activeviam.activepivot.core.intf.api.location
A pattern based on a range location.
IPointLocationReader - Interface in com.activeviam.activepivot.core.intf.api.location
A point (non-range) location reader.
IPointProcedure - Interface in com.activeviam.activepivot.core.intf.api.query.result
A procedure that is executed on selected rows of a IAggregatesRetrievalResult.
IPointValue - Interface in com.qfs.repository.persistence.model
The Point Value interface.
IPointValue.IKey - Interface in com.qfs.repository.persistence.model
The key of a point value.
IPointValueDao - Interface in com.qfs.repository.persistence
The point value dao interface.
IPointValueQuery - Interface in com.qfs.repository.persistence.model
Definition of a query for update on a parameter.
IPointValueUpdates - Interface in com.qfs.repository
Container for point value updates.
IPositionalReader - Interface in com.activeviam.tech.chunks.api.arrays
Elements of data available following the array layout.
IPostProcessedRetrievalResultWriter - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
A writer into the result of a post-processor evaluation.
IPostProcessor - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
IPostProcessor.
IPostProcessorCreationContext - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
Container for the additional parameters of the constructor of a post-processor.
IPostProcessorDescription - Interface in com.activeviam.activepivot.core.intf.api.description
IPostProcessorDescription is the description class for a IPostProcessedMeasure.
IPrefetcher<CONTEXT> - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
A prefetcher is responsible for computing the dependencies for a post-processor execution.
IPrefetchRequest<CONTEXT> - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
This is the interface used by a post-processor to notify the core products that it needs the given aggregates to compute its result: this defines a request to the core product to prefetch the given aggregates.
IPreparedStatementSupplier - Interface in com.activeviam.source.jdbc.api
A FunctionalInterface used to prepare a statement associated with a JdbcTopic.
IPreparedStatementSupplier.IPreparedStatementHolder - Interface in com.activeviam.source.jdbc.api
An object that holds a PreparedStatement.
IPrimitiveIterator - Interface in com.activeviam.tech.chunks.api.vectors.util
A primitive iterator interface.
IPropertiesDefinition - Interface in com.activeviam.activepivot.core.intf.api.description
Interface of descriptions that support the capture of custom properties.
IProperty - Interface in com.activeviam.tech.core.api.property
The IProperty interface generalizes the concept of properties that you can read or write to an object.
IPropertyInfo - Interface in com.activeviam.tech.core.api.property
Interface to store an IProperty metadata.
IPublicationInfo - Interface in com.activeviam.source.common.api.report
Information about the publication of a message.
IQueriesResultLimit - Interface in com.activeviam.activepivot.core.intf.api.contextvalues
Context value to limit the results sizes.
IQueriesService - Interface in com.activeviam.activepivot.server.intf.api.webservices
A queries service allows to execute queries on the IActivePivot instances contained into the bound IActivePivotManager.
IQueriesTimeLimit - Interface in com.activeviam.activepivot.core.intf.api.contextvalues
This context sets a time limit for queries execution.
IQuery<ResultT> - Interface in com.activeviam.tech.core.api.query
Generic query to retrieve single or multiple objects.
IQueryable - Interface in com.activeviam.tech.core.api.query
IQueryable.
IQueryBasedCubeRestriction - Interface in com.activeviam.activepivot.core.intf.api.experimental.context.filter
Context value that represents a restriction/filter/MDX subcube of a cube.
IQueryCache - Interface in com.activeviam.activepivot.core.intf.api.query
The query cache is a component instantiated by ActivePivot at execution of a query (and cleared after it).
IQueryClusterDefinition - Interface in com.activeviam.activepivot.core.intf.api.description
The definition of the cluster to which a query cube belongs.
IQueryClusterDefinition.IDistributedApplicationDefinition - Interface in com.activeviam.activepivot.core.intf.api.description
Description of a distributed application.
IQueryCubeDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
IQueryCubePropertiesBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.distributed
Contains the API to simplify setting the most common query cube properties.
IQueryExecution - Interface in com.activeviam.activepivot.core.intf.api.contextvalues
Context Value responsible for disabling optimizations when running requests.
IQueryMonitoring - Interface in com.activeviam.activepivot.core.intf.api.contextvalues
A context value keeping the logging level to monitor the query execution using Logger.
IRandomAccessVector - Interface in com.activeviam.tech.chunks.api.vectors
Marker interface used by IVector implementations to indicate that they support fast random access: on such vectors, it is possible to use coordinate accesses instead of bulk methods at little performance cost.
IRange - Interface in com.activeviam.tech.core.api.collections
Interface describing a range .
IRangeProperty - Interface in com.activeviam.tech.streaming.intf.api
Interface to represent a range.
IRangeUnion - Interface in com.activeviam.tech.core.api.collections
Union of disjoint closed ranges.
IReadableArrayCursor - Interface in com.activeviam.tech.chunks.api.arrays
Interface representing a cursor over the content of an array.
IReadableCell - Interface in com.activeviam.tech.core.api.cell
Definition of a read-only component linked to a cell containing some data.
IRecord - Interface in com.activeviam.tech.records.api
A record of data.
IRecordAcceptor - Interface in com.activeviam.tech.records.api
Accepts the content of a record.
IRecordBlock<RecordT> - Interface in com.activeviam.tech.records.api
A block of records packed together in a compact structure.
IRecordFormat - Interface in com.activeviam.tech.records.api
The format of a record, how many fields, and the type of each field.
IRecordReader - Interface in com.activeviam.tech.records.api
Record reader interface.
IReferenceDescription - Interface in com.activeviam.database.datastore.api.description
Description of a reference that an owner store makes to a target store.
IReferenceDescriptionBuilder - Interface in com.activeviam.database.datastore.api.description
Fluent builder interface to create an IReferenceDescription.
IReferenceDescriptionBuilder.IHasFromStore - Interface in com.activeviam.database.datastore.api.description
The interface to define the target store of the reference.
IReferenceDescriptionBuilder.IHasMapping - Interface in com.activeviam.database.datastore.api.description
The interface to finally build the reference.
IReferenceDescriptionBuilder.IHasName - Interface in com.activeviam.database.datastore.api.description
The interface to define the mapping of the reference.
IReferenceDescriptionBuilder.IHasStores - Interface in com.activeviam.database.datastore.api.description
The interface to define the name of the reference.
IRefreshable - Interface in com.activeviam.directquery.application.api
An application which can be refreshed.
IRegisteredAgentDescription - Interface in com.qfs.snl.agent
Description of an agent registered to the ActiveMonitor server.
IRegistrationService - Interface in com.activeviam.tech.streaming.intf.api
Stream listeners can register and unregister their interest for the stream events published on a particular domain.
IReleasableVector - Interface in com.activeviam.tech.chunks.api.vectors
vectors that takes note of how many times its data is written to the datastore.
IRepositoryAuditDao - Interface in com.qfs.repository.persistence
The dao interface for repository audit.
IRepositoryCacheRestService - Interface in com.qfs.repository.restserver
The repository cache rest service.
IRepositoryCacheService - Interface in com.qfs.repository
The repository cache service.
IRepositoryDaemonActions - Interface in com.qfs.repository
The daemon that connects to the repository to get all the parameters.
IRepositoryListenerManager - Interface in com.qfs.repository
A component in charge of managing IParameterChangeListener for the IRepositoryService.
IRepositoryPersistenceConfiguration - Interface in com.qfs.repository.cfg
Spring configuration interface defining all DAOs available in Repository.
IRepositoryRestService - Interface in com.qfs.repository.rs
The repository rest service.
IRepositoryResult - Interface in com.qfs.repository
The repository result interface.
IRepositoryService - Interface in com.qfs.repository
Definition of a repository service.
IRepositoryServiceConfiguration - Interface in com.qfs.repository.cfg
Spring configuration interface defining all services offered by Repository.
IRepositoryWorkflowRestService - Interface in com.qfs.snl.rs
Definition of REST service of the Repository simplified for workflows.
IResettingEvent - Interface in com.activeviam.activepivot.core.intf.api.realtime
An event that can reset the continuous query engine.
IRespositoryServiceDaemon - Interface in com.qfs.repository
A daemon dedicated to the IRepositoryService in charge of periodically checking effective parameters.
IRoleContextConfig - Interface in com.activeviam.activepivot.server.spring.api.config
Role context values spring configuration interface.
IS_PARTITIONED_ON_RANGE_LEVELS_PROPERTY - Static variable in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
The property used to indicate whether this post-processor's evaluation for a location should be partitioned along range levels, i.e. levels which are expressed as a wildcard or a collection of members in this location.
IS_PUSH_ENABLED - Static variable in interface com.activeviam.activepivot.core.intf.api.query.realtime.IActivePivotContinuousQuery
Key of a boolean property.
IS3CloudDirectory - Interface in com.activeviam.cloud.aws.api.s3.entity
Interface representing a directory in AWS S3.
IS3EntityPath - Interface in com.activeviam.cloud.aws.api.s3.entity
Interface representing an object in AWS S3.
isAccessGranted() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
Returns true if this user can access to the pivot, false otherwise.
isAccumulating() - Method in class com.activeviam.source.common.api.impl.AStoreMessage
 
isAccumulating() - Method in interface com.activeviam.source.common.api.IStoreMessage
Return true is this message is accumulating tuples from its message chunks.
If the message is not accumulating, then when we append to the message, the corresponding tuples are immediately published via the tuple publisher.
If the message is accumulating then the publication is not done at append time, but tuples are accumulated until they are all published when using IMessageChannel.send(IMessage).
isActivated(String) - Method in interface com.activeviam.tech.core.api.registry.ITransfer
Returns whether this transfer contains a value for the specified property and is capable of transferring it.
isAddingNewRecordsAllowed() - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurity
 
isAddingNewRecordsAllowed() - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurity
Returns whether adding new records to the table is allowed.
isAdditionalMeasure(String) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IMeasuresProvider
Says if the measure identified by the given name is dynamically added for a query or if it is statically defined in the pivot.
isAggressive() - Method in interface com.qfs.repository.context.ILookupBehavior
Whether the lookup post processor should be aggressively evaluated, i.e. only on cells where facts have contributed, or not.
isAggressive() - Method in class com.qfs.repository.context.impl.LookupBehavior
 
isAggressive() - Method in class com.qfs.repository.impl.LookUpPostProcessor
Whether or not the post processor should be aggressively evaluated, i.e. only on locations where facts have contributed.
isAll(AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Decides if a member of the tuple.
isAll(AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Decides if a member of the tuple.
isAllMembersEnabled() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IAnalysisHierarchyInfo
Returns whether the analysis hierarchy has an "ALL" level or not.
isAllMembersEnabled() - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Whether this hierarchy has all members.
isAllowed(int) - Method in enum class com.activeviam.activepivot.core.intf.api.location.ILocationBuilder.OperationFlag
Tests if the provided mask allows this operation.
ISameValueVector - Interface in com.activeviam.tech.chunks.api.vectors
Marker interface for vectors that contain a single value.
isAnalysis() - Method in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.ClassificationType
Indicates whether this level corresponds to an analysis level (is not present in provider, and is not "ALL").
isAnalysisHierarchyDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Returns whether this hierarchy description describes an analysis hierarchy or not.
isAnalysisLevel(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Returns whether the level associated with the given coordinate is an analysis level.
isAnonymous() - Method in interface com.activeviam.tech.core.api.security.ISecurityDetails
Returns whether this security token represents an anonymous user or not.
isAnonymous() - Method in class com.activeviam.tech.core.api.security.SecurityDetails
 
isAnonymous(Authentication) - Static method in class com.activeviam.web.spring.api.security.SpringSecurityFacade
Indicates whether the passed Authentication token represents an anonymous user.
isArray() - Method in enum class com.activeviam.tech.chunks.api.types.ContentType
 
isArray() - Method in interface com.activeviam.tech.chunks.api.types.IFieldType
Returns whether the type is an array.
isArray() - Method in interface com.activeviam.tech.observability.api.memory.IStatisticAttribute
Returns true if the attribute is an array otherwise false.
isArray(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Tests if the type code represents an array of data.
isAutoFactlessHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Returns true if the builder shall try to set all the hierarchies as factless automatically.
isAutoFactlessHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotDescription
 
isBranchConcealed(String) - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDataActivePivot
Checks if the specified branch is hidden from the Query cube.
isCancelled() - Method in interface com.activeviam.tech.observability.api.health.IHealthCheck
Returns true if this health check has been cancelled and should not be run anymore.
isCheckUserDetails() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
Flag enabling checks of the user details against the configuration from Spring security.
isClientException(ServiceException) - Static method in exception class com.activeviam.tech.core.api.exceptions.service.ServiceException
Checks if the exception seems to because be the user/client (for instance 4XX errors).
isClientException(Throwable) - Static method in exception class com.activeviam.tech.core.api.exceptions.service.ServiceException
Checks if the exception seems to because be the user/client (for instance 4XX errors).
isComplete() - Method in class com.qfs.snl.workflows.impl.CompletedWorkflowProcess
 
isComplete() - Method in class com.qfs.snl.workflows.impl.WorkflowProcess
 
isComplete() - Method in interface com.qfs.snl.workflows.IWorkflowProcess
Gets if the process is complete.
isConfigured(ILineReader) - Method in class com.activeviam.source.csv.api.translator.AHeaderTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
This is an internal method, it will be made private in 6.2.
isConfigured(ILineReader) - Method in interface com.activeviam.source.csv.api.translator.IHeaderTranslator
Deprecated.
Returns true if the translator is fully configured for the text source associated with this line reader.
isContinuous() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The continuous query indicator.
isContinuous(boolean) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The continuous query indicator.
isCoordinateExpressed(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationReader
Returns whether the level associated with the given mapping index is expressed in this location.
isDefault() - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
Gets if this is configured to be the default scheme.
isDefaultHierarchy() - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Checks that this hierarchy is the default hierarchy of its dimension.
isDefaultValueDefined() - Method in interface com.activeviam.activepivot.core.intf.api.description.IJoinMeasureDescription
Returns true if the measure has a default value.
isDeletingRecordsAllowed() - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurity
 
isDeletingRecordsAllowed() - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurity
Returns whether deleting records of the table is allowed.
isDictionarized() - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
Flag marking that the field will be dictionarized.
isDictionarized() - Method in interface com.activeviam.database.datastore.api.description.IVectorFieldDescription
Returns whether the field is backed by a dictionary in the table.
isDictionarized() - Method in class com.activeviam.directquery.api.schema.FieldDescription
 
isDictionarized() - Method in class com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription
 
isDictionarized(boolean) - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription.FieldDescriptionBuilder
 
isDictionarized(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Tests if the type code represents dictionarized data.
isDirectory() - Method in class com.activeviam.tech.contentserver.storage.api.BasicJsonContentEntry
 
isDirectory() - Method in interface com.activeviam.tech.contentserver.storage.api.IBasicPathlessContentEntry
Returns true if the entry is a directory, false otherwise.
isDisjoint(IRange) - Method in interface com.activeviam.tech.core.api.collections.IRange
 
isDistinct() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Returns whether this query result is made only of distinct tuples.
isDistributed() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Returns true if the pivot is a query cube, false otherwise.
isDistributionStarted() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDataActivePivot
Tells whether the distribution infrastructure is started.
isDistributionStarted() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Retrieves whether the distribution infrastructure is started for this query cube.
isDone() - Method in interface com.activeviam.tech.concurrency.api.ICompletionSync
Returns true if the task completed.
ISecurityCubeRestriction - Interface in com.activeviam.activepivot.core.intf.api.experimental.context.filter
Context value that represents a restriction/filter/MDX subcube of a cube.
ISecurityDetails - Interface in com.activeviam.tech.core.api.security
Interface for classes representing a snapshot of the security for a given user.
ISecurityFacade - Interface in com.activeviam.tech.core.api.security
Security Facade interface.
ISelectionDescription - Interface in com.activeviam.activepivot.core.intf.api.description
The description of an ISelection.
ISelectionDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Builder for a ISelectionDescription.
ISelectionDescriptionBuilder.CanAddAllFields - Interface in com.activeviam.activepivot.core.intf.api.description.builder
ISelectionDescriptionBuilder.CanAddSomeFields - Interface in com.activeviam.activepivot.core.intf.api.description.builder
ISelectionDescriptionBuilder.CanAlias<T> - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the builder when it can alias fields.
ISelectionDescriptionBuilder.CanBuild - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the builder when it is able to build a description.
ISelectionDescriptionBuilder.CanUseOtherReference - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the builder when it has fields and can use other references.
ISelectionDescriptionBuilder.CanUseOtherReferenceOrBuild - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the builder that can chose between starting to describe an additional store reference to use for this selection, or building the current selection.
ISelectionDescriptionBuilder.FieldsCollisionHandler - Interface in com.activeviam.activepivot.core.intf.api.description.builder
A FunctionalInterface used to handle field name collisions when retrieving all reachable fields.
ISelectionDescriptionBuilder.HasAllFields - Interface in com.activeviam.activepivot.core.intf.api.description.builder
ISelectionDescriptionBuilder.HasSomeFields - Interface in com.activeviam.activepivot.core.intf.api.description.builder
ISelectionDescriptionBuilder.NeedsFields - Interface in com.activeviam.activepivot.core.intf.api.description.builder
Step of the builder when no fields were added, and some are required before it can build.
isEmpty() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextSnapshot
Returns true if the map of the context values is empty.
isEmpty() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
The hierarchy is empty if it has no member.
isEmpty() - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivot
Returns whether this pivot is empty.
isEmpty() - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Returns whether this retrieval result contains any values or not.
isEmpty() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICellSet
Checks if the cell set is empty or not.
isEmpty() - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IDatabaseRetrievalResult
Checks if the result contains data.
isEmpty() - Method in interface com.activeviam.tech.core.api.collections.IRangeUnion
Returns whether this union is empty or not.
isEmpty() - Method in class com.qfs.repository.impl.FilteredParameterEvent
Whether or not the event is contains no resources.
isEmpty() - Method in class com.qfs.snl.events.impl.EventCache
 
isEmpty(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivot
Returns whether this pivot is empty.
isEnabled() - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
Returns whether the epoch dimension is enabled in the MDX layer.
isEnabled() - Method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties
 
isEnabled() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
Enable the JWT authentication.
isEnabled() - Method in class com.activeviam.springboot.atoti.ui.starter.api.AtotiUiProperties
 
ISentinelAlert - Interface in com.qfs.snl.data
Class representing an alert.
ISentinelAlertDao - Interface in com.qfs.snl.persistence
The ActiveMonitor alert data access object.
ISentinelDaemonActions - Interface in com.qfs.snl.agent.service
Definitions of the actions that the ActiveMonitor daemon is asked to perform.
ISentinelEvent - Interface in com.qfs.snl.data
Class representing a ActiveMonitor event.
ISentinelEventDao - Interface in com.qfs.snl.persistence
The ActiveMonitor event data access object.
ISentinelPublisher - Interface in com.qfs.snl.agent.service
ActiveMonitor event batch service.
ISentinelState - Interface in com.qfs.snl.data
Class representing a ActiveMonitor state.
isEntireAxis() - Method in class com.activeviam.activepivot.server.intf.api.dto.RangeDTO
Returns whether or not the range includes the entire axis.
isEntireAxis() - Method in class com.activeviam.activepivot.server.json.api.cellset.RangeData
Returns whether the range includes the entire axis.
isEpochLevelEnabled() - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
Returns whether the epoch level is enabled in the MDX layer.
IServiceJsonHelper - Interface in com.activeviam.activepivot.server.impl.api.database
Service helper providing methods to converts JSON values to Java objects in the context of fields from the underlying Database.
IServiceWithListeners<ListenerT> - Interface in com.qfs.snl.utils
Interface for services accepting listeners on the information they managed.
isExposed() - Method in record class com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition.EndpointInformation
Returns the value of the isExposed record component.
isExternalFieldNullable() - Method in class com.activeviam.directquery.api.schema.FieldDescription
Whether the field is nullable in the external database.
isFactless() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisHierarchyDescription
For more details on what factless exactly means, see IAxisHierarchyDescription.setFactless(Boolean).
isFailOnException() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
 
isFailOnException() - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
isForceHttps() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
Configures the security to enforce the use of HTTPS.
isFormatted(boolean) - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.IMapDrillthroughQuery.MapDrillthroughQueryBuilder
Whether the content of the rows must be formatted.
isFromNow() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
isFromNow() - Method in class com.qfs.snl.impl.TimePeriod
 
isFromNow() - Method in interface com.qfs.snl.ITimePeriod
Gets if the 'from' boundary is made of the server current time.
isFullRefresh() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IImpact
Returns whether the view of the query for the originating location should be fully recomputed or not.
isFunctionOf(IntIntFunction) - Method in interface com.activeviam.tech.partitioning.api.function.IntIntFunction
Tells whether this function is a function-of the other, which means the value of this, can be found if one knows the value of other.
isGlobal(ProviderCoordinate) - Static method in class com.activeviam.activepivot.core.intf.api.cube.metadata.ProviderCoordinate
 
isHidden() - Method in class com.qfs.snl.dtos.FormFieldDto
Gets if the field is hidden.
isHidden() - Method in interface com.qfs.snl.messages.form.IFormField
Indicates if the property should be visible to the user.
isHidden() - Method in class com.qfs.snl.messages.form.impl.FormField
 
isHierarchyRestricted(HierarchyIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilter
Returns true if this cube filter restricts access to any member of the given hierarchy.
isHierarchyRestricted(HierarchyIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
Returns a positive integer if this cube filter restricts access to any member of the given hierarchy.
IShortParser - Interface in com.activeviam.tech.core.api.format
Parser of short fields.
isImmutable() - Method in interface com.activeviam.tech.records.api.IRecordBlock
Tells whether IRecordBlock.markImmutable() has been called in this record block or not.
isin(Object...) - Method in interface com.activeviam.activepivot.core.intf.api.copper.CopperLevel
Creates a CopperLevelCondition that represents the result of testing whether each member value is equal to one of the given object values.
isin(Collection<?>) - Method in interface com.activeviam.activepivot.core.intf.api.copper.CopperLevel
Creates a CopperLevelCondition that represents the result of testing whether each member value is equal to one of the given object values.
isIncludedIn(IRange) - Method in interface com.activeviam.tech.core.api.collections.IRange
 
isIncludeMode() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregatesCacheDescription
Indicates if the selected measures is the list of measures to include or exclude from the cache.
isIndexColumnNullable() - Method in class com.activeviam.directquery.api.schema.MultiRowVectorTableDescription
Whether the column representing the vector index is nullable in the external database.
isIndexColumnNullable(boolean) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
Sets whether the column representing the vector index is nullable in the external database.
isIndexed() - Method in class com.activeviam.database.datastore.api.description.impl.ReferenceDescription
Indicates whether the fields in the owning store are indexed.
isIndexed() - Method in interface com.activeviam.database.datastore.api.description.IReferenceDescription
Returns whether the owning fields should be indexed.
isInFilter(Collection<Object>) - Static method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter
Creates a filter for being included in the given collection.
ISingleAccessor - Interface in com.activeviam.tech.core.api.filtering
Accessor that gives access to a single property of the input object.
ISingletonFactory<T> - Interface in com.activeviam.tech.core.api.registry
Factory that of singleton instance.
isInterestedIn(Level, Set<String>) - Method in interface com.activeviam.tech.observability.api.health.IHealthEventDispatcher
A bloom filter style method that returns false if we are sure that no registered handler is interested in an event with the given level and tags, and that returns true if there may be at least one handler interested in such an event.
isInterestedIn(Level, Set<String>) - Method in interface com.activeviam.tech.observability.api.health.ITagAcceptor
Returns true if this tag acceptor is interested in the given tags, at the given level.
isInterrupted() - Method in interface com.activeviam.source.csv.api.ICsvParserConfigPolicy
Deprecated.
Decides whether the policy is interrupted or not, for instance because the limit of lines read is reached or not.
isInterrupted() - Method in class com.activeviam.source.csv.api.LineAndFileLimitCsvParserPolicy
Deprecated.
 
isInterrupted() - Method in class com.activeviam.source.csv.api.NoRestrictionCsvParserConfigPolicy
Deprecated.
 
isInterrupted() - Method in interface com.activeviam.tech.concurrency.api.interrupt.IInterruptor
Returns whether the associated computation tree is running, or has been interrupted.
isInvertible() - Method in interface com.activeviam.tech.partitioning.api.function.IntIntFunction
Tells if the function is invertible, i.e., we can use IntIntFunction.inverse(int).
ISiteLocated - Interface in com.qfs.snl.monitors
Definition of an element that exists within a particular site.
isLineSuccessfullyParsed(int) - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns whether the indicated line was successfully parsed and inserted into the datastore.
isListenerRegistered(IStreamListener) - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IStream
Returns whether the input listener is currently registered as a listener of this stream.
isLocationGranted(List<? extends IHierarchyInfo>, ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
Tells if the user can access to a specific location.
isLocationGrantedMultiple(List<? extends IHierarchyInfo>, ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
Tells if the user can access to a specific location.
isMeasureGranted(String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilter
Returns true if the measure with the given name is granted.
isMeasureGranted(String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
Tells if the measure is granted.
isNull() - Method in interface com.activeviam.tech.core.api.cell.IReadableCell
Returns whether the current value of the cell is null.
isNull(int) - Method in interface com.activeviam.tech.chunks.api.arrays.IPositionalReader
Gets whether null is stored in a given row at a given position.
isNull(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
isNull(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
isNull(int, int) - Method in interface com.activeviam.tech.chunks.api.table.ITable
Returns whether the value stored at the given row and column is null or not.
isNullable() - Method in interface com.activeviam.database.datastore.api.description.IFieldDescription
Deprecated, for removal: This API element is subject to removal in a future version.
Use IDataTableField.getType() and IFieldType.isNullable() instead.
isNullable() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Flag marking the field as potentially nullable.
isNullable() - Method in class com.activeviam.tech.chunks.api.types.FieldType
 
isNullable() - Method in interface com.activeviam.tech.chunks.api.types.IFieldType
Returns whether the type is nullable.
isNullable() - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Returns whether this dictionary is nullable (it is capable to map the null key).
isNullable(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Tests if the type code represents nullable data.
isNumericalType(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Checks if the give type is a numerical type: long, int, float or double.
isOffHeapVector(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Returns true if the given type may be stored as a off-heap vector, and hence will need proper garbage collection.
ISOLATED_TRANSACTIONS_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that controls whether parameter store transactions should be isolated or trigger transactions on the ActivePivots.
ISource<I,E> - Interface in com.activeviam.source.common.api
Source interface that allows to fetch and listen data from a underlying source.
isParsingReportEnabled() - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration
Whether to generate a parsing report.
isParsingReportEnabled() - Method in interface com.activeviam.source.csv.api.ICsvSourceConfiguration
Deprecated.
Whether to generate a parsing report.
isParsingSuccessful() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns true if and only if there are no parsing errors (warnings are allowed).
isPartitionedOnRangeLevelsFromProperties(Properties) - Static method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
Returns whether the IPostProcessor.IS_PARTITIONED_ON_RANGE_LEVELS_PROPERTY is set to true in the input Properties.
isPending() - Method in class com.qfs.repository.dto.PointValueDto
 
isPending() - Method in class com.qfs.repository.impl.EnrichedPointValue
 
isPending() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
isPending() - Method in interface com.qfs.repository.persistence.model.IPointValue
Gets if the point value is pending.
isPrimitive() - Method in enum class com.activeviam.tech.chunks.api.types.ContentType
 
isPrimitive() - Method in interface com.activeviam.tech.chunks.api.types.IFieldType
Returns whether the type is primitive.
isPrimitive(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Tests if a data type code represents a primitive.
isPushEnabled() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IActivePivotContinuousQuery
Returns a boolean which defines if the push is enabled.
ISqlAggregationResultTransformer - Interface in com.activeviam.directquery.api
Functional interface that transforms multiple aggregation outputs into a single output.
ISqlPart - Interface in com.activeviam.database.sql.api.query
A part of an SQL query: it can be either some SQL string or a placeholder for data such as a column or a default value.
isRange() - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocation
A location is called "range" when it contains wildcards or collections of members on specific levels.
isRangeSharingEnabled() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryExecution
Returns whether the Range Sharing is enabled.
isRead() - Method in class com.qfs.snl.dtos.MessageDto
Returns the read.
isRead() - Method in interface com.qfs.snl.messages.IMessage
Gets if the message is read.
isRead() - Method in class com.qfs.snl.messages.impl.AMessage
 
isRead() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
isReadOnly() - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseFieldDescription
Checks if is is the field read only or editable.
isReadOnly() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Checks if is is the field read only or editable.
isRefreshed() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IDrillthroughUpdate
Flag that indicates that this update is a full refresh of the view, the new view being stored in the added data.
isRegistered() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Current registration status.
isReleased() - Method in interface com.activeviam.tech.mvcc.api.IHistoryNode
Tells whether the version has been released.
isRemoval() - Method in class com.activeviam.source.common.api.impl.TuplePublisher
Flag to tell whether to remove tuple or not.
isRequired() - Method in class com.qfs.snl.dtos.FormFieldDto
Gets if the field is required.
isRequired() - Method in interface com.qfs.snl.messages.form.IFormField
Is this property a required input field.
isRequired() - Method in class com.qfs.snl.messages.form.impl.FormField
 
isRestrictedToLocalAccess() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueStore
Returns whether this provider is restricted to the local context values.
isShadow() - Method in interface com.activeviam.tech.mvcc.api.IEpoch
Checks whether or not the epoch is "shadow".
isSlicing() - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
isStarted() - Method in class com.qfs.repository.impl.RepositoryDaemon
Informs whether the daemon is currently started.
isStarted() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Informs whether the daemon is currently started.
isStatus(String) - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Decides if the given measure represents a status in the context of the query.
isStrict() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IAsOfEpoch
Indicates whether an exception must be thrown when no version has the same epoch than the specified one.
isSwapped() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Whether this vector is swapped.
isSwapped() - Method in interface com.activeviam.database.datastore.api.description.IVectorFieldDescription
Returns whether swapping is enabled.
IStatisticAttribute - Interface in com.activeviam.tech.observability.api.memory
Definition of an attribute for a IMemoryStatistic.
isToNow() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
isToNow() - Method in class com.qfs.snl.impl.TimePeriod
 
isToNow() - Method in interface com.qfs.snl.ITimePeriod
Gets if the 'to' boundary is made of the server current time.
IStoreCompositeMessageChannel<I,E> - Interface in com.activeviam.source.common.api
A composite message channel in which each channel's destination is a different store.
IStoreDescription - Interface in com.activeviam.database.datastore.api.description
Description of a table of the datastore.
IStoreDescriptionBuilder - Interface in com.activeviam.database.datastore.api.description
Provide a fluent builder to create an IStoreDescription.
IStoreDescriptionBuilder.ICanAddField<R> - Interface in com.activeviam.database.datastore.api.description
The interface to show that one can add field to the description.
IStoreDescriptionBuilder.ICanAddStaticKey - Interface in com.activeviam.database.datastore.api.description
The interface to add statically defined keys.
IStoreDescriptionBuilder.ICanBuild - Interface in com.activeviam.database.datastore.api.description
Tag that the description can now be built if needed.
IStoreDescriptionBuilder.ICanCompressIndex<BuilderT> - Interface in com.activeviam.database.datastore.api.description
Tag to tell the builder that the store can compress its indexes.
IStoreDescriptionBuilder.ICanHaveAdditionalProperties<BuilderT> - Interface in com.activeviam.database.datastore.api.description
Tag to tell builder to add some additional properties to the store description.
IStoreDescriptionBuilder.ICanHaveIndex<BuilderT> - Interface in com.activeviam.database.datastore.api.description
Enrich a store description with secondary index.
IStoreDescriptionBuilder.ICanKeyField - Interface in com.activeviam.database.datastore.api.description
The interface to show that one can set the previous field as a key field.
IStoreDescriptionBuilder.ICanSelectNumaBehavior<BuilderT> - Interface in com.activeviam.database.datastore.api.description
Tag to enrich the store description with a NUMA selector.
IStoreDescriptionBuilder.ICanSetDuplicateKeyHandler - Interface in com.activeviam.database.datastore.api.description
The interface that allows to handle duplicate Key Fields.
IStoreDescriptionBuilder.ICanSpecifyPartitionChunkSize<BuilderT> - Interface in com.activeviam.database.datastore.api.description
Enrich the store description with the chunk size within a partition of the store.
IStoreDescriptionBuilder.ICanSpecifyUnknownKeyRemovalBehavior<BuilderT> - Interface in com.activeviam.database.datastore.api.description
Tag to define the store behavior when removing an unknown key.
IStoreDescriptionBuilder.ICanSpecifyUpdateOnlyIfDifferent<BuilderT> - Interface in com.activeviam.database.datastore.api.description
Tag to tell the builder that the store should only take updates into account when the newly added record is different from the previously existing record with the same key-field values.
IStoreDescriptionBuilder.ICanTagField<R> - Interface in com.activeviam.database.datastore.api.description
The interface to show that one can tag a field of the description.
IStoreDescriptionBuilder.IKeyed - Interface in com.activeviam.database.datastore.api.description
A step of the fluent store builder.
IStoreDescriptionBuilder.IKeyedTaggable - Interface in com.activeviam.database.datastore.api.description
A step of the fluent store builder.
IStoreDescriptionBuilder.IKeyedUntaggable - Interface in com.activeviam.database.datastore.api.description
A step of the fluent store builder.
IStoreDescriptionBuilder.IKeyedVectorField - Interface in com.activeviam.database.datastore.api.description
A description of a vector field that is also an IStoreDescriptionBuilder.IKeyedTaggable.
IStoreDescriptionBuilder.INamed - Interface in com.activeviam.database.datastore.api.description
Only the name of the store has been given, fields can be added.
IStoreDescriptionBuilder.INumaBehavior<BuilderT> - Interface in com.activeviam.database.datastore.api.description
The interface to specify what policy to use to pick on which NUMA nodes the data will be stored.
IStoreDescriptionBuilder.IOnRemoveUnknownKey<BuilderT> - Interface in com.activeviam.database.datastore.api.description
A remove unknown key listener can be added to the description.
IStoreDescriptionBuilder.IRemoveUnknownKeyListener - Interface in com.activeviam.database.datastore.api.description
The listener that receives unknown key events: whenever one tries to remove a key that does not exist in the store, this listener is called.
IStoreDescriptionBuilder.IStaticKeyFields - Interface in com.activeviam.database.datastore.api.description
A step of the fluent store builder.
IStoreDescriptionBuilder.IUnkeyedTaggable - Interface in com.activeviam.database.datastore.api.description
A step of the fluent store builder.
IStoreDescriptionBuilder.IUnkeyedUntaggable - Interface in com.activeviam.database.datastore.api.description
A step of the fluent store builder.
IStoreDescriptionBuilder.IUnkeyedVectorField - Interface in com.activeviam.database.datastore.api.description
A description of a vector field that is also an IStoreDescriptionBuilder.IUnkeyedTaggable.
IStoreDescriptionBuilder.IVectorField<R> - Interface in com.activeviam.database.datastore.api.description
The description of a vector field.
IStoreMessage<I,E> - Interface in com.activeviam.source.common.api
A message that accumulates its data into a list of tuples.
IStoreMessageChannel<I,E> - Interface in com.activeviam.source.common.api
A message channel whose destination is a store.
IStoreMessageChannelFactory<InputT,OutputT> - Interface in com.activeviam.source.common.api
The factory that creates the channels between the topics of a data source and the stores of a datastore.
IStoreMessageChunk<E> - Interface in com.activeviam.source.common.api
A message chunk that collects its data into tuples.
IStoreTransactionStatistics - Interface in com.activeviam.database.datastore.api.transaction.stats
Statistics on a store modified by the transaction.
IStream<EventT> - Interface in com.activeviam.activepivot.core.intf.api.realtime
A Stream is a registered component that publishes real-time events into the ActivePivot continuous query engine.
IStreamEvent - Interface in com.activeviam.tech.streaming.intf.api
Base interface for events occurring on a stream.
IStreamInfo - Interface in com.qfs.snl.agent.mdx
Container for information about a given location in the context of a Stream.
IStreamInfo.InfoProcedure - Interface in com.qfs.snl.agent.mdx
Procedure to call on each event published by the information container.
IStreamingService - Interface in com.activeviam.tech.streaming.intf.api
Service providing control over streams.
IStreamListener - Interface in com.activeviam.activepivot.core.intf.api.realtime
A listener that can register to a stream to receive its published events.
IStreamListener - Interface in com.activeviam.tech.streaming.intf.api
A stream listener listens to stream events from multiple streams, and from multiple domains.
IStreamProperties - Interface in com.activeviam.tech.streaming.intf.api
A stream definition contains all the data necessary to the creation of a stream.
IStreamProperties.InitialPublicationMode - Enum Class in com.activeviam.tech.streaming.intf.api
The various initial publication modes.
IStreamProperties.InitialState - Enum Class in com.activeviam.tech.streaming.intf.api
An enumeration that defines the initial state of the stream.
IStringProperty - Interface in com.activeviam.tech.core.api.property
A key-value property where the key and the value are strings.
IStringQuery<R> - Interface in com.activeviam.activepivot.core.intf.api.query
Interface for queries whose content can be represented as a String.
ISubCondition - Interface in com.activeviam.tech.core.api.filtering
A condition that asserts that part of the input object (as resulting of the accessor's introspection) respects a given condition.
ISubCubeProperties - Interface in com.activeviam.activepivot.core.intf.api.contextvalues.subcube
The main component of the SubCube functionality.
isUpdated() - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo
 
isUpdated() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
isUpdated() - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Indicates if the info has been updated and needs to be published.
isUsedForPartitioning(String) - Method in class com.activeviam.tech.partitioning.api.AdaptivePartitioningDescription
 
isUsedForPartitioning(String) - Method in class com.activeviam.tech.partitioning.api.ConstantPartitioningDescription
 
isUsedForPartitioning(String) - Method in class com.activeviam.tech.partitioning.api.HierarchicalPartitioningDescription
 
isUsedForPartitioning(String) - Method in interface com.activeviam.tech.partitioning.api.IPartitioningDescription
Checks whether the given field is used in this partitioning (not in a constant way).
isUsedForPartitioning(String) - Method in class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription
 
isUsedForPartitioning(String) - Method in class com.activeviam.tech.partitioning.api.PartitioningDescription
 
isValid() - Method in interface com.activeviam.directquery.api.validator.ITableValidatorErrorReport
Validity status.
isValid() - Method in interface com.activeviam.directquery.api.validator.ITableValidatorErrorReportWithRowInfo
Validity status.
isValid(Object) - Method in interface com.activeviam.tech.core.api.registry.IPlugin
Indicates whether the Plugin with the given key exists.
isVectorWritable(int) - Method in interface com.activeviam.tech.chunks.api.arrays.IWritableBuffer
Checks if the vector stored at the given position can be modified.
isViewed(String) - Method in class com.qfs.repository.impl.RepositoryDaemonActions
 
isViewed(String) - Method in interface com.qfs.repository.IRepositoryDaemonActions
Has the parameter already been seen.
isVirtual() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IHierarchyInfo
Returns true when the hierarchy is virtual (i.e. is not aware and cannot access its members).
isVirtual() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisHierarchyDescription
Returns true when the hierarchy is virtual (i.e. is not aware and cannot access its members).
isVirtual() - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
isVisible() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureMember
Returns true when this measure is visible.
isVisible() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IHierarchyInfo
Returns true when the hierarchy is visible.
isVisible() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisDimensionDescription
Returns the visibility of the axis dimension.
isVisible() - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Returns the visibility (only used by the measures).
isVisible() - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
Indicates if the epoch dimension will be visible.
isVisible() - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Returns the visibility of the hierarchy.
isVisible() - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasureMemberDescription
Returns the visibility of the AggregatedMeasure/PostProcessedMeasure.
isVisible() - Method in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughHeader
Returns the visibility of the header.
isVisible() - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The visibility of the dimension.
isVisible() - Method in class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
The visibility of the hierarchy.
isVisible() - Method in class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
The visibility of the measure.
isVisible() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
The visibility of the header.
isVisible() - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
isVisible() - Method in class com.activeviam.activepivot.server.json.api.discovery.DrillthroughColumnDiscovery
 
isVisible() - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
isVisible() - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Returns the visibility of the measure.
isVisible(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanHide
Changes the visibility of this item.
isWarning() - Method in interface com.activeviam.source.csv.api.report.ICsvAnomaly
Returns whether this anomaly is a warning or not.
isWatcherPaused(IWatcher) - Method in class com.activeviam.source.common.api.impl.WatcherService
 
isWatcherPaused(IWatcher) - Method in interface com.activeviam.source.common.api.IWatcherService
Says if the processing of events for a given watcher is paused.
isWildcardPath(String) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Returns whether the given path ends with a wildcard entry.
isWithInitialView() - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
Returns whether an initial view is needed upon registration.
isWritable() - Method in class com.qfs.snl.dtos.FormFieldDto
Gets if the field is writable or read-only.
isWritable() - Method in interface com.qfs.snl.messages.form.IFormField
Is this property writable by the user.
isWritable() - Method in class com.qfs.snl.messages.form.impl.FormField
 
ITable - Interface in com.activeviam.tech.chunks.api.table
Data elements organized in a table layout.
ITableConstraintsValidator - Interface in com.activeviam.directquery.api.validator
Constraints that must be fulfilled by all tables.
ITablePermissions - Interface in com.activeviam.activepivot.server.intf.api.database.config
Permissions for the tables of the database.
ITableSecurity - Interface in com.activeviam.activepivot.server.intf.api.database.config
Security for the tables of the database.
ITableSecurityBuilder - Interface in com.activeviam.activepivot.server.intf.api.database.config
Builder for the ITableSecurity.
ITableSecurityDescription - Interface in com.activeviam.activepivot.server.intf.api.database
Description of the security applied to a given table of the database.
ITableValidatorErrorReport - Interface in com.activeviam.directquery.api.validator
Error report of an external table.
ITableValidatorErrorReportForStartIndex - Interface in com.activeviam.directquery.api.validator
ITableValidatorErrorReportWithRowInfo - Interface in com.activeviam.directquery.api.validator
Error report with additional information on rows causing issues.
ITagAcceptor - Interface in com.activeviam.tech.observability.api.health
Interface for a component that has tags that it is interested in at a given level.
ITaskAssigner - Interface in com.qfs.snl.workflows.tasks
Interface managing task assignment to users.
ITaskPublisher - Interface in com.qfs.snl.workflows
Component in charge of publishing user tasks.
ITaskService - Interface in com.qfs.snl.workflows.tasks
Service managing tasks created by workflows.
ITemplateEngine - Interface in com.qfs.snl.messages
Service rendering templates for workflow messages.
iterator() - Method in interface com.activeviam.tech.records.api.ICursor
Returns an iterator over the records in this cursor.
iterator() - Method in class com.qfs.snl.events.impl.EventCache
 
ITime - Interface in com.activeviam.tech.core.api.time
High level interface for time container classes that can export the time as a Java long.
ITimeLinePostProcessor - Interface in com.activeviam.activepivot.core.ext.api.postprocessing.impl
A TimePostprocessor builds its query evaluation by applying a logic along a time hierarchy.
ITimeLinePostProcessor.PositionTypes - Enum Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
Kinds of "position type".
ITimePeriod - Interface in com.qfs.snl
Definition of a time period.
ITimestamp - Interface in com.activeviam.tech.core.api.time
A timestamp as produced by a TIMESTAMP aggregation function.
ITimestampedContentEntry - Interface in com.activeviam.tech.contentserver.storage.api
The raw data of the content entry with timestamp and lastEditor information, without any utility methods.
ITimestampedPathlessContentEntry - Interface in com.activeviam.tech.contentserver.storage.api
An extension of IBasicPathlessContentEntry which provides additional information about the last update on the entry: the last editor and the update timestamp.
ITopic - Interface in com.activeviam.source.common.api
Contract for a data topic representing a particular type of data content (e.g. a coherent business entity).
ITopicParsingReport - Interface in com.activeviam.source.common.api
A topic-wide parsing report, that contains the file-wide parsing reports for each file in the topic.
ITransactionalWriter - Interface in com.activeviam.database.datastore.api.transaction
A component that can write in an IDatastore via transactions.
ITransactionExceptionHandler - Interface in com.activeviam.database.datastore.api.transaction
Handle the exceptions that can occur when executing transactions instructions and the transaction code around it.
ITransactionListener - Interface in com.activeviam.database.datastore.api.transaction
A transaction listener is listening transaction managers in order to intercept every important action: When a transaction is started.
ITransactionManager - Interface in com.activeviam.database.datastore.api.transaction
The transaction manager of the data store.
ITransactionManager.IUpdateWhereProcedure - Interface in com.activeviam.database.datastore.api.transaction
The user-defined procedure used in an updateWhere method to perform the actual update in the selected store.
ITransfer - Interface in com.activeviam.tech.core.api.registry
Interface of an object that can accumulate data in its own state and transfer this state into a target object.
ITransformProcedure - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
A procedure that transforms a record of underlying values attached to a location into a single transformed value.
ITransientContextValue - Interface in com.activeviam.activepivot.core.intf.api.contextvalues
Interface implemented by context values which should not be serialized.
ITransientVector - Interface in com.activeviam.tech.chunks.api.vectors
A special interface for transient vectors.
ITranslator<I,O,CalcT> - Interface in com.activeviam.source.common.api
Translates an input object into an output object.
ITuplePublisher<I> - Interface in com.activeviam.source.common.api
Encapsulates the business logic to publish a series of tuples in the context of one message.
ITupleTranslator - Interface in com.activeviam.source.csv.api.translator
A tuple translator is a columnar translator that returns raw tuples (Object[] instances).
ITypedColumnarTable - Interface in com.activeviam.tech.records.api
A table which knows the column types.
ITypedDto<T> - Interface in com.qfs.snl.dtos.ws
Common interface for all the DTOs with a custom data content identified by a key.
ITypeProcessExecutor - Interface in com.qfs.snl.workflows.process
Interface for plugin values implementing IWorkflowProcessExecutor from IEntityWorkflowConfiguration.
IUnknownOlapElementException - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
Interface for checked and unchecked exceptions to be thrown when searching for an olap element (see IUnknownOlapElementException.OlapElementType) in the cube that does not exist or is currently missing.
IUnknownOlapElementException.OlapElementType - Enum Class in com.activeviam.activepivot.core.intf.api.postprocessing
The type of olap element that is missing.
IUnnamedColumnarTable - Interface in com.activeviam.tech.chunks.api.table
A table with a columnar layout, that exposes its columns as arrays.
IUpdateDao<T> - Interface in com.qfs.snl.persistence
Interface representing a DAO that can perform update actions.
IUpdateRequest<ExistingT,NewT> - Interface in com.qfs.repository.persistence
An update request provides: from: the known or origin state of the data when the update is requested to: the new state of the data that is requested.
IUpdateWhereContext - Interface in com.activeviam.activepivot.server.impl.api.database
Class carrying information about the context in which an update-where operation is compiled.
IUpdateWhereProcedureFactory - Interface in com.activeviam.activepivot.server.impl.api.database
Factory to build update where procedures.
IUrlBuilder - Interface in com.activeviam.web.core.api
Definition of a URL builder following Atoti conventions.
IUrlBuilder.IBuildable - Interface in com.activeviam.web.core.api
Interface representing a builder with enough information and options to build an URL.
IUrlBuilder.IBuildableApi - Interface in com.activeviam.web.core.api
Interface for a buildable builder with at least API type.
IUrlBuilder.IBuildablePrefix - Interface in com.activeviam.web.core.api
Interface for a buildable builder with at least prefix.
IUrlBuilder.IBuildableService - Interface in com.activeviam.web.core.api
Interface for a buildable builder with at least service name.
IUrlBuilder.IBuildableWithPath - Interface in com.activeviam.web.core.api
Interface for a buildable builder with at least path information.
IUrlBuilder.IBuildableWithVersion - Interface in com.activeviam.web.core.api
Interface for a buildable builder with at least API version.
IUrlBuilder.IBuilder - Interface in com.activeviam.web.core.api
Base interface for an URL Builder.
IUrlBuilder.IForHost - Interface in com.activeviam.web.core.api
Interface offering to set the hostname in an URL.
IUrlBuilder.IForPath - Interface in com.activeviam.web.core.api
Interface allowing to define the path parts of the URL.
IUrlBuilder.IForPrefix - Interface in com.activeviam.web.core.api
Recursive interface allowing to define prefix for the URL.
IUrlBuilder.IForService - Interface in com.activeviam.web.core.api
Interface to define the name of the service API exposed.
IUrlBuilder.IForVersion - Interface in com.activeviam.web.core.api
Interface offering a method to define the version of an API.
IUrlBuilder.IWebApi - Interface in com.activeviam.web.core.api
Interface allowing to choose the type of API to target.
IUrlBuilder.IWithSlashOption - Interface in com.activeviam.web.core.api
Interface offering option for a trailing / in the URL.
IUserAuthentication - Interface in com.activeviam.activepivot.core.intf.api.contextvalues
Context value carrying the name of the current user.
IUserDefinedAggregateFunction - Interface in com.activeviam.tech.aggregation.api.udaf
Interface for aggregate functions whose aggregation handle multiple fields as source.
IUserDefinedAggregation - Interface in com.activeviam.tech.aggregation.api.udaf
Interface for user-defined aggregations.
IUserDetailsService - Interface in com.activeviam.tech.core.api.security
This interface wraps the UserDetailsService provided by spring.
IUserTask - Interface in com.qfs.snl.workflows.tasks
Atoti definition of user task provided by Actitivi.
IValueProcedure - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
A procedure that is executed on each non-null value of a IAggregatesRetrievalResult.
IValuesProcedure - Interface in com.activeviam.activepivot.core.intf.api.postprocessing
A procedure that is executed on selected rows of a IAggregatesRetrievalResult.
IVariableParser<T> - Interface in com.activeviam.tech.core.api.format
Specialization of IParser managing parameterised key (e.g.
IVariablePluginValue - Interface in com.activeviam.tech.core.api.registry
A plugin that can change on some parameters provided in the description.
IVector - Interface in com.activeviam.tech.chunks.api.vectors
A vector is equivalent to a standard Java array in terms of interface.
IVectorAllocator - Interface in com.activeviam.tech.chunks.api.vectors
A vector allocator is responsible for allocating vectors of a given length.
IVectorFieldDescription - Interface in com.activeviam.database.datastore.api.description
An IFieldDescription for a vector field.
IVersion - Interface in com.activeviam.tech.mvcc.api
A consistent version of a base Object.
IVersionedContinuousQueryUpdate<R> - Interface in com.activeviam.activepivot.core.intf.api.query.realtime
ActivePivot versioned continuous query update.
IVersionHistory<V> - Interface in com.activeviam.tech.mvcc.api
An ordered history of versions, with the ability to retrieve the version that is valid at a given epoch.
IVersionProcedure<V> - Interface in com.activeviam.tech.mvcc.api
A procedure that can be run on a IVersion.
IWatcher - Interface in com.activeviam.source.common.api
General interface for components that can process the events of a WatchKey.
IWatcherService - Interface in com.activeviam.source.common.api
Watcher service to subscribe to the events of a path.
IWebSocketEngineConfig - Interface in com.activeviam.web.spring.api.config
Interface for configuring a websocket engine.
IWithAnalysisHierarchyDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Interface for the step after providing the IAnalysisHierarchyDescription.
IWithHierarchyDescriptionBuilder - Interface in com.activeviam.activepivot.core.intf.api.description.builder.dimension
Interface for the step after providing the IHierarchyDescription.
IWorkflowConfig - Interface in com.qfs.snl.workflows
Interface for classes representing a workflow configuration.
IWorkflowEntityResolver - Interface in com.qfs.snl.workflows
Interface defining a way to retrieve workflow configurations for custom objects that internally stores a workflow schema.
IWorkflowPayload - Interface in com.qfs.snl.workflows
Definition of the payload passed along with each workflow.
IWorkflowPayload.Variables - Class in com.qfs.snl.workflows
List of possible variable names used in the workflow.
IWorkflowProcess - Interface in com.qfs.snl.workflows
Definition of workflow process.
IWorkflowProcess.CompletionCbk - Interface in com.qfs.snl.workflows
Completion Call Back.
IWorkflowProcessExecutor<T> - Interface in com.qfs.snl.workflows.process
Interface for an executor that fluently leads a user to execute a workflow for a given entity.
IWorkflowProcessExecutor.IExecutableExecutor<T> - Interface in com.qfs.snl.workflows.process
Executor with all information for execution.
IWorkflowProcessExecutor.IExecutorWithType<T> - Interface in com.qfs.snl.workflows.process
Executor step to configure an action to execute, as well as the mandatory aspect of the action.
IWorkflowRestService - Interface in com.qfs.snl.rs
The workflow rest service.
IWorkflowSchema - Interface in com.qfs.snl.workflows
Representation of a workflow schema.
IWorkflowSchemaDao - Interface in com.qfs.snl.persistence
DAO for workflow schemas.
IWorkflowService - Interface in com.qfs.snl.workflows
Service orchestrating all operations related to workflows.
IWorkflowService.WorkflowEntities - Class in com.qfs.snl.workflows
List of ActiveMonitor predefined workflow entities.
IWorkflowService.WorkflowTypes - Class in com.qfs.snl.workflows
List of ActiveMonitor predefined Workflow actions.
IWorkflowUnit - Interface in com.qfs.snl.workflows.units
Instance handling the execution of a workflow.
IWritableArray - Interface in com.activeviam.tech.chunks.api.arrays
An array with the interface to write elements into it.
IWritableBuffer - Interface in com.activeviam.tech.chunks.api.arrays
An array with the interface to write elements into it.
IWritableCell - Interface in com.activeviam.tech.core.api.cell
Definition of a read/write component linked to a cell containing some data.
IWritableDictionary<K> - Interface in com.activeviam.tech.dictionaries.avinternal
A dictionary into which new keys can be written, using the map function.
IWritableDictionary.IDoubleDictionary - Interface in com.activeviam.tech.dictionaries.avinternal
Specialized dictionary interface for dictionaries of Doubles.
IWritableDictionary.IFloatDictionary - Interface in com.activeviam.tech.dictionaries.avinternal
Specialized dictionary interface for dictionaries of Floats.
IWritableDictionary.IIntegerDictionary - Interface in com.activeviam.tech.dictionaries.avinternal
Specialized dictionary interface for dictionaries of integers.
IWritableDictionary.ILongDictionary - Interface in com.activeviam.tech.dictionaries.avinternal
Specialized dictionary interface for dictionaries of Longs.
IWritableFieldPermission - Interface in com.activeviam.activepivot.server.impl.api.database.config
Read and write permissions for the fields of the datastore.
IWritableRecord - Interface in com.activeviam.tech.records.api
A record that can be written into, using its IArrayWriter interface.
IWritableRecordBlock<RecordT> - Interface in com.activeviam.tech.records.api
A writable IRecordBlock.
IWritableTable - Interface in com.activeviam.tech.chunks.api.table
A table with an interface to write elements.
IWritableTablePermissions - Interface in com.activeviam.activepivot.server.intf.api.database.config
Editable permissions for the tables of the database.
IXmlaInterceptor - Interface in com.activeviam.activepivot.xmla.intf.api
Class intercepting XMLA queries to offer the possibility to rewrite the query.
IXmlaInterceptor.RewrittenQuery - Class in com.activeviam.activepivot.xmla.intf.api
Plain object defining a rewritten query.
IXmlaInterceptor.RewrittenQuery.RewrittenQueryBuilder - Class in com.activeviam.activepivot.xmla.intf.api
 

J

JDBC - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger name for all the events related to data retrieval from JDBC sources.
JDBC - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to the Atoti Server's JDBC.
JDBC_ARRAY - Enum constant in enum class com.activeviam.source.jdbc.api.calculator.VectorColumnCalculatorFactory.ResultSetArrayFormat
Array in Array format.
JDBC_LOGGER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger with SourceLoggerConstants.JDBC name.
JDBC_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Atoti Server's JDBC.
JdbcArrayRowsDefaultColumnCalculator - Class in com.activeviam.source.jdbc.api.impl
Jdbc default column calculator for array rows.
JdbcArrayRowsDefaultColumnCalculator(String, int) - Constructor for class com.activeviam.source.jdbc.api.impl.JdbcArrayRowsDefaultColumnCalculator
Constructor.
JdbcDefaultColumnCalculator - Class in com.activeviam.source.jdbc.api.impl
Jdbc default column calculator for native rows.
JdbcDefaultColumnCalculator(String, int) - Constructor for class com.activeviam.source.jdbc.api.impl.JdbcDefaultColumnCalculator
Constructor.
JdbcFetchingDoneEvent - Class in com.activeviam.source.jdbc.api.observability
Event notifying that a JDBC resource has been successfully fetched.
JdbcFetchingDoneEvent(IJdbcFetchingInfo) - Constructor for class com.activeviam.source.jdbc.api.observability.JdbcFetchingDoneEvent
Creates a new JdbcFetchingDoneEvent instance.
JdbcFetchingFailureEvent - Class in com.activeviam.source.jdbc.api.observability
Event notifying that the fetching of a JDBC resource has failed.
JdbcFetchingFailureEvent(IJdbcFetchingInfo, Throwable) - Constructor for class com.activeviam.source.jdbc.api.observability.JdbcFetchingFailureEvent
Creates a new JdbcFetchingFailureEvent instance.
JdbcMessageChannelFactory - Class in com.activeviam.source.jdbc.api
This factory allows to retrieve only the tuples that are present in the store fields.
JdbcMessageChannelFactory(IJdbcSource<ResultSetRow>, IDatastore) - Constructor for class com.activeviam.source.jdbc.api.JdbcMessageChannelFactory
Constructor.
JdbcTopic - Class in com.activeviam.source.jdbc.api.impl
An ITopic for Jdbc source.
JdbcTopic(String, IPreparedStatementSupplier, int, int, int, int) - Constructor for class com.activeviam.source.jdbc.api.impl.JdbcTopic
Deprecated, for removal: This API element is subject to removal in a future version.
Use JdbcTopic.builder() instead.
JdbcTopic(String, IPreparedStatementSupplier, int, int, int, int, int) - Constructor for class com.activeviam.source.jdbc.api.impl.JdbcTopic
Deprecated, for removal: This API element is subject to removal in a future version.
Use JdbcTopic.builder() instead.
JdbcTopic(String, String) - Constructor for class com.activeviam.source.jdbc.api.impl.JdbcTopic
Deprecated, for removal: This API element is subject to removal in a future version.
Use JdbcTopic.builder() instead.
JdbcTopic(String, String, int, int, int, int) - Constructor for class com.activeviam.source.jdbc.api.impl.JdbcTopic
Deprecated, for removal: This API element is subject to removal in a future version.
Use JdbcTopic.builder() instead.
JdbcTopic.PreparedStatementHolder - Class in com.activeviam.source.jdbc.api.impl
Deprecated, for removal: This API element is subject to removal in a future version.
This class is deprecated and will be removed in a future version, it is considered an internal API.
JdbcTopic.QueryPreparedStatementSupplier - Class in com.activeviam.source.jdbc.api.impl
Deprecated, for removal: This API element is subject to removal in a future version.
This class is deprecated and will be removed in a future version, it is considered an internal API.
jit() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.AggregateProviderBuilder
Sets the type of the aggregate provider currently being built to IAggregateProviderDefinition.JIT_PLUGIN_TYPE.
JIT_PLUGIN_TYPE - Static variable in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.1.0. Property is replaced with IAggregateProviderDefinition.JIT_PLUGIN_TYPE
JIT_PLUGIN_TYPE - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
Plugin key defining an aggregate provider that delegates retrieval of aggregated values to an underlying database.
JMX - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to JMX.
JMX_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.apm.api.PropertiesNames
Property to enable/disable the JMX autoconfiguration.
JMX_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to JMX.
JMX_NAMESPACE - Static variable in class com.activeviam.springboot.atoti.server.starter.apm.api.PropertiesNames
 
JMXActiveMonitorEnabler() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] MBean of ActiveMonitor components in ActivePivot.
JMXActiveMonitorHibernateEnabler() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] MBean for statistics on Hibernate database.
JMXActiveMonitorWebSocketEnabler(IWebSocketEngineConfig, JsonEndPoint) - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] MBean for statistics over WebSocket usage.
jmxActivitiSessionFactoryEnabler() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
[Bean] MBean showing stats and actions on Activiti.
JMXAgentServiceMBean() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] MBean providing agents information.
JMXAlertMBean() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] MBean providing information and operations on alerts.
jmxDatabaseEnabler() - Method in class com.activeviam.directquery.application.api.spring.ADirectQueryApplicationConfig
JMX Enabler.
JMXWorkflowServiceMBean() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] MBean providing workflow information.
JoinDescription - Class in com.activeviam.directquery.api.schema
Immutable description of a join between two tables.
JoinDescription.JoinDescriptionBuilder - Class in com.activeviam.directquery.api.schema
 
joinedMeasure(Set<String>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData.DatabaseRetrievalDataBuilder
 
Join measures - Search tag in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Section
joinToCube() - Method in interface com.activeviam.activepivot.copper.api.UnlinkedCopperStore
Declares an UnlinkedCopperStore.JoinType.INNER join from this store to the selection of the cube.
joinToCube(UnlinkedCopperStore.JoinType) - Method in interface com.activeviam.activepivot.copper.api.UnlinkedCopperStore
Declares a join operation between the Cube and this store.
JSON - Enum constant in enum class com.activeviam.source.jdbc.api.calculator.VectorColumnCalculatorFactory.ResultSetArrayFormat
Array in JSON String format.
JSON_STRONG_PRIMITIVE_PARSING - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Enables string JSON parsing from primitive types, where null are not automatically converted into the type default values.
JSON_TYPE - Static variable in class com.activeviam.activepivot.server.json.api.cellset.JsonCellData
The type that is sent inside the JsonResponse that contains this JsonCellSetData so that we know how to deserialise it.
JSON_TYPE - Static variable in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
The type that is sent inside the JsonResponse that contains this JsonCellSetData so that we know how to deserialize it.
JSON_TYPE - Static variable in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughData
The type that is sent inside the JsonResponse that contains this JsonDrillthroughData so that we know how to deserialise it.
JSON_TYPE - Static variable in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughUpdateData
The type that is sent inside the JsonResponse that contains this JsonDrillthroughUpdateData so that we know how to deserialise it.
JSON_TYPE - Static variable in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData
The type that is sent inside the JsonResponse that contains this JsonQueryPlanData so that we know how to deserialize it.
JsonArrowOutputConfiguration - Class in com.activeviam.activepivot.server.json.api.dataexport
The JSON Arrow output configuration.
JsonArrowOutputConfiguration() - Constructor for class com.activeviam.activepivot.server.json.api.dataexport.JsonArrowOutputConfiguration
Constructor.
JsonArrowOutputConfiguration(Map<String, Object>) - Constructor for class com.activeviam.activepivot.server.json.api.dataexport.JsonArrowOutputConfiguration
Constructor.
JsonBranchCreation - Class in com.activeviam.activepivot.server.json.api.branch
The required description of a branch for its creation.
JsonBranchCreation() - Constructor for class com.activeviam.activepivot.server.json.api.branch.JsonBranchCreation
Constructor of JsonBranchCreation.
JsonBranchCreation(String) - Constructor for class com.activeviam.activepivot.server.json.api.branch.JsonBranchCreation
Constructor of JsonBranchCreation.
JsonBranchCreation(String, Long, JsonBranchPermissions) - Constructor for class com.activeviam.activepivot.server.json.api.branch.JsonBranchCreation
Constructor of JsonBranchCreation.
JsonBranchDescription - Class in com.activeviam.activepivot.server.json.api.branch
Description of a branch of the datastore.
JsonBranchDescription() - Constructor for class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
Constructor.
JsonBranchDescription(long, JsonBranchPermissions) - Constructor for class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
Constructor of JsonBranchDescription.
JsonBranchPermissions - Class in com.activeviam.activepivot.server.json.api.branch
The permissions (readers and writers) for a branch.
JsonBranchPermissions() - Constructor for class com.activeviam.activepivot.server.json.api.branch.JsonBranchPermissions
Constructor of JsonBranchPermissions.
JsonBranchPermissions(Set<String>, Set<String>) - Constructor for class com.activeviam.activepivot.server.json.api.branch.JsonBranchPermissions
Constructor of JsonBranchPermissions.
JsonCellData - Class in com.activeviam.activepivot.server.json.api.cellset
The JSON cell data.
JsonCellData() - Constructor for class com.activeviam.activepivot.server.json.api.cellset.JsonCellData
Constructor.
JsonCellData(long, List<CellData>) - Constructor for class com.activeviam.activepivot.server.json.api.cellset.JsonCellData
Full constructor.
JsonCellSetData - Class in com.activeviam.activepivot.server.json.api.cellset
The JSON cell set data.
JsonCellSetData() - Constructor for class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Constructor.
JsonCellSetData(long, String, List<AxisData>, List<CellData>, List<DefaultMemberDiscovery>) - Constructor for class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Full constructor.
JsonContextValue - Class in com.activeviam.activepivot.server.json.api.discovery
DTO encoding a context value.
JsonContextValue() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.JsonContextValue
Default constructor.
JsonContextValue(String, String) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.JsonContextValue
Constructor.
JsonCsvLegacyTabularOutputConfiguration - Class in com.activeviam.activepivot.server.json.api.dataexport
 
JsonCsvLegacyTabularOutputConfiguration(Map<String, Object>) - Constructor for class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvLegacyTabularOutputConfiguration
Constructor.
JsonCsvPivotTableOutputConfiguration - Class in com.activeviam.activepivot.server.json.api.dataexport
The JSON CSV pivotTable output configuration.
JsonCsvPivotTableOutputConfiguration(Map<String, Object>) - Constructor for class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvPivotTableOutputConfiguration
Constructor.
JsonCsvTabularOutputConfiguration - Class in com.activeviam.activepivot.server.json.api.dataexport
The JSON CSV tabular output configuration.
JsonCsvTabularOutputConfiguration(Map<String, Object>) - Constructor for class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvTabularOutputConfiguration
Constructor.
JsonDatabaseAction - Class in com.activeviam.activepivot.server.json.api.database
Action to edit a table.
JsonDatabaseAction() - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
Constructor of JsonDatabaseAction.
JsonDatabaseAction.DatabaseActionType - Enum Class in com.activeviam.activepivot.server.json.api.database
Enum of the various possible actions.
JsonDatabaseDiscovery - Class in com.activeviam.activepivot.server.json.api.database
DTO encoding the structure of a database.
JsonDatabaseDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
Default constructor.
JsonDatabaseDiscovery(Map<String, JsonBranchDescription>, Map<String, JsonTableDescription>, Map<String, Map<String, JsonDatabaseJoin>>, String) - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
Full constructor.
JsonDatabaseEdit - Class in com.activeviam.activepivot.server.json.api.database
The description of an edit of the database.
JsonDatabaseEdit() - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
 
JsonDatabaseEdit(JsonDatabaseAction[], Long, JsonDatabaseEdit.JsonDatabaseEditContext) - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
Creates a new JsonDatabaseEdit instance.
JsonDatabaseEdit(JsonDatabaseAction[], String) - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
Constructor.
JsonDatabaseEdit.JsonDatabaseEditContext - Class in com.activeviam.activepivot.server.json.api.database
Context for the edit query.
JsonDatabaseEditContext() - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit.JsonDatabaseEditContext
 
JsonDatabaseEditContext(String) - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit.JsonDatabaseEditContext
Creates a new JsonDatabaseEditContext instance.
JsonDatabaseFieldDescription - Class in com.activeviam.activepivot.server.json.api.database
Object representing the characteristics of a given field of the database, for JSON usage.
JsonDatabaseFieldDescription() - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Constructor.
JsonDatabaseFieldDescription(String, int, String, Object, boolean, boolean) - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Constructor.
JsonDatabaseJoin - Class in com.activeviam.activepivot.server.json.api.database
Object representing a database join for JSON usage.
JsonDatabaseJoin() - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseJoin
Constructor.
JsonDatabaseJoin(String, Map<String, String>) - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseJoin
Constructor.
JsonDatabaseQuery - Class in com.activeviam.activepivot.server.json.api.database
Object representing a query for the REST API, for JSON usage.
JsonDatabaseQuery() - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
 
JsonDatabaseQuery(List<String>, int, int, JsonNode, String, long, long) - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.1.4, for removal in future versions. Use the default constructor and the setters.
JsonDatabaseQueryResult - Class in com.activeviam.activepivot.server.json.api.database
Object representing a query result from the database REST API, for JSON usage.
JsonDatabaseQueryResult() - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQueryResult
Constructor.
JsonDatabaseQueryResult(long, JsonTabularData, JsonPagination) - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQueryResult
Constructor.
JsonDataExportOrder - Class in com.activeviam.activepivot.server.json.api.dataexport
The JSON Data export order.
JsonDataExportOrder() - Constructor for class com.activeviam.activepivot.server.json.api.dataexport.JsonDataExportOrder
Constructor.
JsonDataExportOrder(JsonMdxQuery, Map<String, Object>) - Constructor for class com.activeviam.activepivot.server.json.api.dataexport.JsonDataExportOrder
Constructor.
JsonDefinitionLocale - Class in com.activeviam.activepivot.server.json.api.configuration
DTO defining the locale to use.
JsonDefinitionLocale() - Constructor for class com.activeviam.activepivot.server.json.api.configuration.JsonDefinitionLocale
For serialization.
JsonDefinitionLocale(String) - Constructor for class com.activeviam.activepivot.server.json.api.configuration.JsonDefinitionLocale
Constructor.
JsonDefinitionsPermissions - Class in com.activeviam.activepivot.server.json.api.configuration
The JSON permissions data.
JsonDefinitionsPermissions() - Constructor for class com.activeviam.activepivot.server.json.api.configuration.JsonDefinitionsPermissions
 
JsonDefinitionsPermissions(Map<String, ? extends Map<String, List<String>>>) - Constructor for class com.activeviam.activepivot.server.json.api.configuration.JsonDefinitionsPermissions
 
JsonDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
JSON representation of the discovery and its catalogs.
JsonDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.JsonDiscovery
Constructor defining an empty object.
JsonDiscovery(List<CatalogDiscovery>, List<ContextValueDiscovery>) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.JsonDiscovery
Fully defining constructor.
JsonDrillthroughData - Class in com.activeviam.activepivot.server.json.api.drillthrough
The drillthrough data.
JsonDrillthroughData() - Constructor for class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughData
Empty constructor.
JsonDrillthroughData(long, String, List<JsonTabularHeader>, List<Object[]>) - Constructor for class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughData
Full constructor.
JsonDrillthroughUpdateData - Class in com.activeviam.activepivot.server.json.api.drillthrough
A data object for JSON streaming of updates for a continuous drillthrough query.
JsonDrillthroughUpdateData() - Constructor for class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughUpdateData
 
JsonError - Class in com.activeviam.web.core.api.websocket
Our standard error, that can be easily serialized as a JSON object.
JsonError(JsonErrorMinimalInfo[], String) - Constructor for class com.activeviam.web.core.api.websocket.JsonError
Build a new error.
JsonError(String) - Constructor for class com.activeviam.web.core.api.websocket.JsonError
Constructor of a JsonError when we only have an error message : there will be only one element in the errorChain, with type Error and the given message and there will be no stack trace.
JsonError(String, Throwable) - Constructor for class com.activeviam.web.core.api.websocket.JsonError
Constructor of a JsonError when we have an error message and a stack trace: there will be only one element in the errorChain, with type Error and the given message and there will be the given stack trace.
JsonError(Throwable) - Constructor for class com.activeviam.web.core.api.websocket.JsonError
Constructor to build a JsonError from a Throwable.
JsonErrorMinimalInfo - Class in com.activeviam.web.core.api.websocket
The minimal info about an error, e.g. its type and its message.
JsonErrorMinimalInfo(String, String) - Constructor for class com.activeviam.web.core.api.websocket.JsonErrorMinimalInfo
Constructor.
JsonErrorMinimalInfo(Throwable) - Constructor for class com.activeviam.web.core.api.websocket.JsonErrorMinimalInfo
Constructor.
JsonFileConfiguration - Class in com.activeviam.activepivot.server.json.api.dataexport
Class to define file configuration.
JsonFileConfiguration() - Constructor for class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Constructor using default values.
JsonFileConfiguration(String, String, Boolean, Boolean, Integer, Integer) - Constructor for class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Default constructor.
JsonFileConfiguration(Map<String, Object>) - Constructor for class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Constructor with a map.
JsonMdxDefinitionStatement - Class in com.activeviam.activepivot.server.json.api.configuration
The JSON mdx definition statement.
JsonMdxDefinitionStatement() - Constructor for class com.activeviam.activepivot.server.json.api.configuration.JsonMdxDefinitionStatement
Constructor.
JsonMdxDefinitionStatement(String, List<String>, List<String>) - Constructor for class com.activeviam.activepivot.server.json.api.configuration.JsonMdxDefinitionStatement
Constructor.
JsonMdxQuery - Class in com.activeviam.activepivot.server.json.api.query
The JSON MDX query.
JsonMdxQuery() - Constructor for class com.activeviam.activepivot.server.json.api.query.JsonMdxQuery
 
JsonMdxQuery(String, Map<String, String>) - Constructor for class com.activeviam.activepivot.server.json.api.query.JsonMdxQuery
Creates a new JsonMdxQuery instance.
JsonMdxQueryPlan - Class in com.activeviam.activepivot.server.json.api.query
Request DTO to execute an MDX query and return its query plans.
JsonMdxQueryPlan() - Constructor for class com.activeviam.activepivot.server.json.api.query.JsonMdxQueryPlan
 
JsonMdxQueryPlan(String, Map<String, String>, String) - Constructor for class com.activeviam.activepivot.server.json.api.query.JsonMdxQueryPlan
Creates a new JsonMdxQueryPlan instance.
JsonPagination - Class in com.activeviam.activepivot.server.json.api.database
Describe the pagination of a query result.
JsonPagination() - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonPagination
Constructor of JsonPagination.
JsonPagination(int, int, int, String, String) - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonPagination
Constructor of JsonPagination.
JsonQueryPlanData - Class in com.activeviam.activepivot.server.json.api.queryplan
The JSON query plan data.
JsonQueryPlanData(IPlanInfoData, List<RetrievalData>, Map<Integer, Set<Integer>>, List<DatabaseRetrievalData>, Map<Integer, Set<Integer>>, List<FilterData>, QuerySummaryData) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData
Creates a new JsonQueryPlanData instance.
JsonQueryPlanData.JsonQueryPlanDataBuilder - Class in com.activeviam.activepivot.server.json.api.queryplan
Query plan DTO builder.
JsonRange - Class in com.activeviam.activepivot.server.json.api.query
The JSON containing a range of indexes for an axis.
JsonRange() - Constructor for class com.activeviam.activepivot.server.json.api.query.JsonRange
 
JsonRange(int, int) - Constructor for class com.activeviam.activepivot.server.json.api.query.JsonRange
Creates a new JsonRange instance.
JsonResponse<DataT> - Class in com.activeviam.web.core.api.websocket
The response that should wrap any object returned by our JSON api.
JsonResponse(JsonError) - Constructor for class com.activeviam.web.core.api.websocket.JsonResponse
Constructor of a JsonResponse from a JsonError.
JsonResponse(String, String, DataT, JsonError) - Constructor for class com.activeviam.web.core.api.websocket.JsonResponse
Constructor.
JsonStreams - Class in com.activeviam.activepivot.server.json.api.streaming
JSON-friendly holder for a list of streams indexed by their id.
JsonStreams() - Constructor for class com.activeviam.activepivot.server.json.api.streaming.JsonStreams
Constructor.
JsonStreams(List<Map<String, Object>>) - Constructor for class com.activeviam.activepivot.server.json.api.streaming.JsonStreams
Constructor.
JsonStreamSnapshot - Class in com.activeviam.activepivot.server.json.api.streaming
A holder for a JsonStreams for JSON conversion.
JsonStreamSnapshot() - Constructor for class com.activeviam.activepivot.server.json.api.streaming.JsonStreamSnapshot
Constructor.
JsonStreamSnapshot(Map<String, JsonStreams>) - Constructor for class com.activeviam.activepivot.server.json.api.streaming.JsonStreamSnapshot
Constructor.
JsonTableDescription - Class in com.activeviam.activepivot.server.json.api.database
Object representing the metadata of a table, for JSON usage.
JsonTableDescription() - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonTableDescription
Constructor.
JsonTableDescription(JsonDatabaseFieldDescription[], int[], boolean, boolean, boolean) - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonTableDescription
Constructor.
JsonTableResult - Class in com.activeviam.activepivot.server.json.api.database
Result of the update for a specific table.
JsonTableResult() - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonTableResult
Constructor of JsonTableResult.
JsonTableResult(Long, Long, Long) - Constructor for class com.activeviam.activepivot.server.json.api.database.JsonTableResult
Constructor of JsonTableResult.
JsonTabularData - Class in com.activeviam.activepivot.server.json.api.drillthrough
Simple java object that represents tabular data, e.g. headers and rows.
JsonTabularData() - Constructor for class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularData
Empty constructor.
JsonTabularData(List<JsonTabularHeader>, List<Object[]>) - Constructor for class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularData
Full constructor.
JsonTabularHeader - Class in com.activeviam.activepivot.server.json.api.drillthrough
Simple data object for JSON representation of a table header.
JsonTabularHeader() - Constructor for class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularHeader
 
JsonTypedObject - Interface in com.activeviam.web.core.api.websocket
An interface for json objects that explicitly give their type, so that it can be used in the json enclosing the serialization of that particular object, as a hint to how to deserialize this object.
JvmMemoryReport - Class in com.activeviam.tech.observability.api.health
Snapshot of the monitored statistics.
JvmMemoryReport() - Constructor for class com.activeviam.tech.observability.api.health.JvmMemoryReport
Default constructor.
JWT_SECURITY_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the JWT endpoint security autoconfiguration.
JwtAuthenticationProvider - Class in com.activeviam.web.spring.api.jwt
AuthenticationProvider which supports the token created by JwtService.
JwtAuthenticationProvider.JwtAuthenticationProviderBuilder - Class in com.activeviam.web.spring.api.jwt
 
JwtAuthenticator - Class in com.activeviam.web.spring.api.security
An authenticator which uses the JWT method to authenticate the calls.
JwtAuthenticator() - Constructor for class com.activeviam.web.spring.api.security.JwtAuthenticator
Constructor.
JwtAuthenticator(IJwtService) - Constructor for class com.activeviam.web.spring.api.security.JwtAuthenticator
Constructor.
JwtProperties - Class in com.activeviam.springboot.atoti.server.starter.api
Configuration properties for the JWT authentication.
JwtProperties() - Constructor for class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
 
JwtProperties.ClaimProperties - Class in com.activeviam.springboot.atoti.server.starter.api
Properties related to the claims used in the JWT.
JwtProperties.ClaimProperties.ClaimPropertiesBuilder - Class in com.activeviam.springboot.atoti.server.starter.api
 
JwtProperties.JwtPropertiesBuilder - Class in com.activeviam.springboot.atoti.server.starter.api
 
JwtProperties.KeyProperties - Class in com.activeviam.springboot.atoti.server.starter.api
Properties related to the keys used to sign and verify the JWT.
JwtProperties.KeyProperties.KeyPropertiesBuilder - Class in com.activeviam.springboot.atoti.server.starter.api
 
JwtProperties.KeyType - Enum Class in com.activeviam.springboot.atoti.server.starter.api
The type of the key used to sign and verify the JWT.
jwtService() - Method in interface com.activeviam.web.spring.api.config.IJwtConfig
Returns a bean which can generate tokens.
JwtUserAuthenticator - Class in com.activeviam.web.spring.api.jwt
Authenticator based on JWT with a predefined user.
JwtUserAuthenticator(String, IJwtService, UserDetailsService) - Constructor for class com.activeviam.web.spring.api.jwt.JwtUserAuthenticator
Constructor.

K

KeepAllEpochPolicy - Class in com.activeviam.tech.mvcc.api.policy
A IEpochManagementPolicy that does nothing automatically.
KeepAllEpochPolicy() - Constructor for class com.activeviam.tech.mvcc.api.policy.KeepAllEpochPolicy
 
KeepLastEpochPolicy - Class in com.activeviam.tech.mvcc.api.policy
A IEpochManagementPolicy that intents to keep only some latest epochs, according creation time criteria and/or number epochs criteria.
KeepLastEpochPolicy() - Constructor for class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
Default constructor.
KeepLastEpochPolicy(int, Duration, Duration) - Constructor for class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
Constructor.
KeepLastEpochPolicy(Duration) - Constructor for class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
Constructor.
keepSilent() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IOnRemoveUnknownKey
Tells the builder that the store should do nothing when trying to remove an unknown key.
key() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
Returns the plugin key that uniquely identifies this translator.
key() - Method in interface com.activeviam.activepivot.core.intf.api.description.IAnalysisHierarchyDescriptionProvider
 
key() - Method in class com.activeviam.tech.aggregation.api.udaf.AUserDefinedAggregateFunction
 
key() - Element in annotation interface com.activeviam.tech.core.api.registry.AtotiExtendedPluginValue
Returns the key with which to register this factory in.
key() - Method in interface com.activeviam.tech.core.api.registry.IPluginValue
Returns the key identifying this plugin value.
key() - Method in class com.qfs.repository.context.impl.LookupBehaviorTranslator
 
key() - Method in class com.qfs.snl.mdx.impl.TransitionOnlyKpiFilter
 
key(JwtProperties.KeyProperties) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.JwtPropertiesBuilder
 
KEY - Static variable in class com.qfs.repository.context.impl.LookupBehaviorTranslator
Plugin key.
KEY - Static variable in class com.qfs.snl.workflows.units.impl.DefaultWorkflowUnit
Plugin Key for DefaultWorkflowUnit.
KEY_PARAMETER_UPDATE - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Parameter update definition using point value keys.
KEY_REQUEST - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Update request based on point value keys.
KEY_REQUESTS - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
List of update requests based on point value keys.
KEY_VALUE - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger name for all the events related to data retrieval from key value sources.
KEY_VALUE_LOGGER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
keyCapacity() - Method in class com.activeviam.tech.dictionaries.avinternal.Dictionary
 
KeyDto() - Constructor for class com.qfs.repository.dto.PointValueDto.KeyDto
Default constructor.
KeyDto(long, long) - Constructor for class com.qfs.repository.dto.PointValueDto.KeyDto
Constructor.
KeyDto(IPointValue.IKey) - Constructor for class com.qfs.repository.dto.PointValueDto.KeyDto
Copy constructor.
keyFieldNames(String...) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
Sets the key field names.
keyFieldNames(List<String>) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
Sets the key field names.
keyFieldNames(List<String>) - Method in interface com.activeviam.directquery.api.schema.ATableDescription.IGenericTableDescriptionBuilder
Sets the key fields.
keyFieldNames(List<String>) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
 
keyFieldNames(List<String>) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.INeedMultiRowVectorTableKeyFieldNamesBuilder
Sets the key fields.
keyFieldNames(List<String>) - Method in interface com.activeviam.directquery.api.schema.TableDescription.IBuildableTableDescriptionBuilder
Sets the key fields.
keyFieldNames(List<String>) - Method in interface com.activeviam.directquery.api.schema.TableDescription.ITableDescriptionBuilder
 
keyFields(String...) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
keyFields(List<String>) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
KeyProperties() - Constructor for class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
 
keys() - Method in interface com.activeviam.tech.core.api.registry.IPlugin
Gives all the keys present in the plugin.
KeyValueColumnCalculator - Class in com.activeviam.source.keyvalue.api.calculator.impl
A column calculator that computes the value part of a key-value entry.
KeyValueColumnCalculator(String) - Constructor for class com.activeviam.source.keyvalue.api.calculator.impl.KeyValueColumnCalculator
Constructor.
KeyValueEntry<V> - Class in com.activeviam.source.keyvalue.api
A class that contains both the key and the value of an entry.
KeyValueEntry(String, V) - Constructor for class com.activeviam.source.keyvalue.api.KeyValueEntry
Constructor.
KeyValueMessageChannelFactory - Class in com.activeviam.source.keyvalue.api
Base POJO channel factory IStoreMessageChannelFactory.
KeyValueMessageChannelFactory(IDatastore) - Constructor for class com.activeviam.source.keyvalue.api.KeyValueMessageChannelFactory
Constructor.
KeyValueMessageChannelFactory(ISource<String, KeyValueEntry<?>>, IDatastore) - Constructor for class com.activeviam.source.keyvalue.api.KeyValueMessageChannelFactory
Constructor.
KeyValueSourceConfiguration - Class in com.activeviam.source.keyvalue.api.impl
Class containing the configuration elements of a KeyValue source.
KeyValueSourceConfiguration(String, int, int) - Constructor for class com.activeviam.source.keyvalue.api.impl.KeyValueSourceConfiguration
Constructor.
KeyValueSourceFactory - Class in com.activeviam.source.keyvalue.api
Factory to create a new IKeyValueSource.
KeyValueTopic - Class in com.activeviam.source.keyvalue.api.impl
Topic for a Key/Value source.
KeyValueTopic(String, List<String>, List<String>, Object[]) - Constructor for class com.activeviam.source.keyvalue.api.impl.KeyValueTopic
Constructor.
KeyValueTopic(String, List<String>, List<String>, Object[], ICondition) - Constructor for class com.activeviam.source.keyvalue.api.impl.KeyValueTopic
Constructor.
kpi() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Creates a builder for IKpiDescription.
KPI - Static variable in class com.qfs.snl.agent.MonitorAgents
The KPI type of agent.
KPI_STREAM - Static variable in interface com.qfs.snl.agent.service.IMonitorExecution
Reserved key identifying executions based on KPIs.
KpiDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
The kpi discovery.
KpiDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
KpiDiscovery(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
Constructor.
KpiFilterPlugin - Class in com.qfs.snl.mdx.impl
The root point for plugin values on IKpiFilter.
KpiFilterPlugin() - Constructor for class com.qfs.snl.mdx.impl.KpiFilterPlugin
Constructor.
KpiFilters - Class in com.qfs.snl.mdx
Class defining the core KPI filters availables.
KpiGoalDescription - Class in com.activeviam.activepivot.core.intf.api.description
Definition of the formula used to compute the goal of a KPI.
KpiGoalDescription() - Constructor for class com.activeviam.activepivot.core.intf.api.description.KpiGoalDescription
Default constructor.
KpiGoalDescription(String) - Constructor for class com.activeviam.activepivot.core.intf.api.description.KpiGoalDescription
Constructor.
KpiGoalDescription(String, String) - Constructor for class com.activeviam.activepivot.core.intf.api.description.KpiGoalDescription
Full constructor.
KpiMonitorConfigurationDto - Class in com.qfs.snl.dtos
The kpi monitor config contains the initial config in order to create a kpi monitor.
KpiMonitorConfigurationDto() - Constructor for class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Constructor.
KpiMonitorConfigurationDto(String, Map<String, String>, String, Long, String) - Constructor for class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Constructor.
KpiMonitorConfigurationDto.Mode - Enum Class in com.qfs.snl.dtos
The modes for this kpi type.
KpiMonitoringStream - Class in com.qfs.snl.agent.service.impl
Implementation of AKpiMonitoringStream with default handling of errors.
KpiMonitoringStream(IMonitor) - Constructor for class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Full constructor.
KpiMonitoringStream(IMonitor, ITimeSupplier) - Constructor for class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Full constructor with prescribed ITimeSupplier.
KpiStatusDescription - Class in com.activeviam.activepivot.core.intf.api.description
Definition of the formula used to compute the status of a KPI.
KpiStatusDescription() - Constructor for class com.activeviam.activepivot.core.intf.api.description.KpiStatusDescription
Default constructor.
KpiStatusDescription(String) - Constructor for class com.activeviam.activepivot.core.intf.api.description.KpiStatusDescription
Constructor.
KpiStatusDescription(String, String) - Constructor for class com.activeviam.activepivot.core.intf.api.description.KpiStatusDescription
Full constructor.
KpiTrendDescription - Class in com.activeviam.activepivot.core.intf.api.description
Description for the formula used to compute a KPI trend.
KpiTrendDescription() - Constructor for class com.activeviam.activepivot.core.intf.api.description.KpiTrendDescription
Default constructor.
KpiTrendDescription(String) - Constructor for class com.activeviam.activepivot.core.intf.api.description.KpiTrendDescription
Constructor.
KpiTrendDescription(String, String) - Constructor for class com.activeviam.activepivot.core.intf.api.description.KpiTrendDescription
Full constructor.
KpiUtil - Class in com.qfs.snl.kpis.impl
Set of utility classes and functions to work on KPIs.
KpiUtil.RedOrangeGreen - Class in com.qfs.snl.kpis.impl
Utility for KPIs whose status will be mapped to a 3-level scale.
KpiValueDescription - Class in com.activeviam.activepivot.core.intf.api.description
Definition of the formula used to compute the value of a KPI.
KpiValueDescription() - Constructor for class com.activeviam.activepivot.core.intf.api.description.KpiValueDescription
Default constructor.
KpiValueDescription(String) - Constructor for class com.activeviam.activepivot.core.intf.api.description.KpiValueDescription
Constructor.
KpiValueDescription(String, String) - Constructor for class com.activeviam.activepivot.core.intf.api.description.KpiValueDescription
Full constructor.

L

lag(CopperMeasure, int) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts defining a navigation analytic function.
lag(CopperMeasure, int, NavigationMode) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts defining a navigation analytic function.
LARGE_MDX_SET_OPTIMIZATION - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that allow the MDX engine to optimize queries with large MDX sets.
last(CopperMeasure) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts defining a navigation analytic function.
last(CopperMeasure, NavigationMode) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts defining a navigation analytic function.
LAST - Static variable in class com.activeviam.tech.core.api.property.impl.BaseProperty
Expression representing the last element in an array or collection.
LATEST_EVENT_PUBLICATION_DURATION - Static variable in class com.qfs.snl.agent.service.impl.PublicationStatistics
Name for the attribute providing the latest publication duration.
LATEST_VERSION - Static variable in class com.activeviam.activepivot.server.intf.api.rest.ActivePivotRestServices
The current version of the REST API.
LATEST_VERSION - Static variable in class com.activeviam.activepivot.server.intf.api.rest.DatabaseRestServices
The current version of the REST API.
LATEST_VERSION - Static variable in class com.qfs.repository.rs.RepositoryRestServices
Latest version defined for Repository REST API.
LATEST_VERSION - Static variable in class com.qfs.snl.rs.ActiveMonitorRestServices
Latest version defined for ActiveMonitor REST API.
lead(CopperMeasure, int) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts defining a navigation analytic function.
lead(CopperMeasure, int, NavigationMode) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts defining a navigation analytic function.
leaf() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.AggregateProviderBuilder
Sets the type of the aggregate provider currently being built to IAggregateProviderDefinition.LEAF_PLUGIN_TYPE.
leaf() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialBuilder
Give the IAggregateProviderDefinition.LEAF_PLUGIN_TYPE type to the aggregate provider.
LEAF_COUNT_PARAM_AGGREGATION_FUNCTION - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
LEAF_COUNT_PARAM_DATA_TYPE - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
LEAF_COUNT_PARAM_LEAF_LEVELS - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
LEAF_COUNT_PARAM_SKIP_DATAMEMBERS - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
The name of the properties to skip datamembers from the count.
LEAF_COUNT_PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
The plugin key of the PostProcessor used to compile MDX distinct count.
LEAF_LEVELS - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABaseDynamicAggregationPostProcessor
The property defining the leaf levels.
LEAF_PLUGIN_TYPE - Static variable in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.1.0. Property is replaced with IAggregateProviderDefinition.LEAF_PLUGIN_TYPE
LEAF_PLUGIN_TYPE - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
Plugin key defining an aggregate provider lighter than the IAggregateProviderDefinition.BITMAP_PLUGIN_TYPE.
LEAF_TYPE - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABaseDynamicAggregationPostProcessor
The property used to declare the type of the results calculated at the leaf level.
LeafLevelsPrefetcher - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
LeafLevels prefetcher aims to prefetch all leaves aggregated values on a dynamic aggregation context.
LeafLevelsPrefetcher(IActivePivot, IMeasuresProvider, Set<String>, List<IHierarchyInfo>, List<ILevelInfo>) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.LeafLevelsPrefetcher
Constructor.
LeafLevelsPrefetcher(String, IActivePivot, IMeasuresProvider, Set<String>, List<IHierarchyInfo>, List<ILevelInfo>) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.LeafLevelsPrefetcher
Constructor.
LEFT - Enum constant in enum class com.activeviam.activepivot.copper.api.UnlinkedCopperStore.JoinType
Defines a Copper join operation as a LEFT OUTER join between the selected cube and a given store of the database.
LEGACY_ALLOCATION_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Option to activate legacy allocation considering huge page alignment.
leq(Object) - Method in interface com.activeviam.activepivot.core.intf.api.copper.CopperLevel
Creates a CopperLevelCondition that represents the result of a numerical less than or equal to comparison between each member value and the given object value.
LESS - Enum constant in enum class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter.Type
 
LESS_OR_EQUAL - Enum constant in enum class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter.Type
 
lessFilter(Object) - Static method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter
Creates a filter for being strictly less than the given value.
lessOrEqualFilter(Object) - Static method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter
Creates a filter for being less or equal than the given value.
level(LevelIdentifier) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates an object referencing the given level.
level(String, String, String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates an object referencing the given level belonging to the given dimension and hierarchy in the cube.
level(String) - Method in interface com.activeviam.activepivot.core.intf.api.copper.CopperHierarchy
Gets the representation of the specified level.
level(String) - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
Creates an identifier for a level belonging to this hierarchy.
level(List<String>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData.LocationDataBuilder
The path to the location level.
LEVEL - Enum constant in enum class com.activeviam.activepivot.core.intf.api.postprocessing.IUnknownOlapElementException.OlapElementType
When a level is missing, this is the type to use.
LEVEL_SEPARATOR - Static variable in interface com.activeviam.activepivot.core.intf.api.location.ILocation
Separator for the coordinates to segregate a levels as in Books\ScienceFiction.
LEVEL_SEPARATOR_SYSTEM_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The system property to use to override the level separator sequence.
levelAt(CopperLevel, SerializableFunction<?, ?>) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a CopperLevelsAt representing a location transfer operation applying the input function to this level.
levelAtValue(CopperLevel, Object) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a CopperLevelsAt representing a location transfer operation to the provided value on this level.
LevelComparator(int, int, Comparator<Object>) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.HierarchyComparator.LevelComparator
 
LevelDiscovery - Class in com.activeviam.activepivot.server.intf.api.discovery
Level Discovery for SOAP webservices.
LevelDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
The level discovery.
LevelDiscovery() - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.LevelDiscovery
 
LevelDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.LevelDiscovery
 
LevelDiscovery(String, String) - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.LevelDiscovery
Creates a new LevelDiscovery instance.
LevelDiscovery(String, String, String, String) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.LevelDiscovery
Constructor.
LevelIdentifier - Class in com.activeviam.activepivot.core.intf.api.cube.metadata
The identifier of a level in a cube.
LevelIdentifier(String, String, String) - Constructor for class com.activeviam.activepivot.core.intf.api.cube.metadata.LevelIdentifier
Constructor.
LEVELS_PROPERTY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.FilteringPostProcessor
The key of the property whose value is the list of levels having a condition.
levelsAt(List<CopperLevel>, SerializableConsumer<IWritableArray>) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a CopperLevelsAt representing a location transfer operation applying the input consumer to the provided list of levels.
LevelToField - Class in com.activeviam.activepivot.core.intf.api.copper
Representation of the mapping between a cube level and a field reachable from a store.
LevelToField(LevelIdentifier, FieldPath) - Constructor for class com.activeviam.activepivot.core.intf.api.copper.LevelToField
Constructor.
LICENSE_SYSTEM_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures the Atoti license path.
LIGHT - Enum constant in enum class com.activeviam.tech.observability.api.health.ComputationIntensity
Health Event will be computed at little cost.
lightCrossJoin(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanEnableLightCrossJoin
Enables/disables light cross join.
LIGHTCROSSJOIN_DEFAULT - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Default value for the Light CrossJoin.
like(FieldPath, String) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a LIKE condition.
like(String, String) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a LIKE condition.
LIKE - Static variable in interface com.activeviam.tech.core.api.filtering.IMatchingCondition
Plugin key for the LIKE condition.
LikeCondition - Class in com.activeviam.tech.core.api.filtering.impl
Regular Expression matching condition.
LikeCondition(Object) - Constructor for class com.activeviam.tech.core.api.filtering.impl.LikeCondition
Constructor.
LINE_INDEX - Static variable in class com.activeviam.source.csv.api.translator.LineIndexCalculator
Default column name.
LineAndFileLimitCsvParserPolicy - Class in com.activeviam.source.csv.api
Deprecated, for removal: This API element is subject to removal in a future version.
Not used, this was initially intended for Atoti Python SDK
LineAndFileLimitCsvParserPolicy(long, int) - Constructor for class com.activeviam.source.csv.api.LineAndFileLimitCsvParserPolicy
Deprecated.
Constructor.
LineAndFileLimitCsvParserPolicy(long, int, long) - Constructor for class com.activeviam.source.csv.api.LineAndFileLimitCsvParserPolicy
Deprecated.
Constructor.
LineIndexCalculator - Class in com.activeviam.source.csv.api.translator
Column calculator that returns the index of the line that is being parsed (within the current file).
LineIndexCalculator() - Constructor for class com.activeviam.source.csv.api.translator.LineIndexCalculator
Constructs a calculator with default column name (LineIndexCalculator.LINE_INDEX).
LineIndexCalculator(String) - Constructor for class com.activeviam.source.csv.api.translator.LineIndexCalculator
Constructs a calculator with the given column name.
linePolicy(long, int) - Static method in interface com.activeviam.source.csv.api.ICsvParserConfigPolicy
Deprecated.
Creates a line policy for the parser configuration.
list() - Method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
 
list() - Method in interface com.qfs.snl.workflows.IWorkflowEntityResolver
Lists all entities with workflow configuration.
listDir(String, int, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
List directory contents.
listDir(String, int, boolean, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
List directory contents.
listDirectories() - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3CloudDirectory
 
listDirectories() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
 
listDirectories() - Method in interface com.activeviam.cloud.common.api.entity.ICloudDirectory
Gets the subdirectories in this directory.
listDirectories() - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleCloudDirectory
 
listDirs(Map<String, Integer>, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
List the structure and (eventually) the content of multiple entries.
listDirs(Map<String, Integer>, boolean, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
List the structure and (eventually) the content of multiple entries.
listen(IMessageChannel<I, E>) - Method in interface com.activeviam.source.common.api.ISource
Method to listen to the channel.
listen(ISource<I, E>) - Method in class com.activeviam.source.common.api.impl.Listen
For each of the stores/topics to listen to, an autocommit message channel is created using the channel factory, and that channel is registered as a listener of the source.
listen(IFileListener<I>) - Method in class com.activeviam.source.csv.api.ACsvTopic
 
listen(IFileListener<I>) - Method in interface com.activeviam.source.csv.api.ICsvTopic
Start listening to this topic, receiving events each time something happens.
listen(IFileListener<Path>) - Method in class com.activeviam.source.csv.api.AFileSystemCsvTopic
 
listen(String) - Method in interface com.activeviam.tech.streaming.intf.api.ILongPollingService
The main piece of the long polling mechanism.
listen(String, int) - Method in interface com.activeviam.tech.streaming.intf.api.ILongPollingService
Similar to ILongPollingService.listen(String), with the additional constraint that it will never return more than maxEvents events in the IBulkedEvents.
Listen<I,E> - Class in com.activeviam.source.common.api.impl
Utility class to listen to channels for real-time updates.x.
Listen(IStoreMessageChannelFactory<I, E>) - Constructor for class com.activeviam.source.common.api.impl.Listen
Creates a listen operation on all the store names defined in the Datastore linked to the channel factory.
Listen(IStoreMessageChannelFactory<I, E>, Collection<String>) - Constructor for class com.activeviam.source.common.api.impl.Listen
Creates a listen operation on the listed stores.
Listen(IStoreMessageChannelFactory<I, E>, Collection<String>, Map<String, ITuplePublisher<I>>) - Constructor for class com.activeviam.source.common.api.impl.Listen
Creates a listen operation on the listed stores, using optional custom Tuple Publishers.
Listen(IStoreMessageChannelFactory<I, E>, Map<String, String>) - Constructor for class com.activeviam.source.common.api.impl.Listen
Creates a listen operation for the listed stores from the listed topics.
Listen(IStoreMessageChannelFactory<I, E>, Map<String, String>, Map<String, ITuplePublisher<I>>) - Constructor for class com.activeviam.source.common.api.impl.Listen
Creates a listen operation on the listed stores from the listed topics, using optional Tuple Publishers.
ListenerKey(IFileListener<I>) - Constructor for class com.activeviam.source.csv.api.ACsvTopic.ListenerKey
Constructor.
listEntities(boolean) - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3CloudDirectory
 
listEntities(boolean) - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
 
listEntities(boolean) - Method in interface com.activeviam.cloud.common.api.entity.ICloudDirectory
Retrieves the paths of the entities in this directory.
listEntities(boolean) - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleCloudDirectory
 
loadByUserName(String) - Method in interface com.activeviam.tech.core.api.security.IUserDetailsService
Loads the password, the username and granted authorities.
loadEnvironment(Properties, Environment, String) - Static method in class com.qfs.snl.cfg.impl.HibernateProperties
Loads properties extracted from Spring environment into a given Properties instance.
loadJdbcDriver(String) - Static method in interface com.activeviam.source.jdbc.api.IJdbcSource
Verifies that the given Jdbc driver is accessible from the application.
loadKeys(IMessageChannel<String, KeyValueEntry<?>>, List<String>) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueSource
Loads on-demand a list of keys into a channel.
loadUserByUsername(String) - Method in class com.activeviam.web.spring.api.security.CompositeUserDetailsService
 
loadWorkflows() - Method in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
Bean action deploying workflows processes.
LOCAL_DATE - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
LOCAL_DATE - Static variable in interface com.activeviam.tech.core.api.format.IParser
LocalDate field parser key.
LOCAL_DATE_DEFAULT_PATTERN - Static variable in interface com.activeviam.tech.core.api.format.IParser
Default pattern for the IParser.LOCAL_DATE parser, to match DateTimeFormatter.ISO_LOCAL_DATE.
LOCAL_DATE_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.format.IFormatter
Plugin key for the formatter of LocalDate.
LOCAL_DATE_TIME - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
LOCAL_DATE_TIME - Static variable in interface com.activeviam.tech.core.api.format.IParser
LocalDateTime field parser key.
LOCAL_DATE_TIME_DEFAULT_PATTERN - Static variable in interface com.activeviam.tech.core.api.format.IParser
Default pattern for the IParser.LOCAL_DATE_TIME parser, to match DateTimeFormatter.ISO_LOCAL_DATE_TIME.
LOCAL_I18N_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable i18n configuration from project files.
LOCAL_PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The plugin key of a messenger that only supports local communications.
LOCAL_TIME - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
LOCAL_TIME - Static variable in interface com.activeviam.tech.core.api.format.IParser
LocalTime field parser key.
LOCAL_TIME_DEFAULT_PATTERN - Static variable in interface com.activeviam.tech.core.api.format.IParser
Default pattern for the IParser.LOCAL_TIME parser, to match DateTimeFormatter.ISO_LOCAL_TIME.
LocalDateJdbcColumnCalculator - Class in com.activeviam.source.jdbc.api.calculator
JDBC calculator to change a Date into a LocalDate.
LocalDateJdbcColumnCalculator(String) - Constructor for class com.activeviam.source.jdbc.api.calculator.LocalDateJdbcColumnCalculator
Constructor.
LocalDateTimeJdbcColumnCalculator - Class in com.activeviam.source.jdbc.api.calculator
JDBC calculator to change a Timestamp into a LocalDateTime.
LocalDateTimeJdbcColumnCalculator(String) - Constructor for class com.activeviam.source.jdbc.api.calculator.LocalDateTimeJdbcColumnCalculator
Constructor.
LOCALE_DIRECTORY - Static variable in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
 
localName(String) - Method in interface com.activeviam.directquery.api.schema.AFieldDescription.IGenericFieldDescriptionBuilder
Sets the field local name.
localName(String) - Method in interface com.activeviam.directquery.api.schema.ATableDescription.IGenericTableDescriptionBuilder
Sets the table local name.
localName(String) - Method in interface com.activeviam.directquery.api.schema.FieldDescription.IFieldDescriptionBuilder
 
localName(String) - Method in interface com.activeviam.directquery.api.schema.FieldDescription.INeedLocalNameFieldDescriptionBuilder
Sets the field local name.
localName(String) - Method in interface com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription.IMultiColumnVectorFieldDescriptionBuilder
 
localName(String) - Method in interface com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription.INeedLocalNameFieldDescriptionBuilder
Sets the local name of the field.
localName(String) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
 
localName(String) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.INeedLocalMultiRowVectorTableNameBuilder
Sets the table local name.
localName(String) - Method in interface com.activeviam.directquery.api.schema.TableDescription.INeedLocalTableNameBuilder
Sets the table local name.
localName(String) - Method in interface com.activeviam.directquery.api.schema.TableDescription.ITableDescriptionBuilder
 
location - Variable in class com.qfs.snl.agent.impl.SentinelStreamTuple
The associated location.
location(List<LocationData>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval location.
Location(SentinelStreamTuple.Location) - Constructor for class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Copy constructor.
Location(TIntObjectMap<String>) - Constructor for class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Constructor.
LocationData - Class in com.activeviam.activepivot.server.json.api.queryplan
The location data.
LocationData(String, String, List<String>, List<Object>) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.LocationData
Creates a new LocationData instance.
LocationData.LocationDataBuilder - Class in com.activeviam.activepivot.server.json.api.queryplan
 
locationModification - Variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfMemberPostProcessor
The location coordinate of the member.
locationToPoint(ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Converts the given location into its integer point representation.
locationToPoints(ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Converts a location into an integer point.
locationToStandardPoint(ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Convert a location into an integer point, ignoring analysis coordinates.
locationToStandardPoints(ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Converts a location into an integer point, ignoring analysis coordinates.
lockOptions(boolean) - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.1.6. Use PersistedBuilder.databaseLocks(LockOptions) providing the complete API and options to configure this locking policy.
LOG_LOGGER_NAME_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property to activate logging on the name of the logger.
LOG_SUPPRESSED_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures whether the suppressed exceptions should be logged or not.
LOG_THREAD_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property to activate logging on the current thread.
LOG_USER_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property to activate logging on the current user.
LOG_WITHIN_TRANSACTION - Static variable in class com.activeviam.database.datastore.api.description.impl.DuplicateKeyHandlers
Handler that logs the duplicated records within the transaction.
logException() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IOnRemoveUnknownKey
Tells the builder that the store should simply log when trying to remove an unknown key.
logger - Static variable in class com.qfs.snl.cfg.impl.ActivitiWorkflowConfiguration
Logger for the configuration class.
LOGGER - Static variable in interface com.activeviam.tech.observability.api.health.IHealthCheck
 
LOGGER - Static variable in interface com.activeviam.tech.observability.api.health.ILoggingHealthEventHandler
 
LOGGER - Static variable in class com.qfs.snl.workflows.impl.WorkflowValidator
The logger.
LoggerConstants - Class in com.activeviam.tech.core.api.logger
Class containing logger names constants.
LoggerConstants - Class in com.activeviam.tech.observability.api
Deprecated, for removal: This API element is subject to removal in a future version.
Use LoggerConstants instead.
LOGGING_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.apm.api.PropertiesNames
Property to enable/disable the logging autoconfiguration.
LOGGING_NAMESPACE - Static variable in class com.activeviam.springboot.atoti.server.starter.apm.api.PropertiesNames
 
LoggingCsvHealthEventHandler - Class in com.activeviam.source.csv.api.observability
The health event handler responsible for logging CSV Source health events.
LoggingCsvHealthEventHandler() - Constructor for class com.activeviam.source.csv.api.observability.LoggingCsvHealthEventHandler
 
LoggingDatastoreHealthEventHandler - Class in com.activeviam.database.datastore.api.observability.impl
The health event handler responsible for logging datastore health events.
LoggingDatastoreHealthEventHandler() - Constructor for class com.activeviam.database.datastore.api.observability.impl.LoggingDatastoreHealthEventHandler
 
LoggingJdbcHealthEventHandler - Class in com.activeviam.source.jdbc.api.observability
Implementation of a IHealthEventHandler focusing on JDBC source events to log them.
LoggingJdbcHealthEventHandler() - Constructor for class com.activeviam.source.jdbc.api.observability.LoggingJdbcHealthEventHandler
Default constructor.
LoggingJdbcHealthEventHandler(ITagAcceptor) - Constructor for class com.activeviam.source.jdbc.api.observability.LoggingJdbcHealthEventHandler
Full constructor.
LOGICAL_ADDRESS - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The name of the property used by the messenger to define the logical address of the query or data cube in the cluster.
LogicalCondition - Class in com.activeviam.tech.core.api.filtering.impl
Base class for the logical conditions.
LOGIN_ENTRYPOINT_URL - Static variable in class com.activeviam.springboot.atoti.server.starter.api.LoginLogoutUrls
 
LOGIN_LOGO_URL - Static variable in class com.activeviam.springboot.atoti.server.starter.api.LoginLogoutUrls
 
LOGIN_PAGE_URL - Static variable in class com.activeviam.springboot.atoti.server.starter.api.LoginLogoutUrls
 
LoginLogoutUrls - Class in com.activeviam.springboot.atoti.server.starter.api
Class of constants for routes related to the login and logout standard configuration.
loginPage(AtotiSecurityProperties.PageProperties) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.AtotiSecurityPropertiesBuilder
Configuration for the resources used for the login page.
LogInstanceConverter - Class in com.activeviam.apm.api.logging
Logback converter to retrieve the instance name of the pivot.
LogInstanceConverter() - Constructor for class com.activeviam.apm.api.logging.LogInstanceConverter
 
LogMessageHandler<I> - Class in com.activeviam.source.common.api.report.impl
A log message handler.
LogMessageHandler() - Constructor for class com.activeviam.source.common.api.report.impl.LogMessageHandler
 
logo(Resource) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties.PagePropertiesBuilder
Path to the main logo in the page resource.
LOGOUT_ENTRYPOINT_URL - Static variable in class com.activeviam.springboot.atoti.server.starter.api.LoginLogoutUrls
 
LOGOUT_LOGO_URL - Static variable in class com.activeviam.springboot.atoti.server.starter.api.LoginLogoutUrls
 
LOGOUT_PAGE_URL - Static variable in class com.activeviam.springboot.atoti.server.starter.api.LoginLogoutUrls
 
logoutPage(AtotiSecurityProperties.PageProperties) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.AtotiSecurityPropertiesBuilder
Configuration for the resources used for the logout page.
LogThreadConverter - Class in com.activeviam.apm.api.logging
Logback converter to retrieve the current thread generating the log.
LogThreadConverter() - Constructor for class com.activeviam.apm.api.logging.LogThreadConverter
 
LogUserConverter - Class in com.activeviam.apm.api.logging
Logback converter to retrieve the current user generating the log.
LogUserConverter() - Constructor for class com.activeviam.apm.api.logging.LogUserConverter
 
LONG - Enum constant in enum class com.activeviam.directquery.api.schema.CustomReaderDescription.ReaderInputType
 
LONG - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
LONG - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
LONG - Static variable in interface com.activeviam.tech.core.api.format.IParser
Long field parser key.
LONG_ARRAY - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
LONG_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
LONG_DESCENDING_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of Long in descending order.
LONG_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for long aggregation function.
LONG_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of Long in ascending order.
LONG_VALUE - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying that the acceptable values for the associated property are any long integers.
LONG_VECTOR - Static variable in interface com.activeviam.tech.core.api.format.IParser
Long vector field parser key.
LongPollingServiceException - Exception Class in com.activeviam.tech.streaming.intf.api
Exception thrown by the Long Polling Web Service.
LongPollingServiceException() - Constructor for exception class com.activeviam.tech.streaming.intf.api.LongPollingServiceException
Constructor with no message and no cause.
LongPollingServiceException(String) - Constructor for exception class com.activeviam.tech.streaming.intf.api.LongPollingServiceException
 
LongPollingServiceException(String, Object...) - Constructor for exception class com.activeviam.tech.streaming.intf.api.LongPollingServiceException
Constructor.
LongPollingServiceException(String, Throwable) - Constructor for exception class com.activeviam.tech.streaming.intf.api.LongPollingServiceException
 
LongPollingServiceException(Throwable) - Constructor for exception class com.activeviam.tech.streaming.intf.api.LongPollingServiceException
 
LongPollingServiceException(Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.streaming.intf.api.LongPollingServiceException
Constructor.
longSum() - Method in interface com.activeviam.activepivot.copper.api.CopperMeasureToAggregateAbove
Aggregates the values on the defined leaf levels using the longSum aggregation.
longSum() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
longVector(int) - Static method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated, for removal: This API element is subject to removal in a future version.
longVector(int, long) - Static method in class com.activeviam.tech.chunks.api.vectors.SameValueVectorUtils
Creates a vector containing long values which are all equal to the given value.
longVector(long...) - Static method in class com.activeviam.tech.chunks.api.vectors.ArrayVectorUtils
Creates an on heap vector backed by the given long array.
LOOK_UP - Static variable in class com.qfs.repository.mdx.impl.LookUpFunction
The lookUp keyword.
LOOK_UP_PARAM_PARAMETER_ID - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
The name of the parameter to look for.
LOOK_UP_PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
The plugin key of the PostProcessor used to perform look up for the LOOKUP MDX function.
LookupBehavior - Class in com.qfs.repository.context.impl
Default implementation of ILookupBehavior.
LookupBehavior() - Constructor for class com.qfs.repository.context.impl.LookupBehavior
Empty constructor.
LookupBehavior(boolean) - Constructor for class com.qfs.repository.context.impl.LookupBehavior
Constructor.
LookupBehaviorTranslator - Class in com.qfs.repository.context.impl
Translator for the ILookupBehavior context value.
LookupBehaviorTranslator() - Constructor for class com.qfs.repository.context.impl.LookupBehaviorTranslator
 
LookUpFunction - Class in com.qfs.repository.mdx.impl
The MDX look up function.
LookUpFunction(IDatastoreRepositoryCache, IRepositoryDaemonActions) - Constructor for class com.qfs.repository.mdx.impl.LookUpFunction
Constructor.
LookUpFunction.LookUpFunctionDefinition - Class in com.qfs.repository.mdx.impl
Class defining the LookUp function with one extra optional argument allowing to define the default value.
LookUpFunctionDefinition(IDatastoreRepositoryCache, IRepositoryDaemonActions) - Constructor for class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
Constructor.
LookupHandler - Class in com.qfs.repository.impl
Handler dedicated to the LookUpPostProcessor.
LookupHandler(IActivePivotVersion, IMeasuresProvider, Properties, String) - Constructor for class com.qfs.repository.impl.LookupHandler
Constructor.
LookupHandler(IActivePivotVersion, String) - Constructor for class com.qfs.repository.impl.LookupHandler
Constructor.
LookupMdxContinuousDecorator - Class in com.qfs.repository.mdx.impl
Implementation of IMdxRegistrationDecorator specialized for the LookUpFunction.
LookupMdxContinuousDecorator(AMultiGANContinuousQueryListener, MdxRegistration, String, IExecutionContext, Set<String>) - Constructor for class com.qfs.repository.mdx.impl.LookupMdxContinuousDecorator
Constructor.
LookUpPostProcessor - Class in com.qfs.repository.impl
LookUp Post-processor.
LookUpPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.qfs.repository.impl.LookUpPostProcessor
Constructor.
LookupStream - Class in com.qfs.repository.impl
Stream listening on any change in the parameter repository.
LookupStream(IMultiVersionActivePivot) - Constructor for class com.qfs.repository.impl.LookupStream
Constructor.
LOWER - Static variable in interface com.activeviam.tech.core.api.filtering.IMatchingCondition
Plugin key for the LOWER condition.
LOWER_CASE_NAMING_CONVENTION - Static variable in class com.activeviam.directquery.api.schema.utils.NamingConventions
Renames everything to Lower Case.
LowerCondition - Class in com.activeviam.tech.core.api.filtering.impl
The complement of the GreaterEqualCondition.
LowerCondition(Object) - Constructor for class com.activeviam.tech.core.api.filtering.impl.LowerCondition
Constructor.
LowerCondition(Object, boolean) - Constructor for class com.activeviam.tech.core.api.filtering.impl.LowerCondition
Full constructor.
LOWEREQUAL - Static variable in interface com.activeviam.tech.core.api.filtering.IMatchingCondition
Plugin key for the LOWER OR EQUAL condition.
LowerEqualCondition - Class in com.activeviam.tech.core.api.filtering.impl
The complement of the GreaterCondition.
LowerEqualCondition(Object) - Constructor for class com.activeviam.tech.core.api.filtering.impl.LowerEqualCondition
Constructor.
LowerEqualCondition(Object, boolean) - Constructor for class com.activeviam.tech.core.api.filtering.impl.LowerEqualCondition
Full constructor.
lt(FieldPath, Object) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a LT condition.
lt(Object) - Method in interface com.activeviam.activepivot.core.intf.api.copper.CopperLevel
Creates a CopperLevelCondition that represents the result of a numerical less than comparison between each member value and the given object value.
lt(String, Object) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a LT condition.
lte(FieldPath, Object) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a LTE condition.
lte(String, Object) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a LTE condition.

M

MachineToMachineSecurityDsl - Class in com.activeviam.web.spring.api.security.dsl
A DSL to configure the security for interactions between client applications and Atoti applications.
MachineToMachineSecurityDsl() - Constructor for class com.activeviam.web.spring.api.security.dsl.MachineToMachineSecurityDsl
 
MachineToMachineSecurityDsl.Scope - Enum Class in com.activeviam.web.spring.api.security.dsl
Usage scopes for the machine-to-machine DSL.
main(String[]) - Static method in class com.qfs.snl.workflows.impl.WorkflowValidator
Main method to execute for validation.
maintenanceService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
[Bean] service allowing to clear events/alerts from the database.
MaintenanceService - Class in com.qfs.snl.persistence.impl
Service allowing to clear stored data.
MaintenanceService(SessionFactory, IMonitorDao, ISentinelEventDao) - Constructor for class com.qfs.snl.persistence.impl.MaintenanceService
Constructor.
makeNonNullable(IDatastoreSchemaDescription, Collection<StoreField>) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Makes all the given fields non-nullable.
managedWorkflowService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Workflow service with workflow actions on "write" operations.
ManagedWorkflowService - Class in com.qfs.snl.workflows.impl
Implementation of IWorkflowService adding workflows on operations changing data.
ManagedWorkflowService(IWorkflowService) - Constructor for class com.qfs.snl.workflows.impl.ManagedWorkflowService
Constructor.
managerDescription() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts building the description of a manager.
managerDescription() - Method in interface com.activeviam.activepivot.server.spring.api.config.IActivePivotManagerDescriptionConfig
Returns the IActivePivotManagerDescription as defined in your project.
managerDescription(IActivePivotManagerDescription) - Method in class com.activeviam.directquery.application.api.IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder
Sets the pivot manager description.
managerDescription(IActivePivotManagerDescription) - Method in class com.activeviam.directquery.application.api.Application.ApplicationBuilder
Sets the manager description and returns the updated builder.
managerDescription(String) - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts building the description of a named manager.
map(DatabaseMeasureBuilder.DatabaseMeasureComputation<C>, String) - Method in interface com.activeviam.activepivot.copper.api.experimental.database.DatabaseMeasureBuilder.DatabaseMeasureBuilderExpectingComputation
Defines hows the measure will compute its values.
map(SerializableBiConsumer<IArrayReader, IWritableCell>, int) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the output type of the lookup measure, as well as the function to compute the final result from the selected fields.
map(SerializableBiConsumer<IArrayReader, IWritableCell>, String) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Maps the values contained in this measure.
map(SerializableBiConsumer<IArrayReader, IWritableCell>, String) - Method in class com.activeviam.activepivot.copper.api.CopperMeasureCombination
Combines the values of the measures into a single one.
map(SerializableBiConsumer<IArrayReader, IWritableCell>, String) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the output type of the lookup measure, as well as the function to compute the final result from the selected fields.
map(SerializableFunction<I, Object>) - Method in interface com.activeviam.activepivot.core.intf.api.copper.CopperLevel
Maps this level by applying a lambda to its members.
map(BiFunction<E, Map<String, U>, U>) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentTree
Recursively transform this content tree using the input mapping BiFunction.
map(K) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary
Indexes a new object in the dictionary.
mapById(Collection<? extends ISentinelState>) - Static method in class com.qfs.snl.dtos.StateDto
Maps the states by id.
mapDouble(double) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary
Indexes a double as a new key in the dictionary.
MapDrillthroughQuery - Class in com.activeviam.activepivot.core.intf.api.query.drillthrough
Default implementation of IMapDrillthroughQuery.
MapDrillthroughQuery(String, Collection<Map<String, String>>) - Constructor for class com.activeviam.activepivot.core.intf.api.query.drillthrough.MapDrillthroughQuery
Constructor.
MapDrillthroughQuery(String, Collection<Map<String, String>>, List<? extends IContextValue>, String, boolean, int, int) - Constructor for class com.activeviam.activepivot.core.intf.api.query.drillthrough.MapDrillthroughQuery
Constructor.
MapDrillthroughQueryBuilder() - Constructor for class com.activeviam.activepivot.core.intf.api.query.drillthrough.IMapDrillthroughQuery.MapDrillthroughQueryBuilder
 
MapFieldParser<K,V> - Class in com.activeviam.source.common.api.impl
A simple parser that retrieves a value from a map by its key.
MapFieldParser(String) - Constructor for class com.activeviam.source.common.api.impl.MapFieldParser
Default constructor.
mapFloat(float) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary
Indexes a float as a new key in the dictionary.
mapFromCell(IReadableCell) - Method in class com.activeviam.tech.dictionaries.avinternal.Dictionary
 
mapFromCell(IReadableCell) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary.IDoubleDictionary
 
mapFromCell(IReadableCell) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary.IFloatDictionary
 
mapFromCell(IReadableCell) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary.IIntegerDictionary
 
mapFromCell(IReadableCell) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary.ILongDictionary
 
mapFromCell(IReadableCell) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary
Maps the value stored by a cell into this dictionary.
mapInt(int) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary
Indexes an integer as a new key in the dictionary.
mapLong(long) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary
Indexes a long as a new key in the dictionary.
mapping(Map<ILevelInfo, Set<FieldPath>>) - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
mapReduceTransformAndContribute(IIterableAggregatesRetrievalResult, int[], IAggregationFunction, ITransformProcedure, ICellTransformProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
For Each point location in the given result, maps, reduces, and transforms the values associated with the location before contributing the resulting value into this result.
mapRows() - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
Starts building an IJdbcSource with map rows (Map<String, Object>).
mapToBoolean(SerializablePredicate<IArrayReader>) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Maps the values contained in this measure to primitive booleans.
mapToBoolean(SerializablePredicate<IArrayReader>) - Method in class com.activeviam.activepivot.copper.api.CopperMeasureCombination
Combines the values of the measures into a single one which result is of type boolean.
mapToBoolean(SerializablePredicate<IArrayReader>) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the function to compute the final boolean result from the selected fields.
mapToBoolean(SerializablePredicate<I>) - Method in interface com.activeviam.activepivot.core.intf.api.copper.CopperLevel
Creates a CopperLevelCondition that represents the evaluation of this predicate on each member value of this level.
mapToDouble(SerializableToDoubleFunction<IArrayReader>) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Maps the values contained in this measure to primitive doubles.
mapToDouble(SerializableToDoubleFunction<IArrayReader>) - Method in class com.activeviam.activepivot.copper.api.CopperMeasureCombination
Combines the values of the measures into a single one which result is of type double.
mapToDouble(SerializableToDoubleFunction<IArrayReader>) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the function to compute a final result of type double from the selected fields.
mapToFloat(SerializableToFloatFunction<IArrayReader>) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Maps the values contained in this measure to primitive floats.
mapToFloat(SerializableToFloatFunction<IArrayReader>) - Method in class com.activeviam.activepivot.copper.api.CopperMeasureCombination
Combines the values of the measures into a single one which result is of type float.
mapToFloat(SerializableToFloatFunction<IArrayReader>) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the function to compute a final result of type float from the selected fields.
mapToFullLocation(ContextT, IPointLocationReader, IAggregatesLocationResult, IPointLocationBuilder, IAnalysisAggregationProcedure.ResultConsumer) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Maps coordinates of a standard location without analysis levels to a full location of the ActivePivot.
mapToInt(SerializableToIntFunction<IArrayReader>) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Maps the values contained in this measure to primitive ints.
mapToInt(SerializableToIntFunction<IArrayReader>) - Method in class com.activeviam.activepivot.copper.api.CopperMeasureCombination
Combines the values of the measures into a single one which result is of type integer.
mapToInt(SerializableToIntFunction<IArrayReader>) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the function to compute the final integer result from the selected fields.
mapToLong(SerializableToLongFunction<IArrayReader>) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Maps the values contained in this measure to primitive longs.
mapToLong(SerializableToLongFunction<IArrayReader>) - Method in class com.activeviam.activepivot.copper.api.CopperMeasureCombination
Combines the values of the measures into a single one which result is of type long.
mapToLong(SerializableToLongFunction<IArrayReader>) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderCombiningFields
Specifies the function to compute a final result of type long from the selected fields.
mapToObject(SerializableFunction<IArrayReader, Object>) - Method in class com.activeviam.activepivot.copper.api.CopperElementCombination
 
mapToObject(SerializableFunction<IArrayReader, Object>) - Method in interface com.activeviam.activepivot.copper.api.CopperMultipleElements
Maps the elements by applying a lambda to their values.
MapTranslator - Class in com.activeviam.source.csv.api.translator
Deprecated, for removal: This API element is subject to removal in a future version.
This is an internal API that should not be used by clients. It will be removed from the public API in 6.2.
MapTranslator() - Constructor for class com.activeviam.source.csv.api.translator.MapTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
Use the other constructors instead.
MapTranslator(IMappedTupleFactory) - Constructor for class com.activeviam.source.csv.api.translator.MapTranslator
Deprecated.
Constructor.
MapTranslator(List<IColumnCalculator<ILineReader>>) - Constructor for class com.activeviam.source.csv.api.translator.MapTranslator
Deprecated.
Constructor.
MapTuplizer<V> - Class in com.activeviam.source.common.api.impl
Deprecated, for removal: This API element is subject to removal in a future version.
This is an internal API that should not be used by clients. It will be removed from the public API in 6.2.
MapTuplizer(List<String>) - Constructor for class com.activeviam.source.common.api.impl.MapTuplizer
Deprecated.
Full constructor.
markAsRead() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
Marks the message as read.
markAsRead(long) - Method in interface com.qfs.snl.messages.IMessageService.IMessageBox
Marks the message as read.
markAsRead(long) - Method in class com.qfs.snl.messages.impl.MessageBox
 
markAsRead(long) - Method in interface com.qfs.snl.rs.IMessageRestService
Marks a message as read for the currently logged user.
markAsRead(long) - Method in class com.qfs.snl.rs.impl.MessageRestServiceController
 
markEpoch(long) - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Marks to retain the version at the given epoch.
markHead() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Marks the head of the master branch.
markHead(String) - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Marks the head of the branch.
markImmutable() - Method in interface com.activeviam.tech.records.api.IRecordBlock
Raises up the immutable flag to tell writers not to reuse this block.
maskAtOrBelow() - Method in interface com.activeviam.activepivot.copper.api.CopperMeasureToAggregateAbove
Masks the aggregated values at or below any of the defined leaf levels.
maskAtOrBelow(AggregationLevels) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasureToAggregateAbove
Masks the aggregated values at or below either ANY or ALL the defined levels.
MASTER_BRANCH_NAME - Static variable in interface com.activeviam.tech.mvcc.api.IEpoch
The name of the default branch.
MASTER_BRANCH_NAME_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property to configure the name of the branch on which the real data are.
MatchingCondition - Class in com.activeviam.tech.core.api.filtering.impl
Base class for matching conditions.
max() - Method in interface com.activeviam.activepivot.copper.api.CopperMeasureToAggregateAbove
Aggregates the values on the defined leaf levels using the max aggregation.
max() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
max(CopperMeasure) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts defining an aggregation analytic function with the max aggregation.
max(CopperStoreField) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure by aggregating a field from a store linked to the cube using the max aggregation.
max(FieldPath, String) - Static method in class com.activeviam.directquery.api.MeasureMapping
Creates a mapping for a pre-aggregated maximum.
max(String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure by aggregating a field from the selection using the max aggregation.
max(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilder
 
MAX_APPEND_ONLY_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for the max aggregation function with no removal.
MAX_BATCHES_PER_FILE_PROPERTY - Static variable in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Maximum number of batches per files property key.
MAX_CALL_STACK_DEPTH_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that sets the maximum MDX call depth.
MAX_DURING_THREAD_NUMBER_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property to configure the number of threads allocated by the application to trigger updates when using the function PAST_PERIODS.
MAX_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for the max aggregation function.
MAX_HISTORY_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for the max aggregation function with history.
MAX_IMPACT_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that defines the maximum impact size above which a full (range) impact is returned for a given event.
MAX_LINES_PER_FILE_PROPERTY - Static variable in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Maximum number of lines per files property key.
MAX_LOOKUPS_ON_SECONDARY_INDEX - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property configuring the maximal number of look-ups generated for a single condition on Secondary Index.
MAX_LOOKUPS_ON_UNIQUE_INDEX - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property configuring the maximal number of look-ups generated for a single condition on Unique Index.
MAX_PENDING_DISCOVERIES_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The property used to configure the maximum number of pending initial discoveries that this instance can tolerate before refusing new ones.
MAX_RANGE_OPERANDS_WITH_MULTIPLE_VALUES - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property configuring the maximal number of range operands with multiple values that are supported for a query using a unique or secondary index.
MAX_RESULTS_UNDEFINED - Static variable in interface com.activeviam.tech.core.api.query.IListQuery
Constants representing IListQuery.getMaxResults() value if undefined.
MAX_SIZE_WEBCLIENT_CODEC - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property that configures the max size of webclient buffers in remote classes.
MAX_STACKTRACE_DEPTH_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that sets maximum depth of the stacktrace in case sampling is enabled.
MAX_TRANSACTIONAL_EVENTS_DELAY_TIME_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that sets the maximum time (in ms) for which the oldest transaction of the master branch has been waiting in the queue before we stop accepting transactions.
MAX_TRANSACTIONAL_EVENTS_QUEUE_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that sets the maximum size of the transaction queue for the master branch before we stop accepting transactions.
MAX_WORKFLOWS_PROCESSING_TIME - Static variable in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Max time attribute.
maximumValue() - Method in interface com.activeviam.tech.excel.addin.service.api.IDoubleContextMetadata
Not null if isRange is true.
maximumValue() - Method in interface com.activeviam.tech.excel.addin.service.api.IIntegerContextMetadata
Not null if isRange is true.
maxParsingAnomalies(int) - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration.CsvSourceConfigurationBuilder
Property to set the maximum number of anomalies that are reported during the parsing of a CSV source.
maxResults(int) - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.IMapDrillthroughQuery.MapDrillthroughQueryBuilder
Max number of results.
mdx(String) - Method in class com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor.RewrittenQuery.RewrittenQueryBuilder
 
MDX_ATTEMPT_LIMIT_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures the maximum number of attempts to register the continuous queries.
MDX_CONCURRENT_QUERY_LIMIT_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures the maximum number of running mdx queries.
MDX_CONCURRENT_QUERY_WAIT_LIMIT_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures the waiting time (in seconds) while trying to execute a query when the maximum number of allowed running queries has been reached.
MDX_DRILLTHROUGH_PLUGIN - Static variable in interface com.activeviam.activepivot.mdx.intf.api.IMdxStatementChecker
Key for the plugin value checking MDX drillthrough queries.
MDX_PLUGIN - Static variable in interface com.activeviam.activepivot.mdx.intf.api.IMdxStatementChecker
Key for the plugin value checking MDX select queries.
mdxContext() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts defining a IMdxContext.
MdxContinuousQueryException - Exception Class in com.qfs.snl.agent.impl
An exception indicating that an MDX continuous query has failed.
MdxContinuousQueryException() - Constructor for exception class com.qfs.snl.agent.impl.MdxContinuousQueryException
Constructor.
MdxContinuousQueryException(String) - Constructor for exception class com.qfs.snl.agent.impl.MdxContinuousQueryException
Constructor.
MdxContinuousQueryException(String, Throwable) - Constructor for exception class com.qfs.snl.agent.impl.MdxContinuousQueryException
Constructor.
MdxContinuousQueryException(Throwable) - Constructor for exception class com.qfs.snl.agent.impl.MdxContinuousQueryException
Constructor.
MDXDrillthroughHeadersQuery - Class in com.activeviam.activepivot.server.impl.api.query
DTO class representing an MDX drillthrough headers query.
MDXDrillthroughHeadersQuery() - Constructor for class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughHeadersQuery
 
MDXDrillthroughHeadersQuery(String) - Constructor for class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughHeadersQuery
 
MDXDrillthroughHeadersQuery(String, List<? extends IContextValue>) - Constructor for class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughHeadersQuery
 
MDXDrillthroughQuery - Class in com.activeviam.activepivot.server.impl.api.query
DTO class representing an MDX drillthrough query.
MDXDrillthroughQuery() - Constructor for class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughQuery
 
MDXDrillthroughQuery(String) - Constructor for class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughQuery
 
MDXDrillthroughQuery(String, List<? extends IContextValue>) - Constructor for class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughQuery
 
MdxException - Exception Class in com.activeviam.activepivot.core.intf.api.mdx
MdxException.
MdxException() - Constructor for exception class com.activeviam.activepivot.core.intf.api.mdx.MdxException
 
MdxException(String) - Constructor for exception class com.activeviam.activepivot.core.intf.api.mdx.MdxException
 
MdxException(String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.mdx.MdxException
 
MdxException(String, Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.mdx.MdxException
 
MdxException(Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.mdx.MdxException
 
MdxException(Throwable, String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.mdx.MdxException
 
MdxMonitoringStatistics - Class in com.qfs.snl.agent.mdx.impl
Statistics about the continuous queries registered for monitors.
MdxMonitoringStatistics() - Constructor for class com.qfs.snl.agent.mdx.impl.MdxMonitoringStatistics
Default constructor.
mdxPass(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.EmptyPlanInfoData.EmptyPlanInfoDataBuilder
The mdx pass.
mdxPass(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The mdx pass.
MDXQuery - Class in com.activeviam.activepivot.server.impl.api.query
DTO class representing an MDX query.
MDXQuery() - Constructor for class com.activeviam.activepivot.server.impl.api.query.MDXQuery
Default constructor.
MDXQuery(IMDXQuery) - Constructor for class com.activeviam.activepivot.server.impl.api.query.MDXQuery
Copy constructor.
MDXQuery(String) - Constructor for class com.activeviam.activepivot.server.impl.api.query.MDXQuery
Constructor without context values.
MDXQuery(String, List<? extends IContextValue>) - Constructor for class com.activeviam.activepivot.server.impl.api.query.MDXQuery
Full constructor.
MdxQueryUtil - Class in com.activeviam.activepivot.server.impl.api.query
Utility class for running MDX queries.
MdxQueryUtil.IMdxResultConverter<I,O> - Interface in com.activeviam.activepivot.server.impl.api.query
Converter contract from Mdx format to standardized dto format.
MdxRuntimeException - Exception Class in com.activeviam.activepivot.mdx.intf.api
MdxRuntimeException.
MdxRuntimeException() - Constructor for exception class com.activeviam.activepivot.mdx.intf.api.MdxRuntimeException
 
MdxRuntimeException(String) - Constructor for exception class com.activeviam.activepivot.mdx.intf.api.MdxRuntimeException
 
MdxRuntimeException(String, Object...) - Constructor for exception class com.activeviam.activepivot.mdx.intf.api.MdxRuntimeException
 
MdxRuntimeException(String, Throwable) - Constructor for exception class com.activeviam.activepivot.mdx.intf.api.MdxRuntimeException
 
MdxRuntimeException(Throwable) - Constructor for exception class com.activeviam.activepivot.mdx.intf.api.MdxRuntimeException
 
MdxRuntimeException(Throwable, String, Object...) - Constructor for exception class com.activeviam.activepivot.mdx.intf.api.MdxRuntimeException
 
measure(String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure referencing an already existing measure (whether already published or created without Copper) by using its name.
measure(String) - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.IMapDrillthroughQuery.MapDrillthroughQueryBuilder
The measure on which the drillthrough is done.
MEASURE - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.hierarchy.IDimension.DimensionType
The measures dimension.
MEASURE - Enum constant in enum class com.activeviam.activepivot.core.intf.api.postprocessing.IUnknownOlapElementException.OlapElementType
When a measure is missing, this is the type to use.
MEASURE_HIERARCHY - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
The name of the measure hierarchy.
Measure-based aggregations - Search tag in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Section
MeasureDiscovery - Class in com.activeviam.activepivot.server.intf.api.discovery
Measure Discovery for SOAP webservices.
MeasureDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
DTO representing all measures in a cube.
MeasureDiscovery() - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
 
MeasureDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Constructor.
MeasureDiscovery(String, String, boolean, String, String) - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
Creates a new MeasureDiscovery instance.
MeasureDiscovery(String, String, String, String, String, String, boolean, String, String) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Constructor.
measureFromDataCube(String, String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure referencing an already existing measure from a Data cube.
MeasureGroupDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
Https://msdn.microsoft.com/fr-fr/library/ms126178(v=sql.90).aspx.
MeasureGroupDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.MeasureGroupDiscovery
 
MeasureGroupDiscovery(String, String, String) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.MeasureGroupDiscovery
Creates a new MeasureGroupDiscovery instance.
MeasureMapping - Class in com.activeviam.directquery.api
Mapping between an aggregation on the fields of a schema and the column of the aggregate table.
measureName - Variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfMemberPostProcessor
Name of the measure used to compute the formula.
measureName - Variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfParentPostProcessor
Name of the measure used to compute the formula.
measureProvider(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval measure provider.
measures - Variable in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
List of measures to materialize from the query result.
measures(List<String>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval measures.
measures(Set<IJoinMeasure>) - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
measures(Set<String>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData.QuerySummaryDataBuilder
List of all measures retrieved by this query.
MEASURES - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IDimension
Measures dimension type within the dimension plugin.
MEASURES - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Measures hierarchy type within the hierarchy plugin.
MEDIAN_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for the median aggregation function.
MEDIUM - Enum constant in enum class com.activeviam.tech.observability.api.health.ComputationIntensity
Health Event will be computed at noticeable cost, without negatively impacting the efficiency of the application.
member(CopperHierarchy) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure whose value is the discriminator of the current member on the given hierarchy read from the evaluated location.
member(CopperLevel) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure whose value is the member of the given level read from the evaluated location.
member(HierarchyIdentifier) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure whose value is the discriminator of the current member on the given hierarchy read from the evaluated location.
member(LevelIdentifier) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure whose value is the member of the given level read from the evaluated location.
MEMBER_NAME_PATH_STYLE_DEFAULT - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
 
MEMBER_TO_EXCLUDE - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
Define if a given member should be removed or not (for example N/A on factless hierarchies).
MemberDTO - Class in com.activeviam.activepivot.server.intf.api.dto
An ActivePivot Member.
MemberDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
 
MemberDTO(String, String, String, Path, Path, int) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
Creates a new MemberDTO instance.
MemberMapping - Class in com.activeviam.activepivot.dist.impl.api.distribution
Represents the mapping of members to data nodes for each distributing level and for each application.
MemberMapping(Map<String, Map<LevelIdentifier, MemberMapping.MemberPerDataNodeMapping>>) - Constructor for class com.activeviam.activepivot.dist.impl.api.distribution.MemberMapping
Creates a new MemberMapping instance.
MemberMapping.MemberPerDataNodeMapping - Class in com.activeviam.activepivot.dist.impl.api.distribution
Represents the mapping of members to data nodes.
memberNamePathStyle(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanEnableMemberNamePathStyle
Enables/disables the member path style.
memberPath(Object) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSubCubeProperties.IGrantingMembersOnHierarchy
Granting members on the given path.
memberPath(Object) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSubCubeProperties.IGrantingMembersOnPath
Granting members on the given path.
MemberPerDataNodeMapping(Map<String, Collection<Object>>) - Constructor for class com.activeviam.activepivot.dist.impl.api.distribution.MemberMapping.MemberPerDataNodeMapping
Creates a new MemberPerDataNodeMapping instance.
membersIterator(int) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
 
membersIterator(int) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Creates an Iterator over all the members from the level with the specified depth (i.e. ordinal) in this hierarchy.
membersIterator(int) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
 
membersIterator(Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
 
membersIterator(Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Creates an Iterator over the members of this hierarchy matching the given object path.
membersIterator(Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
 
membersIterator(String[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
 
membersIterator(String[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Creates an Iterator over the members of this hierarchy matching the given string path.
membersIterator(String[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
 
MEMORY - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to memory management in Atoti Server.
MEMORY_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to memory management in Atoti Server.
MemoryUtil - Class in com.activeviam.tech.core.api.memory
Utility class to get info about direct memory consumption.
merge(boolean, IHistory) - Method in interface com.activeviam.tech.aggregation.api.history.IHistory
Merges two IHistory instances.
merge(IRange) - Method in interface com.activeviam.tech.core.api.collections.IRangeUnion
Merge a range with previously merged ranges.
merge(SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Method in interface com.activeviam.activepivot.copper.api.CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderToMerge
Defines how to merge an aggregation buffer into another one.
mergeEvents(T) - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IMergeableEvent
Merges another event with this one, returning the merged event.
MessageBox - Class in com.qfs.snl.messages.impl
A box that will hold all messages received by a given recipient.
MessageBox(String) - Constructor for class com.qfs.snl.messages.impl.MessageBox
Constructor.
MessageDto - Class in com.qfs.snl.dtos
DTO representation of a message.
MessageDto() - Constructor for class com.qfs.snl.dtos.MessageDto
Constructor.
MessageDto(long, long, String, Collection<String>, String, MessageLevel, String, Object, boolean) - Constructor for class com.qfs.snl.dtos.MessageDto
Constructor.
MessageDto(IMessage) - Constructor for class com.qfs.snl.dtos.MessageDto
Constructor from the interface.
MessageLevel - Enum Class in com.qfs.snl.messages
The various levels of messages.
MessageRestServiceController - Class in com.qfs.snl.rs.impl
The messages rest service.
MessageRestServiceController(IMessageService) - Constructor for class com.qfs.snl.rs.impl.MessageRestServiceController
Constructor.
messageService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
 
messageService() - Method in interface com.qfs.snl.cfg.IActiveMonitorServiceConfiguration
[Bean] Service to send messages to ActiveMonitor users.
messageService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
 
messageService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Service to send messages to ActiveMonitor users.
MessageService - Class in com.qfs.snl.messages.impl
Basic implementation of a message service.
MessageService() - Constructor for class com.qfs.snl.messages.impl.MessageService
Default Constructor.
MessagesUtil - Class in com.qfs.snl.messages.impl
Helper methods for messages.
messageTaskPublisher() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] A component publishing tasks as ActiveMonitor messages.
MessageTaskPublisher - Class in com.qfs.snl.workflows.tasks.impl
Default implementation of AMessageTaskPublisher.
MessageTaskPublisher(IMessageService) - Constructor for class com.qfs.snl.workflows.tasks.impl.MessageTaskPublisher
Constructor.
messageTopic() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] The message socket topic.
MessageTopic - Class in com.qfs.snl.ws.impl
Topic for websockets listening to messages.
MessageTopic(IMessageWsService) - Constructor for class com.qfs.snl.ws.impl.MessageTopic
Constructor.
messageWebSocketService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] A message service to handle socket connections.
MessageWsService - Class in com.qfs.snl.ws.impl
The message ws service.
MessageWsService(IMessageService) - Constructor for class com.qfs.snl.ws.impl.MessageWsService
Constructor.
MessagingConfiguration - Class in com.qfs.snl.cfg.impl
Configuration of beans with message purposes.
MessagingConfiguration() - Constructor for class com.qfs.snl.cfg.impl.MessagingConfiguration
 
MESSENGER_LOGICAL_ADDRESS_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property used by the messenger that defines the logical address of the IActivePivot query or data cube in the cluster.
MESSENGER_PROTOCOL_PATH_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that specifies the distribution protocol file's path (e.g.
MESSENGER_TIMEOUT - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The name of the property that sets the default timeout used by the messenger when waiting for a reply to a remote message.
min() - Method in interface com.activeviam.activepivot.copper.api.CopperMeasureToAggregateAbove
Aggregates the values on the defined leaf levels using the min aggregation.
min() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
min(CopperMeasure) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts defining an aggregation analytic function with the min aggregation.
min(CopperStoreField) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure by aggregating a field from a store linked to the cube using the min aggregation.
min(FieldPath, String) - Static method in class com.activeviam.directquery.api.MeasureMapping
Creates a mapping for a pre-aggregated minimum.
min(String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure by aggregating a field from the selection using the min aggregation.
min(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilder
 
MIN_APPEND_ONLY_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for the min aggregation function with no removal.
MIN_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for min aggregation function.
MIN_HISTORY_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for min aggregation function with history.
MINIMAL_CHUNK_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property that configures the minimal chunk size of the application.
MINIMUM_LEVELS - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.MinimumLevelsPostProcessor
The concatenated names of the levels at the smallest depth that will be shown, separated by SEPARATOR from the IPostProcessor interface.
MINIMUM_LEVELS_PREFETCHER - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.MinimumLevelsPostProcessor
MinimumLevelsPostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
Hides measures that are higher than some given levels in their respective hierarchies.
MinimumLevelsPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.MinimumLevelsPostProcessor
Constructor.
MinimumLevelsPostProcessor.MinimumLevelsPrefetcher - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
The minimum levels prefetcher.
MinimumLevelsPrefetcher(String, IMeasuresProvider, Collection<ILevelInfo>, List<String>) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.MinimumLevelsPostProcessor.MinimumLevelsPrefetcher
Constructor.
minimumValue() - Method in interface com.activeviam.tech.excel.addin.service.api.IDoubleContextMetadata
Not null if isRange is true.
minimumValue() - Method in interface com.activeviam.tech.excel.addin.service.api.IIntegerContextMetadata
Not null if isRange is true.
minus(CopperMeasure) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Creates a Copper measure that represents the result of the subtraction of another numeric measure from this numeric measure.
minus(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
minus(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
minus(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
minus(IVector) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Subtracts the content of the given vector to this vector, overriding the existing data.
minusNegativeValues(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
minusNegativeValues(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
minusNegativeValues(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
minusNegativeValues(IVector) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Subtracts the negative values of the given vector to this vector, overriding the existing data.
minusPositiveValues(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
minusPositiveValues(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
minusPositiveValues(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
minusPositiveValues(IVector) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Subtracts the positive values of the given vector to this vector, overriding the existing data.
missedPrefetchBehavior(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The missed prefetch behavior.
MISSING_MESSAGE_TIMEOUT - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The duration (in milliseconds) to wait for once a missing message has been detected.
MIXED_CHANGES - Enum constant in enum class com.activeviam.directquery.application.api.refresh.ChangeType
Some rows have been added, updated, removed and provided condition is able to capture the data perimeter to update.
MMAP_DIRECT_CHUNK_ALLOCATOR_PLUGIN_KEY - Static variable in class com.activeviam.tech.chunks.api.ChunkAllocators
Key of the mmap direct chunk allocator.
MMAP_THRESHOLD_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that sets the threshold under which sun.misc.Unsafe is used for memory allocation.
modified() - Method in interface com.activeviam.source.csv.api.IFileEvent
Returns the data providers that have been modified.
MODIFIED - Enum constant in enum class com.activeviam.source.csv.api.ACsvTopic.ResourceStatus
Corresponds to the modification of a data provider.
ModifiedMessage - Class in com.qfs.snl.messages.impl
Wrapper around a message to be able to mark it as read.
ModifiedMessage(IMessage) - Constructor for class com.qfs.snl.messages.impl.ModifiedMessage
Constructor.
MODIFY - Enum constant in enum class com.activeviam.activepivot.core.intf.api.location.ILocationBuilder.OperationFlag
Allow modifying any coordinate of the initial location.
ModuloFunctionDescription - Class in com.activeviam.tech.partitioning.api.function.impl
Description of a modulo function.
ModuloFunctionDescription(int) - Constructor for class com.activeviam.tech.partitioning.api.function.impl.ModuloFunctionDescription
Constructor.
Monitor - Class in com.qfs.snl.monitors.impl
The monitor stored in database.
Monitor(long, String, String, String, String, String, Long, IAudit, IAudit, String, String, String) - Constructor for class com.qfs.snl.monitors.impl.Monitor
Constructor.
Monitor(IMonitor) - Constructor for class com.qfs.snl.monitors.impl.Monitor
Constructor that builds an monitor with the interface IMonitor.
MONITOR - Static variable in class com.qfs.snl.workflows.IWorkflowPayload.Variables
IMonitor: the monitor concerned.
MONITOR - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowEntities
Entity type for monitor workflows.
MONITOR_EVENT - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when new events are received for one or many monitors.
MonitorAgents - Class in com.qfs.snl.agent
Informations about the monitor agents declared by ActivePivot.
MonitorBuilder - Class in com.qfs.snl.monitors.impl
The monitor builder.
MonitorBuilder() - Constructor for class com.qfs.snl.monitors.impl.MonitorBuilder
 
MonitorBuilder.Builder - Class in com.qfs.snl.monitors.impl
 
monitorDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing database operations on monitors.
monitorDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
MonitorDao - Class in com.qfs.snl.persistence.impl
The monitor data access object.
MonitorDao(SessionFactory, int) - Constructor for class com.qfs.snl.persistence.impl.MonitorDao
Constructor.
MonitorDto - Class in com.qfs.snl.dtos
The serializable version of the @Link Monitor.
MonitorDto() - Constructor for class com.qfs.snl.dtos.MonitorDto
Constructor.
MonitorDto(IMonitor) - Constructor for class com.qfs.snl.dtos.MonitorDto
Constructor.
MONITORED_DATA_LOADING_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.apm.api.PropertiesNames
Property to enable/disable the Monitored Data Loading autoconfiguration.
MONITORED_DATA_LOADING_NAMESPACE - Static variable in class com.activeviam.springboot.atoti.server.starter.apm.api.PropertiesNames
 
MonitoredAgentDescription - Class in com.qfs.snl.agent.service.impl
Wrapper around an agent description to make it available in MBeans.
MonitoredAgentDescription(IAgentDescription) - Constructor for class com.qfs.snl.agent.service.impl.MonitoredAgentDescription
Full constructor.
MonitoringMdxParser - Class in com.qfs.snl.agent.mdx.impl
Visitor looking for status measures in a MDX statement.
MonitoringMdxParser() - Constructor for class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
monitoringService() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean] ActiveMonitor agent monitoring KPIs on top of MDX.
MonitoringService - Class in com.qfs.snl.agent.impl
Service managing monitoring execution from monitor definitions.
MonitoringService() - Constructor for class com.qfs.snl.agent.impl.MonitoringService
Empty constructor.
MonitoringService(int) - Constructor for class com.qfs.snl.agent.impl.MonitoringService
Constructor.
MonitoringStreamExtendedPlugin - Class in com.qfs.snl.agent.service.impl
Extended plugin centralizing registration of all core-product monitoring streams.
MonitoringStreamExtendedPlugin() - Constructor for class com.qfs.snl.agent.service.impl.MonitoringStreamExtendedPlugin
Constructor.
MonitorProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor applied to monitors.
MonitorProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.MonitorProcessExecutor
Constructor.
MonitorProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.MonitorProcessExecutorExtendedPlugin
Default constructor.
MonitorReport - Class in com.qfs.snl.monitors.impl
A decorator for a monitor that contains the aggregated value of number of members in the kpi that are red, orange and green.
MonitorReport(IMonitor) - Constructor for class com.qfs.snl.monitors.impl.MonitorReport
Constructor.
MonitorReport(MonitorReport) - Constructor for class com.qfs.snl.monitors.impl.MonitorReport
Constructor.
MonitorReportDto - Class in com.qfs.snl.dtos
The monitor report DTO.
MonitorReportDto() - Constructor for class com.qfs.snl.dtos.MonitorReportDto
Default Constructor.
MonitorReportDto(MonitorDto, Map<String, Long>, long, long) - Constructor for class com.qfs.snl.dtos.MonitorReportDto
Full constructor.
MonitorReportDto(IMonitorReport) - Constructor for class com.qfs.snl.dtos.MonitorReportDto
Constructor.
MonitorRestServiceController - Class in com.qfs.snl.rs.impl
Default implementation of the monitors REST Service.
MonitorRestServiceController(IMonitorService) - Constructor for class com.qfs.snl.rs.impl.MonitorRestServiceController
Constructor.
MONITORS_NAMESPACE - Static variable in interface com.qfs.snl.rs.IMonitorRestService
The namespace of the service in the REST API.
monitorService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
 
MonitorSourceDto() - Constructor for class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
Default constructor.
MonitorSourceDto(Long, String) - Constructor for class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
Full constructor.
monitorTopic() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] WebSocket topic for monitors.
MonitorTopic - Class in com.qfs.snl.ws.impl
Websocket topic returning monitor updates.
MonitorTopic(IMonitorWsService) - Constructor for class com.qfs.snl.ws.impl.MonitorTopic
Constructor.
MonitorUpdates - Class in com.qfs.snl.monitors.impl
Default implementation of IMonitorUpdates.
MonitorUpdates() - Constructor for class com.qfs.snl.monitors.impl.MonitorUpdates
Default constructor.
MonitorUpdates(long, List<IMonitor>, List<Long>) - Constructor for class com.qfs.snl.monitors.impl.MonitorUpdates
Constructor.
MonitorUpdatesDto - Class in com.qfs.snl.dtos
The Serializable version of the @Link MonitorUpdates object.
MonitorUpdatesDto() - Constructor for class com.qfs.snl.dtos.MonitorUpdatesDto
Default empty constructor.
MonitorUpdatesDto(long, List<MonitorDto>, List<Long>) - Constructor for class com.qfs.snl.dtos.MonitorUpdatesDto
Constructor.
monitorWebSocketService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] WebSocket service dealing with monitors.
MonitorWsConfigurationDto - Class in com.qfs.snl.dtos.ws
DTO to configure a WebSocket connection observing monitors.
MonitorWsConfigurationDto() - Constructor for class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Default constructor.
MonitorWsConfigurationDto(Set<MonitorWsConfigurationDto.MonitorSourceDto>, boolean, boolean) - Constructor for class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Full constructor.
MonitorWsConfigurationDto.MonitorSourceDto - Class in com.qfs.snl.dtos.ws
DTO representing a source of monitors.
MonitorWsService - Class in com.qfs.snl.ws.impl
WebSocket Service managing notifications on monitors.
MonitorWsService(IMonitorService) - Constructor for class com.qfs.snl.ws.impl.MonitorWsService
Constructor.
move(String, String) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Moves an entry from the given path to the target one.
move(String, String, String) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Computes a new path to move the target entry from a parent directory to a new target directory.
moveAll(Map<String, String>, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Moves all the given files.
moveToPosition(int) - Method in interface com.activeviam.tech.chunks.api.arrays.IReadableArrayCursor
Moves the cell to another position in the underlying array.
MULTI_ANALYSIS_HIERARCHY_MEASURE_HANDLER - Static variable in interface com.activeviam.activepivot.core.intf.api.realtime.IAggregatesContinuousHandler
Continuous handler associated with a measure that needs to be updated on one or multiple analysis hierarchies.
MultiColumnVectorFieldDescription - Class in com.activeviam.directquery.api.schema
Immutable description of a vector field.
MultiColumnVectorFieldDescription.IBuildable - Interface in com.activeviam.directquery.api.schema
Builder final step.
MultiColumnVectorFieldDescription.IMultiColumnVectorFieldDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder for the field description.
MultiColumnVectorFieldDescription.INeedExternalColumnsDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the field external names.
MultiColumnVectorFieldDescription.INeedLocalFieldTypeBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the field local type.
MultiColumnVectorFieldDescription.INeedLocalNameFieldDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the field local name.
MultiLevelHierarchyBuilder - Interface in com.activeviam.activepivot.copper.api
Interfaces to defined hierarchies in Copper.
MultiLevelHierarchyBuilder.BucketingHierarchyBuilder - Interface in com.activeviam.activepivot.copper.api
 
MultiLevelHierarchyBuilder.CommonHierarchyBuilder<R> - Interface in com.activeviam.activepivot.copper.api
Interface to configure attributes common to all hierarchies.
MultiLevelHierarchyBuilder.CommonLevelBuilder<R> - Interface in com.activeviam.activepivot.copper.api
Interface to configure attributes common to all levels.
MultiLevelHierarchyBuilder.Definition - Interface in com.activeviam.activepivot.copper.api
The interface to implement to create the beginning of a hierarchy builder.
MultiLevelHierarchyBuilder.DefinitionBucketing - Interface in com.activeviam.activepivot.copper.api
The single interface to implement to create a hierarchy builder.
MultiLevelHierarchyBuilder.DefinitionJoin - Interface in com.activeviam.activepivot.copper.api
The single interface to implement to create a hierarchy builder.
MultiLevelHierarchyBuilder.DefinitionJoinWithField - Interface in com.activeviam.activepivot.copper.api
The single interface to implement to create a hierarchy builder.
MultiLevelHierarchyBuilder.JoinHierarchyBuilder - Interface in com.activeviam.activepivot.copper.api
 
MultiLevelHierarchyBuilder.JoinHierarchyBuilderWithField - Interface in com.activeviam.activepivot.copper.api
 
MultiLevelHierarchyBuilder.LevelFromStoreBuilder - Interface in com.activeviam.activepivot.copper.api
MultiLevelHierarchyBuilder.LevelsFromStoreBuilder - Interface in com.activeviam.activepivot.copper.api
Builder to define the levels.
MultiLevelHierarchyBuilder.PublishableLevelsFromStoreBuilder - Interface in com.activeviam.activepivot.copper.api
Builder to define the levels (at least one level has already been defined).
MultiLevelHierarchyBuilder.SelectHierarchyType - Interface in com.activeviam.activepivot.copper.api
 
MultiLevelHierarchyBuilder.SingleLevelBuilder - Interface in com.activeviam.activepivot.copper.api
Builder to add only one level to a hierarchy defined by MultiLevelHierarchyBuilder.SelectHierarchyType.fromStore(CopperStore).
MultiLevelHierarchyBuilder.Start - Interface in com.activeviam.activepivot.copper.api
Starting point to build the hierarchy.
MULTIPLE_INFO - Static variable in class com.qfs.snl.messages.form.impl.EnumFieldType
Information reader for the option to accept one or multple selected enum values.
MultipleAccessor - Class in com.activeviam.tech.core.api.filtering.impl
Default implementation of the multiple accessor.
MultipleAccessor(IProperty[]) - Constructor for class com.activeviam.tech.core.api.filtering.impl.MultipleAccessor
 
MultipleAccessor(String[]) - Constructor for class com.activeviam.tech.core.api.filtering.impl.MultipleAccessor
 
MultipleFieldsModuloFunctionDescription(List<String>, int) - Constructor for class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
Constructor.
MultipleFieldsModuloPartitioningDescription - Class in com.activeviam.tech.partitioning.api
Description of a partitioning based on taking a modulo over multiple partitioning fields.
MultipleFieldsModuloPartitioningDescription(List<String>, List<String>, List<IPartitioningFunctionDescription>, MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription) - Constructor for class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription
Constructor.
MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription - Class in com.activeviam.tech.partitioning.api
Immutable description for a multiple fields modulo partitioning function.
MultipleFieldsModuloPartitioningDescriptionBuilder - Class in com.activeviam.tech.partitioning.api.builder
MultipleFieldsModuloPartitioningDescriptionBuilder(PartitioningDescriptionBuilder, String[], int) - Constructor for class com.activeviam.tech.partitioning.api.builder.MultipleFieldsModuloPartitioningDescriptionBuilder
Copy constructor.
MultipleFieldsModuloPartitioningDescriptionBuilder(String[], int) - Constructor for class com.activeviam.tech.partitioning.api.builder.MultipleFieldsModuloPartitioningDescriptionBuilder
Fully-qualified constructor.
MultipleFilesCsvTopic - Class in com.activeviam.source.csv.api
Topic based on the content of several CSV files.
multiply(CopperMeasure) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Creates a Copper measure that represents the result of the multiplication of this numeric measure by another numeric measure.
MULTIPLY_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for multiply aggregation function.
MultiRowVectorTableDescription - Class in com.activeviam.directquery.api.schema
Immutable description of a table containing vectors stored on multiple rows.
MultiRowVectorTableDescription.IBuildableMultiRowVectorTableDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying optional field properties.
MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder for the table description.
MultiRowVectorTableDescription.INeedColumnsToVectorizeBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the vectorized columns.
MultiRowVectorTableDescription.INeedExternalMultiRowVectorTableBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the external table.
MultiRowVectorTableDescription.INeedLocalMultiRowVectorTableNameBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the table local name.
MultiRowVectorTableDescription.INeedMultiRowVectorTableFieldsBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the fields.
MultiRowVectorTableDescription.INeedMultiRowVectorTableIndexFieldBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the index field.
MultiRowVectorTableDescription.INeedMultiRowVectorTableKeyFieldNamesBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the key field names.
MVCC - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to MultiVersion Concurrency Control.
MVCC_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to MultiVersion Concurrency Control.

N

name(String) - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription.FieldDescriptionBuilder
 
name(String) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
name(String) - Method in class com.activeviam.directquery.api.schema.JoinDescription.JoinDescriptionBuilder
 
name(String) - Method in class com.activeviam.source.csv.api.CsvSourceBuilder
Sets the name of the csv source.
NAME - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.mdx.IMdxContext
Property used to define the unique name of a calculated member or a set.
NAMED - Enum constant in enum class com.activeviam.database.sql.api.query.SqlDialectValues.LiteralParameterType
 
NamedExternalTable(SqlTableId) - Constructor for class com.activeviam.directquery.api.schema.ExternalTable.NamedExternalTable
 
namedSet() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Creates a builder for INamedSetDescription.
NAMES - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Type representing List[String].
namespace() - Element in annotation interface com.activeviam.tech.core.api.annotations.AtotiRestController
The namespace of the service.
NAMESPACE - Static variable in class com.activeviam.activepivot.server.intf.api.rest.DatabaseRestServices
The namespace in which the pivot REST API is exposed.
NAMESPACE - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
The namespace of the service in the REST API.
NAMESPACE - Static variable in class com.qfs.repository.rs.RepositoryRestServices
Global namespace for Repository.
NAMESPACE - Static variable in interface com.qfs.snl.rs.IAgentRestService
The namespace of the service in the REST API.
NAMESPACE - Static variable in interface com.qfs.snl.rs.IInformationRestService
The name space.
NAMESPACE - Static variable in interface com.qfs.snl.rs.IMessageRestService
The namespace of the service in the REST API.
NAMESPACE - Static variable in interface com.qfs.snl.rs.IRepositoryWorkflowRestService
The namespace of the service in the REST API.
NAMESPACE - Static variable in interface com.qfs.snl.rs.IWorkflowRestService
The namespace of the service in the REST API.
NamingConventions - Class in com.activeviam.directquery.api.schema.utils
Classic naming conventions used in utilities to ease renaming.
NATIVE_MEMORY_CACHE_RATIO_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property that configures cache ratio.
NATIVE_MMAPING_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property that configures the reserved memory to allocate for a given size of chunk.
nativeRows() - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
Starts building an IJdbcSource with native rows.
NATURAL_ORDER_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the implementation of INaturalOrderComparator in ascending order.
NATURAL_ORDER_TO_STRING_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the implementation of INaturalOrderComparator based on Object.toString().
NavigationMode - Enum Class in com.activeviam.activepivot.copper.api
Controls whether the measure searches for the value at the exact requested location or searches for a non-null value at least at the requested distance.
NB_CANCELED_WORKFLOWS - Static variable in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Cancelled count attributes.
NB_STARTED_WORKFLOWS - Static variable in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Started count attribute.
NB_STOPPED_WORKFLOWS - Static variable in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Completed count attribute.
needInitialization(String, String) - Method in interface com.activeviam.activepivot.server.spring.api.content.ActivePivotContentServiceBuilder.ICanInit
Deprecated, for removal: This API element is subject to removal in a future version.
needInitialization(String, String, String) - Method in interface com.activeviam.activepivot.server.spring.api.content.ActivePivotContentServiceBuilder.ICanInit
Creates directories that will be used to store descriptions and entitlements.
needRestartAt(long) - Method in interface com.qfs.snl.agent.service.IMonitorExecution
Indicates that the stream needs to be restarted.
needRestartAt(long) - Method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
 
NEGATIVE_CELLSET_LIMIT_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The maximum number of removed locations that can be handled by real-time MDX queries.
negativeValueVector(IVector) - Static method in class com.activeviam.tech.chunks.api.vectors.VectorUtils
Creates a vector to take the negative value of the underlying vector.
NeighborValuePostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
This Post Processor, given a time hierarchy and a location, returns the previous or next value along the time hierarchy if it exists.
NeighborValuePostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.NeighborValuePostProcessor
Constructor.
NeighborValuePostProcessor.NeighborValuePrefetcher - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
Prefetcher for the NeighborValuePostProcessor.
NeighborValuePrefetcher(String, NeighborValuePostProcessor) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.NeighborValuePostProcessor.NeighborValuePrefetcher
Constructor.
neq(Object) - Method in interface com.activeviam.activepivot.core.intf.api.copper.CopperLevel
Creates a CopperLevelCondition that represents the result of an inequality test between each member value of this level and the given object value.
NETTY_BIND_ADDRESS_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The bind address property for the Netty messenger.
NETTY_CURRENT_MACHINE_ADDRESS_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that defines the current machine address or the external public IP address.
NETTY_MAX_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that limits the size of messages (in bytes) sent over the network.
NETTY_PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The plugin key of a messenger relying on Netty for exchanging messages and JGroups-based for cluster management.
NETTY_PORT_RANGE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that defines the range of ports for Netty messenger.
NettyMessageType - Enum Class in com.activeviam.activepivot.dist.impl.api.messenger.netty
This class defines the keys to set the maximum size for different netty message types.
NEW_WORKFLOW_CONFIG - Static variable in class com.qfs.snl.workflows.IWorkflowPayload.Variables
IEntityWorkflowConfiguration: New workflow configuration to set.
newChunk() - Method in interface com.activeviam.source.common.api.IMessage
Instantiate a new chunk to collect a block of data within that message.
newChunk() - Method in interface com.activeviam.source.common.api.IStoreMessage
 
newHierarchy(String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Returns a builder to create a Copper hierarchy that can hold several levels.
newHierarchy(String, String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Returns a builder to create a Copper hierarchy that can hold several levels.
newLookupMeasure(CopperStoreField) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure referencing the records of a joined field, which can then be used in calculations.
newMessage(T) - Method in interface com.activeviam.source.common.api.IMessageChannel
Creates a new message that will collect data elements from the source, and then be sent through the channel.
NewMessageDto - Class in com.qfs.snl.dtos.ws
DTO notifying a new message for the connected user.
NewMessageDto(IMessage) - Constructor for class com.qfs.snl.dtos.ws.NewMessageDto
Constructor.
newPostProcessor(String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure referencing a post-processor.
newRecord() - Method in interface com.activeviam.tech.records.api.IRecordFormat
Returns new empty record, designed to be written into.
newRecord(Object...) - Method in interface com.activeviam.tech.records.api.IRecordFormat
Spawns a new record following this RecordFormat, and filled with the given tuple.
newWorkload() - Method in interface com.activeviam.source.csv.api.ICsvSource
Create a new initially empty IParsingWorkload that can subsequently be filled with work and then executed.
next() - Method in interface com.activeviam.tech.records.api.ICursor
Moves the cursor to the next row, if there is another row.
nextDouble() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
nextDouble() - Method in interface com.activeviam.tech.chunks.api.vectors.util.IPrimitiveIterator
Returns the next double.
nextFloat() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
nextFloat() - Method in interface com.activeviam.tech.chunks.api.vectors.util.IPrimitiveIterator
Returns the next float.
nextInt() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
nextInt() - Method in interface com.activeviam.tech.chunks.api.vectors.util.IPrimitiveIterator
Returns the next integer.
nextLong() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
nextLong() - Method in interface com.activeviam.tech.chunks.api.vectors.util.IPrimitiveIterator
Returns the next long.
NO_BRANCH - Static variable in interface com.activeviam.activepivot.server.intf.api.streaming.IAggregatesEvent
Branch code for events that cannot be associated with a branch.
NO_CLASSIFICATION - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.ClassificationType
Represents an analysis hierarchy for which the values are user-defined.
NO_COLLISION - Static variable in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.FieldsCollisionHandler
If all field names are unique, then we can just trivially build our {field, path} map.
NO_EPOCH - Static variable in interface com.activeviam.activepivot.server.intf.api.streaming.IActivePivotEvent
Epoch code for events that cannot be associated with an epoch.
NO_ID - Static variable in interface com.qfs.repository.persistence.model.IPointValue
Default id value (0L) given to an entity before being persisted.
NO_ID - Static variable in interface com.qfs.snl.persistence.IIdentifiable
Default id value (0L) given to an entity before being persisted.
NO_LIMIT - Static variable in interface com.activeviam.source.csv.api.ICsvParserConfigPolicy
Deprecated.
Policy with no restrictions.
NO_NEW_BRANCHES - Static variable in class com.qfs.repository.impl.DatastoreRepositoryCache
Predefined policy to use not to accept any commit on new branches.
NO_REPLICATION - Enum constant in enum class com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot.DataReplication
NO_REPLICATION will replicate the measures only on the default member of unknown hierarchies(AllMember for regular hierarchies, or the default member for slicing hierarchies).
NO_REPLICATION_MEASURES - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
Property to control which measures mustn't be evaluated if the queried location will cause replication.
NO_ROW - Static variable in interface com.activeviam.tech.records.api.IRecordBlock
Constant representing a invalid row in a listing of row indexes.
noEpoch(long, IEpoch) - Static method in exception class com.activeviam.tech.mvcc.api.exceptions.AbandonedEpochException
Creates an exception when a wanted epoch is not found.
noMatch(IPointLocationBuilder) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure.ResultConsumer
Accepts a location in the case no matching data was met on the database results.
NON_AVAILABLE_VALUE - Static variable in interface com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughRow
String returned when a value is not available.
NON_NULL - Enum constant in enum class com.activeviam.activepivot.copper.api.NavigationMode
Move to the first non-null value at least at the requested distance.
NONE - Enum constant in enum class com.activeviam.database.datastore.api.transaction.stats.TransactionStatisticsOption
Do not collect transaction statistics.
NONE - Enum constant in enum class com.activeviam.tech.core.api.agent.IAgent.State
The state of an agent that has not been initialized yet.
NONE - Enum constant in enum class com.qfs.repository.ws.ParameterWsConfigurationDto.ParameterFetchingMode
Fetch only persisted point values.
NONE - Enum constant in enum class com.qfs.snl.ws.IMessageWsService.FetchMessageMode
Fetch none of the existing messages.
NONE - Static variable in class com.qfs.snl.kpis.impl.KpiUtil.RedOrangeGreen
Logical value associated to a null status.
NOOP - Static variable in interface com.activeviam.database.sql.api.query.CommentGenerator
 
NoRestrictionCsvParserConfigPolicy - Class in com.activeviam.source.csv.api
Deprecated, for removal: This API element is subject to removal in a future version.
Not used, this was initially intended for Atoti Python SDK
NoRestrictionCsvParserConfigPolicy() - Constructor for class com.activeviam.source.csv.api.NoRestrictionCsvParserConfigPolicy
Deprecated.
 
normalize(IDrillthroughRow) - Method in interface com.activeviam.activepivot.server.intf.api.dto.IDrillthroughResultDTOState
Normalize a row - (for jaxb serialization).
normalizePath(String) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Normalizes the path to a given file, so that a path can be safely retrieved from a map.
normalizeSpace(String) - Static method in class com.activeviam.tech.core.api.tracking.Tracing
Deprecated.
Returns the argument string with whitespace normalized by using String.trim() to remove leading and trailing whitespace and then replacing sequences of whitespace characters by a single space.
normalizeUrl(String, boolean) - Static method in interface com.activeviam.web.core.api.IUrlBuilder
Normalizes a URL, removing extra "/" characters.
noRow() - Static method in class com.activeviam.directquery.application.api.refresh.condition.ConditionFactory
Crates a condition which match no row in the table.
not(ICubeRestriction) - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ICubeRestriction
Negates the given restriction.
not(IColumnCondition) - Static method in class com.activeviam.directquery.application.api.refresh.condition.ConditionFactory
Creates a condition which matches the negation of another one.
not(Map<String, Object>) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a NOT condition.
NOT - Static variable in interface com.activeviam.tech.core.api.filtering.ILogicalCondition
Plugin key for the NOT logical.
NOT_ENOUGH_COLUMNS - Enum constant in enum class com.activeviam.source.csv.api.report.ICsvAnomaly.CsvAnomalyTypeEnum
 
NOT_STARTED - Static variable in interface com.activeviam.tech.records.api.ICursor
 
NOT_SUPPORTED - Enum constant in enum class com.activeviam.database.sql.api.query.SqlDialectValues.LiteralParameterType
 
NotColumnCondition - Class in com.activeviam.directquery.application.api.refresh.condition
Negate a condition.
NotColumnCondition(IColumnCondition) - Constructor for class com.activeviam.directquery.application.api.refresh.condition.NotColumnCondition
 
NotCondition - Class in com.activeviam.tech.core.api.filtering.impl
Negate a condition.
NotCondition() - Constructor for class com.activeviam.tech.core.api.filtering.impl.NotCondition
Empty constructor.
NotCondition(ICondition) - Constructor for class com.activeviam.tech.core.api.filtering.impl.NotCondition
Constructor.
NotCondition(ICondition[]) - Constructor for class com.activeviam.tech.core.api.filtering.impl.NotCondition
Constructor.
NotCondition(Collection<? extends ICondition>) - Constructor for class com.activeviam.tech.core.api.filtering.impl.NotCondition
Constructor.
NotCubeRestriction - Class in com.activeviam.activepivot.core.intf.api.experimental.context.filter
Negate a restriction.
notFactless() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanBeFactless
Describes this hierarchy not to be a factless hierarchy, whose members come from the base store of the cube.
NotFoundException - Exception Class in com.activeviam.tech.core.api.exceptions.service
Class exception for requests to a non-existing resource.
NotFoundException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.NotFoundException
Constructor.
NotFoundException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.NotFoundException
Constructor.
NotFoundException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.NotFoundException
Constructor.
notifyListeners(Consumer<ListenerT>) - Method in class com.qfs.snl.utils.impl.AServiceWithListeners
Notifies all listeners.
NotImplementedException - Exception Class in com.activeviam.tech.core.api.exceptions.service
Class exception for requests targeting a method of a service that is not currently implemented.
NotImplementedException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.NotImplementedException
Constructor.
NotImplementedException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.NotImplementedException
Constructor.
NotImplementedException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.NotImplementedException
Constructor.
NOW - Static variable in class com.qfs.snl.dtos.TimePeriodDto
Keyword to represent the server current time.
NULL_EPOCH_ID - Static variable in interface com.activeviam.tech.mvcc.api.IEpoch
The epoch before the IEpoch.INITIAL_EPOCH_ID.
nullable(boolean) - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription.FieldDescriptionBuilder
 
nullable(boolean) - Method in class com.activeviam.tech.chunks.api.types.FieldType.FieldTypeBuilder
Sets the nullability.
nullable(boolean) - Method in class com.activeviam.tech.chunks.api.types.Types.TypeInformation.TypeBuilder
 
NULLABLE_BOOLEAN - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
NULLABLE_DOUBLE - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
NULLABLE_FLOAT - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
NULLABLE_INTEGER - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
NULLABLE_LOCAL_DATE - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
NULLABLE_LOCAL_DATE_TIME - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
NULLABLE_LOCAL_TIME - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
NULLABLE_LONG - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
NULLABLE_OBJECT - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
NULLABLE_STRING - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
NULLABLE_TIMESTAMP - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
NULLABLE_ZONED_DATE_TIME - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
nullAtTopLevels() - Method in interface com.activeviam.activepivot.copper.api.CopperParentValueMeasure
Returns a modified measure that will return null when the shift operation is performed above the top levels.
nullRootField(String) - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Creates a predicate testing that a field of the root element is null.
NUMA - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to NUMA.
NUMA_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to NUMA.
NUMA_POLICY_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property that configures the NUMA thread placement policy.
numaNodeSelector(INumaSelectorDescription) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
NumaSelectorFromJoinDescription - Class in com.activeviam.tech.partitioning.api.numa
Use the same INumaNodeSelector as the target store of the reference.
NumaSelectorFromJoinDescription(String) - Constructor for class com.activeviam.tech.partitioning.api.numa.NumaSelectorFromJoinDescription
 
NumaSelectorFromTableDescription - Class in com.activeviam.tech.partitioning.api.numa
Use the fields of the table for partitioning.
NUMBER_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.format.IFormatter
Plugin key for the formatter of Number.
NumberFieldType - Class in com.qfs.snl.messages.form.impl
Form field type implementation to input numbers.
NumberFieldType(long) - Constructor for class com.qfs.snl.messages.form.impl.NumberFieldType
Full constructor.
NumberFieldType(FormProperty) - Constructor for class com.qfs.snl.messages.form.impl.NumberFieldType
Constructor from an Activiti from property.
NumberJdbcColumnCalculator - Class in com.activeviam.source.jdbc.api.calculator
JDBC calculator to change any Number type such as BigDecimal to the desired type.
NumberJdbcColumnCalculator(String, Function<Number, Object>) - Constructor for class com.activeviam.source.jdbc.api.calculator.NumberJdbcColumnCalculator
Constructor.
numberSkippedLines(int) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
Number of lines to skip from the top of the file (e.g. header lines).

O

OBJECT - Enum constant in enum class com.activeviam.directquery.api.schema.CustomReaderDescription.ReaderInputType
 
OBJECT - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
OBJECT - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
OBJECT_ARRAY - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
OBJECT_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
objectVector(Object...) - Static method in class com.activeviam.tech.chunks.api.vectors.ArrayVectorUtils
Creates an on heap vector backed by the given array.
OBSERVABILITY - Enum constant in enum class com.activeviam.web.spring.api.security.dsl.MachineToMachineSecurityDsl.Scope
Used for security related to endpoints providing public information about an Atoti application.
OBSERVABILITY - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to observability in Atoti Server.
OBSERVABILITY_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to observability in Atoti Server.
of(int) - Static method in class com.activeviam.directquery.api.cache.CacheCapacity.MaxLinesCount
Creates a new MaxLinesCount instance.
of(int) - Static method in class com.activeviam.directquery.api.cache.CacheCapacity.MaxPartitionsCount
Creates a new MaxPartitionsCount instance.
of(Object) - Static method in class com.activeviam.tech.core.api.cell.CellUtil
Creates a cell containing the given value.
of(Object...) - Static method in record class com.activeviam.directquery.api.cache.CachePartition
Creates a new cache partition.
of(U, T) - Static method in class com.activeviam.tech.core.api.util.Pairs
Creates a list of one pair.
of(U, T, U, T) - Static method in class com.activeviam.tech.core.api.util.Pairs
Creates a list of 2 pairs.
of(U, T, U, T, U, T) - Static method in class com.activeviam.tech.core.api.util.Pairs
Creates a list of 3 pairs.
of(U, T, U, T, U, T, U, T) - Static method in class com.activeviam.tech.core.api.util.Pairs
Creates a list of 4 pairs.
ofBoolean(boolean) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Creates a non-nullable boolean type with the given default value.
ofDouble(double) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Creates a non-nullable double type with the given default value.
ofEntries(Map.Entry<U, T>...) - Static method in class com.activeviam.tech.core.api.util.Pairs
Convert entries to a list of pairs.
ofFloat(float) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Creates a non-nullable float type with the given default value.
ofInt(int) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Creates a non-nullable int type with the given default value.
ofLong(long) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Creates a non-nullable long type with the given default value.
ofObject(Object) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Creates a non-nullable Object type with the given default value.
ofSize(int) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IKeyedVectorField
 
ofSize(int) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IUnkeyedVectorField
 
ofSize(int) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IVectorField
Specifies the size of the vectors that are going to be stored in this field.
ofString(String) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Creates a non-nullable String type with the given default value.
ON_DEMAND - Enum constant in enum class com.qfs.snl.dtos.KpiMonitorConfigurationDto.Mode
On Demand mode.
ON_HEAP - Enum constant in enum class com.activeviam.tech.chunks.api.vectors.AllocationType
The data is allocated on the heap.
onAgentCheckIn(IAgentDescription) - Method in interface com.qfs.snl.agent.IAgentListener
Notifies of a new Agent Checkin.
onAgentCheckIn(IAgentDescription) - Method in class com.qfs.snl.agent.impl.AgentReconnectionPolicy
Notifies of a new Agent Checkin.
onAgentCheckIn(IAgentDescription) - Method in class com.qfs.snl.alerts.impl.DuringEventAlertAggregator
 
onAgentCheckIn(IAgentDescription) - Method in class com.qfs.snl.alerts.impl.EventAlertAggregator
 
onAgentCheckOut(IAgentDescription) - Method in interface com.qfs.snl.agent.IAgentListener
Notifies of an Agent Check out.
onAgentCheckOut(IAgentDescription) - Method in class com.qfs.snl.agent.impl.AgentReconnectionPolicy
 
onAgentCheckOut(IAgentDescription) - Method in class com.qfs.snl.alerts.impl.DuringEventAlertAggregator
 
onAgentCheckOut(IAgentDescription) - Method in class com.qfs.snl.alerts.impl.EventAlertAggregator
 
onAllFields() - Static method in class com.activeviam.tech.partitioning.api.numa.NumaSelectorFromTableDescription
 
onBranchPermissionsChanged(String, IBranchPermissions) - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsListener
Performs an action when a specific branch's permissions are updated.
onBranchPermissionsChanged(String, IBranchPermissions) - Method in class com.activeviam.tech.mvcc.api.security.impl.CachedBranchPermissionsManager
 
onCommit(IEpoch) - Method in interface com.activeviam.tech.mvcc.api.IVersionHistory
Notifies the history that a new version has been committed.
onCommit(IEpoch, IEpochHistory) - Method in interface com.activeviam.tech.mvcc.api.policy.IEpochManagementPolicy
Executed after each commit on a component.
onCommit(IEpoch, IEpochHistory) - Method in class com.activeviam.tech.mvcc.api.policy.KeepAllEpochPolicy
 
onCommit(IEpoch, IEpochHistory) - Method in class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
 
onCommitFailure(DatastoreTransactionException) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionExceptionHandler
Handles a failure to commit the transaction.
onCompletion() - Method in interface com.qfs.snl.workflows.IWorkflowProcess.CompletionCbk
Method call when the process completes.
onCompletion(IWorkflowProcess.CompletionCbk) - Method in class com.qfs.snl.workflows.impl.CompletedWorkflowProcess
 
onCompletion(IWorkflowProcess.CompletionCbk) - Method in class com.qfs.snl.workflows.impl.WorkflowProcess
 
onCompletion(IWorkflowProcess.CompletionCbk) - Method in interface com.qfs.snl.workflows.IWorkflowProcess
Registers an action to be executed when the process completes.
onConnection(String) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentListener
Notifies connection event.
onContentUpdates(List<? extends ContentUpdate>) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentListener
Notifies the listener that some entries have been updated.
onCsvFileParsingDone(CsvFileParsingDone) - Method in interface com.activeviam.source.csv.api.observability.ICsvSourceHealthEventHandler
Called once the parsing of a CSV file is finished.
onCsvFileParsingDone(CsvFileParsingDone) - Method in class com.activeviam.source.csv.api.observability.LoggingCsvHealthEventHandler
 
onCsvFileParsingFailure(CsvFileParsingFailure) - Method in interface com.activeviam.source.csv.api.observability.ICsvSourceHealthEventHandler
Called when the parsing of a CSV file failed.
onCsvFileParsingFailure(CsvFileParsingFailure) - Method in class com.activeviam.source.csv.api.observability.LoggingCsvHealthEventHandler
 
onCsvFileParsingProgress(CsvFileParsingProgress) - Method in interface com.activeviam.source.csv.api.observability.ICsvSourceHealthEventHandler
Called regularly as a CSV file is being parsed.
onCsvFileParsingProgress(CsvFileParsingProgress) - Method in class com.activeviam.source.csv.api.observability.LoggingCsvHealthEventHandler
 
onCsvLineParsingFailure(CsvLineParsingFailure) - Method in interface com.activeviam.source.csv.api.observability.ICsvSourceHealthEventHandler
Called when the parsing of a line of a CSV file failed.
onCsvLineParsingFailure(CsvLineParsingFailure) - Method in class com.activeviam.source.csv.api.observability.LoggingCsvHealthEventHandler
 
onDatastoreTransactionCommitted(DatastoreTransactionCommitted) - Method in interface com.activeviam.database.datastore.api.observability.IDatastoreHealthEventHandler
Called when a transaction is committed on the datastore.
onDatastoreTransactionCommitted(DatastoreTransactionCommitted) - Method in class com.activeviam.database.datastore.api.observability.impl.LoggingDatastoreHealthEventHandler
 
onDatastoreTransactionStarted(DatastoreTransactionStarted) - Method in interface com.activeviam.database.datastore.api.observability.IDatastoreHealthEventHandler
Called when a transaction is started on the datastore.
onDatastoreTransactionStarted(DatastoreTransactionStarted) - Method in class com.activeviam.database.datastore.api.observability.impl.LoggingDatastoreHealthEventHandler
 
onDeletedMessage(IMessage) - Method in interface com.qfs.snl.messages.IMessageSubscriber
Notifies that a message has been deleted.
onDeletedMessage(IMessage) - Method in class com.qfs.snl.ws.impl.SocketSubscriber
 
onDeletedMonitors(Collection<? extends IMonitor>) - Method in interface com.qfs.snl.monitors.IMonitorListener
Notifies of deleted monitors.
onDeletedMonitors(Collection<? extends IMonitor>) - Method in class com.qfs.snl.ws.impl.GraphWsService
 
onDeletedMonitors(Collection<? extends IMonitor>) - Method in class com.qfs.snl.ws.impl.MonitorWsService
 
onDictionary(int, IDictionary<Object>) - Method in interface com.activeviam.database.datastore.api.condition.ICustomCondition
Receives the dictionary in use for a field of the record.
onDictionary(int, IDictionary<Object>) - Method in class com.activeviam.database.datastore.api.condition.impl.FieldComparisonCondition
 
onDimension(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSubCubeProperties.IGrantingMembers
Granting members on a dimension.
onDiscard(V) - Method in interface com.activeviam.tech.mvcc.api.IEpochManager.IVersionLifecycleHandler
Called by the IVersionHistory when a version is discarded.
onDisconnect(IWsSession) - Method in class com.qfs.repository.ws.impl.ParameterTopic
 
onDisconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.AlertTopic
 
onDisconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.GraphTopic
 
onDisconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.MessageTopic
 
onDisconnect(IWsSession) - Method in class com.qfs.snl.ws.impl.MonitorTopic
 
onDisconnected() - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsListener
Performs an action when the connection to the branch permissions manager is lost.
onDisconnected() - Method in class com.activeviam.tech.mvcc.api.security.impl.CachedBranchPermissionsManager
 
onDisconnection() - Method in interface com.activeviam.tech.contentserver.storage.api.IContentListener
Notifies the listener that it has been disconnected from.
onDomainCreated(String) - Method in interface com.activeviam.tech.streaming.intf.api.IDomainListener
Called back when the first listener joins a domain.
onDomainRemoved(String) - Method in interface com.activeviam.tech.streaming.intf.api.IDomainListener
Called back when the last listener leaves a domain.
onError(I, Throwable) - Method in interface com.activeviam.source.common.api.report.IMessageHandler
The method that is called when there is an error.
onError(I, Throwable) - Method in class com.activeviam.source.common.api.report.impl.LogMessageHandler
 
onError(Throwable) - Method in interface com.activeviam.source.common.api.IMessage
Notifies the message that an error was raised while preparing its content.
onError(Throwable) - Method in class com.activeviam.source.common.api.impl.AStoreMessage
 
onEvent(IStream<EventT>, EventT, IEpoch) - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IStreamListener
Receives an event from the given stream.
onEvent(ICsvTopic<I>, IFileEvent<I>) - Method in interface com.activeviam.source.csv.api.IFileListener
Event triggered when collections of files are modified, created or deleted.
onEvent(IHealthEvent) - Static method in interface com.activeviam.tech.observability.api.health.IHealthEventDispatcher
Notifies the default dispatcher that an event occurred.
onEvent(IParameterUpdate<IPointValue.IKey, IPointValue>) - Method in interface com.qfs.repository.params.IParameterChangeListener
Called when an update occurs.
onEvent(String, List<IStreamEvent>) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamListener
Called when events occur on a domain that the listener listens to.
onEvent(String, List<IStreamEvent>) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
 
onEvent(String, List<IStreamEvent>) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
onEvent(Level, Set<String>, Supplier<IHealthEvent>) - Static method in interface com.activeviam.tech.observability.api.health.IHealthEventDispatcher
Notifies the default dispatcher that an event with the given level and tags will be created.
onEvent(ActivitiEvent) - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
 
onEvent(ActivitiEvent) - Method in class com.qfs.snl.workflows.tasks.impl.TaskService
 
onEvents(Collection<? extends ISentinelEvent>) - Method in interface com.qfs.snl.monitors.IMonitorListener
Notifies of new events.
onEvents(Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.ws.impl.GraphWsService
 
onEvents(Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.ws.impl.MonitorWsService
 
onExceptionInInstructions(DatastoreTransactionException) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionExceptionHandler
Handles a DatastoreTransactionException that occurred within the instructions.
onFields(Set<String>) - Static method in class com.activeviam.tech.partitioning.api.numa.NumaSelectorFromTableDescription
 
onGraphWsSession(Long, IWsSession) - Method in interface com.qfs.snl.ws.IGraphWsService
Method called when a graph session is going to start or stop.
onGraphWsSession(Long, IWsSession) - Method in class com.qfs.snl.ws.impl.GraphWsService
 
onHierarchy(HierarchyIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSubCubeProperties.IGrantingMembers
Granting members on a hierarchy.
onHierarchy(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.IDefiningDefaultMember
Sets the hierarchy unique name.
onHierarchy(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSubCubeProperties.IGrantingMembersOnDimension
Granting members on a hierarchy.
onHierarchy(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSubCubeProperties.IGrantingMembers
Granting members on a hierarchy.
onJdbcFetchingDone(JdbcFetchingDoneEvent) - Method in interface com.activeviam.source.jdbc.api.observability.IJdbcSourceHealthEventHandler
Dispatches an event about the completion of a fetch on a JDBC source.
onJdbcFetchingDone(JdbcFetchingDoneEvent) - Method in class com.activeviam.source.jdbc.api.observability.LoggingJdbcHealthEventHandler
 
onJdbcFetchingFailed(JdbcFetchingFailureEvent) - Method in interface com.activeviam.source.jdbc.api.observability.IJdbcSourceHealthEventHandler
Dispatches an event about the failure of a fetch on a JDBC source.
onJdbcFetchingFailed(JdbcFetchingFailureEvent) - Method in class com.activeviam.source.jdbc.api.observability.LoggingJdbcHealthEventHandler
 
onJvmMemoryReport(JvmMemoryReport) - Method in interface com.activeviam.tech.observability.api.health.IComposerHealthEventHandler
The method called when a JVM memory report is forwarded to this handler.
onMessagePublished(I, IPublicationInfo) - Method in interface com.activeviam.source.common.api.report.IMessageHandler
Called after the message has been successfully published.
onMessagePublished(I, IPublicationInfo) - Method in class com.activeviam.source.common.api.report.impl.LogMessageHandler
 
onMessageStarted(I) - Method in interface com.activeviam.source.common.api.report.IMessageHandler
Called when the message starts.
onMessageStarted(I) - Method in class com.activeviam.source.common.api.report.impl.LogMessageHandler
 
onNewMessage(IMessage) - Method in interface com.qfs.snl.messages.IMessageSubscriber
A new Message is provided to this subscriber.
onNewMessage(IMessage) - Method in class com.qfs.snl.ws.impl.SocketSubscriber
 
onNewMonitors(Collection<? extends IMonitor>) - Method in interface com.qfs.snl.monitors.IMonitorListener
Notifies of new monitors.
onNewMonitors(Collection<? extends IMonitor>) - Method in class com.qfs.snl.ws.impl.GraphWsService
 
onNewMonitors(Collection<? extends IMonitor>) - Method in class com.qfs.snl.ws.impl.MonitorWsService
 
onParameterUpdate(IParameterEvent) - Method in class com.qfs.repository.impl.LookupStream
 
onParameterUpdate(IParameterEvent) - Method in interface com.qfs.repository.IParameterListener
Notify the listener that some parameters have changed.
onParameterUpdate(IParameterEvent) - Method in class com.qfs.repository.mdx.impl.LookupMdxContinuousDecorator
 
onParameterUpdate(IParameterEvent) - Method in class com.qfs.repository.mdx.impl.ParameterStoreStream
 
onPivot(String) - Method in interface com.activeviam.activepivot.server.intf.api.security.ICanHaveRoleEntitlements.IPivotEntitlementBuilderWithRole
Sets the pivot id.
onPublished(IPublicationInfo) - Method in interface com.activeviam.source.common.api.IMessage
Called after the message has been successfully published.
onPublished(IPublicationInfo) - Method in class com.activeviam.source.common.api.impl.AStoreMessage
 
onReadMessage(IMessage) - Method in interface com.qfs.snl.messages.IMessageSubscriber
Notifies that a message has been read.
onReadMessage(IMessage) - Method in class com.qfs.snl.ws.impl.SocketSubscriber
 
onRemoveUnknownKey(int[], IKeyEventContext) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IRemoveUnknownKeyListener
Event fired when trying to remove a key that does not exist in the store, i.e. a key that does not have any matching record.
onRemovingUnknownKey() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanSpecifyUnknownKeyRemovalBehavior
The action to run when trying to remove an unknown key.
onRollbackFailure(DatastoreTransactionException) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionExceptionHandler
Handles a failure to roll the transaction back.
onSelfFailure(Throwable) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.AStoreStream
 
onStarted() - Method in interface com.activeviam.source.common.api.IMessage
Called after this message has been started.
onStarted() - Method in class com.activeviam.source.common.api.impl.AStoreMessage
 
onStartedAlerts(Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.monitors.IAlertListener
Notifies of new alerts.
onStartedAlerts(Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.ws.impl.AlertWsService
Notifies of new alerts.
onStartFailure(DatastoreTransactionException) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionExceptionHandler
Handles a failure to start the transaction.
onStoppedAlerts(Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.monitors.IAlertListener
Notifies of stopped alerts.
onStoppedAlerts(Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.ws.impl.AlertWsService
Notifies of stopped alerts.
onUnknownEvent(IHealthEvent) - Method in class com.activeviam.database.datastore.api.observability.impl.LoggingDatastoreHealthEventHandler
 
onUnknownEvent(IHealthEvent) - Method in class com.activeviam.source.csv.api.observability.LoggingCsvHealthEventHandler
 
onUnknownEvent(IHealthEvent) - Method in class com.activeviam.source.jdbc.api.observability.LoggingJdbcHealthEventHandler
 
onUnknownEvent(IHealthEvent) - Method in interface com.activeviam.tech.observability.api.health.IHealthEventHandler
The default method to implement, that will receive all events by default.
onUpdatedAlerts(Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.monitors.IAlertListener
Notifies that alerts have been updated.
onUpdatedAlerts(Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.ws.impl.AlertWsService
 
onUpdatedMonitors(Collection<? extends IMonitor>) - Method in interface com.qfs.snl.monitors.IMonitorListener
Notifies of updated monitors.
onUpdatedMonitors(Collection<? extends IMonitor>) - Method in class com.qfs.snl.ws.impl.GraphWsService
 
onUpdatedMonitors(Collection<? extends IMonitor>) - Method in class com.qfs.snl.ws.impl.MonitorWsService
 
onWorkflowCancelled(String) - Method in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Records a cancellation of a workflow.
onWorkflowCompleted(String, long) - Method in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Records the completion of a workflow.
onWorkflowStarted(String, long) - Method in class com.qfs.snl.monitoring.impl.WorkflowStatistics
Records the start of a new workflow.
OPEN_PERMISSIONS - Static variable in class com.activeviam.activepivot.server.json.api.branch.JsonBranchPermissions
Constant for permissions allowing all users and roles to read/edit.
openConnection() - Method in class com.activeviam.source.keyvalue.api.impl.AKeyValueConnectionPool
Open a new connection to the KeyValue database.
openPermissions() - Static method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissions
Creates default permissions that allows any user to view/update/delete the branch.
openReadableByteChannel() - Method in interface com.activeviam.source.csv.api.ICsvDataProvider
Opens a ReadableByteChannel to read the contents of this csv data provider.
openReadableByteChannel() - Method in class com.activeviam.source.csv.api.PathCsvDataProvider
 
openSession() - Method in class com.qfs.snl.activiti.SentinelProcessEntityManager.Factory
 
OptimizationDescription - Class in com.activeviam.database.datastore.api.description.impl
Default immutable implementation of IOptimizationDescription.
OptimizationDescription(String, IOptimizationDescription.Optimization) - Constructor for class com.activeviam.database.datastore.api.description.impl.OptimizationDescription
Creates an optimization description over a single field.
OptimizationDescription(List<String>, IOptimizationDescription.Optimization) - Constructor for class com.activeviam.database.datastore.api.description.impl.OptimizationDescription
Creates an optimization description over one or multiple fields.
optimizations(Collection<IOptimizationDescription>) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
or(CopperLevelCondition) - Method in interface com.activeviam.activepivot.core.intf.api.copper.CopperLevelCondition
Creates a new condition that represents the result of a logical or between this condition and another condition.
or(ICubeRestriction...) - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ICubeRestriction
Returns a restriction that is the logical OR of the given restrictions.
or(List<? extends ICubeRestriction>) - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ICubeRestriction
Returns a restriction that is the logical OR of the given restrictions.
or(List<IColumnCondition>) - Static method in class com.activeviam.directquery.application.api.refresh.condition.ConditionFactory
Creates a condition which matches the logical OR combination of other ones.
or(Map<String, Object>...) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a OR condition.
OR - Static variable in interface com.activeviam.tech.core.api.filtering.ILogicalCondition
Plugin key for the OR logical operand.
ORANGE - Static variable in class com.qfs.snl.kpis.impl.KpiUtil.RedOrangeGreen
Logical value associated to orange.
ORANGE - Static variable in class com.qfs.snl.monitors.IMonitorReport.Statuses
 
OrColumnCondition - Class in com.activeviam.directquery.application.api.refresh.condition
Logical OR combination of other conditions.
OrColumnCondition(List<IColumnCondition>) - Constructor for class com.activeviam.directquery.application.api.refresh.condition.OrColumnCondition
 
OrCondition - Class in com.activeviam.tech.core.api.filtering.impl
Logical OR combination of other conditions.
OrCondition(ICondition[]) - Constructor for class com.activeviam.tech.core.api.filtering.impl.OrCondition
Constructor.
OrCondition(Collection<? extends ICondition>) - Constructor for class com.activeviam.tech.core.api.filtering.impl.OrCondition
Constructor.
OrCubeRestriction - Class in com.activeviam.activepivot.core.intf.api.experimental.context.filter
Logical OR combination of other restrictions.
OrCubeRestriction.DijBuilder - Class in com.activeviam.activepivot.core.intf.api.experimental.context.filter
Draft API.
orderAsc(String) - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Orders results by one single field of the root element, in ascending order.
orderBy(CopperHierarchy) - Static method in interface com.activeviam.activepivot.copper.api.Window
Specifies the ordering within each partition.
orderDesc(String) - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Orders results by one single field of the root element, in descending order.
ORG_UNIT - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
originBaseTableName(String) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Sets the base table being pre-aggregated.
output(SerializableFunction<IArrayReader, ?>, int) - Method in interface com.activeviam.activepivot.copper.api.CopperUserDefinedAggregateFunctionBuilder.CopperUserDefinedAggregateFunctionBuilderToTerminate
Specifies the output type of the aggregated measure, as well as the function to compute the final results from the aggregation buffers.
output(SerializableFunction<IArrayReader, ?>, int) - Method in interface com.activeviam.activepivot.copper.api.CopperUserDefinedAggregateFunctionOnMeasuresBuilder.CopperUserDefinedAggregateFunctionOnMeasuresBuilderToTerminate
Specifies the output type of the aggregated measure, as well as the function to compute the final results from the aggregation buffers.
OUTPUT_TYPE - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
Deprecated, for removal: This API element is subject to removal in a future version.
OUTPUT_TYPE_PROPERTY - Static variable in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
The property used to declare the type of the results created by this post-processor.
outputAsDouble(SerializableToDoubleFunction<IArrayReader>) - Method in interface com.activeviam.activepivot.copper.api.CopperUserDefinedAggregateFunctionBuilder.CopperUserDefinedAggregateFunctionBuilderToTerminate
Specifies function to compute the final double results from the aggregation buffers.
outputAsDouble(SerializableToDoubleFunction<IArrayReader>) - Method in interface com.activeviam.activepivot.copper.api.CopperUserDefinedAggregateFunctionOnMeasuresBuilder.CopperUserDefinedAggregateFunctionOnMeasuresBuilderToTerminate
Specifies function to compute the final double results from the aggregation buffers.
outputFromBuffer(int) - Method in interface com.activeviam.activepivot.copper.api.CopperUserDefinedAggregateFunctionBuilder.CopperUserDefinedAggregateFunctionBuilderToTerminate
Specifies that the final result of the UDAF is located at the given position in the aggregation buffer.
outputFromBuffer(int) - Method in interface com.activeviam.activepivot.copper.api.CopperUserDefinedAggregateFunctionOnMeasuresBuilder.CopperUserDefinedAggregateFunctionOnMeasuresBuilderToTerminate
Specifies that the final result of the UDAF is located at the given position in the aggregation buffer.
outputTypes() - Method in class com.activeviam.directquery.api.UserDefinedSqlAggregationFunction
 
outputTypes(List<IFieldType>) - Method in interface com.activeviam.directquery.api.UserDefinedSqlAggregationFunction.INeedOutputTypesBuilder
Set the output types of the aggregation function.
over(Window) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasureOver
Defines the window over which the analytic function will operate.
OverflowException - Exception Class in com.activeviam.source.csv.api
An overflow exception that happens when too many watch events happened before being processed.
OverflowException(String) - Constructor for exception class com.activeviam.source.csv.api.OverflowException
Constructor.
OverflowException(String, Throwable) - Constructor for exception class com.activeviam.source.csv.api.OverflowException
Constructor.
overrideDimensionVisibility(DimensionIdentifier, boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanOverrideDimensionVisibilities
Overrides the visibility for a dimension with the given value.
overrideDimensionVisibility(String, boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanOverrideDimensionVisibilities
Deprecated, for removal: This API element is subject to removal in a future version.
overrideHierarchyVisibility(HierarchyIdentifier, boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanOverrideHierarchyVisibilities
Overrides the visibility for a hierarchy with the given value.
overrideHierarchyVisibility(String, String, boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanOverrideHierarchyVisibilities
Deprecated, for removal: This API element is subject to removal in a future version.

P

packagesToScan(List<String>) - Method in class com.activeviam.tech.core.api.registry.Registry.RegistryContributions.RegistryContributionsBuilder
 
PageProperties() - Constructor for class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties
 
Pair<L,R> - Class in com.activeviam.tech.core.api.util
Pair implementation.
Pair() - Constructor for class com.activeviam.tech.core.api.util.Pair
Empty constructor.
Pair(L, R) - Constructor for class com.activeviam.tech.core.api.util.Pair
Constructor.
Pairs - Class in com.activeviam.tech.core.api.util
Utility class for lists of IPair.
PARAM_DEFAULT_VALUE - Static variable in class com.qfs.repository.impl.LookUpPostProcessor
Key for MDX compilation referring to optional default value.
PARAM_PARAMETER_ID - Static variable in class com.qfs.repository.impl.LookUpPostProcessor
Key for MDX compilation referring to parameter id.
Parameter - Class in com.qfs.repository.params.impl
Represent a parameter.
Parameter(String, List<? extends IPointValue>) - Constructor for class com.qfs.repository.params.impl.Parameter
Constructor.
PARAMETER - Static variable in class com.qfs.snl.workflows.IWorkflowPayload.Variables
String: The name of the parameter.
PARAMETER - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowEntities
Entity type for parameter workflows.
PARAMETER_UPDATE - Static variable in class com.qfs.snl.workflows.IWorkflowPayload.Variables
The name of the point values changes.
ParameterDto - Class in com.qfs.repository.dto
Represent a parameter with all its current point values.
ParameterDto() - Constructor for class com.qfs.repository.dto.ParameterDto
Default Constructor.
ParameterDto(IParameter) - Constructor for class com.qfs.repository.dto.ParameterDto
Copy constructor.
ParameterDto(String, List<PointValueDto>) - Constructor for class com.qfs.repository.dto.ParameterDto
Constructor.
ParameterEvent - Class in com.qfs.repository.impl
Default implementation of IParameterEvent.
ParameterEvent(Map<String, Set<String>>, Map<String, Set<Object[]>>, IEpoch) - Constructor for class com.qfs.repository.impl.ParameterEvent
Constructor.
ParameterNameProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor for parameter name.
ParameterNameProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.ParameterNameProcessExecutor
Constructor.
ParameterNameProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.ParameterNameProcessExecutorExtendedPlugin
Default constructor.
ParameterProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor for parameters.
ParameterProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.ParameterProcessExecutor
Constructor.
ParameterProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.ParameterProcessExecutorExtendedPlugin
Default constructor.
parameterStoreChannelFactory() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Factory to provide point values channels.
parameterStoreConfiguration() - Method in interface com.qfs.repository.config.impl.IParameterAwareDatastoreSchemaDescriptionConfig
Defines the configuration object used by the store dedicated to points values.
ParameterStoreConfiguration - Class in com.qfs.repository.impl
Default implementation of IParameterStoreConfiguration.
ParameterStoreConfiguration() - Constructor for class com.qfs.repository.impl.ParameterStoreConfiguration
Empty Constructor.
ParameterStoreStream - Class in com.qfs.repository.mdx.impl
Default implementation of IParameterStream.
ParameterStoreStream(String, IDatastoreRepositoryCache) - Constructor for class com.qfs.repository.mdx.impl.ParameterStoreStream
Constructor.
parameterTopic() - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
The WS topic for parameter updates.
ParameterTopic - Class in com.qfs.repository.ws.impl
Topic dedicated to parameters feed.
ParameterTopic(IParameterWsService) - Constructor for class com.qfs.repository.ws.impl.ParameterTopic
Constructor.
ParameterUpdate<ExistingT,NewT> - Class in com.qfs.repository.params.impl
Basic implementation of an parameter update.
ParameterUpdate(IParameterUpdate<ExistingT, NewT>) - Constructor for class com.qfs.repository.params.impl.ParameterUpdate
Copy constructor.
ParameterUpdate(String) - Constructor for class com.qfs.repository.params.impl.ParameterUpdate
Constructor for an empty parameter update.
ParameterUpdate(String, List<NewT>, List<? extends IUpdateRequest<ExistingT, NewT>>, List<ExistingT>) - Constructor for class com.qfs.repository.params.impl.ParameterUpdate
Full constructor.
ParameterUpdateBuilder<ExistingT,NewT> - Class in com.qfs.repository.params.impl
Default implementation of a builder for parameter change definition.
ParameterUpdateBuilder(String) - Constructor for class com.qfs.repository.params.impl.ParameterUpdateBuilder
Constructor.
ParameterUpdateDto<ExistingT,NewT> - Class in com.qfs.repository.dto
DTO holding all the updates requests for a given parameter.
ParameterUpdateDto() - Constructor for class com.qfs.repository.dto.ParameterUpdateDto
Default Constructor.
ParameterUpdateDto(String, List<NewT>, List<UpdateRequestDto<ExistingT, NewT>>, List<ExistingT>) - Constructor for class com.qfs.repository.dto.ParameterUpdateDto
Constructor.
ParameterWsConfigurationDto - Class in com.qfs.repository.ws
Configuration objects use by IParameterWsService to register web sockets.
ParameterWsConfigurationDto() - Constructor for class com.qfs.repository.ws.ParameterWsConfigurationDto
Empty constructor.
ParameterWsConfigurationDto(boolean, ParameterWsConfigurationDto.ParameterFetchingMode, Set<String>) - Constructor for class com.qfs.repository.ws.ParameterWsConfigurationDto
Constructor.
ParameterWsConfigurationDto.ParameterFetchingMode - Enum Class in com.qfs.repository.ws
Fetching mode for parameters.
parameterWsService() - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
The web service for parameters updates.
ParameterWsService - Class in com.qfs.repository.ws.impl
Default implementation of IParameterWsService.
ParameterWsService(IRepositoryService) - Constructor for class com.qfs.repository.ws.impl.ParameterWsService
Constructor.
PARENT_BRANCH - Static variable in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Property used to specify on which branch a new branch must be started.
PARENT_HIERARCHIES - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentValuePostProcessor
The dimensions on which we shift the location to take the parent value.
ParentPrefetcher - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
Prefetch the parent location of the target locations, with respect to the chosen reference hierarchy.
ParentPrefetcher(IMeasuresProvider, Set<String>, IHierarchyInfo) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentPrefetcher
Constructor.
ParentPrefetcher(String, IMeasuresProvider, Set<String>, IHierarchyInfo) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentPrefetcher
Constructor.
parentValueOn(CopperHierarchy) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Creates a Copper measure which returns the value of its underlying measure for the parent member on the given hierarchy.
parentValueOn(CopperHierarchy, int) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Creates a Copper measure which returns the value of its underlying measure for the parent member on the given hierarchy.
ParentValuePostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
Parent value post processor.
ParentValuePostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentValuePostProcessor
Constructor.
PARQUET - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger name for all the events related to data retrieval from Parquet source.
PARQUET_LOGGER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
parse(int, IParser<T>) - Method in interface com.activeviam.source.csv.api.ILineReader
Parse the field at column index into an object, using the provided parser.
parse(CharSequence) - Method in interface com.activeviam.tech.core.api.format.IParser
Parse the char sequence into an object.
parseBoolean(CharSequence) - Method in interface com.activeviam.tech.core.api.format.IBooleanParser
Parse the char sequence into a boolean primitive.
parseDouble(int) - Method in interface com.activeviam.source.csv.api.ILineReader
Parse the field at column index into a double.
parseDouble(CharSequence) - Method in interface com.activeviam.tech.core.api.format.IDoubleParser
Parse the char sequence into a double primitive.
parseFloat(int) - Method in interface com.activeviam.source.csv.api.ILineReader
Parse the field at column index into a float.
parseFloat(CharSequence) - Method in interface com.activeviam.tech.core.api.format.IFloatParser
Parse the char sequence into a float primitive.
parseInt(CharSequence) - Method in interface com.activeviam.tech.core.api.format.IIntegerParser
Parse the char sequence into an int primitive.
parseInteger(int) - Method in interface com.activeviam.source.csv.api.ILineReader
Parse the field at column index into an integer.
parseKey(String) - Method in class com.activeviam.database.datastore.api.type.impl.ArrayVariableLiteralType
 
parseKey(String) - Method in class com.activeviam.database.datastore.api.type.impl.VariableLiteralType
 
parseKey(String) - Method in interface com.activeviam.tech.core.api.registry.IVariablePluginValue
Parses the given description to retrieve the corresponding plugin value.
parseLong(int) - Method in interface com.activeviam.source.csv.api.ILineReader
Parse the field at column index into a long.
parseLong(CharSequence) - Method in interface com.activeviam.tech.core.api.format.ILongParser
Parse the char sequence into an long primitive.
parserThreads(int) - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration.CsvSourceConfigurationBuilder
Property that identifies the number of parser threads.
parseShort(int) - Method in interface com.activeviam.source.csv.api.ILineReader
Parse the field at column index into a short.
parseShort(CharSequence) - Method in interface com.activeviam.tech.core.api.format.IShortParser
Parse the char sequence into a short primitive.
parseVersionsRanges(String) - Static method in interface com.activeviam.tech.mvcc.api.IEpoch
Parses a String representing epoch ranges, and returns an explicit array of epochs corresponding to the given ranges.
PARSING_REPORT_ENABLED - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Deprecated, for removal: This API element is subject to removal in a future version.
Use
invalid reference
CsvSourceConfiguration#builder()
instead.
ParsingException - Exception Class in com.activeviam.source.csv.api
A parsing exception in the csv file.
ParsingException(String, Throwable) - Constructor for exception class com.activeviam.source.csv.api.ParsingException
Constructor.
parsingReportEnabled(boolean) - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration.CsvSourceConfigurationBuilder
Property to enable the generation of a parsing report.
parsingReportEnabled(boolean) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanAddOptions
Specifies whether the reporting is enabled.
PartialEvent(AxisMemberDTO) - Constructor for class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo.PartialEvent
Constructor.
partialProviderName(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval measure provider.
partialProviders(Set<String>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData.QuerySummaryDataBuilder
The used partial providers.
partitionBy(CopperLevel) - Method in interface com.activeviam.activepivot.copper.api.Window
Specifies the level whose values will be used to break up the window into separated smaller windows (partitions) over which the analytic function is independently evaluated.
partitionDropped(int, List<int[]>, IRecordBlock<? extends IRecordReader>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.AStoreStream
 
partitionDropped(int, List<int[]>, IRecordBlock<? extends IRecordReader>) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
partitioner(Consumer<Collection<ILevelInfo>>) - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
partitioning(IPartitioningDescription) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
partitioning(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval partitioning.
PARTITIONING - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to the Atoti Server's partitioning.
PARTITIONING_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Atoti Server's partitioning.
partitioningCountByType(Map<String, Integer>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData.QuerySummaryDataBuilder
The number of partitioning by type.
PartitioningDescription - Class in com.activeviam.tech.partitioning.api
Description of a single field partitioning or partitioning by Cartesian product.
PartitioningDescription(List<String>, List<IPartitioningFunctionDescription>) - Constructor for class com.activeviam.tech.partitioning.api.PartitioningDescription
Constructor.
PartitioningDescriptionBuilder - Class in com.activeviam.tech.partitioning.api.builder
PartitioningDescriptionBuilder() - Constructor for class com.activeviam.tech.partitioning.api.builder.PartitioningDescriptionBuilder
 
PartitioningDescriptionBuilderParentConnection<R> - Class in com.activeviam.tech.partitioning.api.builder
Gateway class between a parent builder and the builder of the partitioning.
PartitioningDescriptionBuilderParentConnection(Function<PartitioningDescriptionBuilder, PartitioningDescriptionBuilderParentConnection<R>>, Function<PartitioningDescriptionBuilder, R>, PartitioningDescriptionBuilder) - Constructor for class com.activeviam.tech.partitioning.api.builder.PartitioningDescriptionBuilderParentConnection
Constructor when the list of available key fields is not relevant.
PartitioningDescriptionBuilderParentConnection(Function<PartitioningDescriptionBuilder, PartitioningDescriptionBuilderParentConnection<R>>, Function<PartitioningDescriptionBuilder, R>, PartitioningDescriptionBuilder, List<String>) - Constructor for class com.activeviam.tech.partitioning.api.builder.PartitioningDescriptionBuilderParentConnection
Constructor.
PartitioningNodeDescription - Class in com.activeviam.tech.partitioning.api.node
Immutable description of a partitioning node in the hierarchical partitioning.
PartitioningNodeDescription(List<String>, List<IPartitioningFunctionDescription>, Map<Object, PartitioningNodeDescription>) - Constructor for class com.activeviam.tech.partitioning.api.node.PartitioningNodeDescription
Constructor.
PartitioningNodeDescriptionBuilder<ParentT> - Class in com.activeviam.tech.partitioning.api.builder
PartitioningNodeWithMultiFieldsModuloDescription - Class in com.activeviam.tech.partitioning.api.node
Description of a partitioning node in the hierarchical partitioning, which has a multiple fields modulo function in its default partitioning rule.
PartitioningNodeWithMultiFieldsModuloDescription(List<String>, List<IPartitioningFunctionDescription>, MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription, Map<Object, PartitioningNodeDescription>) - Constructor for class com.activeviam.tech.partitioning.api.node.PartitioningNodeWithMultiFieldsModuloDescription
Constructor.
partitionParameterStore(ICanPartition<R>, IParameterStoreConfiguration) - Static method in class com.qfs.repository.impl.RepositoryCacheUtil
Completes a existing builder with the standard partitioning for the parameter store.
partLength(int) - Method in class com.activeviam.cloud.common.api.CloudFetchingConfig.CloudFetchingConfigBuilder
Sets the maximum size in bytes of each individual part that will be downloaded.
PASSWORD_PROPERTY - Static variable in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
The password property.
path(List<Object>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData.LocationDataBuilder
The path to the location members.
Path - Class in com.activeviam.activepivot.server.intf.api.dto
Path of member names.
Path() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.Path
Default constructor.
Path(String...) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.Path
Full constructor.
PATH_COMPARATOR - Static variable in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.FieldsCollisionHandler
Custom comparator used to determine which path to choose in the classic conservative case where all duplicate fields are reachable from one another.
PATH_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of Path in ascending order.
PATH_SEPARATOR - Static variable in interface com.activeviam.tech.contentserver.storage.api.IContentService
The separator used to separate directories from their children.
PATH_SEPARATOR_SYSTEM_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The system property to use to override the path separator.
PATH_TO_UI_FOLDER - Static variable in class com.activeviam.tech.contentserver.spring.api.config.AtotiUiContentServiceUtil
The path to the folder containing the resources used by Atoti UI.
PathCsvDataProvider - Class in com.activeviam.source.csv.api
A ICsvDataProvider that deals with files on the file system.
PathCsvDataProvider(IFileInfo<Path>) - Constructor for class com.activeviam.source.csv.api.PathCsvDataProvider
Constructor.
PATTERN_INFO - Static variable in class com.qfs.snl.messages.form.impl.DateFieldType
Information reader for the date pattern.
PATTERN_WITH_DEFAULT_VALUE - Static variable in class com.qfs.repository.mdx.impl.LookUpFunction
Pattern for the lookup call with default value.
pause() - Method in interface com.activeviam.tech.core.api.agent.IAgent
Pauses the agent.
PAUSE_ON_MERGE_FAILURE - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
If set to true, the query cube will be paused in case of a merge failure.
PAUSED - Enum constant in enum class com.activeviam.tech.core.api.agent.IAgent.State
The state of a paused agent.
PAUSED - Enum constant in enum class com.activeviam.tech.streaming.intf.api.IStreamProperties.InitialState
The stream is initialized and paused, real-time publication of events is off.
pauseListen(String) - Method in class com.activeviam.source.csv.api.FileSystemCsvMonitoring
Pauses listening to a given topic.
pauseMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Pauses an existing monitoring.
pauseMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
pauseStream(String) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Pause a stream.
pauseWatcher(IWatcher) - Method in class com.activeviam.source.common.api.impl.WatcherService
 
pauseWatcher(IWatcher) - Method in interface com.activeviam.source.common.api.IWatcherService
Pauses the processing of events for a given watcher.
PaymentRequiredException - Exception Class in com.activeviam.tech.core.api.exceptions.service
Class exception for requests containing a value considered as invalid by the service.
PaymentRequiredException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.PaymentRequiredException
Constructor.
PaymentRequiredException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.PaymentRequiredException
Constructor.
PaymentRequiredException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.PaymentRequiredException
Constructor.
PendingState(ACsvTopic<I>) - Constructor for class com.activeviam.source.csv.api.ACsvTopic.PendingState
Constructor.
per(CopperLevel...) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Defines a dynamic aggregation for this measure : the measure prefetches the previously defined measure at the given levels, then applies the subsequently defined aggregation function.
Please note that the subsequently defined aggregation function is always applied, even if the query already asks for a location that is more precise than the given levels.
per(CopperLevel...) - Method in interface com.activeviam.activepivot.copper.api.CopperUserDefinedAggregateFunctionOnMeasuresBuilder.CopperUserDefinedAggregateFunctionOnMeasuresBuilderLeafAggregation
Defines a minimal depth at which the measure must be computed.
per(LevelIdentifier...) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Defines a dynamic aggregation for this measure : the measure prefetches the previously defined measure at the given levels, then applies the subsequently defined aggregation function.
Please note that the subsequently defined aggregation function is always applied, even if the query already asks for a location that is more precise than the given levels.
PERCENT_OF_MEMBER_PARAM_MEASURE - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
The path to the measure member as a String with expression measureName@Measures@Measures.
PERCENT_OF_MEMBER_PARAM_MEMBER - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
The path to the member as a String with expression memberN@memberN-1@...
PERCENT_OF_MEMBER_PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
The plugin key of the PostProcessor used to compile the Percent of Member MDX formula.
PERCENT_OF_PARENT_PARAM_HIERARCHY - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
The path to the hierarchy as a String with expression hierarchyName@dimensionName.
PERCENT_OF_PARENT_PARAM_MEASURE - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
The path to the measure member as a String with expression measreName@Measures@Measures.
PERCENT_OF_PARENT_PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorConstants
The plugin key of the PostProcessor used to compile the Percent of Parent MDX formula.
PercentOfMemberPostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
The post-processor for the compilation of the percent of member MDX formula for a given measure and a given hierarchy in a dimension.
PercentOfMemberPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfMemberPostProcessor
Constructor.
PercentOfParentPostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
The post-processor for the compilation of the percent of parent MDX formula for a given measure and a given hierarchy in a dimension.
PercentOfParentPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfParentPostProcessor
Constructor.
performInTransaction(IEditInstructions) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Performs a set of calls within a single transaction on all stores of the datastore.
performInTransaction(IEditInstructions, ITransactionExceptionHandler, String...) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Performs a set of calls within a single transaction.
performInTransaction(IEditInstructions, ITransactionExceptionHandler, Properties, String...) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Performs a set of calls within a single transaction.
performInTransaction(IEditInstructions, String...) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Performs a set of calls within a single transaction on all stores of the datastore.
performMaintenanceOperation(Runnable) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Performs a maintenance operation.
PERIODIC - Enum constant in enum class com.qfs.snl.dtos.KpiMonitorConfigurationDto.Mode
Periodic mode.
PeriodicInterruptionChecker - Class in com.activeviam.tech.concurrency.api.interrupt
Basic implementation of an interruption checker testing periodically the interruption.
PeriodicInterruptionChecker(int) - Constructor for class com.activeviam.tech.concurrency.api.interrupt.PeriodicInterruptionChecker
Full constructor.
periods(Map<ComputationIntensity, Duration>) - Method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties.HealthAgentPropertiesBuilder
Health-check agent periods.
PermissionsMapDTO - Class in com.activeviam.activepivot.server.intf.api.dto
A DTO which holds permissions.
PermissionsMapDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.PermissionsMapDTO
Default constructor.
PermissionsMapDTO(Map<String, IPair<List<String>, List<String>>>) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.PermissionsMapDTO
Full constructor.
PersistedBuilder - Class in com.activeviam.tech.contentserver.storage.api.builder
Builder for a Content Service storing its data into a Database supported by Hibernate.
PersistedBuilder.LockOptions - Class in com.activeviam.tech.contentserver.storage.api.builder
 
PersistedBuilder.LockOptions.LockOptionsBuilder - Class in com.activeviam.tech.contentserver.storage.api.builder
 
PERSON - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
PHYSICAL_BOOLEAN - Static variable in class com.activeviam.tech.chunks.api.types.Types
Enum value for a type using booleans for storage.
PHYSICAL_DOUBLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Enum value for a type using doubles for storage.
PHYSICAL_FLOAT - Static variable in class com.activeviam.tech.chunks.api.types.Types
Enum value for a type using floats for storage.
PHYSICAL_INT - Static variable in class com.activeviam.tech.chunks.api.types.Types
Enum value for a type using integers for storage.
PHYSICAL_LONG - Static variable in class com.activeviam.tech.chunks.api.types.Types
Enum value for a type using longs for storage.
PHYSICAL_OBJECT - Static variable in class com.activeviam.tech.chunks.api.types.Types
Enum value for a type using objects for storage.
PHYSICAL_STRING - Static variable in class com.activeviam.tech.chunks.api.types.Types
Enum value for a type using strings for storage.
ping() - Method in class com.qfs.snl.rs.impl.PingActiveMonitorController
 
PING_NAMESPACE - Static variable in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
The namespace of the ping service in the REST API.
PingActiveMonitorController - Class in com.qfs.snl.rs.impl
 
PingActiveMonitorController() - Constructor for class com.qfs.snl.rs.impl.PingActiveMonitorController
 
PIVOT_NAMESPACE - Static variable in class com.activeviam.activepivot.server.intf.api.rest.ActivePivotRestServices
The namespace in which the pivot REST API is exposed.
pivotId(String) - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.IMapDrillthroughQuery.MapDrillthroughQueryBuilder
The ID of the queried pivot.
pivotId(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The pivot id.
pivotType(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The pivot type.
plan(IFunctionCall, IExpressionPlanner) - Method in class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
 
planInfo(IPlanInfoData) - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query plan general information.
PlanInfoData - Class in com.activeviam.activepivot.server.json.api.queryplan
The query plan data.
PlanInfoData(String, String, String, String, String, String, String, Map<String, String>, boolean, int, String, String, Map<String, Long>) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
Creates a new PlanInfoData instance.
PlanInfoData.PlanInfoDataBuilder - Class in com.activeviam.activepivot.server.json.api.queryplan
 
PlatformUtil - Class in com.activeviam.tech.numalib.api
Utilities about the platform.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler
Plugin key.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.UnderlyingMeasureEvaluator
The plugin key for use in the registry.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.DynamicAggregationPostProcessor
Plugin type of this post processor: "DYNAMIC".
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.FilteringPostProcessor
Plugin type of this post processor: "FILTERING".
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.MinimumLevelsPostProcessor
The plugin key.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.NeighborValuePostProcessor
Plugin key.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentValuePostProcessor
The plugin key for this post-processor.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfMemberPostProcessor
The plugin key.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfParentPostProcessor
The plugin key.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PreviousValuePostProcessor
Plugin key.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.Stream2PositionPostProcessor
Plugin key.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.query.result.impl.VectorDrillthroughColumn
The plugin key.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.query.result.impl.VectorDrillthroughColumnSet
The plugin key.
PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughHeadersQuery
The plugin key.
PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IDrillthroughQuery
The plugin key.
PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.core.intf.api.query.drillthrough.IMapDrillthroughQuery
The plugin key.
PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.core.intf.api.query.IGetAggregatesQuery
Query Plugin Key: 'GET_AGGREGATES'.
PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.core.intf.api.query.IMapGetAggregatesQuery
Query Plugin Key: 'GET_AGGREGATES'.
PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Plugin Key.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughHeadersQuery
 
PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.server.intf.api.query.IMDXDrillthroughHeadersQuery
The plugin key.
PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.server.intf.api.query.IMDXDrillthroughQuery
The plugin key.
PLUGIN_KEY - Static variable in interface com.activeviam.activepivot.server.intf.api.query.IMDXQuery
The plugin key.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.server.json.api.dataexport.JsonArrowOutputConfiguration
Plugin key of this output configuration.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvLegacyTabularOutputConfiguration
 
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvPivotTableOutputConfiguration
Plugin key of this output configuration.
PLUGIN_KEY - Static variable in class com.activeviam.activepivot.server.json.api.dataexport.JsonCsvTabularOutputConfiguration
Plugin key of this output configuration.
PLUGIN_KEY - Static variable in class com.activeviam.tech.core.api.filtering.impl.FalseCondition
The plugin key.
PLUGIN_KEY - Static variable in class com.activeviam.tech.core.api.filtering.impl.TrueCondition
The plugin key.
PLUGIN_KEY - Static variable in class com.qfs.repository.impl.LookupHandler
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.repository.impl.LookUpPostProcessor
Plugin KEY.
PLUGIN_KEY - Static variable in class com.qfs.repository.impl.LookupStream
For the plugin engine.
PLUGIN_KEY - Static variable in class com.qfs.repository.mdx.impl.LookupMdxContinuousDecorator
For the plugin engine.
PLUGIN_KEY - Static variable in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Plugin key of the query.
PLUGIN_KEY - Static variable in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
Plugin key of the monitoring stream.
PLUGIN_KEY - Static variable in class com.qfs.snl.messages.form.impl.BooleanFieldType
Plugin key (""boolean"").
PLUGIN_KEY - Static variable in class com.qfs.snl.messages.form.impl.DateFieldType
Plugin key (""date"").
PLUGIN_KEY - Static variable in class com.qfs.snl.messages.form.impl.EnumFieldType
Plugin key (""enum"").
PLUGIN_KEY - Static variable in class com.qfs.snl.messages.form.impl.NumberFieldType
Plugin key (""long"").
PLUGIN_KEY - Static variable in class com.qfs.snl.messages.form.impl.StringFieldType
Plugin key (""string"").
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.AlertProcessExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.EntityProcessExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.EventProcessExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.MonitorProcessExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.ParameterNameProcessExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.ParameterProcessExecutor
Plugin key.
PLUGIN_KEY - Static variable in class com.qfs.snl.workflows.process.impl.TypeProcessExecutor
Plugin key.
PLUGIN_TYPE - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.BasicPostProcessor
Plugin type of this post processor: "BASIC".
pluginKey() - Method in class com.activeviam.directquery.api.UserDefinedSqlAggregationFunction
 
pluginKey(String) - Method in interface com.activeviam.directquery.api.UserDefinedSqlAggregationFunction.INeedPluginKeyBuilder
Plugin key of the aggregation function.
pluginKey(String) - Method in interface com.activeviam.activepivot.copper.api.CopperUserDefinedAggregateFunctionBuilderInterfaces.CopperUDAFBuilderWithOptionalPluginKey
Specifies the plugin key of the User-Defined Aggregate Function being built.
PluginValue - Class in com.activeviam.tech.core.api.registry.impl
Base implementation of a light plugin value.
plus(CopperMeasure) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Creates a Copper measure that represents the result of the addition of this numeric measure with another numeric measure.
plus(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
plus(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
plus(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
plus(IVector) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Adds the content of the given vector to this vector, overriding the existing data.
plusNegativeValues(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
plusNegativeValues(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
plusNegativeValues(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
plusNegativeValues(IVector) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Adds the negative values of the given vector to this vector, overriding the existing data.
plusPositiveValues(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
plusPositiveValues(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
plusPositiveValues(IVector) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
plusPositiveValues(IVector) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Adds the positive values of the given vector to this vector, overriding the existing data.
POINT_INDEX_MAXSIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The property to set the maximum size allowed for the point index in the JIT aggregate collector.
POINT_INDEX_TYPE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The property that sets the type of point index to use for the Just In Time aggregate collector.
POINT_VALUE_REQUEST - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Type representing (@link List}[UpdateRequestDto].
POINT_VALUE_REQUESTS - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
List of requests for parameters.
POINT_VALUES - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Type representing List[PointValueDto].
POINT_VALUES_UPDATES - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Type representing List[PointValueUpdatesDto].
pointToLocation(int[]) - Method in interface com.activeviam.activepivot.core.intf.api.location.IHierarchicalMapping
Convert a point into a location.
PointValue - Class in com.qfs.repository.persistence.model.impl
The point value of a variable at a given coordinates that is stored in the database.
PointValue(long, String, ICoordinates, double, IAudit, IAudit, Long, Long, boolean, String) - Constructor for class com.qfs.repository.persistence.model.impl.PointValue
Full constructor.
PointValue(IPointValue) - Constructor for class com.qfs.repository.persistence.model.impl.PointValue
Copy constructor.
PointValue(String, ICoordinates, double) - Constructor for class com.qfs.repository.persistence.model.impl.PointValue
Constructor for a permanent point value.
pointValueDao() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
 
pointValueDao() - Method in interface com.qfs.repository.cfg.IRepositoryPersistenceConfiguration
[Bean] DAO managing point values and parameters.
PointValueDao - Class in com.qfs.repository.persistence.impl
The point value data access object.
PointValueDao(SessionFactory, ReadWriteLock, ITimeSupplier) - Constructor for class com.qfs.repository.persistence.impl.PointValueDao
Constructor with prescribed time supplier.
PointValueDaoUtils - Class in com.qfs.repository.persistence.impl
Sets of helper methods on a PointValueDao.
PointValueDto - Class in com.qfs.repository.dto
The Serializable version of @Link PointValue.
PointValueDto() - Constructor for class com.qfs.repository.dto.PointValueDto
Default Constructor.
PointValueDto(long, String, CoordinatesDto, double, Long, Long, boolean, AuditDto, AuditDto, String) - Constructor for class com.qfs.repository.dto.PointValueDto
Full constructor.
PointValueDto(IPointValue) - Constructor for class com.qfs.repository.dto.PointValueDto
Copy constructor.
PointValueDto(String, CoordinatesDto, double) - Constructor for class com.qfs.repository.dto.PointValueDto
Constructor.
PointValueDto(String, CoordinatesDto, double, Long, Long) - Constructor for class com.qfs.repository.dto.PointValueDto
Constructor.
PointValueDto.KeyDto - Class in com.qfs.repository.dto
DTO of a point value key.
PointValueQuery - Class in com.qfs.repository.persistence.model.impl
The point value query.
PointValueQuery(String, ITimePeriod) - Constructor for class com.qfs.repository.persistence.model.impl.PointValueQuery
Constructor.
PointValueQueryDto - Class in com.qfs.repository.dto
The DTO for point value queries.
PointValueQueryDto() - Constructor for class com.qfs.repository.dto.PointValueQueryDto
Constructor.
PointValueQueryDto(IPointValueQuery) - Constructor for class com.qfs.repository.dto.PointValueQueryDto
Copy constructor.
PointValueQueryDto(String, TimePeriodDto) - Constructor for class com.qfs.repository.dto.PointValueQueryDto
Constructor.
PointValueUpdates - Class in com.qfs.repository.impl
Default implementation of IPointValueUpdates.
PointValueUpdates(Long, List<? extends IPointValue>, List<? extends IPointValue>) - Constructor for class com.qfs.repository.impl.PointValueUpdates
Constructor.
PointValueUpdatesDto - Class in com.qfs.repository.dto
The serializable version of the @Link PointValueUpdates.
PointValueUpdatesDto() - Constructor for class com.qfs.repository.dto.PointValueUpdatesDto
Default Constructor.
PointValueUpdatesDto(IPointValueUpdates) - Constructor for class com.qfs.repository.dto.PointValueUpdatesDto
Copy constructor.
PointValueUpdatesDto(Long, List<PointValueDto>, List<PointValueDto>) - Constructor for class com.qfs.repository.dto.PointValueUpdatesDto
Constructor.
POJO - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger name for all the events related to data retrieval from POJO sources.
POJO_LOGGER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger with SourceLoggerConstants.POJO name.
PojoColumnCalculator - Class in com.activeviam.source.common.api.impl
A column calculator to retrieve data from a POJO, given an attribute name.
PojoColumnCalculator(String) - Constructor for class com.activeviam.source.common.api.impl.PojoColumnCalculator
Constructor.
PojoMessageChannelFactory - Class in com.activeviam.source.common.api.impl
Base POJO channel factory IStoreMessageChannelFactory.
PojoMessageChannelFactory(IDatastore) - Constructor for class com.activeviam.source.common.api.impl.PojoMessageChannelFactory
Constructor.
PojoMessageChannelFactory(ISource<String, Object>, IDatastore) - Constructor for class com.activeviam.source.common.api.impl.PojoMessageChannelFactory
Constructor.
PojoTuplizer - Class in com.activeviam.source.common.api.impl
Deprecated, for removal: This API element is subject to removal in a future version.
This is an internal API that should not be used by clients, use the factory PojoMessageChannelFactory.createTranslator(List) to create such object.
PojoTuplizer() - Constructor for class com.activeviam.source.common.api.impl.PojoTuplizer
Deprecated, for removal: This API element is subject to removal in a future version.
Use the other constructor instead.
PojoTuplizer(List<IColumnCalculator<Object>>) - Constructor for class com.activeviam.source.common.api.impl.PojoTuplizer
Deprecated.
Constructor.
poll() - Method in class com.activeviam.source.csv.api.ACsvTopic
 
poll() - Method in interface com.activeviam.source.csv.api.ICsvTopic
Poll the topic for an event describing what changed since the last time.
poll(ACsvTopic.PendingState<I>, Map<I, Long>) - Method in class com.activeviam.source.csv.api.ACsvTopic
Poll events from the given pending state, update the committed map if necessary, and returns the file event generated.
pollingInterval(Duration) - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder.LockOptions.LockOptionsBuilder
 
POOL_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property that configures the number of worker threads in the Atoti pools: 'activeviam.pool.size'.
poolsCleaner() - Method in interface com.activeviam.activepivot.server.spring.api.config.IDatastoreConfig
Returns a bean to close the common pools.
POPULATION_STD_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for population standard deviation aggregation function.
POPULATION_VAR_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for population variance aggregation function.
PORT_RANGE - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The range of valid ports.
portNumber() - Method in record class com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition.EndpointInformation
Returns the value of the portNumber record component.
POSITION_TYPE - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
Defines how the position is computed.
POSITIONAL - Enum constant in enum class com.activeviam.database.sql.api.query.SqlDialectValues.LiteralParameterType
 
PositionData - Class in com.activeviam.activepivot.server.json.api.cellset
The position data.
PositionData() - Constructor for class com.activeviam.activepivot.server.json.api.cellset.PositionData
 
PositionData(List<String>, List<String>, Map<String, Object>) - Constructor for class com.activeviam.activepivot.server.json.api.cellset.PositionData
Constructor.
positiveValueVector(IVector) - Static method in class com.activeviam.tech.chunks.api.vectors.VectorUtils
Creates a vector to take the positive value of the underlying vector.
postDeregistration(IContinuousQuery<? extends int[], ? extends IContinuousQueryUpdateWithBranches<int[]>>) - Method in class com.qfs.repository.mdx.impl.LookupMdxContinuousDecorator
 
postProcess(IStoreMessage<? extends I, ?>, Collection<Object[]>, String) - Method in class com.activeviam.source.common.api.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
Method that contains the business logic, processing the tuples after the datastore transformation is applied.
PostProcessorConstants - Class in com.activeviam.activepivot.core.intf.api.postprocessing
An interface storing all post-processor constants for post-processors that need to be accessed by artifacts that do not depend on activepivot-ext, notably MDX compilation.
PostProcessorInitializationException - Exception Class in com.activeviam.activepivot.core.intf.api.postprocessing
Exception thrown by a post processor during its initialization.
PostProcessorInitializationException() - Constructor for exception class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorInitializationException
 
PostProcessorInitializationException(String) - Constructor for exception class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorInitializationException
 
PostProcessorInitializationException(String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorInitializationException
 
PostProcessorInitializationException(String, Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorInitializationException
 
PostProcessorInitializationException(Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorInitializationException
 
PostProcessorInitializationException(Throwable, String, Object...) - Constructor for exception class com.activeviam.activepivot.core.intf.api.postprocessing.PostProcessorInitializationException
 
postRegistration(IContinuousQuery<? extends int[], ? extends IContinuousQueryUpdateWithBranches<int[]>>) - Method in class com.qfs.repository.mdx.impl.LookupMdxContinuousDecorator
 
PREFETCH_AND_RESULT - Enum constant in enum class com.activeviam.activepivot.copper.api.CopperAnalyticMeasure.AnalyticFilter
Applies the filter on both the prefetch and the result.
PREFETCH_WITH_JOIN_MEASURES - Static variable in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
The name of the DatabasePrefetchRequest that will be used to compute the Join Measures.
prefetchCacheAsync(IDatabaseVersion, String, CachePartition) - Method in interface com.activeviam.directquery.api.cache.IDatabaseCacheManager
Prefetches the cache asynchronously.
prefetchedPartsLimit(int) - Method in class com.activeviam.cloud.common.api.CloudFetchingConfig.CloudFetchingConfigBuilder
Sets the maximum number of parts which can be downloaded before being read.
PREFIX - Static variable in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Root path where this class contributes by default its entries into the content service.
PREFIX_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.query.result.impl.VectorDrillthroughColumnSet
Key to retrieve the base name of the properties to generate from Properties.
prefixed(IContentService, String) - Static method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Creates a new Content Service restricted to the given directory passed as a prefix.
preloadCache(Set<String>) - Method in class com.qfs.repository.impl.RepositoryDaemon
Preloads the cache with some given parameters.
prepare(IMappedTuple) - Method in interface com.activeviam.tech.core.api.property.IMappedTupleEnricher
Prepare an enriched mapped tuple, leaving all the enrichment attribute slots empty (set to 'null').
prepare(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
prepare(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in class com.qfs.repository.impl.RepositoryService
 
prepare(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in interface com.qfs.repository.IRepositoryService
Prepares an update of a parameter.
prepare(IParameterUpdate<? extends IPointValue.IKey, ? extends IPointValue>) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
prepare(IParameterUpdate<? extends IPointValue.IKey, PointValue>) - Method in class com.qfs.repository.persistence.impl.PointValueDao
 
prepare(IParameterUpdate<? extends IPointValue.IKey, PointValue>) - Method in interface com.qfs.repository.persistence.IPointValueDao
Prepares an update of a parameter.
PREPARE_ACTION - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to define the prepare.
prepareActiveMonitorDatabase() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean Action] Prepares the database.
prepareActiveMonitorServices() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean Action]Prepares the services.
preparedStatement(IPreparedStatementSupplier) - Method in interface com.activeviam.source.jdbc.api.topic.IJdbcTopicBuilder.INeedQueryDefinition
Sets the IPreparedStatementSupplier defining the query associated with the topic.
PreparedStatementHolder(Connection, PreparedStatement) - Constructor for class com.activeviam.source.jdbc.api.impl.JdbcTopic.PreparedStatementHolder
Deprecated.
Constructor.
prepareStatement(IConnectionSupplier) - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic
 
prepareStatement(IConnectionSupplier) - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic.QueryPreparedStatementSupplier
Deprecated.
 
prepareStatement(IConnectionSupplier) - Method in interface com.activeviam.source.jdbc.api.IPreparedStatementSupplier
Returns the IPreparedStatementSupplier.IPreparedStatementHolder that will create the PreparedStatement associated with this topic.
preProcess(IStoreMessage<? extends I, ?>, List<Object[]>) - Method in class com.activeviam.source.common.api.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
Method that contains the business logic, processing the tuples before the datastore transformation is applied.
PREVIOUS_STREAM - Enum constant in enum class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ITimeLinePostProcessor.PositionTypes
 
PreviousValuePostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
PostProcessor which, given a cell and a time hierarchy, returns the previous underlying along the time hierarchy.
PreviousValuePostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PreviousValuePostProcessor
Constructor.
primitive(boolean) - Method in class com.activeviam.tech.chunks.api.types.Types.TypeInformation.TypeBuilder
 
PRIMITIVE_FULL_FORK_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that allows to toggle the behavior of the primitive retrievals in the continuous queries.
principal(String) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties.ClaimPropertiesBuilder
The key of the JWT claim containing the principal.
PRINCIPAL_CLAIM_KEY - Static variable in interface com.activeviam.web.spring.api.jwt.IJwtService
The key of the claim containing the subject.
principalClaimKey(String) - Method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider.JwtAuthenticationProviderBuilder
 
PRINT_TIMINGS - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.AAdvancedPostProcessor
"printTimings" property that enables the printing of execution timings.
PRIVATE - Enum constant in enum class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyType
 
privateKey(String) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties.KeyPropertiesBuilder
 
privateKeyFilePath(Resource) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties.KeyPropertiesBuilder
 
process() - Method in class com.activeviam.source.common.api.impl.ColumnCalculationContext
Processes all the columns of the tuple.
process(IMessageChannel<IFileInfo<I>, ILineReader>, List<T>) - Method in interface com.activeviam.source.csv.api.IParsingWorkload.IChannelProcedure
Process a list of files into the given channel.
process(IStoreMessage<? extends I, ?>, List<Object[]>) - Method in class com.activeviam.source.common.api.impl.TuplePublisher
Method that contains the business logic.
process(IParsingWorkload<I>) - Method in interface com.activeviam.source.csv.api.ICsvSource
Executes a IParsingWorkload.
process(IWorkflowPayload) - Method in class com.qfs.snl.workflows.units.impl.DefaultWorkflowUnit
 
process(IWorkflowPayload) - Method in interface com.qfs.snl.workflows.units.IWorkflowUnit
Process the payload for the workflow about to start.
process(Path, List<WatchEvent<?>>) - Method in interface com.activeviam.source.common.api.IWatcher
Process the events of the watch key.
process(Path, List<WatchEvent<?>>) - Method in class com.activeviam.source.csv.api.AFileSystemCsvTopic
Update the pending state with the events polled from the watch key.
processException(Exception) - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
processException(Exception) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Processes an exception raised while sending or processing a message.
PROCESSING_STATE - Static variable in class com.activeviam.source.common.api.impl.ColumnCalculationContext
State value marking a processing in progress.
processQuotes(boolean) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
Set the behavior of the CSV source regarding quotes.
processReplies(Collection<IBroadcastResult<AnswerT>>) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Process the replies from all the instances (remote and local).
processTuple(ContextT, Object[]) - Method in class com.activeviam.source.common.api.impl.ColumnCalculationContext
Process a tuple in a given context.
PRODUCT - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
PRODUCT_GROUP - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
PROMOTION - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
properties(Properties) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
PropertiesNames - Class in com.activeviam.springboot.atoti.server.starter.apm.api
List of the properties used by this starter.
Property - Class in com.activeviam.tech.core.api.property.impl
Default implementation of the IProperty contract.
Property() - Constructor for class com.activeviam.tech.core.api.property.impl.Property
Blank constructor.
Property(String) - Constructor for class com.activeviam.tech.core.api.property.impl.Property
Constructor with a name that is also the expression.
Property(String, String) - Constructor for class com.activeviam.tech.core.api.property.impl.Property
Constructor from name and expression.
Property(String, String, List<IProperty>) - Constructor for class com.activeviam.tech.core.api.property.impl.Property
 
PROPERTY - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to Atoti's property management.
PROPERTY_KEY - Static variable in enum class com.activeviam.database.datastore.api.transaction.stats.TransactionStatisticsOption
The property key to use in ITransactionManager.startTransaction(Properties, String...) to specify the option for collecting the transaction statistics.
PROPERTY_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Atoti's property management.
PropertyInfo - Class in com.activeviam.tech.core.api.property.impl
The base implementation of an IPropertyInfo.
PropertyInfo() - Constructor for class com.activeviam.tech.core.api.property.impl.PropertyInfo
Empty constructor for JAXB serialization.
PropertyInfo(String) - Constructor for class com.activeviam.tech.core.api.property.impl.PropertyInfo
 
PropertyInfo(String, String) - Constructor for class com.activeviam.tech.core.api.property.impl.PropertyInfo
 
PropertyInfo(String, String, String) - Constructor for class com.activeviam.tech.core.api.property.impl.PropertyInfo
Constructor.
PropertyNames - Class in com.activeviam.springboot.atoti.admin.ui.starter.api
 
PropertyNames - Class in com.activeviam.springboot.atoti.server.starter.api
List of the properties used by this starter.
PropertyNames - Class in com.activeviam.springboot.atoti.ui.starter.api
Name of the Spring properties.
PropertyRegistry - Class in com.activeviam.tech.core.api.properties
The registry of the ActiveViam properties.
protocol() - Method in record class com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition.EndpointInformation
Returns the value of the protocol record component.
ProtocolConfigurationDto - Class in com.qfs.snl.dtos
The protocol configuration It contains the name of the protocol and all the necessary configuration for that specific controller.
ProtocolConfigurationDto() - Constructor for class com.qfs.snl.dtos.ProtocolConfigurationDto
Constructor.
ProtocolConfigurationDto(String, long, String) - Constructor for class com.qfs.snl.dtos.ProtocolConfigurationDto
Constructor.
providerCoordinate(ProviderCoordinate) - Method in class com.activeviam.directquery.application.api.IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder
Sets the provider coordinates.
ProviderCoordinate - Class in com.activeviam.activepivot.core.intf.api.cube.metadata
Object identifying a unique Aggregate Provider for a given ActivePivot.
PUBLIC - Enum constant in enum class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyType
 
PublicationStatistics - Class in com.qfs.snl.agent.service.impl
Provide statistics about event publication.
PublicationStatistics(String) - Constructor for class com.qfs.snl.agent.service.impl.PublicationStatistics
Constructor for a statistics assigning a name.
publicKey(String) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties.KeyPropertiesBuilder
 
publicKey(RSAPublicKey) - Method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider.JwtAuthenticationProviderBuilder
 
publicKeyFilePath(Resource) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties.KeyPropertiesBuilder
 
publish(ICopperContext) - Method in interface com.activeviam.activepivot.core.intf.api.copper.Publishable
Publishes this element into the cube tied to the given context.
publish(IStoreMessage<? extends I, ?>, List<Object[]>) - Method in class com.activeviam.source.common.api.impl.AutoCommitTuplePublisher
 
publish(IStoreMessage<? extends I, ?>, List<Object[]>) - Method in class com.activeviam.source.common.api.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
 
publish(IStoreMessage<? extends I, ?>, List<Object[]>) - Method in class com.activeviam.source.common.api.impl.TuplePublisher
 
publish(IStoreMessage<? extends I, ?>, List<Object[]>) - Method in interface com.activeviam.source.common.api.ITuplePublisher
Publish a series of tuples, with a given message context.
publish(IUserTask) - Method in interface com.qfs.snl.workflows.ITaskPublisher
Publishes a user task.
publish(IUserTask) - Method in class com.qfs.snl.workflows.tasks.impl.AMessageTaskPublisher
 
publish(String, Collection<? extends ISentinelEvent>) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
publish(String, Collection<? extends ISentinelEvent>) - Method in interface com.qfs.snl.agent.service.ISentinelPublisher
Publishes the events into ActiveMonitor.
Publishable<T> - Interface in com.activeviam.activepivot.core.intf.api.copper
An OLAP element that can be published (i.e added to) into a cube.
publishAsynchronously(IParameterUpdate<IPointValue.IKey, IPointValue>) - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
publishAsynchronously(IParameterUpdate<IPointValue.IKey, IPointValue>) - Method in interface com.qfs.repository.IRepositoryListenerManager
Publish asynchronously the input event to the registered listeners.
publishEvents(long, IEpoch, IStreamInfo.InfoProcedure) - Method in class com.qfs.snl.agent.mdx.impl.GroupedStreamInfo
 
publishEvents(long, IEpoch, IStreamInfo.InfoProcedure) - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
publishEvents(long, IEpoch, IStreamInfo.InfoProcedure) - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Publishes the information available.
publishNotification(IEpoch, String) - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
pushAllChanges(Collection<ParameterUpdateDto<PointValueDto, PointValueDto>>, String) - Method in class com.qfs.snl.rs.impl.RepositoryWorkflowRestServiceController
 
pushAllChanges(Collection<ParameterUpdateDto<PointValueDto, PointValueDto>>, String) - Method in interface com.qfs.snl.rs.IRepositoryWorkflowRestService
Starts a workflow for each parameter, to handle all the update requests of point values.
pushCurrentView(String) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Request a push of a stream's current view to its publication domain.
pushParameterChanges(String, ParameterUpdateDto<PointValueDto, PointValueDto>, String) - Method in class com.qfs.snl.rs.impl.RepositoryWorkflowRestServiceController
 
pushParameterChanges(String, ParameterUpdateDto<PointValueDto, PointValueDto>, String) - Method in interface com.qfs.snl.rs.IRepositoryWorkflowRestService
Starts a workflow that handles the parameter changes request.
put(int, Object) - Method in interface com.activeviam.tech.core.api.property.IMappedTuple
Stores a value at the given tuple position.
put(int, R) - Method in class com.activeviam.tech.streaming.impl.api.AxisRanges
Sets a range for the specified axis.
put(String, Object) - Method in interface com.qfs.snl.workflows.IWorkflowPayload
Deprecated.
since ActiveMonitor 5.5
put(String, String) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Sugar method for IContentService.put(String, String, List, List, boolean), with null permissions and a false recursive parameter.
put(String, String, List<String>, List<String>, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Creates or update the file at the given path.
put(String, T, Object[]) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Put an object in the Key/Value database.
putAll(Map<String, String>, List<String>, List<String>, boolean, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Put several files in bulk into the content service.
putBatch(List<KeyValueEntry<T>>, Object[]) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Send a batch of put operations to the Key/Value database.
putDoubleArray(String, double[]) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Put a double array in the Key/Value database.
putIfAbsent(String, Object) - Method in interface com.activeviam.tech.core.api.property.IMappedTuple
Put a value in the tuple, only if the value is not already mapped.
putInt(String, int) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Put an integer in the Key/Value database.
putIntArray(String, int[]) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Put an integer array in the Key/Value database.
putLongArray(String, long[]) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Put a long array the Key/Value database.
putMdxElement(String, IMdxElementDescription, List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Creates (or updates if it already exists) a calculated member or a KPI.
putParameter(String, String, String, String, String, String) - Method in class com.qfs.repository.rs.impl.RepositoryRestServiceController
 
putParameter(String, String, String, String, String, String) - Method in interface com.qfs.repository.rs.IRepositoryRestService
Executes an action over a single parameter.
putProperty(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Puts the (propertyKey, propertyValue) entry inside the description's properties.
putProperty(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Puts the (propertyKey, propertyValue) entry inside the description's properties.
putString(String, String) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Put a String in the Key/Value database.

Q

quantileDouble(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
quantileDouble(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
quantileDouble(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
quantileDouble(double) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Computes the quantile of order r using the Nearest Rank definition of quantile with rounding.
quantileFloat(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
quantileFloat(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
quantileFloat(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
quantileFloat(double) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Computes the quantile of order r using the Nearest Rank definition of quantile with rounding.
quantileIndex(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
quantileIndex(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
quantileIndex(double) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Returns the index of the quantile of order r.
quantileInt(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
quantileInt(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
quantileInt(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
quantileInt(double) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Computes the quantile of order r using the Nearest Rank definition of quantile with rounding.
quantileLong(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
quantileLong(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
quantileLong(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
quantileLong(double) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Computes the quantile of order r using the Nearest Rank definition of quantile with rounding.
QUANTITATIVE - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
QUERIES - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
List of requests for parameter changes.
QUERIES_TIMELIMIT_DEFAULT - Static variable in class com.activeviam.activepivot.server.json.api.query.JsonMdxQueryPlan
The default query timeout is 30 seconds.
query(String) - Method in interface com.activeviam.source.jdbc.api.topic.IJdbcTopicBuilder.INeedQueryDefinition
Sets the string representation of the SQL query associated with the topic.
QUERY_ACTION - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to define the query action.
QUERY_ATTRIBUTE - Static variable in class com.activeviam.tech.core.api.tracking.Tracing
Deprecated.
Tracing tags.
QUERY_END - Enum constant in enum class com.activeviam.database.sql.api.query.SqlDialectValues.ResultLimitPosition
 
QUERY_EXECUTION_USAGE_CHECKS - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property allowing to configure extensive sanity checks performed by ActivePivotAggregatesRetriever, the instance planning and performing query retrievals in ActivePivot.
QUERY_ID_ATTRIBUTE - Static variable in class com.activeviam.tech.core.api.tracking.Tracing
Deprecated.
 
QUERY_MANAGER - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Query manager key monitor.
QUERY_PLAN - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
QueryPlan monitoring key.
QUERY_SEQUENCE_NUMBER - Static variable in interface com.activeviam.activepivot.core.intf.api.query.IQueryCache
Key of the query sequence number cache entry.
QUERY_TYPE_ATTRIBUTE - Static variable in class com.activeviam.tech.core.api.tracking.Tracing
Deprecated.
 
QueryCancellationException - Exception Class in com.activeviam.tech.core.api.exceptions
The query has been canceled.
QueryCancellationException(IQuery<?>) - Constructor for exception class com.activeviam.tech.core.api.exceptions.QueryCancellationException
Constructor without cause.
QueryCancellationException(IQuery<?>, String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.QueryCancellationException
 
QueryCancellationException(IQuery<?>, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.QueryCancellationException
Constructor with cause.
queryDatabase(String, JsonDatabaseQuery, ICondition) - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Executes a query on the database.
QueryException - Exception Class in com.activeviam.tech.core.api.query
An exception that occurs dealing with a query.
QueryException(IQuery<?>) - Constructor for exception class com.activeviam.tech.core.api.query.QueryException
Constructor Build an exception with the query.toString() as message.
QueryException(IQuery<?>, boolean, String) - Constructor for exception class com.activeviam.tech.core.api.query.QueryException
Constructor.
QueryException(IQuery<?>, boolean, String, Object...) - Constructor for exception class com.activeviam.tech.core.api.query.QueryException
Constructor.
QueryException(IQuery<?>, boolean, String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.query.QueryException
Constructor.
QueryException(IQuery<?>, boolean, Throwable) - Constructor for exception class com.activeviam.tech.core.api.query.QueryException
Constructor.
QueryException(IQuery<?>, boolean, Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.core.api.query.QueryException
Constructor.
QueryException(IQuery<?>, String) - Constructor for exception class com.activeviam.tech.core.api.query.QueryException
Constructor Build an exception with the query.toString() appended to the message.
QueryException(IQuery<?>, String, Object...) - Constructor for exception class com.activeviam.tech.core.api.query.QueryException
Constructor.
QueryException(IQuery<?>, String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.query.QueryException
Constructor Build an exception with the query.toString() appended to the message and cause as cause.
QueryException(IQuery<?>, Throwable) - Constructor for exception class com.activeviam.tech.core.api.query.QueryException
Constructor Build an exception with the query.toString() as message and t as cause.
QueryException(IQuery<?>, Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.core.api.query.QueryException
Constructor Build an exception with the query.toString() appended to the message with the given template and parameters.
QueryExecutionException - Exception Class in com.activeviam.activepivot.core.intf.api.query
The query has failed during execution.
QueryExecutionException(IQuery<?>) - Constructor for exception class com.activeviam.activepivot.core.intf.api.query.QueryExecutionException
Constructor without cause.
QueryExecutionException(IQuery<?>, Throwable) - Constructor for exception class com.activeviam.activepivot.core.intf.api.query.QueryExecutionException
Constructor with cause.
queryFilters(List<FilterData>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query filters.
QueryInterruptionException - Exception Class in com.activeviam.tech.core.api.exceptions
The query has been interrupted before it completed its execution.
QueryInterruptionException(IQuery<?>, InterruptedException) - Constructor for exception class com.activeviam.tech.core.api.exceptions.QueryInterruptionException
Constructor.
queryPlanCycleDetection() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Returns whether the query plan should be checked for cycles.
queryPlanExport() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Returns whether the query plan should be exported to POJOs.
queryPlanSummary() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueryMonitoring
Returns whether query plan creation is summary mode or full details mode.
QueryPreparedStatementSupplier(String) - Constructor for class com.activeviam.source.jdbc.api.impl.JdbcTopic.QueryPreparedStatementSupplier
Deprecated.
Constructor.
QueryPreparedStatementSupplier(String, List<Object>) - Constructor for class com.activeviam.source.jdbc.api.impl.JdbcTopic.QueryPreparedStatementSupplier
Deprecated.
Constructor.
querySummary(QuerySummaryData) - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query plan summary.
QuerySummaryData - Class in com.activeviam.activepivot.server.json.api.queryplan
The JSON query plan summary data.
QuerySummaryData(Set<String>, int, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>, Set<String>, int) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData
Creates a new QuerySummaryData instance.
QuerySummaryData.QuerySummaryDataBuilder - Class in com.activeviam.activepivot.server.json.api.queryplan
 
QueryTimeoutException - Exception Class in com.activeviam.tech.core.api.exceptions
QueryTimeoutException triggered when the query time is exceeded.
QueryTimeoutException(IQuery<?>, int) - Constructor for exception class com.activeviam.tech.core.api.exceptions.QueryTimeoutException
Constructor.
QueryTimeoutException(IQuery<?>, int, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.QueryTimeoutException
Constructor with a cause.
queueSize(int) - Method in interface com.activeviam.source.jdbc.api.topic.IJdbcTopicBuilder.ICanBuild
Sets this topic append queue size.

R

raiseErrorOnChange() - Method in class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
 
raiseErrorOnChange() - Method in interface com.qfs.snl.workflows.IWorkflowEntityResolver
Raises on error when a user attempt to modify a custom entity configuration from IWorkflowService.
RANGE - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContextValueTranslator
A value returned by IContextValueTranslator.getAvailableProperties() specifying a context value represented as discrete range.
RANGE_SHARING - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
Property used to modify a threshold above which range sharing attempts are dropped.
rangeBetween(int, int) - Method in interface com.activeviam.activepivot.copper.api.Window
Restricts the scope of the values over which the analytic function will be evaluated around the current evaluated location.
rangeCoordinates(ICoordinates) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
Counts the number of null in the coordinates.
RangeData - Class in com.activeviam.activepivot.server.json.api.cellset
DTO encoding the range of a cellset to read.
RangeData(int, int, int) - Constructor for class com.activeviam.activepivot.server.json.api.cellset.RangeData
Constructor.
RangeDTO - Class in com.activeviam.activepivot.server.intf.api.dto
DTO representing a range of indices in a result.
RangeDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.RangeDTO
Default constructor.
RangeDTO(int, int, int) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.RangeDTO
Constructor.
RangeProperty - Class in com.activeviam.tech.streaming.impl.api
An object containing two indexes defining a range for a given axis, before knowing any information on the axis it will be applied on.
RangeProperty(int, int) - Constructor for class com.activeviam.tech.streaming.impl.api.RangeProperty
Constructor.
rangeSharing(int) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The range sharing.
rationale() - Element in annotation interface com.activeviam.tech.core.api.annotations.DeprecatedApi
Returns rationale for deprecating the API.
read() - Method in interface com.activeviam.tech.core.api.cell.IReadableCell
Reads the value stored in this cell.
read(int) - Method in interface com.activeviam.source.csv.api.ILineReader
Read the string at a column index.
read(int) - Method in interface com.activeviam.tech.chunks.api.arrays.IPositionalReader
Reads a value at some index in an array.
read(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
read(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
read(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
read(int) - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Reads the object stored at a given dictionary position.
read(int) - Method in class com.activeviam.tech.dictionaries.avinternal.Dictionary
 
read(int, int) - Method in interface com.activeviam.tech.chunks.api.table.ITable
Reads the Object value stored in the table at the intersection of the given row and column.
read(String) - Method in interface com.activeviam.tech.records.api.IRecordReader
Reads the value of a field of the record, specified by its name.
read(String, Object[]) - Method in class com.activeviam.source.common.api.impl.AStoreMessage
 
read(String, Object[]) - Method in interface com.activeviam.source.common.api.IStoreMessage
Helper method to read a field in a tuple given the name of the field (name of the tuple column).
read(TypeT) - Method in interface com.qfs.snl.messages.form.IInformationReader
Reads information from a type of the appropriate type.
read(TypeT) - Method in class com.qfs.snl.messages.form.InformationReader
 
readAll() - Method in interface com.activeviam.source.csv.api.ILineReader
Read all - The returned array can be kept at will.
readBoolean() - Method in interface com.activeviam.tech.core.api.cell.IReadableCell
Reads a boolean primitive value.
readBoolean(int) - Method in interface com.activeviam.tech.chunks.api.arrays.IPositionalReader
Reads a boolean primitive value from the array.
readBoolean(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
readBoolean(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
readBoolean(int, int) - Method in interface com.activeviam.tech.chunks.api.table.ITable
Reads the boolean primitive value stored in the table at the intersection of the given row and column.
readCoordinate(int, int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationBuilder
Reads the coordinate that is currently set at the given hierarchy and level.
readDictionarizedCoordinate(int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationBuilder
Reads the dictionarized value of the coordinate that is currently set at the given mapping index.
readDouble() - Method in interface com.activeviam.tech.core.api.cell.IReadableCell
Reads a double primitive value.
readDouble(int) - Method in interface com.activeviam.tech.chunks.api.arrays.IPositionalReader
Reads a double primitive value from the array.
readDouble(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
readDouble(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
readDouble(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
readDouble(int) - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Reads the double stored at a given dictionary position.
readDouble(int, int) - Method in interface com.activeviam.tech.chunks.api.table.ITable
Reads the double primitive value stored in the table at the intersection of the given row and column.
readExternal(ObjectInput) - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
readExternal(ObjectInput) - Method in class com.activeviam.activepivot.server.intf.api.dto.AggregateDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisPositionDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughResultDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughRowDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.activepivot.server.intf.api.dto.Path
 
readExternal(ObjectInput) - Method in class com.activeviam.tech.dictionaries.avinternal.Dictionary
Reads the keys in order and rebuild the dictionary dynamically.
readExternal(ObjectInput) - Method in class com.qfs.snl.agent.mdx.impl.SentinelStreamEvent
 
readFloat() - Method in interface com.activeviam.tech.core.api.cell.IReadableCell
Reads a float primitive value.
readFloat(int) - Method in interface com.activeviam.tech.chunks.api.arrays.IPositionalReader
Reads a float primitive value from the array.
readFloat(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
readFloat(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
readFloat(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
readFloat(int) - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Reads the float stored at a given dictionary position.
readFloat(int, int) - Method in interface com.activeviam.tech.chunks.api.table.ITable
Reads the float primitive value stored in the table at the intersection of the given row and column.
readHashCode(int) - Method in class com.activeviam.tech.dictionaries.avinternal.Dictionary
 
readHashCode(int) - Method in interface com.activeviam.tech.records.api.IRecordReader
Reads the hash code of the value stored at that index.
readInt() - Method in interface com.activeviam.tech.core.api.cell.IReadableCell
Reads an integer primitive value.
readInt(int) - Method in interface com.activeviam.tech.chunks.api.arrays.IPositionalReader
Reads an int primitive value from the array.
readInt(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
readInt(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
readInt(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
readInt(int) - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Reads the integer stored at a given dictionary position.
readInt(int, int) - Method in interface com.activeviam.tech.chunks.api.table.ITable
Reads the int primitive value stored in the table at the intersection of the given row and column.
readList(StoreField, JsonNode) - Method in interface com.activeviam.activepivot.server.impl.api.database.IServiceJsonHelper
Reads the JSON node encoding an array of values that could be stored in the Database for the provided field.
readLong() - Method in interface com.activeviam.tech.core.api.cell.IReadableCell
Reads a long primitive value.
readLong(int) - Method in interface com.activeviam.tech.chunks.api.arrays.IPositionalReader
Reads a long primitive value from the array.
readLong(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
readLong(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
readLong(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
readLong(int) - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Reads the long stored at a given dictionary position.
readLong(int, int) - Method in interface com.activeviam.tech.chunks.api.table.ITable
Reads the long primitive value stored in the table at the intersection of the given row and column.
readMap(StoreField, JsonNode) - Method in interface com.activeviam.activepivot.server.impl.api.database.IServiceJsonHelper
Reads the JSON node encoding a map of values that could be stored in the Database for the provided field.
ReadMessageDto - Class in com.qfs.snl.dtos.ws
DTO notifying of a message being read.
ReadMessageDto(IMessage) - Constructor for class com.qfs.snl.dtos.ws.ReadMessageDto
Constructor.
readMetadata(Map<String, String>, String) - Static method in class com.activeviam.cloud.aws.api.s3.entity.UserDefinedMetadataHeaderUtils
Reads the metadata.
ReadOnlyTransaction - Annotation Interface in com.qfs.repository.cfg.impl
Shortcut annotation for Spring to annotate a method that performs a transaction that only reads data.
ReadOnlyTransaction - Annotation Interface in com.qfs.snl.cfg.impl
Shortcut annotation for Spring to annotate a method that performs a transaction that reads ond writes data.
readSequence(int) - Method in interface com.activeviam.source.csv.api.ILineReader
Reads the field at the column index as a char sequence.
readValue(StoreField, JsonNode) - Method in interface com.activeviam.activepivot.server.impl.api.database.IServiceJsonHelper
Reads the JSON node encoding a value that could be stored in the Database for the provided field.
readVector(int) - Method in interface com.activeviam.tech.chunks.api.arrays.IPositionalReader
Reads an IVector value from the array.
readVector(int) - Method in interface com.activeviam.tech.chunks.api.arrays.IWritableBuffer
Reads an IVector value from the array.
readVector(int, int) - Method in interface com.activeviam.tech.chunks.api.table.ITable
Reads an IVector value stored in the table at the intersection of the given row and column.
readWritableVector(int) - Method in interface com.activeviam.tech.chunks.api.arrays.IWritableBuffer
Returns the IVector at the given position.
ReadWriteTransaction - Annotation Interface in com.qfs.repository.cfg.impl
Shortcut annotation for Spring to annotate a method that performs a transaction that reads ond writes data.
ReadWriteTransaction - Annotation Interface in com.qfs.snl.cfg.impl
Shortcut annotation for Spring to annotate a method that performs a transaction that reads ond writes data.
reaggPluginKey() - Method in class com.activeviam.directquery.api.UserDefinedSqlAggregationFunction
 
reaggregable() - Method in interface com.activeviam.directquery.api.UserDefinedSqlAggregationFunction.INeedReaggregable
Specifies that aggregates provided by this function are re-aggregable with the same function.
reaggregable(String) - Method in interface com.activeviam.directquery.api.UserDefinedSqlAggregationFunction.INeedReaggregable
Specifies that aggregates provided by this function are re-aggregable with this a specific function.
reallocateVector(IVector) - Method in interface com.activeviam.tech.chunks.api.vectors.IVectorAllocator
Attempts to reallocate the underlying content of a vector.
rebuild(String...) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotManager
Rebuilds the internal structure of provided pivots.
rebuild(String...) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotSchema
Rebuilds and compresses some internal structures of provided pivots in order to save memory.
REBUILD_LIMIT - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
Property that defines a threshold for the ratio of aggregates that are modified within a transaction.
rebuildIndex(String, Set<String>) - Method in interface com.activeviam.database.datastore.api.IDatastore
Rebuilds the index covered by the input group of fields.
rebuildIndexes(String) - Method in interface com.activeviam.database.datastore.api.IDatastore
Rebuilds all indexes in the given store.
record(V) - Method in interface com.activeviam.tech.mvcc.api.IVersionHistory
Records a new version in the history.
recordCumulativeDecodingTime(long) - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Records that a certain amount of time has been spent decoding by a thread.
recordCumulativeReadingTime(long) - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Records that a certain amount of time has been spent reading by a thread.
recordCumulativeSplittingTime(long) - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Records that a certain amount of time has been spent splitting by a thread.
recordCumulativeWaitingTime(long) - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Records that a certain amount of time has been spent waiting by a thread.
recordLineSuccessfullyParsed(long) - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Records the given line as successfully parsed.
RECORDS - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to Atoti Server's records.
RECORDS_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Atoti Server's records.
recordsAdded(int, IRecordBlock<? extends IRecordReader>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.AStoreStream
 
recordsAdded(int, IRecordBlock<? extends IRecordReader>) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
recordsDeleted(int, IRecordBlock<? extends IRecordReader>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.AStoreStream
 
recordsDeleted(int, IRecordBlock<? extends IRecordReader>) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
recordsUpdated(int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.AStoreStream
 
recordsUpdated(int, IRecordBlock<? extends IRecordReader>, IRecordBlock<? extends IRecordReader>) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
recordTotalLinesCount(int) - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Records that the parser attempted to parse a certain number of lines.
recreateCache() - Method in class com.qfs.snl.cfg.impl.AlertMonitoringBean
Empties and refills the cache.
RED - Static variable in class com.qfs.snl.kpis.impl.KpiUtil.RedOrangeGreen
Logical value associated to red.
RED - Static variable in class com.qfs.snl.monitors.IMonitorReport.Statuses
 
reduce(ILocation, IMeasureMember, int[], IAggregationFunction, ITransformProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Reduces this result into a new result with a reduced scope that contains only values for the given new measure.
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABaseDynamicAggregationPostProcessor
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABasicPostProcessor
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentValuePostProcessor
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfParentPostProcessor
 
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPartitionedPostProcessor
Reduces the partial results of the execution of this post-processor on each partition into a global result and contributes it to the writer.
reduce(ILocation, List<IAggregatesRetrievalResult>, IPostProcessedRetrievalResultWriter) - Method in class com.qfs.repository.impl.LookUpPostProcessor
 
REDUCE - Enum constant in enum class com.activeviam.activepivot.core.intf.api.location.ILocationBuilder.OperationFlag
Allow reducing hierarchy coordinates of the initial location.
reduceAndContribute(IIterableAggregatesRetrievalResult, int[], IAggregationFunction, ITransformProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Reduces the input result into our target result.
reduceAndContribute(IIterableAggregatesRetrievalResult, int[], IMultiSourceAggregationFunction, int[]) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Reduces the input result into our target result.
reference() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts building the description of a reference.
ReferenceDescription - Class in com.activeviam.database.datastore.api.description.impl
Default immutable implementation of IReferenceDescription.
ReferenceDescription(String, String, String, List<? extends IPair<String, String>>) - Constructor for class com.activeviam.database.datastore.api.description.impl.ReferenceDescription
Deprecated, for removal: This API element is subject to removal in a future version.
Use the constructor with Set<FieldMapping> instead.
ReferenceDescription(String, String, String, List<? extends IPair<String, String>>, boolean) - Constructor for class com.activeviam.database.datastore.api.description.impl.ReferenceDescription
Deprecated, for removal: This API element is subject to removal in a future version.
Use the constructor with Set<FieldMapping> instead.
ReferenceDescription(String, String, String, Set<ITableJoin.FieldMapping>) - Constructor for class com.activeviam.database.datastore.api.description.impl.ReferenceDescription
Constructor which makes the collection immutable and indexes the reference by default.
ReferenceDescription(String, String, String, Set<ITableJoin.FieldMapping>, boolean) - Constructor for class com.activeviam.database.datastore.api.description.impl.ReferenceDescription
Constructor which makes the collection immutable.
refresh() - Method in class com.activeviam.directquery.application.api.Application
 
refresh() - Method in interface com.activeviam.directquery.application.api.IRefreshable
Updates all the cubes loading a full data snapshot from the external database.
refresh(ChangeDescription) - Method in class com.activeviam.directquery.application.api.Application
 
refresh(ChangeDescription) - Method in interface com.activeviam.directquery.application.api.IRefreshable
Updates all the cubes loading new data from the external database based on a user provided ChangeDescription.
register() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Register all the available ActiveMonitor agents to the ActiveMonitor server.
register(IDistributedAgent) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Register the given IDistributedAgent.
register(IWatcher, Path) - Method in class com.activeviam.source.common.api.impl.WatcherService
 
register(IWatcher, Path) - Method in interface com.activeviam.source.common.api.IWatcherService
Register a watcher of a path.
register(IParameterListener) - Method in interface com.qfs.repository.IParameterStream
Register a listener.
register(IParameterListener) - Method in class com.qfs.repository.mdx.impl.ParameterStoreStream
 
register(IMessageService, String, IMessageWsService.FetchMessageMode) - Method in class com.qfs.snl.ws.impl.SocketSubscriber
Registers this as a subscriber of the user message box.
register(ITaskService) - Method in interface com.qfs.snl.workflows.ITaskPublisher
Register the taskService used by the publisher to process the tasks.
register(ITaskService) - Method in class com.qfs.snl.workflows.tasks.impl.AMessageTaskPublisher
Sets the task service for the publisher.
register(String, String, IContentListener) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Registers the given listener to listen to a file or a folder.
registerAgentListener() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
Register all the service that needs to be notified of a new agent check in so that the state is correctly reset.
registerAll(IWatcher, Path) - Method in class com.activeviam.source.common.api.impl.WatcherService
 
registerAll(IWatcher, Path) - Method in interface com.activeviam.source.common.api.IWatcherService
Register recursively all the directories.
registerAnomaly(ICsvAnomaly) - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Adds an anomaly in the report, if the maximum number of logged anomalies have not been reached yet.
registerBranchPermissionsListener(IBranchPermissionsListener) - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsManager
Registers a listener for the permissions of a set of branches.
registerBranchPermissionsListener(IBranchPermissionsListener) - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
 
registerBranchPermissionsListener(IBranchPermissionsListener) - Method in class com.activeviam.tech.mvcc.api.security.impl.CachedBranchPermissionsManager
 
registerCallbackOnInterruption(Runnable) - Method in interface com.activeviam.tech.concurrency.api.interrupt.IInterruptor
Registers a callback that will be triggered when the computation tree is interrupted.
registerChild(String, Object) - Method in class com.qfs.snl.monitoring.SentinelMonitoringMBean
Register the component if it is a IMonitoredComponent.
registerCommitTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Registers a Commit-time update where trigger on the selected store, which will be applied on each commit, whether there are new facts on the store, or referenced stores are being updated.
registerContinuousQuery(String, IQuery<ResultT>, Properties, Collection<? extends IContinuousQueryListener<ResultT, UpdateT>>) - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuouslyQueryable
Creates and registers a continuous query based on the given IQuery.
registerContinuousQuery(String, IQuery<ResultT>, Properties, Collection<? extends IContinuousQueryListener<ResultT, UpdateT>>, Predicate<Object>) - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuouslyQueryable
Creates and registers a continuous query based on the given IQuery.
RegisteredAgentDescriptionDto - Class in com.qfs.snl.dtos
Data transfer object for IRegisteredAgentDescription.
RegisteredAgentDescriptionDto() - Constructor for class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
Empty constructor.
RegisteredAgentDescriptionDto(int, String, String, AgentConnectionDetailsDto, List<String>) - Constructor for class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
Constructor.
RegisteredAgentDescriptionDto(int, String, String, String, String, List<String>) - Constructor for class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
Constructor.
registeredContinuousQueryNames() - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuouslyQueryable
Returns the set of all previously registered query names.
registerInsertionTimeUpdateWhereTrigger(String, int, ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Registers an Insertion-time update where trigger on the selected store, which will be applied on each record insertion to this store.
registerListener(IParameterChangeListener) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
registerListener(IParameterChangeListener) - Method in class com.qfs.repository.impl.RepositoryService
 
registerListener(IParameterChangeListener) - Method in interface com.qfs.repository.IRepositoryService
Registers a listener.
registerListener(IParameterChangeListener) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
registerRepositoryTopics(JsonEndPoint) - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
[Bean action] Registers all the topic to repository central WebSocket endpoint.
registerTopics(JsonEndPoint) - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean action] Registers all the topic to ActiveMonitor central WebSocket endpoint.
registerWorkflow(String, IWorkflowConfig) - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
Registers a new workflow for a given action type.
registerWorkflow(String, IWorkflowConfig) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
registerWorkflow(String, IWorkflowConfig) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
registerWorkflow(String, IWorkflowConfig) - Method in interface com.qfs.snl.workflows.IWorkflowService
Registers a new workflow for a given action type.
registerWorkflowSchema(String, IWorkflowSchema) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
registerWorkflowSchema(String, IWorkflowSchema) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
registerWorkflowSchema(String, IWorkflowSchema) - Method in interface com.qfs.snl.workflows.IWorkflowService
Registers a new schema for a given entity type.
registration(IContinuousQuery<? extends R, ? extends U>) - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQueryListener
This method is invoked whenever this listener is registered to a continuous query.
RegistrationServiceException - Exception Class in com.activeviam.tech.streaming.intf.api
Exception thrown by the Registration Web Service.
RegistrationServiceException() - Constructor for exception class com.activeviam.tech.streaming.intf.api.RegistrationServiceException
Constructor with no message and no cause.
RegistrationServiceException(String) - Constructor for exception class com.activeviam.tech.streaming.intf.api.RegistrationServiceException
 
RegistrationServiceException(String, Object...) - Constructor for exception class com.activeviam.tech.streaming.intf.api.RegistrationServiceException
Constructor.
RegistrationServiceException(String, Throwable) - Constructor for exception class com.activeviam.tech.streaming.intf.api.RegistrationServiceException
 
RegistrationServiceException(Throwable) - Constructor for exception class com.activeviam.tech.streaming.intf.api.RegistrationServiceException
 
RegistrationServiceException(Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.streaming.intf.api.RegistrationServiceException
Constructor.
Registry - Class in com.activeviam.tech.core.api.registry
Provides static accessors and shortcuts to the Registry currently configured in the System.
REGISTRY - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to the Atoti Server's registry.
REGISTRY_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Atoti Server's registry.
Registry.RegistryContributions - Class in com.activeviam.tech.core.api.registry
Indicates to the registry which contributions to use.
Registry.RegistryContributions.RegistryContributionsBuilder - Class in com.activeviam.tech.core.api.registry
 
REGULAR - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.hierarchy.IDimension.DimensionType
The default type for most dimensions.
REGULAR - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Indicates that the level is not related to time.
rejectEmptyString(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Creates a type with the same attributes than another type plus the support empty string flag to false.
rejectEmptyString(IFieldType) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Returns an instance of the given type that rejects empty String.
release() - Method in interface com.activeviam.tech.chunks.api.vectors.IVectorAllocator
Releases this vector allocator, removing all references to whatever resources it holds.
releaseBranch(String) - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Releases all the epochs of the given branch.
releaseBranch(String) - Method in interface com.activeviam.tech.mvcc.api.IEpochManager
Releases all the epochs of the given branch.
releaseBuffer(ByteBuffer) - Method in interface com.activeviam.source.keyvalue.api.IByteBufferPool
Method to give back a ByteBuffer that has been used previously in order to be reused in a future call to IByteBufferPool.acquireBuffer(int).
releaseBuffer(ByteBuffer) - Method in class com.activeviam.source.keyvalue.api.impl.DirectByteBufferPool
 
releaseConnection(C) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnectionPool
Give back a connection to the connection pool so that it can be reused.
releaseConnection(C) - Method in class com.activeviam.source.keyvalue.api.impl.AKeyValueConnectionPool
 
releaseEpochs(String, long, long) - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Releases the pointers to the versions objects, so that they can be garbage collected, and the resource only used by them can be discarded.
releaseEpochs(String, long, long) - Method in interface com.activeviam.tech.mvcc.api.IEpochManager
Releases a range of epochs.
releaseEpochs(String, Predicate<IHistoryNode>) - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Iterates over all the epochs in the history from the before-latest to the oldest and releases all the epochs for which the predicate returns true.
releaseReference() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
releaseReference() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
releaseReference() - Method in interface com.activeviam.tech.chunks.api.vectors.IReleasableVector
Marks that the vector is no longer referenced in a chunk.
Re-mapping the aggregated values to Analysis hierarchies members - Search tag in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Section
REMOTE_POOL_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property to configure the number of worker threads in the remote pool.
RemoteActiveMonitorServiceConfiguration - Class in com.qfs.snl.cfg.activepivot.impl
Spring configuration class creating remote ActiveMonitor services.
RemoteActiveMonitorServiceConfiguration() - Constructor for class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
 
RemoteAgentService - Class in com.qfs.snl.agent.service.impl
Implementation of IAgentService to be used by the ActivePivot's agents.
RemoteAgentService(String, AAuthenticator) - Constructor for class com.qfs.snl.agent.service.impl.RemoteAgentService
Constructor.
remoteAgentsService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
[Bean] Remote agent service when AP and ActiveMonitor are separated.
RemoteContentServiceBuilder - Class in com.activeviam.tech.contentserver.spring.api
Builder creating a service matching the specification of IContentService through remote calls.
RemoteDatabaseServiceBuilder - Class in com.activeviam.activepivot.server.spring.api.service
Builder creating a service matching the specification of IDatabaseService through remote calls.
remoteMonitorService() - Method in class com.qfs.snl.cfg.activepivot.impl.RemoteActiveMonitorServiceConfiguration
[Bean] Remote monitor service when AP and ActiveMonitor servers are separated.
RemoteMonitorService - Class in com.qfs.snl.monitors.impl
Remote version of a IMonitorService.
RemoteMonitorService(String, AAuthenticator) - Constructor for class com.qfs.snl.monitors.impl.RemoteMonitorService
Constructor.
remoteRepositoryService() - Method in class com.qfs.repository.cfg.activepivot.impl.RemoteRepositoryServiceConfiguration
[Bean] Remote repository service.
RemoteRepositoryServiceConfiguration - Class in com.qfs.repository.cfg.activepivot.impl
Spring configuration class defining Repository services available in ActivePivot through remote calls.
RemoteRepositoryServiceConfiguration - Class in com.qfs.repository.cfg.snl.impl
Spring configuration class defining remote services connecting to the Repository.
RemoteRepositoryServiceConfiguration() - Constructor for class com.qfs.repository.cfg.activepivot.impl.RemoteRepositoryServiceConfiguration
 
RemoteRepositoryServiceConfiguration() - Constructor for class com.qfs.repository.cfg.snl.impl.RemoteRepositoryServiceConfiguration
 
REMOVAL_DELAY - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
Time in seconds after which a complete removal of a given instance data will be launched (in seconds).
removalChannel() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Channel to remove point values.
remove(IRange) - Method in interface com.activeviam.tech.core.api.collections.IRangeUnion
Remove a range in the IRangeUnion.
remove(Object) - Method in class com.qfs.snl.events.impl.EventCache
 
remove(String) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Removes the entry with the given path.
remove(String, Object...) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionalWriter
Removes a tuple from a store.
remove(T) - Method in interface com.activeviam.tech.core.api.registry.IPlugin
Plugin manipulation method to change the list of plugin values at run time.
REMOVE - Enum constant in enum class com.activeviam.tech.contentserver.storage.api.ContentAction
Removing an existing entry.
REMOVE_ROWS - Enum constant in enum class com.activeviam.directquery.application.api.refresh.ChangeType
Some rows have been removed and provided conditions are able to capture removed rows, and only removed rows, perfectly.
REMOVE_ROWS_WITH_DIRTY_CONDITION - Enum constant in enum class com.activeviam.directquery.application.api.refresh.ChangeType
Some rows have been removed and one of the provided condition is dirty.
REMOVE_TOPIC_NAME - Static variable in class com.qfs.repository.impl.DatastoreRepositoryCache
Topic for the removal channel.
removeAll(String, Collection<Object[]>) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionalWriter
Removes multiple tuples from a store.
removeAll(Collection<?>) - Method in class com.qfs.snl.events.impl.EventCache
 
removeAll(List<String>, List<String>, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Removes all the input entries and cleans the input directories.
removeAllListeners() - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQuery
Remove all the attached listeners from this continuous query.
removeBranchPermissions(String) - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsManager
Removes the branch's permissions from the service.
removeBranchPermissions(String) - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
 
removeBranchPermissions(String) - Method in class com.activeviam.tech.mvcc.api.security.impl.CachedBranchPermissionsManager
 
removeCalculatedMember(String, String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Removes a calculated member.
removeCalculatedMember(String, String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Removes a calculated member from an activepivot.
removeEventHandler(IHealthEventHandler) - Method in interface com.activeviam.tech.observability.api.health.IHealthEventDispatcher
Removes the given handler from this dispatcher.
removeHandler(IHealthEventHandler) - Static method in interface com.activeviam.tech.observability.api.health.IHealthEventDispatcher
Removes the given handler from the dispatcher IHealthEventDispatcher.INSTANCE.
removeInfo(AxisMemberDTO, boolean) - Method in class com.qfs.snl.agent.mdx.impl.AStreamInfo
 
removeInfo(AxisMemberDTO, boolean) - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Removes information from the container.
removeKpi(String, String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Removes a KPI.
removeKpi(String, String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Removes a KPI from a given pivot.
removeListener(long) - Method in class com.qfs.repository.impl.RepositoryListenerManager
 
removeListener(long) - Method in interface com.qfs.repository.IRepositoryListenerManager
Remove a listener.
removeListener(IStreamListener) - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IStream
Remove an existing listener from this stream.
removeListener(IContinuousQueryListener<R, U>) - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQuery
Remove a listener from this continuous query.
removeListener(IParameterListener) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
Remove a listener from this selection manager.
removeListener(IParameterListener) - Method in class com.qfs.repository.impl.DatastoreRepositoryCache
 
removeListener(IParameterListener) - Method in interface com.qfs.repository.IRepositoryCacheService
Remove a listener.
removeListener(IMonitorListener) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
removeListener(IMonitorListener) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
removeListener(String, IStreamListener) - Method in interface com.activeviam.tech.streaming.intf.api.IRegistrationService
Removes a listener for a given domain.
removeListener(String, String) - Method in interface com.activeviam.tech.streaming.intf.api.ILongPollingService
Removes a listener from a given domain.
removeListener(ListenerT) - Method in class com.qfs.snl.utils.impl.AServiceWithListeners
 
removeListener(ListenerT) - Method in interface com.qfs.snl.utils.IServiceWithListeners
Deregisters a listener from this service.
removeMeasure(IMeasureMember, int) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IDatabaseRetrievalResult
Removes and clears the holder of a measure from this result.
removeNamedSet(String, String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Removes a Set.
removeNamedSet(String, String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Removes a named set from an activepivot.
removeResource(Map<String, String>) - Method in class com.qfs.snl.monitors.impl.MonitorReport
Records a removed resource.
removeRestriction(HierarchyIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
Removes the restriction on the specified hierarchy.
removeRestriction(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
removeRow(IDrillthroughRow) - Method in interface com.activeviam.activepivot.server.intf.api.dto.IDrillthroughResultDTOState
Remove the row.
removeTransactionListener(ITransactionListener) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Removes a previously registered listener.
removeUnknownKeyBehavior(IStoreDescriptionBuilder.IRemoveUnknownKeyListener) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
removeWhere(String, ICondition) - Method in interface com.activeviam.database.datastore.api.transaction.IOpenedTransaction
Removes from the given store all the records which match a condition.
removeWhere(String, ICondition) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Removes all the records which match a condition from the given store.
removeWildcardPath(String) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Removes the wildcard entry from a wildcard path.
renameField(String) - Method in interface com.activeviam.directquery.api.schema.utils.INamingConvention
Convention used to rename fields.
renameTable(String) - Method in interface com.activeviam.directquery.api.schema.utils.INamingConvention
Convention used to rename a table.
render(String, Map<String, Object>) - Method in class com.qfs.snl.messages.impl.VelocityTemplateEngine
 
render(String, Map<String, Object>) - Method in interface com.qfs.snl.messages.ITemplateEngine
Renders a template from a template as a string.
render(Resource, Map<String, Object>) - Method in class com.qfs.snl.messages.impl.VelocityTemplateEngine
 
render(Resource, Map<String, Object>) - Method in interface com.qfs.snl.messages.ITemplateEngine
Renders a template from a template as a resource.
renderFrom(String, Map<String, Object>) - Method in class com.qfs.snl.messages.impl.VelocityTemplateEngine
 
renderFrom(String, Map<String, Object>) - Method in interface com.qfs.snl.messages.ITemplateEngine
Renders a template from a template as a resource.
REPLICATE - Enum constant in enum class com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot.DataReplication
REPLICATE will replicate the measures on every unknown levels and hierarchies.
REPLICATE_ALL_MEASURES - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
Constant to be used to tell the QueryCube not to disable replication on any measures.
REPLICATE_ON_SLICER - Enum constant in enum class com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot.DataReplication
REPLICATE_ON_SLICER will replicate the measures on the first level of unknown hierarchies.
REPLICATE_ON_SLICER_IGNORING_FILTER - Enum constant in enum class com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot.DataReplication
REPLICATE_ON_SLICER_IGNORING_FILTER will replicate the measures on the first level of unknown hierarchies.
REPOSITORY_CACHE_ENDPOINT - Static variable in interface com.qfs.repository.restserver.IRepositoryCacheRestService
The full endpoint of our repository cache services.
REPOSITORY_CACHE_NAMESPACE - Static variable in interface com.qfs.repository.restserver.IRepositoryCacheRestService
The namespace of the service in the REST API.
REPOSITORY_DATASOURCE_IDENTIFER - Static variable in interface com.qfs.snl.persistence.cfg.IDatasourceConfiguration
The identifier of the repository data source.
REPOSITORY_ENDPOINT - Static variable in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
Endpoint for WS services.
REPOSITORY_LOGGING_THRESHOLD_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The number of polling failure the repository daemon has to reach before logging.
REPOSITORY_MAX_POLL_PERIOD_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that sets the maximum poll period property of the Repository Daemon (in seconds).
REPOSITORY_PLATFORM_TRANSACTION_MANAGER - Static variable in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
Repository Transaction Manager.
REPOSITORY_POLL_PERIOD_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property setting the poll period of the Repository Daemon (in seconds).
REPOSITORY_REST_API_URL - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Endpoint for repository REST services.
REPOSITORY_REST_ENDPOINT - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
The full endpoint in which the REST API is exposed.
REPOSITORY_WAIT_STABLE_DISTRIBUTION_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that controls whether the repository daemon should wait for the distributed architecture to be stable.
repositoryAnnotatedClasses() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
List of annotated classes to be loaded by Hibernate into Repository database.
RepositoryAPExtensionServiceConfiguration - Class in com.qfs.repository.cfg.activepivot.impl
Spring configuration class for services offered by Repository extension for ActivePivot.
RepositoryAPExtensionServiceConfiguration(IActivePivotManager, IRepositoryServiceConfiguration, IParameterAwareDatastoreSchemaDescriptionConfig, IDatastoreConfig) - Constructor for class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
Creates a new RepositoryAPExtensionServiceConfiguration instance.
repositoryAuditDao() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
 
repositoryAuditDao() - Method in interface com.qfs.repository.cfg.IRepositoryPersistenceConfiguration
[Bean] DAO managing repository audits.
RepositoryAuditDao - Class in com.qfs.repository.persistence.impl
Default implementation of IRepositoryAuditDao.
RepositoryAuditDao(SessionFactory) - Constructor for class com.qfs.repository.persistence.impl.RepositoryAuditDao
Constructor.
repositoryCacheConfiguration() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Configuration of the repository cache.
repositoryCacheDaemonActions() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Daemon actions implementation.
RepositoryCacheRestServiceConfiguration - Class in com.qfs.repository.cfg.activepivot.impl
The repository cache rest services configuration.
RepositoryCacheRestServiceConfiguration() - Constructor for class com.qfs.repository.cfg.activepivot.impl.RepositoryCacheRestServiceConfiguration
 
RepositoryCacheRestServiceController - Class in com.qfs.repository.restserver.impl
The repository cache rest service implementation.
RepositoryCacheRestServiceController(IRepositoryCacheService) - Constructor for class com.qfs.repository.restserver.impl.RepositoryCacheRestServiceController
Constructor.
repositoryCacheService() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Repository service caching information for ActivePivot.
repositoryCacheService() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryCacheRestServiceConfiguration
[Bean] REST API for Repository cache.
RepositoryCacheUtil - Class in com.qfs.repository.impl
Helper for the repository cache.
repositoryDaemon() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] The daemon instance.
RepositoryDaemon - Class in com.qfs.repository.impl
The repository daemon task that runs in the background.
RepositoryDaemon(IRepositoryDaemonActions, long, long, int) - Constructor for class com.qfs.repository.impl.RepositoryDaemon
Constructor.
RepositoryDaemonActions - Class in com.qfs.repository.impl
The repository cache daemon actions implementation which is responsible for updating the cache to reflect repository data updates.
RepositoryDaemonActions(IRepositoryService, IRepositoryCacheService, IActivePivotManager) - Constructor for class com.qfs.repository.impl.RepositoryDaemonActions
Constructor, without branch support.
RepositoryDaemonActions(IRepositoryService, IRepositoryCacheService, IActivePivotManager, boolean) - Constructor for class com.qfs.repository.impl.RepositoryDaemonActions
Constructor.
RepositoryDaemonDistributionAwareStarter - Class in com.qfs.repository.util
Helper class enabling starting the repository daemon once the distribution is stable.
RepositoryDaemonDistributionAwareStarter(IActivePivotManager, RepositoryDaemon, boolean) - Constructor for class com.qfs.repository.util.RepositoryDaemonDistributionAwareStarter
Constructor.
repositoryDaemonStarter() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean] Helper to handle the start of the repository daemon according to the value of the ActiveViamProperty.REPOSITORY_WAIT_STABLE_DISTRIBUTION_PROPERTY property.
repositoryDataSource() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
[Bean] Database connection to Repository database.
repositoryDbInfoDao() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
 
repositoryDbInfoDao() - Method in interface com.qfs.repository.cfg.IRepositoryPersistenceConfiguration
[Bean] DAO managing Repository information.
repositoryEndPoint(IWebSocketEngineConfig) - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
[Bean] Repository central WebSocket end point.
RepositoryHibernateConfiguration - Class in com.qfs.repository.cfg.impl
The Hibernate configuration for the repository persistence.
RepositoryHibernateConfiguration() - Constructor for class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
 
repositoryHibernateProperties() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
[Bean] Configuration for Repository database.
RepositoryJsonTypes - Class in com.qfs.repository.rs
Collection of JavaTypes that are serialized and sent by the remote Service.
RepositoryListenerManager - Class in com.qfs.repository.impl
Default implementation of IRepositoryListenerManager.
RepositoryListenerManager(ForkJoinPool) - Constructor for class com.qfs.repository.impl.RepositoryListenerManager
Constructor.
repositoryPlatformTransactionManager() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
[Bean] Transaction manager controlling all operations on Repository database.
RepositoryRestServiceConfiguration - Class in com.qfs.repository.cfg.impl
Spring configuration class defining Repository REST services configuration.
RepositoryRestServiceConfiguration() - Constructor for class com.qfs.repository.cfg.impl.RepositoryRestServiceConfiguration
 
RepositoryRestServiceController - Class in com.qfs.repository.rs.impl
The repository rest service implementation.
RepositoryRestServiceController(IRepositoryService) - Constructor for class com.qfs.repository.rs.impl.RepositoryRestServiceController
Constructor.
RepositoryRestServices - Class in com.qfs.repository.rs
Class defining information about Repository REST services.
RepositoryResult - Class in com.qfs.repository.impl
The repository result class.
RepositoryResult(IPointValue.IKey, double, Long) - Constructor for class com.qfs.repository.impl.RepositoryResult
Full constructor.
RepositoryResultDto - Class in com.qfs.repository.dto
DTO class representing a result from the ActivePivot Repository cache.
RepositoryResultDto() - Constructor for class com.qfs.repository.dto.RepositoryResultDto
Default constructor.
RepositoryResultDto(PointValueDto.KeyDto, double, Long) - Constructor for class com.qfs.repository.dto.RepositoryResultDto
Full constructor.
RepositoryResultDto(IRepositoryResult) - Constructor for class com.qfs.repository.dto.RepositoryResultDto
Copy constructor.
RepositorySecurityUtil - Class in com.qfs.repository.util
Helper with security shortcut methods.
repositoryService() - Method in class com.qfs.repository.cfg.snl.impl.RemoteRepositoryServiceConfiguration
[Bean] Repository service implementation using remote calls for all actions.
repositoryService(IRepositoryServiceConfiguration) - Method in class com.qfs.repository.cfg.impl.RepositoryRestServiceConfiguration
[Bean] REST API service for parameters.
RepositoryService - Class in com.qfs.repository.impl
The repository service implementation.
RepositoryService(IPointValueDao, IRepositoryAuditDao, IRepositoryListenerManager, IRepositoryListenerManager, IRepositoryListenerManager, long) - Constructor for class com.qfs.repository.impl.RepositoryService
Constructor.
RepositoryServiceConfiguration - Class in com.qfs.repository.cfg.impl
The repository service configuration.
RepositoryServiceConfiguration() - Constructor for class com.qfs.repository.cfg.impl.RepositoryServiceConfiguration
 
repositorySessionFactory() - Method in class com.qfs.repository.cfg.impl.RepositoryHibernateConfiguration
[Bean] Factory building transactional sessions to Repository database.
RepositoryWebsocketConfiguration - Class in com.qfs.repository.cfg.impl
Spring configuration class defining the beans related to WebSocket services.
repositoryWebSocketHandler(JsonEndPoint) - Method in class com.qfs.repository.cfg.impl.RepositoryWebsocketConfiguration
[Bean] Repository WebSocket unified end point.
RepositoryWorkflowRestServiceController - Class in com.qfs.snl.rs.impl
Basic implementation of services to handle workflows on parameters.
RepositoryWorkflowRestServiceController(IWorkflowService) - Constructor for class com.qfs.snl.rs.impl.RepositoryWorkflowRestServiceController
Constructor.
REPRESENTATIVE - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
requestLogin(String) - Method in class com.activeviam.web.spring.api.security.dsl.AtotiServerHumanDsl
 
requestLogin(String) - Method in class com.activeviam.web.spring.api.security.dsl.HumanToMachineSecurityDsl
Configures the DSL to request login before accessing the resources.
requireDictionary() - Method in enum class com.activeviam.database.datastore.api.description.IOptimizationDescription.Optimization
Returns whether the given optimization requires the creation of dictionaries (nullable or not) on the same fields.
reset() - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationBuilder
Resets this builder.
reset() - Method in class com.activeviam.source.csv.api.ACsvTopic
 
reset() - Method in class com.activeviam.source.csv.api.AFileSystemCsvTopic
 
reset() - Method in interface com.activeviam.source.csv.api.ICsvTopic
Reset the topic : pending updates will be lost.
reset() - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
Resets the visitor.
reset() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
reset() - Method in interface com.qfs.snl.agent.service.ISentinelDaemonActions
Reset this action.
reset() - Method in class com.qfs.snl.dtos.MonitorReportDto
 
reset() - Method in interface com.qfs.snl.monitors.IMonitorReport
Resets the report.
reset() - Method in class com.qfs.snl.monitors.impl.MonitorReport
 
reset(IPointLocationReader) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationExpansionProcedure.IExpansionIterator
Resets this iterator and initializes it .
reset(IContinuouslyQueryable, boolean, IContinuousQuery<? extends R, ? extends U>) - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQueryListener
This method is invoked when the associated continuous query has been stopped by the continuous query engine because of a reset.
resetBranch(String, String, boolean) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Resets a branch to the head of another branch.
resetPermissionForField(String) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
resetPermissionForField(String) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IWritableTablePermissions
Removes all the permissions for a specific fields.
resolve(ITimeSupplier) - Method in class com.qfs.snl.dtos.TimePeriodDto
 
resolve(ITimeSupplier) - Method in class com.qfs.snl.impl.TimePeriod
 
resolve(ITimeSupplier) - Method in interface com.qfs.snl.ITimePeriod
Resolves the current time for boundaries.
resolve(List<IExpression>, IExpressionResolver) - Method in class com.qfs.repository.mdx.impl.LookUpFunction.LookUpFunctionDefinition
 
resolveArrayInnerType() - Method in enum class com.activeviam.tech.chunks.api.types.ContentType
Resolves array inner ContentType.
resolveArrayInnerType(IFieldType) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Resolves array inner IFieldType.
resolveEntityConfiguration(String, String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
resolveEntityConfiguration(String, String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
resolveEntityConfiguration(String, String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Resolves the schema configured for a given entity.
REST_API_URL_PREFIX - Static variable in class com.activeviam.activepivot.server.intf.api.rest.ActivePivotRestServices
The prefix for the paths of all the REST services.
REST_API_URL_PREFIX - Static variable in class com.activeviam.activepivot.server.intf.api.rest.DatabaseRestServices
The prefix for the paths of all the REST services.
REST_API_URL_PREFIX - Static variable in class com.activeviam.tech.contentserver.spring.api.rest.ContentServiceRestServices
The url at which content rest API is accessible.
REST_API_URL_PREFIX - Static variable in class com.qfs.repository.cfg.activepivot.impl.RepositoryCacheRestServiceConfiguration
Endpoint for repository REST services.
REST_API_URL_PREFIX - Static variable in class com.qfs.repository.cfg.impl.RepositoryRestServiceConfiguration
Endpoint for repository REST services.
REST_API_URL_PREFIX - Static variable in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
Namespace for REST services.
REST_API_URL_PREFIX - Static variable in class com.qfs.snl.rs.ActiveMonitorRestServices
The url at which content rest API is accessible.
REST_API_URL_PREFIX_V9 - Static variable in class com.activeviam.activepivot.server.intf.api.rest.ActivePivotRestServices
The prefix for the paths of all the REST services.
restart() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Restart the messenger.
restart() - Method in class com.activeviam.directquery.application.api.Application
 
restart() - Method in interface com.activeviam.directquery.application.api.IRefreshable
Restart the application.
restart() - Method in interface com.qfs.snl.agent.service.IMonitoringStream
Restarts the stream.
restart() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
RESTART_COUNT - Static variable in class com.qfs.snl.agent.mdx.impl.MdxMonitoringStatistics
Name of the attribute exposing the number of restarts.
restartMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Restarts an existing monitoring.
restartMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
restore(IContextSnapshot) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContext
Restores the context to a default snapshot.
restrict(Collection<String>) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IMeasuresProvider
Restricts this measures provider to the given collection of measures.
restrictToLevel(ILevelInfo) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationBuilder
Restricts the location being build up to a given level.
restrictToLocalAccess() - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContext
Restricts contexts to the ones contained by the current user (/thread): get(): if access to a shared context value is required a runtime exception is thrown getAll(), getShared(), setShared(): a runtime exception is thrown
restrictToMeasures(String...) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAggregatesRetrievalResult
 
restrictToMeasures(String...) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Restricts this result to the given list of measures.
restrictToMeasures(Collection<? extends IMeasureMember>) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAggregatesRetrievalResult
 
restrictToMeasures(Collection<? extends IMeasureMember>) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Restricts this result to the given list of measures.
RESULT_ONLY - Enum constant in enum class com.activeviam.activepivot.copper.api.CopperAnalyticMeasure.AnalyticFilter
Applies the filter on the result only.
ResultSetRow - Class in com.activeviam.source.jdbc.api.impl
Lighter internal wrapping method of a JDBC result set.
ResultSetRow(Object[], ResultSetMetaData, Map<String, Integer>) - Constructor for class com.activeviam.source.jdbc.api.impl.ResultSetRow
Constructor.
resultSizeByPartitioning(Map<String, Integer>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData.QuerySummaryDataBuilder
The result size in terms of point locations by partitioning type.
resultSizes(int[]) - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData.DatabaseRetrievalDataBuilder
 
resultSizes(int[]) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The result sizes in terms of point locations and for each partition with respect to this retrieval measures.
resultTransformer() - Method in class com.activeviam.directquery.api.UserDefinedSqlAggregationFunction
 
resultTransformer(ISqlAggregationResultTransformer) - Method in interface com.activeviam.directquery.api.UserDefinedSqlAggregationFunction.INeedReaggregable
Provides a ISqlAggregationResultTransformer that transforms multiple aggregation outputs into a single output.
resume() - Method in interface com.activeviam.tech.core.api.agent.IAgent
Resumes the agent.
resumeListen(String) - Method in class com.activeviam.source.csv.api.FileSystemCsvMonitoring
Resumes listening to the given topic.
resumeMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Resumes an existing monitoring.
resumeMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
resumeStream(String) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Resume a stream.
resumeWatcher(IWatcher) - Method in class com.activeviam.source.common.api.impl.WatcherService
 
resumeWatcher(IWatcher) - Method in interface com.activeviam.source.common.api.IWatcherService
Resumes the processing of events for a given watcher.
retainAll(Collection<?>) - Method in class com.qfs.snl.events.impl.EventCache
 
RetrievalData - Class in com.activeviam.activepivot.server.json.api.queryplan
The retrieval data.
RetrievalData(int, String, String, String, List<LocationData>, List<String>, int, String, int[], Map<String, long[]>, List<String>) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
Creates a new RetrievalData instance.
RetrievalData.RetrievalDataBuilder - Class in com.activeviam.activepivot.server.json.api.queryplan
 
retrievalId(int) - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData.DatabaseRetrievalDataBuilder
 
retrievalId(int) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval Id.
retrievalsCountByType(Map<String, Integer>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData.QuerySummaryDataBuilder
The number of retrieval by type.
retrieveActivePivot(String) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotSchema
Returns the ActivePivot's instance corresponding to the id.
retrieveActivePivotDescription(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Returns the pivot's description.
retrieveActivePivotDiscovery() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Returns the ActivePivot Discovery.
retrieveActivePivotState(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Returns the activepivot's status.
Retrieve additional data from the Database - Search tag in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Section
retrieveAggregates(ILocation, ICubeFilter, String...) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAdvancedAggregatesRetriever
Retrieves the aggregated values targeted by the given location and measures.
retrieveAggregates(ILocation, String...) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAdvancedAggregatesRetriever
Retrieves the aggregated values targeted by the given location and measures.
retrieveAggregates(ILocation, Collection<? extends IMeasureMember>) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAdvancedAggregatesRetriever
Retrieves the aggregated values targeted by the given location and measures.
retrieveAggregates(ILocation, Collection<? extends IMeasureMember>, ICubeFilter) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAdvancedAggregatesRetriever
Retrieves the aggregated values targeted by the given location, measures and filter.
retrieveAggregates(IPrefetchRequest<?>) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAdvancedAggregatesRetriever
Retrieves the aggregated values that have been retrieved by the given prefetch request.
retrieveAggregates(String) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IAdvancedAggregatesRetriever
Retrieve all the aggregates that have been computed for the prefetcher with the given name, for the current location (ie, the one passed as argument to IPostProcessor.compute(com.activeviam.activepivot.core.intf.api.location.ILocation, com.activeviam.activepivot.core.intf.api.postprocessing.IAdvancedAggregatesRetriever)).
retrieveAllHierarchies(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Return the list of hierarchies for a given pivot id.
retrieveChild(IAxisMember, String) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
Retrieves a child by its name.
retrieveChildMembers(String, String, String, AxisMemberDTO) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Retrieve all the child members of a targeted member.
retrieveDefaultMembers(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Return for each hierarchy the default member.
retrieveEntitlements(ISecurityDetails) - Method in interface com.activeviam.activepivot.server.intf.api.security.IEntitlementsProvider
Returns the entitlements associated with the identifier.
retrieveEvents(long, TimePeriod) - Method in class com.qfs.snl.persistence.impl.MaintenanceService
Retrieve all events associated to a specific monitor for a given time period.
retrieveLocationHierarchies(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Return the list of hierarchies for a given pivot id which can be used in a location.
retrieveManagerName() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Returns the manager's name.
retrieveManagerState() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Returns the manager's status.
retrieveMember(String, boolean) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
 
retrieveMember(String, boolean) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Retrieves a member with its name.
retrieveMember(String, boolean) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
 
retrieveMembers() - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
Retrieves all the members associated with a the measure hierarchy.
retrieveMembers(int) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
 
retrieveMembers(int) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Retrieves all the members of the level of this hierarchy with the specified depth/ ordinal.
retrieveMembers(int) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
Retrieves all the members of the level of this hierarchy with the specified depth/ ordinal.
retrieveMembers(IAxisHierarchy, int) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilter
Retrieves all the members that match this filter on the given hierarchy at the give depth.
retrieveMembers(IAxisHierarchy, Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilter
Retrieves all the members that match this filter on the given hierarchy with the given path.
retrieveMembers(IAxisHierarchy, String[]) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilter
Retrieves all the members that match this filter on the given hierarchy with the given path.
retrieveMembers(Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
 
retrieveMembers(Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Retrieves all the members of this hierarchy matching the given Object path.
retrieveMembers(Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
Retrieves all the members of this hierarchy matching the given Object path.
retrieveMembers(String[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
 
retrieveMembers(String[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Retrieves all the members of this hierarchy matching the given String path.
retrieveMembers(String[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
Retrieves all the members of this hierarchy matching the given String path.
retrieveMembers(String, String, String, String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Retrieve all the members inside a specific level.
retrieveNeighbor(ILocation, boolean) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.NeighborValuePostProcessor
From an input location, retrieves the corresponding axis member on the time hierarchy and returns its neighbor.
retrievePivotIds() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Returns The list of running pivots.
retrievePivotIds() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Returns The list of running pivots.
retrieverType(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The retriever type.
retrieveSchemaIds() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Returns The list of running schemas.
retrieveSchemaState(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Returns the schema's status.
retrieveStatistic(String) - Method in class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
 
retrieveType(String) - Static method in interface com.activeviam.tech.aggregation.api.udaf.IUserDefinedAggregateFunction
Retrieves the aggregated data-type of an IUserDefinedAggregateFunction from its plugin key.
retrieveType(String, int) - Static method in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Retrieves the aggregated data-type of a function from its plugin key.
retrieveType(String, int[]) - Static method in interface com.activeviam.tech.aggregation.api.IMultiSourceAggregationFunction
Retrieves the aggregated data-type of an IMultiSourceAggregationFunction from its plugin key.
RETRY_UNAVAILABLE_INSTANCES_PERIOD - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The retry period for RetryUnavailableInstances in seconds.
reverse() - Method in interface com.activeviam.activepivot.copper.api.Window
Specifies that the ordering of the given Window should behave the opposite way the original ordering does.
reverse() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
reverse() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
reverse() - Method in interface com.activeviam.tech.chunks.api.vectors.ITransientVector
Reverses this vector, exchanging element k with element size() - k - 1.
reverse() - Method in interface com.activeviam.tech.core.api.collections.IRange
 
REVERSE_ORDER_PROPERTY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
Define if the values will be aggregated with the hierarchy order or reverse hierarchy order.
ReverseEpochComparator - Class in com.activeviam.tech.mvcc.api.ordering
Sorts the epochs, from the most recent to the oldest.
ReverseEpochComparator() - Constructor for class com.activeviam.tech.mvcc.api.ordering.ReverseEpochComparator
 
ReverseHierarchyComparator - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
A comparator to compare locations or axis members over the hierarchy, with respect to the reversed comparators of each level in the hierarchy.
ReverseHierarchyComparator(IHierarchyInfo, List<? extends ILevelInfo>) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ReverseHierarchyComparator
 
reverseMembersIterator(Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IAxisHierarchy
 
reverseMembersIterator(Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IHierarchy
Creates an Iterator over the members of this hierarchy matching the given object path.
reverseMembersIterator(Object[]) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
 
revertToVersion(IDatabaseVersion) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Generates a new version equivalent to the target version.
rewriteDrillthrough(String, Collection<IContextValue>) - Method in interface com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor
Asks if the DRILLTHROUGH query to execute must be changed.
rewriteSelect(String, Collection<IContextValue>) - Method in interface com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor
Asks if the SELECT query to execute must be changed.
ROLE_ADMIN - Static variable in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
Role value assigned to administrators of an Atoti application.
ROLE_ROOT - Static variable in interface com.activeviam.tech.contentserver.storage.api.IContentService
The role to use to grant root permissions into the content service.
ROLE_ROOT_LIST - Static variable in interface com.activeviam.tech.contentserver.storage.api.IContentService
A singleton List containing IContentService.ROLE_ROOT.
ROLE_ROOT_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property that configures the name of the root role.
ROLE_USER - Static variable in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
Role value assigned to basic users of an Atoti application.
rolesAdmin(List<String>) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.AtotiSecurityPropertiesBuilder
List of roles to consider as Admin.
rolesUser(List<String>) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.AtotiSecurityPropertiesBuilder
List of roles assigned to standard users.
rollback() - Method in interface com.activeviam.database.datastore.api.transaction.IOpenedTransaction
Rolls the current transaction back.
rollbackTransaction() - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Rolls the current transaction back.
ROOT_DIRECTORY - Static variable in interface com.activeviam.tech.contentserver.storage.api.IContentService
The path of the root directory, i.e. the directory that is the common ancestor of all other files.
rootAuthenticator(AAuthenticator) - Method in class com.activeviam.tech.contentserver.spring.api.RemoteContentServiceBuilder
Sets the way to authenticate in the service as the Root user for special operations.
rootFieldEqual(String, Object) - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Creates a predicate for equality on the root element.
run() - Method in interface com.activeviam.tech.observability.api.health.IHealthCheck
 
run() - Method in class com.qfs.repository.impl.RepositoryDaemon
 
run() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
 
run() - Method in class com.qfs.snl.alerts.impl.DuringTask
 
run() - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Runs the created criteria query on the session that created all elements.
run(IAgent.State, IAgent.State) - Method in interface com.activeviam.tech.core.api.agent.IAgent.ITransition
Performs the transition.
runMonitors() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
 
runMonitors() - Method in interface com.qfs.snl.agent.service.ISentinelDaemonActions
Fetches and starts monitoring for all the configuration compatible with the active pivot manager.

S

S3CloudDirectory - Class in com.activeviam.cloud.aws.api.s3.entity.impl
Wrapper on an Amazon S3's directory.
S3CloudDirectory(S3Client, String, String) - Constructor for class com.activeviam.cloud.aws.api.s3.entity.impl.S3CloudDirectory
Constructor.
S3Entity - Class in com.activeviam.cloud.aws.api.s3.entity
Entity referencing an S3 object.
S3Entity(S3Client, String, String, HeadObjectResponse) - Constructor for class com.activeviam.cloud.aws.api.s3.entity.S3Entity
Constructor.
S3EntityPath - Class in com.activeviam.cloud.aws.api.s3.entity.impl
Object referencing an object on S3.
S3EntityPath(S3Client, String, String) - Constructor for class com.activeviam.cloud.aws.api.s3.entity.impl.S3EntityPath
Constructor.
S3EntityWithRange - Class in com.activeviam.cloud.aws.api.s3.entity
Entity referencing a range of bytes of an S3 object.
S3EntityWithRange(S3Client, String, String, HeadObjectResponse, long, long) - Constructor for class com.activeviam.cloud.aws.api.s3.entity.S3EntityWithRange
Constructor.
sameBasicAttributes(IBasicPathlessContentEntry, IBasicPathlessContentEntry) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Returns true if the input two entries share the same attributes as per the IBasicPathlessContentEntry contract.
SameValueVectorUtils - Class in com.activeviam.tech.chunks.api.vectors
Util class to create on heap vectors containing a unique value, repeated n times.
SAMPLE_STD_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for the sample standard deviation aggregation function.
SAMPLE_VAR_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for sample variance aggregation function.
SAMPLING_PERCENT_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The property to set the percentage of allocations to sample, as a number between 0 and 100.
scale(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
scale(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
scale(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
scale(double) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Scales the vector by a factor f: multiplies all its components by the given factor.
scale(float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
scale(float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
scale(float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
scale(float) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Scales the vector by a factor f: multiplies all its components by the given factor.
scale(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
scale(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
scale(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
scale(int) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Scales the vector by a factor f: multiplies all its components by the given factor.
scale(long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
scale(long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
scale(long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
scale(long) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Scales the vector by a factor f: multiplies all its components by the given factor.
scaleVector(IVector, double) - Static method in class com.activeviam.tech.chunks.api.vectors.VectorUtils
Creates a vector to scale the underlying vector by a given scale factor.
SCENARIO - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 
scheduleMonitoringExecution(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Schedule a monitoring execution according to the monitor configuration.
scheduleMonitoringExecution(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
SCHEDULER - Static variable in class com.qfs.repository.impl.RepositoryDaemon
The scheduler.
SCHEDULER - Static variable in class com.qfs.snl.agent.service.impl.SentinelDaemon
The scheduler.
SCHEDULER_SERVICE_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures the number of worker threads in the scheduler service.
scheduleRetry() - Method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Schedules the monitor for a later retry to correct the failure.
schema(SchemaDescription) - Method in class com.activeviam.directquery.application.api.IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder
Sets the schema description.
schema(SchemaDescription) - Method in class com.activeviam.directquery.application.api.Application.ApplicationBuilder
Sets the schema and returns the updated builder.
SchemaDescription - Class in com.activeviam.directquery.api.schema
Immutable description of the schema of a database.
SchemaDescription.SchemaDescriptionBuilder - Class in com.activeviam.directquery.api.schema
 
SCHEMES - Static variable in interface com.qfs.snl.rs.IWorkflowRestService
Qualifier to get workflow schemes.
SCOPEDAGGREGATES_RETRIEVAL_TRANSPORTER - Enum constant in enum class com.activeviam.activepivot.dist.impl.api.messenger.netty.NettyMessageType
Key for setting the max size of aggregates retrieval result transporter.
SECONDARY_INDEX - Enum constant in enum class com.activeviam.database.datastore.api.description.IOptimizationDescription.Optimization
Secondary index on the fields.
SECURITY - Enum constant in enum class com.activeviam.web.spring.api.security.dsl.MachineToMachineSecurityDsl.Scope
Used for endpoints requiring authentication through techniques natively-supported by Atoti, like JWT.
SECURITY_ENABLED - Static variable in class com.activeviam.springboot.atoti.admin.ui.starter.api.PropertyNames
Property to enable/disable the autoconfiguration of the security for this starter.
SECURITY_ENABLED - Static variable in class com.activeviam.springboot.atoti.ui.starter.api.PropertyNames
Property to enable/disable the autoconfiguration of the security for this starter.
SecurityDetails - Class in com.activeviam.tech.core.api.security
Default implementation of a security details token, exposing a user name and a set of granted authorities (roles).
SecurityDetails(String, Set<String>) - Constructor for class com.activeviam.tech.core.api.security.SecurityDetails
Constructor to build a non anonymous SecurityDetails.
SecurityDetails(String, Set<String>, boolean) - Constructor for class com.activeviam.tech.core.api.security.SecurityDetails
Constructor.
securityFacade(ISecurityFacade) - Method in class com.activeviam.tech.contentserver.storage.api.builder.InMemoryBuilder
Sets the facade used to capture information about the users working the service being built.
securityFacade(ISecurityFacade) - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder
Sets the facade used to capture information about the users working the service being built.
selectDuplicateKeyInDatastore(IRecordReader, IRecordReader, IKeyEventContext) - Method in interface com.activeviam.database.datastore.api.description.IDuplicateKeyHandler
Defines what should be added in the datastore when a duplicateRecord in the current transaction has the same key as a previousRecord already registered in the datastore.
selectDuplicateKeyWithinTransaction(IRecordReader, IRecordReader, IKeyEventContext) - Method in interface com.activeviam.database.datastore.api.description.IDuplicateKeyHandler
Defines what should be added in the datastore when a duplicateRecord in the current transaction has the same key as a previousRecord also in the current transaction.
selectedFields() - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription
Gets the selected fields to keep in the cache.
selectedFields(List<String>) - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription.SingleTableCacheDescriptionBuilder
The fields to select from the base table into the cache, can be null if all the fields are kept.
selectFields(TableDescription, List<String>) - Static method in class com.activeviam.directquery.api.schema.utils.TableDescriptionUtils
Selects the fields with the given names.
selection() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts building a selection description.
selection(IDatabaseSchema) - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts building a selection description.
send(IMessage<T, E>) - Method in interface com.activeviam.source.common.api.IMessageChannel
Sends a message through the channel.
send(IMessage) - Method in interface com.qfs.snl.messages.IMessageService
Sends a message.
send(IMessage) - Method in class com.qfs.snl.messages.impl.MessageService
 
send(Object) - Method in class com.qfs.snl.ws.impl.SocketSubscriber
Sends data through the websocket session.
sendMessage(IBroadcastMessage<AnswerT, OutputT, ?>, Collection<LogicalRemoteAddress>, Duration) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Sends the given message to some specific instances, collects the answers and process them to produce the global answer.
sendMessage(IBroadcastMessage<AnswerT, OutputT, ?>, Collection<String>, long) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.1.6
sendMessage(T, Collection<? extends E>) - Method in interface com.activeviam.source.common.api.IMessageChannel
Creates a new message and sends it through the channel.
sendMessage(T, Collection<? extends E>) - Method in class com.activeviam.source.common.api.impl.AMessageChannel
 
sendMessageAsynchronously(IBroadcastMessage<AnswerT, OutputT, ?>, Collection<LogicalRemoteAddress>, Duration) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Sends the given message to some specific remote instances asynchronously.
sendMessageAsynchronously(IBroadcastMessage<AnswerT, OutputT, ?>, Collection<String>, long) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.1.6
sendMessages(Collection<MessageDto>) - Method in interface com.qfs.snl.rs.IMessageRestService
Sends new messages from the currently logged user.
sendMessages(Collection<MessageDto>) - Method in class com.qfs.snl.rs.impl.MessageRestServiceController
 
SENTINEL_VERSION - Static variable in interface com.qfs.snl.rs.IInformationRestService
The version of ActiveMonitor .
SentinelAlert - Class in com.qfs.snl.data.impl
The ActiveMonitor alert stored in the database.
SentinelAlert(long, Long, String, Long, Long, String) - Constructor for class com.qfs.snl.data.impl.SentinelAlert
Constructor.
SentinelAlert(ISentinelAlert) - Constructor for class com.qfs.snl.data.impl.SentinelAlert
Copy constructor.
SentinelAlertDao - Class in com.qfs.snl.persistence.impl
The alert data access object.
SentinelAlertDao(SessionFactory, int, ITimeSupplier) - Constructor for class com.qfs.snl.persistence.impl.SentinelAlertDao
Constructor.
SentinelBatchPublisher - Class in com.qfs.snl.agent.service.impl
Implementation of a ISentinelPublisher.
SentinelBatchPublisher(IMonitorService) - Constructor for class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
Constructor.
SentinelBatchPublisher.SentinelEventComparator - Class in com.qfs.snl.agent.service.impl
Custom comparator for ActiveMonitor events.
SentinelBatchPublisher.SentinelEventsQueue<E> - Class in com.qfs.snl.agent.service.impl
Blocking bounded priority queue with eviction allowing to wait for it to reach a specified size with a timeout.
SentinelDaemon - Class in com.qfs.snl.agent.service.impl
ActiveMonitor daemon task that runs in the background and perform SentinelDaemonActions periodically.
SentinelDaemon(ISentinelDaemonActions, long, long, int) - Constructor for class com.qfs.snl.agent.service.impl.SentinelDaemon
Constructor.
SentinelDaemonActions - Class in com.qfs.snl.agent.service.impl
ActiveMonitor actions called by the SentinelDaemon to periodically retrieve the monitors updates performed on ActiveMonitor server, in order to adapt their registration with the mdx engine.
SentinelDaemonActions(IActivePivotManager, IMonitorService, IAgentService, IMonitoringService, IAgentConnectionDetails) - Constructor for class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Constructor.
sentinelEndPoint(IWebSocketEngineConfig) - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] ActiveMonitor central WebSocket end point.
SentinelEvent - Class in com.qfs.snl.data.impl
The ActiveMonitor event stored in the database.
SentinelEvent(long, String, Map<String, String>, long, Double, Double, List<? extends ISentinelState>) - Constructor for class com.qfs.snl.data.impl.SentinelEvent
Constructor.
SentinelEvent(ISentinelEvent) - Constructor for class com.qfs.snl.data.impl.SentinelEvent
Constructor.
SentinelEventComparator() - Constructor for class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventComparator
 
SentinelEventDao - Class in com.qfs.snl.persistence.impl
The ActiveMonitor event data access object.
SentinelEventDao(SessionFactory, int) - Constructor for class com.qfs.snl.persistence.impl.SentinelEventDao
Constructor.
SentinelEventsQueue(Comparator<E>, int) - Constructor for class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventsQueue
Constructor.
SentinelExpressionManager - Class in com.qfs.snl.activiti
Override for ActiveMonitor project.
SentinelExpressionManager(ApplicationContext, Map<Object, Object>) - Constructor for class com.qfs.snl.activiti.SentinelExpressionManager
Constructor.
SentinelMdxCompiler - Class in com.qfs.pivot.mdx.compil.impl
Extension of the MDX post-processor compiler to support ActiveMonitor special functions.
SentinelMdxQuery - Class in com.qfs.snl.agent.mdx.impl
Stream query for KPI monitoring.
SentinelMdxQuery(SentinelMdxQuery) - Constructor for class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Copy constructor.
SentinelMdxQuery(IMonitor, KpiMonitorConfigurationDto, String, List<? extends IContextValue>, Set<String>) - Constructor for class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Full constructor.
SentinelMdxStream - Class in com.qfs.snl.agent.mdx.impl
Stream performing the MDX monitoring for ActiveMonitor.
SentinelMdxStream(SentinelMdxQuery, IStreamProperties, IStreamPublisher) - Constructor for class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
Full constructor.
SentinelMdxStream(SentinelMdxStream) - Constructor for class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
Copy constructor.
SentinelMonitoringMBean - Class in com.qfs.snl.monitoring
Parent Monitoring MBean for information about AP connection with ActiveMonitor.
SentinelMonitoringMBean() - Constructor for class com.qfs.snl.monitoring.SentinelMonitoringMBean
Default constructor.
SentinelMonitoringMBean(Map<String, Object>) - Constructor for class com.qfs.snl.monitoring.SentinelMonitoringMBean
Full constructor.
SentinelProcessEngineFactoryBean - Class in com.qfs.snl.activiti
Override for ActiveMonitor project.
SentinelProcessEngineFactoryBean() - Constructor for class com.qfs.snl.activiti.SentinelProcessEngineFactoryBean
 
SentinelProcessEntityManager - Class in com.qfs.snl.activiti
ActiveMonitor Activiti entity manager to cache all definition entities.
SentinelProcessEntityManager() - Constructor for class com.qfs.snl.activiti.SentinelProcessEntityManager
Constructor.
SentinelProcessEntityManager.Factory - Class in com.qfs.snl.activiti
Factory class for the containing manager.
SentinelRemoteRepositoryService - Class in com.qfs.snl.repository.impl
Implementation of a IRepositoryService over a remote server using the REST API defined by IRepositoryRestService.
SentinelRemoteRepositoryService(String, AAuthenticator) - Constructor for class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
Constructor.
SentinelSecurityUtil - Class in com.qfs.snl.utils.impl
Helper with security shortcut methods.
SentinelState - Class in com.qfs.snl.data.impl
The ActiveMonitor state stored in the database.
SentinelState(ISentinelState) - Constructor for class com.qfs.snl.data.impl.SentinelState
Copy constructor.
SentinelState(String, String, Double, String) - Constructor for class com.qfs.snl.data.impl.SentinelState
Full constructor.
SentinelStreamEvent - Class in com.qfs.snl.agent.mdx.impl
Stream event publishing monitoring events.
SentinelStreamEvent(String, String, long, Collection<? extends ISentinelEvent>) - Constructor for class com.qfs.snl.agent.mdx.impl.SentinelStreamEvent
Full constructor.
SentinelStreamTuple - Class in com.qfs.snl.agent.impl
Tuple designed for SentinelMdxStream streaming.
SentinelStreamTuple(SentinelStreamTuple) - Constructor for class com.qfs.snl.agent.impl.SentinelStreamTuple
Copy constructor.
SentinelStreamTuple(TIntObjectMap<String>) - Constructor for class com.qfs.snl.agent.impl.SentinelStreamTuple
Constructor.
SentinelStreamTuple.Location - Class in com.qfs.snl.agent.impl
Class representing the location of a tuple, i.e. the tuple without measure.
sentinelWebSocketHandler(JsonEndPoint) - Method in class com.qfs.snl.cfg.impl.ActiveMonitorWebsocketConfiguration
[Bean] ActiveMonitor WebSocket unified end point.
separator(char) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
Sets the separator character between fields.
SEPARATOR - Static variable in interface com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.ICalculatedDrillthroughColumnDescription
The separator of the underlying fields.
SEPARATOR - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
During configuration parsing, used to separate parameters in the same property.
SEPARATOR - Static variable in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
During configuration parsing, used to separate parameters in the same property.
SEPARATOR - Static variable in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
The separator used to separate directories from their children.
SEPARATOR - Static variable in class com.activeviam.tech.core.api.property.impl.BaseProperty
The property expression separator ('/' by default).
SEPARATOR_PROPERTY - Static variable in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonOutputConfiguration
Property to define the separator to use.
SEQUENTIAL_PROCESSING_CONFLATION_EVENT_ENGINE - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that controls whether conflated events of different types must be processed sequentially by the conflation event engine.
SerializableBiConsumer<T,U> - Interface in com.activeviam.tech.core.api.function
SerializableBiFunction<T,U,R> - Interface in com.activeviam.tech.core.api.function
SerializableConsumer<T> - Interface in com.activeviam.tech.core.api.function
SerializableFunction<T,R> - Interface in com.activeviam.tech.core.api.function
SerializablePredicate<T> - Interface in com.activeviam.tech.core.api.function
SerializableSupplier<T> - Interface in com.activeviam.tech.core.api.function
SerializableToDoubleFunction<T> - Interface in com.activeviam.tech.core.api.function
SerializableToFloatFunction<T> - Interface in com.activeviam.tech.core.api.function
A Serializable ToFloatFunction.
SerializableToIntFunction<T> - Interface in com.activeviam.tech.core.api.function
SerializableToLongFunction<T> - Interface in com.activeviam.tech.core.api.function
SerializableTriFunction<T,U,V,R> - Interface in com.activeviam.tech.core.api.function
A Serializable TriFunction.
SERIALIZATION_DISCOVERY_TIMEOUT - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The name of the property that defines the timeout in milliseconds for the serialization of initial discoveries answers.
SERIALIZATION_QUERY_TIMEOUT - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The name of the property that defines the timeout in milliseconds for the serialization of the local answers to distributed queries.
SerializerException - Exception Class in com.activeviam.tech.core.api.exceptions
Exception type for serialization exceptions.
SerializerException() - Constructor for exception class com.activeviam.tech.core.api.exceptions.SerializerException
Default constructor.
SerializerException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.SerializerException
Constructor.
SerializerException(String, Object...) - Constructor for exception class com.activeviam.tech.core.api.exceptions.SerializerException
Constructor.
SerializerException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.SerializerException
Constructor.
SerializerException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.SerializerException
Constructor.
SerializerException(Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.core.api.exceptions.SerializerException
Constructor.
SERVICE_NAME_ATTRIBUTE - Static variable in class com.activeviam.tech.core.api.tracking.Tracing
Deprecated.
 
ServiceDependencyException - Exception Class in com.activeviam.tech.core.api.exceptions.service
Exception class for requests whose completion depends on a another service that returned an error and cannot be reached.
ServiceDependencyException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.ServiceDependencyException
Constructor.
ServiceDependencyException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.ServiceDependencyException
Constructor.
ServiceDependencyException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.ServiceDependencyException
Constructor.
ServiceException - Exception Class in com.activeviam.tech.core.api.exceptions.service
Class exception for services implemented by ActiveViam.
Services - Class in com.activeviam.activepivot.server.spring.api.service
Provide an instance of the read-only service to the database.
ServiceUnavailableException - Exception Class in com.activeviam.tech.core.api.exceptions.service
Class exception for situations where the server cannot handle the request (because it is overloaded or down for maintenance).
ServiceUnavailableException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.ServiceUnavailableException
Constructor.
ServiceUnavailableException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.ServiceUnavailableException
Constructor.
ServiceUnavailableException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.ServiceUnavailableException
Constructor.
SessionFactoryMonitoring - Class in com.qfs.snl.monitoring.impl
MBean to monitor hibernate session factory.
SessionFactoryMonitoring(SessionFactory, Properties) - Constructor for class com.qfs.snl.monitoring.impl.SessionFactoryMonitoring
Constructor.
SessionFactoryStatistics - Class in com.qfs.snl.monitoring.impl
Allow to access statistics about a hibernate session factory.
SessionFactoryStatistics(Statistics) - Constructor for class com.qfs.snl.monitoring.impl.SessionFactoryStatistics
Constructor.
set(IActiveViamProperty, Object) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyRegistry
Sets the value of a property.
set(IActiveViamProperty, Object) - Static method in class com.activeviam.tech.core.api.properties.PropertyRegistry
Sets the value of a property.
set(EntityWorkflowConfiguration) - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Persists a transient element, creating a new persisted resource.
set(EntityWorkflowConfiguration) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
set(ContextT, Object[]) - Method in class com.activeviam.source.common.api.impl.ColumnCalculationContext
Sets the context of the class, the current tuple and reinitializes all the column states.
set(Class<T>, T) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContext
Set the user context value.
set(String, IWorkflowSchema) - Method in class com.qfs.snl.persistence.impl.InMemoryWorkflowSchemaDao
Put the configuration for the entity and the schema name.
set(String, IWorkflowSchema) - Method in interface com.qfs.snl.persistence.IWorkflowSchemaDao
Stores a new schema for a given entity type.
set(List<EntityWorkflowConfiguration>) - Method in interface com.qfs.snl.persistence.IEntityWorkflowDao
Persists a transients elements, creating a new persisted resources.
set(List<EntityWorkflowConfiguration>) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowDao
 
SET_DEFAULT_WORKFLOW - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a default workflow is being set for a given entity type.
SET_WORKFLOW_CONFIGURATION - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a schema is being configured for a given entity.
setAcceptIncompleteLines(boolean) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
setAcceptIncompleteLines(boolean) - Method in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
setAcceptOverflowingLines(boolean) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
setAcceptOverflowingLines(boolean) - Method in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
setAction(JsonDatabaseAction.DatabaseActionType) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
Sets the action type.
setActions(JsonDatabaseAction[]) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
The list of actions to execute.
setActivation(Long) - Method in class com.qfs.repository.dto.PointValueDto
Sets the activation time of the point value.
setActivation(Long) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the activation time of the point value.
setActivePivotDescription(IActivePivotDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotInstanceDescription
Sets the activepivot's description.
setActivePivotIds(List<String>) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICatalogDescription
Set the ids of running ActivePivot instances.
setActivePivotInstanceDescriptions(List<? extends IActivePivotInstanceDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotSchemaDescription
Set The list of ActivePivot's instance descriptions.
setActivePivotSchemaDescription(IActivePivotSchemaDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotSchemaInstanceDescription
Sets the description.
setAddedOrCreatedMonitors(List<MonitorDto>) - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
Set the list of added or updated monitors.
setAddedOrUpdatedPointValues(List<PointValueDto>) - Method in class com.qfs.repository.dto.PointValueUpdatesDto
Sets the addedorUpdatedPointValues.
setAddedOrUpdatedRows(Map<Integer, Object[]>) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughUpdateData
Sets The drillthrough updated or added rows.
setAdditionalProperties(Map<String, String>) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
 
setAdditionalProperties(Map<String, String>) - Method in interface com.activeviam.activepivot.core.intf.api.description.INamedSetDescription
 
setAdditions(List<NewT>) - Method in class com.qfs.repository.dto.ParameterUpdateDto
Sets the additions to perform.
setAdditions(List<NewT>) - Method in class com.qfs.repository.params.impl.ParameterUpdate
Sets the point values to add to the parameter definition.
setAdvancedAggregatedMeasuresDescription(List<IAdvancedAggregatedMeasureDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasuresDescription
Sets the list of multi-fields aggregated measures descriptions defined in the IActivePivotDescription.
setAgentConnectionDetails(AgentConnectionDetailsDto) - Method in class com.qfs.snl.dtos.AgentDescriptionDto
Sets agent connection details.
setAgentName(String) - Method in class com.qfs.snl.dtos.AgentDescriptionDto
Set the name of the agent.
setAgentType(String) - Method in class com.qfs.snl.dtos.AgentDescriptionDto
Set the type of the agent.
setAggregatedMeasuresDescription(List<IAggregatedMeasureDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasuresDescription
Sets the list of aggregated measures descriptions defined in the IActivePivotDescription.
setAggregateProvider(IAggregateProviderDefinition) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Sets the aggregate provider definition.
setAggregateProvider(IAggregateProviderDefinition) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotDescription
 
setAggregates(Map<String, Object>) - Method in class com.activeviam.activepivot.server.intf.api.dto.AggregateDTO
Set the aggregates.
setAggregatesCacheDescription(IAggregatesCacheDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Sets the aggregate cache description.
setAggregatesContinuousQueryEngine(IPluginDefinition) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Sets the IAggregatesContinuousQueryEngine definition.
setAggregationProcedures(Collection<IAnalysisAggregationProcedureDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Sets the description for aggregation procedures to use on analysis hierarchies.
setAggregationProcedures(Collection<IAnalysisAggregationProcedureDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotDescription
 
setAlias(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.INativeMeasureDescription
Deprecated.
Use the name of the measure instead of its alias
setAll(IContextSnapshot) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContext
Set multiple user context values.
setAllMembersEnabled(Boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Sets the AxisHierarchy has all members or not.
setApplicationId(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition
Setter.
setApplications(List<IQueryClusterDefinition.IDistributedApplicationDefinition>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IQueryClusterDefinition
Sets the applications of the cluster.
setAssignee(String) - Method in class com.qfs.snl.dtos.TaskDto
Sets the assignee.
setAssignee(String) - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
Sets the assignee.
setAuditId(long) - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
Sets the id of the point value creation audit.
setAuthExecutor(IAuthenticatedExecutor) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
Sets the authenticated executor for the stream.
setAuthorities(String) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties
The key of the JWT claim containing the authorities in an array.
setAutoFactlessHierarchies(Boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Sets to true to let the schema try to automatically use factless hierarchies.
setAutoFactlessHierarchies(Boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotDescription
 
setAxes(List<AxisDTO>) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Sets the axes of the cellset.
setAxes(List<AxisData>) - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Sets the axes of the cellset.
setAxisDimensions(IAxisDimensionsDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Sets all active dimension descriptions for the active pivot description.
setAxisDimensions(IAxisDimensionsDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotDescription
 
setBackColorExpression(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the expression of the BACK_COLOR cell property.
setBaseTable(String) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
Sets the base table to edit.
setBranch(String) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Sets the branch to perform the query on.
setBranches(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregatesCacheDescription
Sets the branches for which an aggregates cache will be created.
setBranches(Map<String, JsonBranchDescription>) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
Sets the discovery for the branches.
setBranchLevelComparator(IComparatorDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
Sets the plugin key of the comparator which will be used to sort the branches.
setBranchLevelFormatter(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
setBranchPermissions(String, IBranchPermissions) - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsManager
Sets the permissions of a specific branch.
setBranchPermissions(String, IBranchPermissions) - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
 
setBranchPermissions(String, IBranchPermissions) - Method in class com.activeviam.tech.mvcc.api.security.impl.CachedBranchPermissionsManager
 
setBroadcastingAddress(String) - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
setBroadcastingAddress(String) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Sets the address of the originating broadcasting instance.
setCachedIntersection(ISubCubeProperties, ISubCubeProperties) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ICubeFilter
Change the cached intersection.
setCalculatedColumns(String, String, List<IColumnCalculator<O>>) - Method in class com.activeviam.source.common.api.impl.AMessageChannelFactory
 
setCalculatedColumns(String, String, List<IColumnCalculator<OutputT>>) - Method in interface com.activeviam.source.common.api.IStoreMessageChannelFactory
The channel factory automatically configures tuple translators based on the format of the target store and the format of the associated source topic.
setCalculatedColumns(String, List<IColumnCalculator<O>>) - Method in class com.activeviam.source.common.api.impl.AMessageChannelFactory
This method is an alias of the other setCalculatedColumns method, where the store name equals the topic name.
setCanDelete(boolean) - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableDescription
Sets the security parameter that indicate if the user can delete a line in the table.
setCandidates(List<String>) - Method in class com.qfs.snl.dtos.TaskDto
Sets the candidates.
setCanEdit(boolean) - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableDescription
Sets the security parameter that indicate if the user can edit a line in the table.
setCanInsert(boolean) - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableDescription
Sets the security parameter that indicate if the user can insert a line in the table.
setCaption(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the caption.
setCaption(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.INamedSetDescription
Sets the caption.
setCaption(String) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
The caption.
setCaption(String) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
Caption of the header.
setCaption(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setCaption(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
setCaption(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.DrillthroughColumnDiscovery
 
setCaption(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
setCaption(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
setCaption(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDiscovery
 
setCaption(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Sets the caption of the measure.
setCaption(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureGroupDiscovery
 
setCaption(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
The caption of the set.
setCaption(String) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularHeader
Setter for JsonTabularHeader.caption.
setCaption(String) - Method in class com.qfs.snl.dtos.StateDto
Sets the state caption.
setCaption(List<String>) - Method in class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
Sets the caption path to set.
setCaptionPath(Path) - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
The caption path.
setCaptionPath(List<String>) - Method in class com.activeviam.activepivot.server.json.api.cellset.PositionData
 
setCatalogs(List<? extends ICatalogDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotManagerDescription
Sets the catalogs of this manager.
setCatalogs(List<CatalogDiscovery>) - Method in class com.activeviam.activepivot.server.intf.api.discovery.ActivePivotDiscovery
The catalogs.
setCatalogs(List<CatalogDiscovery>) - Method in class com.activeviam.activepivot.server.json.api.discovery.JsonDiscovery
Set the list of catalogs contained in this discovery.
setCategory(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.ContextValueDiscovery
Sets the category of the context value.
setCategory(String) - Method in class com.qfs.snl.dtos.MessageDto
Sets the category.
setCategory(String) - Method in class com.qfs.snl.dtos.TaskDto
Sets the category.
setCellProperties(List<String>) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Sets the properties applied to the cells.
setCells(List<CellDTO>) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Sets the cells of the cellset.
setCells(List<CellData>) - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellData
Sets the cells updated this cellset.
setCells(List<CellData>) - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Sets the cells of this cellset.
setCellsOnly(boolean) - Method in class com.activeviam.activepivot.server.impl.api.query.MDXQuery
Sets the flag to only receive cells.
setCharset(Charset) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
setCharset(Charset) - Method in class com.activeviam.source.csv.api.FileParserConfiguration
Deprecated.
 
setCharset(Charset) - Method in interface com.activeviam.source.csv.api.IFileParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
setCharsetName(String) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Use the builder instead.
setCharsetName(String) - Method in class com.activeviam.source.csv.api.FileParserConfiguration
Deprecated.
 
setChecker(IInterruptionChecker) - Static method in class com.activeviam.tech.concurrency.api.interrupt.InterruptionUtil
Change the interruption check implementation.
setCheckUserDetails(boolean) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
Flag enabling checks of the user details against the configuration from Spring security.
setChunkSize(IDatastoreSchemaDescription, int, String...) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Changes the chunk size of the given stores (or all the stores if no store name is provided).
setClaimKey(JwtProperties.ClaimProperties) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
 
setClusterDefinition(IDataClusterDefinition) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotInstanceDescription
Sets the definition of the cluster the cube belongs to.
setClusterDefinition(IQueryClusterDefinition) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
Sets the definition of the cluster over which all the members communicate.
setColumnCalculators(List<IColumnCalculator<CalcT>>) - Method in class com.activeviam.source.common.api.impl.ATranslator
Deprecated.
 
setColumnCalculators(List<IColumnCalculator<CalcT>>) - Method in interface com.activeviam.source.common.api.ITranslator
Deprecated, for removal: This API element is subject to removal in a future version.
Use instead the constructors of the implementation classes to set this parameter.
setColumnCalculators(List<IColumnCalculator<ILineReader>>) - Method in class com.activeviam.source.csv.api.translator.MapTranslator
Deprecated.
After the parent is configured, recreate the tuple factory accordingly.
setColumnCount(int) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
setColumnCount(int) - Method in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
setColumnIndex(Map<String, Integer>) - Method in class com.activeviam.source.common.api.impl.IdentityTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
Use the constructor instead to set those values.
setColumns(Map<Integer, String>) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
setColumnType(String) - Method in class com.activeviam.source.csv.api.CsvColumnParser
Sets the type of this parser, that must match the type of the data contained in source data fields parsed.
setCompanion(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the companion.
setComparator(IComparatorDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Sets the IComparatorPivot plugin key and its additional special order from the IComparatorDescription for the axisLevel.
setComputeHelper(Map<String, IDrillthroughColumn>) - Method in interface com.activeviam.activepivot.core.intf.api.query.result.ICalculatedDrillthroughColumn
After the drillthrough engine has instantiated all the calculated columns, it injects into each of them the map of all the available drillthrough columns.
setConcealedHierarchies(Collection<HierarchyIdentifier>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition
Sets the list of hierarchies that must be hidden from the distributed application.
setConcealedMeasures(Collection<String>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition
Deprecated, for removal: This API element is subject to removal in a future version.
the concealed measures will be removed in 6.2.
setCondition(ICondition) - Method in interface com.activeviam.activepivot.core.intf.api.description.IFilterDescription
Sets the condition.
setConditions(ICondition[]) - Method in class com.activeviam.tech.core.api.filtering.impl.LogicalCondition
The underlying conditions.
setConditions(ICondition[]) - Method in class com.activeviam.tech.core.api.filtering.impl.NotCondition
 
setConditions(JsonNode) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Sets the query conditions.
setConfiguration(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor configuration.
setConfiguration(String) - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
Sets the configuration.
setConfiguration(Map<String, String>) - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
Sets the mapping of actions to workflows.
setConnectionDetails(AgentConnectionDetailsDto) - Method in class com.qfs.snl.dtos.AgentDescriptionDto
Set the connection details about the agent.
setConstant(Object) - Method in class com.activeviam.source.common.api.impl.ConstantCalculator
Sets the constant value.
setContent(Object) - Method in class com.qfs.snl.dtos.MessageDto
Sets the content.
setContent(Object[]) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughRowDTO
Content of the row.
setContent(String) - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughHeadersQuery
 
setContent(String) - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughQuery
 
setContent(String) - Method in class com.activeviam.activepivot.server.impl.api.query.MDXQuery
Sets the MDX query.
setContent(String) - Method in class com.qfs.snl.dtos.AlertDto
Sets the content of the alert.
setContext(JsonDatabaseEdit.JsonDatabaseEditContext) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
The context values containing the statistics option.
setContext(Map<String, String>) - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQuery
The (optional) context values.
setContext(Map<String, String>) - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQueryPlan
The (optional) context values.
setContext(Map<String, String>) - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Sets the context values for the monitoring.
setContexts(List<IContextValue>) - Method in interface com.activeviam.activepivot.server.intf.api.security.IEntitlement
Sets the list of context values in the entitlement.
setContextValues(List<? extends IContextValue>) - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughHeadersQuery
 
setContextValues(List<? extends IContextValue>) - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughQuery
 
setContextValues(List<? extends IContextValue>) - Method in class com.activeviam.activepivot.server.impl.api.query.MDXQuery
Sets the context.
setContextValues(List<? extends IContextValue>) - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
Optional context values.
setContextValues(List<ContextValueDiscovery>) - Method in class com.activeviam.activepivot.server.json.api.discovery.JsonDiscovery
Sets the new possible context values.
setContextValues(List<JsonContextValue>) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setContinuousQueryHandlers(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IPostProcessorDescription
setContinuousQueryHandlers(List<String>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IPostProcessorDescription
Sets the continuous query handlers for this post-processor.
setCookieName(String) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
Name of the application cookie.
setCoordinate(int, int, Object) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationBuilder
Sets the value of a range coordinate identified by its hierarchy and level indexes.
setCoordinate(int, int, Object) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationBuilder
Sets the value of a range coordinate identified by its hierarchy and level indexes.
setCoordinate(int, Object) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationBuilder
Sets the value of the given range coordinate.
setCoordinates(ICoordinates) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the coordinates on which the point values applies.
setCoordinates(CoordinatesDto) - Method in class com.qfs.repository.dto.PointValueDto
Sets the address at which this value applies.
setCoordinates(Map<String, String>) - Method in class com.qfs.repository.dto.CoordinatesDto
Sets the coordinates.
setCoordinatesFrom(ILocation) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationBuilder
Sets all the range coordinates from this builder to the values found in the given location (except for the levels that are not expressed in the location).
setCoordinatesFrom(IPointLocationReader) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationBuilder
Sets all the range coordinates from this builder to the values found in the given pointReader (except for the levels that are not expressed in the pointReader).
setCopperCalculations(Consumer<ICopperContext>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Sets the consumer defining the Copper calculations.
setCreated(Collection<I>) - Method in class com.activeviam.source.csv.api.ACsvTopic.PendingState
The created events that are pending.
setCreatedAt(AuditDto) - Method in class com.qfs.repository.dto.PointValueDto
Sets the audit of the creation.
setCreatedAt(AuditDto) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the creation audit of the monitor.
setCreatedAt(IAudit) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the creation tag for the point value.
setCreatedAudit(IAudit) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Sets the audit at which the configuration is created.
setCreationAudit(AuditDto) - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Sets the audit at which the configuration is created.
setCreator(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor creator.
setCube(String) - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Sets the name of the cube containing the data of this cellset.
setCube(String) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughData
Sets The name of the cube on which the query has run.
setCubes(List<CubeDiscovery>) - Method in class com.activeviam.activepivot.server.intf.api.discovery.ActivePivotDiscovery
The cubes in the catalog.
setCubes(List<CubeDiscovery>) - Method in class com.activeviam.activepivot.server.json.api.discovery.CatalogDiscovery
Sets new cubes in the catalog.
setCubes(List<String>) - Method in class com.activeviam.activepivot.server.intf.api.discovery.CatalogDiscovery
The cubes in the catalog.
setCurrentAddress(String) - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
setCurrentPage(int) - Method in class com.activeviam.activepivot.server.json.api.database.JsonPagination
Sets the current page.
setData(JsonTabularData) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQueryResult
Sets the result of the query.
setData(Object[]) - Method in class com.activeviam.activepivot.server.intf.api.dto.VectorDTO
Sets the data held by this DTO to the value specified in input.
setData(T) - Method in class com.qfs.snl.dtos.ws.ATypedDto
Sets the data.
setDatabase(IDatabase) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.AStoreStream
 
setDatabaseSelection(ISelectionDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotSchemaDescription
Sets the selection of database fields that will be pushed to this schema.
setDefault(boolean) - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
Marks the schema as default.
setDefaultHierarchy(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Sets this hierarchy as default hierarchy of its dimension.
setDefaultHierarchy(String) - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The default hierarchy of the dimension.
setDefaultHierarchy(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
setDefaultMeasures(String[]) - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasuresDescription
Sets the list of the measure names that will be used to define the default measures.
setDefaultMembers(String[]) - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Sets the default members of this hierarchy.
setDefaultMembers(List<MemberDTO>) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Sets the default members when the query was executed.
setDefaultMembers(List<DefaultMemberDiscovery>) - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Sets the default members of the cellset.
setDefaultMembers(List<DefaultMemberDiscovery>) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setDefaultSchema(String, String) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
setDefaultSchema(String, String) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
Sets a default schema to use for a given type of entity.
setDefaultSchema(String, String) - Method in interface com.qfs.snl.workflows.IWorkflowService
Sets a default schema to use for a given type of entity.
setDefaultValue(Object) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Sets the default value of the field.
setDefaultValue(Object) - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Sets the default field value.
setDefaultValue(Object) - Method in class com.activeviam.source.csv.api.CsvColumnParser
Sets the default value, enable support for default values.
setDefiningInterface(Class<T>) - Method in interface com.activeviam.tech.core.api.registry.IPlugin
Sets the interface defining this plugin.
setDeleted(Collection<I>) - Method in class com.activeviam.source.csv.api.ACsvTopic.PendingState
The deleted events that are pending.
setDeletedAt(AuditDto) - Method in class com.qfs.repository.dto.PointValueDto
Sets the audit of the deletion.
setDeletedAt(AuditDto) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the deletion audit of the monitor.
setDeletedAt(IAudit) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the deletion tag of the point value.
setDeletedAudit(IAudit) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Sets the audit at which the configuration is deleted.
setDeletedMonitorIds(List<Long>) - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
Set the list of deleted monitors' ids.
setDeletedPointValues(List<PointValueDto>) - Method in class com.qfs.repository.dto.PointValueUpdatesDto
Sets the deletedPointValues.
setDeletedRows(Long) - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableResult
Sets the number of deleted rows.
setDeletionAudit(AuditDto) - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Sets the audit at which the configuration is deleted.
setDeletions(List<ExistingT>) - Method in class com.qfs.repository.dto.ParameterUpdateDto
Sets the deletions to perform.
setDeletions(List<ExistingT>) - Method in class com.qfs.repository.params.impl.ParameterUpdate
Sets the point values to delete i.
setDescription(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the description.
setDescription(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.INamedSetDescription
Sets the description.
setDescription(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.ContextValueDiscovery
Sets a description of the context value..
setDescription(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
setDescription(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
setDescription(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
setDescription(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDiscovery
 
setDescription(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Sets the description of the measure.
setDescription(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureGroupDiscovery
 
setDescription(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
The description of the set.
setDescription(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor description.
setDescription(String) - Method in class com.qfs.snl.dtos.TaskDto
Sets the description.
setDictionarizedCoordinate(int, int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationBuilder
Sets the dictionarized value of the given range coordinate.
setDictionarizedCoordinate(int, int, int) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationBuilder
Sets the dictionarized value of a range coordinate identified by its hierarchy and level indexes.
setDimension(String) - Method in class com.activeviam.activepivot.server.intf.api.dto.HierarchyDTO
The dimension name.
setDimension(String) - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
The dimension name.
setDimension(String) - Method in class com.activeviam.activepivot.server.json.api.cellset.HierarchyData
The name of the dimension.
setDimension(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
Sets the dimension to set.
setDimensions(List<DimensionDiscovery>) - Method in class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
The dimensions of the cube.
setDimensions(List<DimensionDiscovery>) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setDimensionType(IDimension.DimensionType) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisDimensionDescription
Sets the dimension type.
setDirectoryName(String) - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
 
setDiscardAtCommit(boolean) - Method in class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
Sets whether a discard should be asynchronously executed after each commit.
setDiscardTriggeredByGc(boolean) - Method in class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
Turns on or off the GC-based discard.
SetDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
The set discovery.
SetDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
 
SetDiscovery(String, String, String, String, String) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
Creates a new SetDiscovery instance.
setDisplayInfo(int) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
Sets the display info of this member.
setDistinct(boolean) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Sets distinct value.
setDistributedActivePivotDescription(IDistributedActivePivotDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
setDistributedActivePivotInstanceDescriptions(List<? extends IDistributedActivePivotInstanceDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotSchemaDescription
Set the list of distribution descriptions.
setDrillthroughExecutor(IPluginDefinition) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
The executor responsible for executing drillthrough attached queries on this pivot.
setDriverClassName(String) - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Set the JDBC driver class name.
setDriverClassName(String) - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
 
setDuring(Long) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor during period.
setEnabled(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
Set to true to enable an additional dimension in the Mdx layer.
setEnabled(boolean) - Method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties
 
setEnabled(boolean) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
Enable the JWT authentication.
setEnabled(boolean) - Method in class com.activeviam.springboot.atoti.ui.starter.api.AtotiUiProperties
 
setEntityConfiguration(IEntityWorkflowConfiguration) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
setEntityConfiguration(IEntityWorkflowConfiguration) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
Sets a schema to use for a given entity.
setEntityConfiguration(IEntityWorkflowConfiguration) - Method in interface com.qfs.snl.workflows.IWorkflowService
Sets a schema to use for a given entity.
setEntityConfigurations(List<? extends IEntityWorkflowConfiguration>) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
setEntityConfigurations(List<? extends IEntityWorkflowConfiguration>) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
Sets schemas to use for a list of given entities.
setEntityConfigurations(List<? extends IEntityWorkflowConfiguration>) - Method in interface com.qfs.snl.workflows.IWorkflowService
Sets schemas to use for a list of given entities.
setEntityId(String) - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Sets the entity id.
setEntityId(String) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Sets the entity id.
setEntitySchema(String, String, String) - Method in class com.qfs.snl.rs.impl.WorkflowRestServiceController
 
setEntitySchema(String, String, String) - Method in interface com.qfs.snl.rs.IWorkflowRestService
Sets the scheme configured for a particular entity.
setEntityType(String) - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Sets the entity type.
setEntityType(String) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Sets the entity type.
setEnvJsResource(Resource) - Method in class com.activeviam.springboot.atoti.admin.ui.starter.api.AtotiAdminUiProperties
 
setEnvJsResource(Resource) - Method in class com.activeviam.springboot.atoti.ui.starter.api.AtotiUiProperties
 
setEpoch(long) - Method in interface com.activeviam.activepivot.server.intf.api.dto.IDrillthroughResultDTOState
Set the epoch on which a continuous query is performed.
setEpoch(long) - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellData
Sets the epoch at which the cellset was updated.
setEpoch(long) - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Sets the epoch of the data in this cellset.
setEpoch(long) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQueryResult
Sets the epochId of the database at which the query was performed.
setEpoch(long) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughData
Sets The epoch to which this data corresponds.
setEpoch(long) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughUpdateData
Sets The epoch for which we receive the update.
setEpoch(Long) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Sets the epoch to perform the update on.
setEpochDimensionDescription(IEpochDimensionDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Sets the IEpochDimensionDescription for this description.
setEpochLevelComparator(IComparatorDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
setEpochLevelEnabled(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
Set to true to enable the epoch level in the additional epoch dimension of the Mdx layer (see IEpochDimensionDescription.setEnabled(boolean)).
setEpochLevelFormatter(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
setEpochsToKeep(int) - Method in class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
Sets the number of epochs to keep.
setEventId(Long) - Method in class com.qfs.snl.dtos.AlertDto
Sets the eventId.
setEventsThreshold(int) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
setEventsThreshold(int) - Method in interface com.qfs.snl.agent.service.ISentinelPublisher
Set the threshold that triggers actual publishing of events.
setExpectedEpoch(Long) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchCreation
Sets the expected epoch of creation of the branch.
setExpectedEpoch(Long) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
The expected epoch of the query.
setExpiration(Long) - Method in class com.qfs.repository.dto.PointValueDto
Sets the expiration time of the point value.
setExpiration(Long) - Method in class com.qfs.repository.dto.RepositoryResultDto
Sets the expiration of this result.
setExpiration(Long) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the expiration time of the point value.
setExpiration(Duration) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
Expiration of the JWT tokens.
setExpression(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the expression of the member.
setExpression(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.INamedSetDescription
Sets the expression of the member.
setExpression(String) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiGoalDescription
Sets the expression.
setExpression(String) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiStatusDescription
Sets the expression.
setExpression(String) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiTrendDescription
Sets the expression.
setExpression(String) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiValueDescription
Sets the expression.
setExpression(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Sets the expression of the measure.
setExpression(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
The expression of the set.
setExpression(String) - Method in class com.activeviam.tech.core.api.property.impl.PropertyInfo
 
setExtensions(Map<String, Object>) - Method in class com.qfs.snl.messages.impl.VelocityTemplateEngine
Enable to inject some custom extensions which will be pushed to the velocity engine context as variable Those variables will be accessible through their name, provided in the key of this map.
setFactless(Boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisHierarchyDescription
Set to true to enable factless.
setFailOnDifferentAuthorities(boolean) - Method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider
Configures the provider on failed authorities.
setFetchingMode(ParameterWsConfigurationDto.ParameterFetchingMode) - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
Sets the fetchingMode.
setFieldMappings(Map<String, String>) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseJoin
Sets the field mapping of the join.
setFieldName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregatedMeasureDescription
Sets the field name for the AggregatedMeasure.
setFieldNames(String[]) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAdvancedAggregatedMeasureDescription
Sets the names of the fields that will read by the UDAF.
setFieldPermission(String, List<String>, List<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
 
setFieldPermission(String, List<String>, List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurityBuilder
Set new permission for a specific field in the table.
setFields(JsonDatabaseFieldDescription[]) - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableDescription
Sets the field descriptions.
setFields(List<String>) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Sets the fields that should be retrieved in the query.
setFilter(String) - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Sets the filter to use.
setFilterDescription(IFilterDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotInstanceDescription
Sets the filter description.
setFirstObjects(List<T>) - Method in class com.activeviam.tech.core.api.ordering.CustomComparator
 
setFirstObjects(List<T>) - Method in interface com.activeviam.tech.core.api.ordering.ICustomComparator
Forces the given list of Object to always be the first Objects for this comparator.
setFirstResult(int) - Method in interface com.activeviam.tech.core.api.query.IListQuery
Sets how many rows should be skipped from the top of the result collection.
setFirstResult(int) - Method in class com.activeviam.tech.core.api.query.impl.AListQuery
 
setFolder(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the folder.
setFolder(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
setFolder(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Set the folder for this hierarchy.
setFolder(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasureMemberDescription
Set the folder name (MEASURE_DISPLAY_FOLDER property of MDSCHEMA_MEASURES rowset in XMLA).
setFolder(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.INamedSetDescription
Sets the folder.
setFolder(String) - Method in class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
The folder of the hierarchy.
setFolder(String) - Method in class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
The folder of the measure.
setFolder(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
setFolder(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
setFolder(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Sets the folder of the measure.
setFolder(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
The folder of the set.
setFollowSymbolicLinks(boolean) - Method in class com.activeviam.source.common.api.impl.WatcherService
Sets the flag for following symbolic links.
setFontFlagsExpression(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the font flag.
setFontNameExpression(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the font name.
setFontSizeExpression(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the font size.
setForceHttps(boolean) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
Configures the security to enforce the use of HTTPS.
setForeColorExpression(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the expression of the FORE_COLOR cell property.
setForm(Resource) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties
Path to the entire page resource.
setFormat(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.DrillthroughColumnDiscovery
 
setFormatString(String) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiGoalDescription
Sets the formatString.
setFormatString(String) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiValueDescription
Sets the formatString.
setFormatString(String) - Method in class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
The format string of the measure.
setFormatString(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Sets the format string of the measure.
setFormatStringExpression(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the expression of the FORMAT_STRING cell property.
setFormattedValue(String) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Sets the formatted value of the cell.
setFormattedValue(String) - Method in class com.activeviam.activepivot.server.json.api.cellset.CellData
 
setFormattedValue(String) - Method in class com.qfs.snl.dtos.StateDto
Sets the formatted value for the state value.
setFormatter(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Sets the formatter of this level.
setFormatter(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasureMemberDescription
Sets the formatter of the measure.
setFormFields(List<FormFieldDto>) - Method in class com.qfs.snl.dtos.TaskDto
Sets the fields.
setFrom(int) - Method in class com.activeviam.activepivot.server.json.api.query.JsonRange
The first index of the range.
setFrom(TimePeriodDto) - Method in class com.qfs.repository.dto.PointValueQueryDto
Sets the period.
setFrom(ExistingT) - Method in class com.qfs.repository.dto.UpdateRequestDto
Sets the value of the original data.
setGoal(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
setGraphic(String) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiStatusDescription
Sets the graphic.
setGraphic(String) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiTrendDescription
Sets the graphic.
setGroup(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasureMemberDescription
Set the measure group name (MEASUREGROUP_NAME property of MDSCHEMA_MEASURES rowset in XMLA).
setHasParser(boolean) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Sets the indicate if the field has a parser.
setHeaderCheck(String) - Method in interface com.activeviam.source.csv.api.IColumnarTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
Define the check in the constructor instead.
setHeaderCheck(String) - Method in class com.activeviam.source.csv.api.translator.AColumnarTranslator
 
setHeaderCheck(String) - Method in class com.activeviam.source.csv.api.translator.AHeaderTranslator
 
setHeaders(List<DrillthroughHeaderDTO>) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughResultDTO
Drillthrough headers.
setHeaders(List<JsonTabularHeader>) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularData
Sets the headers.
setHeads(String, Map<String, ? extends IHeadInfo<? extends IActivePivotVersion>>) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotVersionAware
Sets the versions associated with this Object.
setHidden(boolean) - Method in class com.qfs.snl.dtos.FormFieldDto
Sets the visibility of the field.
setHierarchies(List<IHierarchyDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisDimensionDescription
Sets the axis hierarchy description list for the axis dimension description.
setHierarchies(List<HierarchyDiscovery>) - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The hierarchies of the dimension.
setHierarchies(List<HierarchyDTO>) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Hierarchies of the axis.
setHierarchies(List<HierarchyData>) - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
Sets the hierarchies present in the axis.
setHierarchies(List<HierarchyDiscovery>) - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
setHierarchy(String) - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
The hierarchy name.
setHierarchy(String) - Method in class com.activeviam.activepivot.server.json.api.cellset.HierarchyData
The name of the hierarchy.
setHierarchy(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
Sets the hierarchy to set.
setHierarchyOrdinal(int) - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
The ordinal of the hierarchy.
setHostname(String) - Method in class com.qfs.snl.dtos.AuditDto
Sets the hostname of the host machine.
setId(int) - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
Sets the id of the axis.
setId(int) - Method in class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
Set the id of the agent within the ActiveMonitor server.
setId(long) - Method in class com.qfs.repository.dto.PointValueDto
Sets the id of the point value.
setId(long) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the id of the point value.
setId(long) - Method in class com.qfs.snl.dtos.AlertDto
Sets the unique alert identifier.
setId(long) - Method in class com.qfs.snl.dtos.AuditDto
Sets this audit unique id.
setId(long) - Method in class com.qfs.snl.dtos.EventDto
Sets the event unique id.
setId(long) - Method in class com.qfs.snl.dtos.MessageDto
Sets the id.
setId(long) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor unique id.
setId(Long) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
Sets an id of a monitor to consider.
setId(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotInstanceDescription
Sets the id of the underlying ActivePivot instance.
setId(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotSchemaInstanceDescription
Sets the id.
setId(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICatalogDescription
Set the id.
setId(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IClusterDefinition
Sets the id of the defined cluster.
setId(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
Returns the id of the distributed activepivot instance.
setId(String) - Method in class com.qfs.snl.dtos.FormFieldDto
Sets the id.
setId(String) - Method in class com.qfs.snl.dtos.StateDto
Sets the id of the state.
setId(String) - Method in class com.qfs.snl.dtos.TaskDto
Sets the id.
setIdentifier(String) - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Set the identifier of the data source.
setIdentifier(String) - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
 
setIncludeMode(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregatesCacheDescription
Sets the include mode of this cache.
setInContext(IContext, IBranch) - Static method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IBranch
Sets the branch configuration into the context.
setInContext(IContext, IQueriesResultLimit) - Static method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueriesResultLimit
Sets the value configuring the time limit into the context.
setInContext(IContext, IQueriesTimeLimit) - Static method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IQueriesTimeLimit
Sets the value configuring the time limit into the context.
setInContext(IContext, ISubCubeProperties) - Static method in interface com.activeviam.activepivot.core.intf.api.contextvalues.subcube.ISubCubeProperties
Sets the given subcube in the given context, returning the previous one.
setInContext(IContext, IQueryBasedCubeRestriction) - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.IQueryBasedCubeRestriction
Sets the given restriction in the given context, returning the previous one.
setInContext(IContext, ISecurityCubeRestriction) - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ISecurityCubeRestriction
Sets the given restriction in the given context, returning the previous one.
setIndex(int) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Index of the Axis.
setIndex(int) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Sets the index of the field in the table.
setInfo(AxisMemberDTO, Double, String, boolean) - Method in class com.qfs.snl.agent.mdx.impl.AStreamInfo
 
setInfo(AxisMemberDTO, Double, String, boolean) - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Sets a particular information.
setInformations(Map<String, Object>) - Method in class com.qfs.snl.dtos.FormFieldTypeDto
Sets the information about the field.
setInitialPublicationMode(IStreamProperties.InitialPublicationMode) - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
Sets the initial publication mode.
setInitialState(IStreamProperties.InitialState) - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
Set the initial state for the stream.
setInsertedRows(Long) - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableResult
Sets the number of inserted rows.
setInvokeInterval(long) - Method in class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
Changes the interval between ADefaultEpochPolicy.invoke(IEpochManager) calls.
setIp(String) - Method in class com.qfs.snl.dtos.AuditDto
Sets the host ip address.
setIsAggressive(boolean) - Method in class com.qfs.repository.context.impl.LookupBehavior
Set the aggressiveness of the lookup post processor.
setJoins(Map<String, Map<String, JsonDatabaseJoin>>) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
Gets the descriptions of all joins.
setKey(JwtProperties.KeyProperties) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
 
setKey(PointValueDto.KeyDto) - Method in class com.qfs.repository.dto.RepositoryResultDto
Sets the key of the underlying point value.
setKeyFields(int[]) - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableDescription
Sets the key fields indexes.
setKeyFields(IDatastoreSchemaDescription, String, String...) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Changes the key fields of the given store.
setKpis(List<KpiDiscovery>) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setLastActivityTime(long) - Method in class com.qfs.snl.dtos.MonitorReportDto
Sets the lastActivityTime.
setLastActivityTime(long) - Method in class com.qfs.snl.monitors.impl.MonitorReport
Sets the lastActivityTime.
setLastEventTime(long) - Method in class com.qfs.snl.dtos.MonitorReportDto
Sets the lastEventTime.
setLastEventTime(long) - Method in class com.qfs.snl.monitors.impl.MonitorReport
Sets the lastEventTime.
setLastObjects(List<T>) - Method in class com.activeviam.tech.core.api.ordering.CustomComparator
 
setLastObjects(List<T>) - Method in interface com.activeviam.tech.core.api.ordering.ICustomComparator
Forces the given list of Object to always be the last Objects for this comparator.
setLatestEpoch(long) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
Setter for latest epoch.
setLeft(L) - Method in interface com.activeviam.tech.core.api.util.IPair
Sets the left element, returning the previous value.
setLeft(L) - Method in class com.activeviam.tech.core.api.util.Pair
 
setLevel(MessageLevel) - Method in class com.qfs.snl.dtos.MessageDto
Sets the level.
setLevel(String) - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
The level name.
setLevelInfo(ILevelInfo) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureMember
Sets the info about the level this measure belongs to.
setLevelName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Set the level name.
setLevelName(String) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
The level name of the last level expressed in the Path.
setLevelNames(List<String>) - Method in class com.activeviam.activepivot.server.json.api.cellset.HierarchyData
The level names.
setLevels(List<? extends IAxisLevelDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Sets the axis level description list for the axis hierarchy description.
setLevels(List<LevelDiscovery>) - Method in class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
The levels of the hierarchy.
setLevels(List<LevelDiscovery>) - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
setLevelType(ILevelInfo.LevelType) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Sets the type of this level.
setLines(String[][]) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
Sets the lines to insert.
setLiveUrl(String) - Method in class com.qfs.snl.dtos.AgentConnectionDetailsDto
Set the url of APLive to use when interacting with this agent.
setLocalContext(ContextT) - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
setLocalContext(ContextT) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Sets the local context associated with this type of messages.
setLocale(String) - Method in class com.activeviam.activepivot.server.json.api.configuration.JsonDefinitionLocale
Sets the locale.
setLocation(ILocation) - Method in class com.activeviam.activepivot.server.intf.api.dto.AggregateDTO
Set the location.
setLoginPage(AtotiSecurityProperties.PageProperties) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
Configuration for the resources used for the login page.
setLogo(Resource) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties
Path to the main logo in the page resource.
setLogoutPage(AtotiSecurityProperties.PageProperties) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
Configuration for the resources used for the logout page.
setLookupPropertiesInterceptor(ILookupPropertiesInterceptor) - Method in class com.qfs.repository.impl.LookUpPostProcessor
Sets the properties interceptor.
setManager(IActivePivotManager) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
Sets the global ActivePivot manager of the server on which streams are registered.
setMatchingParameter(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.ComparisonMatchingCondition
 
setMatchingParameter(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.InCondition
 
setMatchingParameter(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.LikeCondition
 
setMatchingParameter(Object) - Method in class com.activeviam.tech.core.api.filtering.impl.MatchingCondition
Set the matching parameter.
setMaxElements(int) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher.SentinelEventsQueue
Set the maximum size of the queue.
setMaxEvents(int) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
 
setMaxEvents(int) - Method in interface com.qfs.snl.agent.service.ISentinelPublisher
Set the number of unsent events the publisher can hold.
setMaxLevelPerHierarchy(int[]) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Max number of levels per hierarchy, on this axis.
setMaxLevelPerHierarchy(int[]) - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
Sets the maximum number of levels per hierarchy.
setMaxResults(int) - Method in interface com.activeviam.tech.core.api.query.IListQuery
Sets hard limit to maximum number of rows returned in result.
setMaxResults(int) - Method in class com.activeviam.tech.core.api.query.impl.AListQuery
Max number of results.
setMaxResultSize(int) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Set the max result size.
setMaxRetryCount(int) - Static method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Sets the maximal number of retries to count to schedule the retry of the monitoring.
setMaxWaitHeaderTime(int) - Method in class com.activeviam.source.csv.api.translator.AHeaderTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
Use the constructor instead.
setMdx(String) - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQuery
The MDX query to execute.
setMdx(String) - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQueryPlan
The MDX.
setMeasure(AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Sets the measure of the tuple.
setMeasureGroup(String) - Method in class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
The measure's group.
setMeasureGroup(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
setMeasureGroup(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Sets the measure group of the measure.
setMeasureGroups(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisDimensionDescription
The measure groups associated to this dimension.
setMeasureGroups(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
setMeasureGroups(String[]) - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The measure groups of the dimension.
setMeasureGroups(List<MeasureGroupDiscovery>) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setMeasureGroups(Set<String>) - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
setMeasures(List<MeasureDiscovery>) - Method in class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
The measures of the cube.
setMeasures(List<MeasureDiscovery>) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setMeasuresDescription(IMeasuresDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Sets the IMeasuresDescription for this description.
setMember(HierarchyDTO, AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
Sets a member of the tuple.
setMember(HierarchyDTO, AxisMemberDTO) - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
Sets a member of the tuple.
setMemberNameParserPluginKey(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Sets a custom parser plugin key.
setMemberProperties(List<IPropertyInfo>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Set the list of IProperty of the introspecting properties applicable on the members of this level.
setMemberProperties(List<String>) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
List of the properties available in AxisMemberDTO.properties.
setMembers(List<AxisMemberDTO>) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisPositionDTO
Sets the complete list of members for a given position on the axis.
setMessageContext(Class<ContextT>, ContextT) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Sets a local message context for a given type.
setMessengerDefinition(IMessengerDefinition) - Method in interface com.activeviam.activepivot.core.intf.api.description.IClusterDefinition
Sets the definition of the underlying messenger.
setMode(String) - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Sets the mode for the monitoring.
setModified(Collection<I>) - Method in class com.activeviam.source.csv.api.ACsvTopic.PendingState
The modified events that are pending.
setMonitor(IMonitor) - Method in class com.qfs.snl.dtos.MonitorReportDto
Sets the monitor.
setMonitorId(long) - Method in class com.qfs.snl.dtos.AlertDto
Sets the id of the monitor.
setMonitorId(long) - Method in class com.qfs.snl.dtos.EventDto
Sets the id of the underlying monitor.
setMonitorId(long) - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
Sets the monitor unique id.
setMonitors(Set<MonitorWsConfigurationDto.MonitorSourceDto>) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Sets a list of monitor sources to consider.
setName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAdvancedAggregatedMeasureDescription
 
setName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregatedMeasureDescription
 
setName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisDimensionDescription
Set the hierarchy name for the axis dimension.
setName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IBasicAggregatedMeasureDescription
Sets the aggregated measure name.
setName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IComparatorOrderDescription
This is the attribute order for the special order, like "firstObjects".
setName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Set the hierarchy name for the AxisHierarchy.
setName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasureMemberDescription
Sets name for the AggregatedMeasure/PostProcessedMeasure.
setName(String) - Method in class com.activeviam.activepivot.server.intf.api.discovery.CatalogDiscovery
The name of the catalog.
setName(String) - Method in class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
The cube's name.
setName(String) - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The name of the dimension.
setName(String) - Method in class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
The name of the hierarchy.
setName(String) - Method in class com.activeviam.activepivot.server.intf.api.discovery.LevelDiscovery
The name of the level.
setName(String) - Method in class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
The name of the measure.
setName(String) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
Name of the header.
setName(String) - Method in class com.activeviam.activepivot.server.intf.api.dto.HierarchyDTO
The hierarchy name.
setName(String) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchCreation
Sets the name of the branch to create.
setName(String) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Sets the name of the field.
setName(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.CatalogDiscovery
Sets the name of the catalog.
setName(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.ContextValueDiscovery
Sets The name to assign to the context value..
setName(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setName(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
setName(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.DrillthroughColumnDiscovery
 
setName(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
setName(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.JsonContextValue
Sets The new name.
setName(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
setName(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDiscovery
 
setName(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Sets the name of the measure.
setName(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureGroupDiscovery
 
setName(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
The name of the set.
setName(String) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularHeader
Setter for JsonTabularHeader.name.
setName(String) - Method in class com.activeviam.tech.core.api.property.impl.PropertyInfo
 
setName(String) - Method in class com.activeviam.tech.core.api.registry.impl.PluginValue
Name of the plugin value, mainly used to identify the plugin when persisting the plugin value.
setName(String) - Method in interface com.activeviam.tech.mvcc.api.IEpoch
Sets the name of this epoch.
setName(String) - Method in interface com.activeviam.tech.observability.api.memory.IMemoryStatistic
Sets the name of this statistic.
setName(String) - Method in class com.qfs.repository.dto.ParameterDto
Sets the parameter name.
setName(String) - Method in class com.qfs.repository.dto.PointValueDto
Sets the name of the owning parameter.
setName(String) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the name of the owning parameter.
setName(String) - Method in class com.qfs.snl.dtos.FormFieldDto
Sets the name.
setName(String) - Method in class com.qfs.snl.dtos.FormFieldTypeDto
Sets the name of the type.
setName(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor name.
setName(String) - Method in class com.qfs.snl.dtos.TaskDto
Sets the name.
setName(String) - Method in class com.qfs.snl.dtos.UserDto
Sets the name of the user.
setName(String) - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
Sets the name of the schema.
setNamePath(List<String>) - Method in class com.activeviam.activepivot.server.json.api.cellset.PositionData
 
setNativeMeasures(List<INativeMeasureDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasuresDescription
Sets the list of native measures.
setNext(IPointLocationBuilder) - Method in interface com.activeviam.activepivot.core.intf.api.location.ILocationExpansionProcedure.IExpansionIterator
Sets the values for the levels we are expanding for the current location to expand.
setNextPage(Integer) - Method in class com.activeviam.activepivot.server.json.api.database.JsonPagination
Sets the next page.
setNextPageUrl(String) - Method in class com.activeviam.activepivot.server.json.api.database.JsonPagination
Sets the URL to query the next page.
setNonNullable(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Creates a type with the same attributes than another type plus the nullability flag to false.
setNonNullable(IFieldType) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Returns a non-nullable instance of the given type using the global default value configured for the type.
setNullable(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Creates a type with the same attributes than another type plus the nullability flag.
setNullable(IFieldType) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Returns a nullable instance of the given type.
setNumaSelector(IDatastoreSchemaDescription, Map<String, INumaSelectorDescription>) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Changes the INumaSelectorDescription of the given stores.
setNumberSkippedLines(int) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
setNumberSkippedLines(int) - Method in class com.activeviam.source.csv.api.FileParserConfiguration
Deprecated.
 
setNumberSkippedLines(int) - Method in interface com.activeviam.source.csv.api.IFileParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
setOrders(List<IComparatorOrderDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IComparatorDescription
Sets a list of descriptors for special ordering.
setOrdinal(int) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Sets the ordinal of the cell.
setOrdinal(int) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughRowDTO
Ordinal of the row.
setOrdinal(int) - Method in class com.activeviam.activepivot.server.intf.api.dto.HierarchyDTO
The hierarchy ordinal.
setOrdinal(int) - Method in class com.activeviam.activepivot.server.json.api.cellset.CellData
 
setOrElseRemoveResource(Map<String, String>, String) - Method in class com.qfs.snl.monitors.impl.MonitorReport
For a given resource and status, remove the resource from the statistics if the status is null, and update the statistics with the status value otherwise.
setOtelInstance(OpenTelemetry) - Static method in class com.activeviam.tech.core.api.tracking.Tracing
Deprecated.
Sets the current OTel instance.
setOverridingContentType(String, String, int) - Method in class com.activeviam.source.jdbc.api.AJdbcMessageChannelFactory
In case the channel fails to deduce the correct type mapping for a given column, this method provides an override to set manually the expected content type of the column.
setOverridingType(String, String, int) - Method in class com.activeviam.source.jdbc.api.AJdbcMessageChannelFactory
In case the channel fails to deduce the correct type mapping for a given column, this method provides an override to set manually to which Types a given column should be mapped to.
setOwner(List<String>) - Method in class com.activeviam.activepivot.server.json.api.configuration.JsonMdxDefinitionStatement
 
setOwners(Set<String>) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
Set owners of the branch.
setOwners(Set<String>) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchPermissions
Sets the set of users and roles which can edit this branch.
setPage(int) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Sets the current page of the results.
setPageSize(int) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Sets the maximum number of results.
setPagination(JsonPagination) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQueryResult
Sets the pagination information.
setParameter(String) - Method in class com.qfs.repository.dto.PointValueQueryDto
Sets the name.
setParameterName(String) - Method in class com.qfs.repository.dto.ParameterUpdateDto
Sets the name of the parameter.
setParameters(List<Object>) - Method in interface com.activeviam.source.jdbc.api.IPreparedStatementSupplier.IPreparedStatementHolder
Sets the parameters values in the associated statement.
setParameters(Set<String>) - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
Sets the parameters to fetch.
setParent(String) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchCreation
Sets the parent branch.
setParent(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
setParserPolicy(ICsvParserConfigPolicy) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
setParserPolicy(ICsvParserConfigPolicy) - Method in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Not used, this was initially intended for Atoti Python SDK
setParsingSeparator(String) - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Sets the separator to parse a string into a vector.
setPartitioning(IDatastoreSchemaDescription, String, String) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Changes the partitioning of the given store.
setPartitioning(IDatastoreSchemaDescription, Map<String, String>) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Changes the partitioning of the given stores.
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABaseDynamicAggregationPostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.ABasicPostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.NeighborValuePostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentValuePostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.PercentOfParentPostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPartitionedPostProcessor
 
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
Computes the partitioning levels for this post-processor for the given location.
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Computes the partitioning levels for this post-processor for the given location.
setPartitioningLevels(ILocation, Collection<ILevelInfo>) - Method in class com.qfs.repository.impl.LookUpPostProcessor
 
setPartitioningLevels(Collection<ILevelInfo>) - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
Sets a collection of Levels to be considered for the partitioning of the request execution.
setPartLength(int) - Method in class com.activeviam.cloud.common.api.CloudFetchingConfig
Deprecated, for removal: This API element is subject to removal in a future version.
setPassword(String) - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Set the JDBC password to use for connecting through the Driver.
setPassword(String) - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
 
setPath(Path) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
The path of the member.
setPath(Path) - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
The path of the member.
setPath(String[]) - Method in class com.activeviam.activepivot.server.intf.api.dto.Path
Sets the complete path.
setPath(List<String>) - Method in class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
Sets the path of default member.
setPattern(Pattern) - Method in interface com.activeviam.cloud.common.api.source.csv.ICloudCsvTopic
Deprecated, for removal: This API element is subject to removal in a future version.
Use the constructor of the concrete implementation instead
setPattern(Pattern) - Method in class com.activeviam.cloud.common.api.source.csv.impl.ACloudCsvTopic
 
setPending(boolean) - Method in class com.qfs.repository.dto.PointValueDto
Sets the status pending of the point value.
setPending(boolean) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the flag to indicate if the point value is pending.
setPeriod(Long) - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Sets the period for the monitoring execution.
setPeriods(Map<ComputationIntensity, Duration>) - Method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties
Health-check agent periods.
setPermissions(JsonBranchPermissions) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchCreation
Sets the security configuration of the branch.
setPermissions(JsonBranchPermissions) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
Set the permissions (set of owners and readers) of the branch.
setPermissions(Map<String, IPair<List<String>, List<String>>>) - Method in class com.activeviam.activepivot.server.intf.api.dto.PermissionsMapDTO
Sets the permissions stored by the DTO.
setPluginKey(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IComparatorDescription
Sets the IComparatorPivot plugin key, so that we can create the IComparatorPivot with the plugin key.
setPluginKey(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IPluginDefinition
Sets the key to the Plugin to be instantiated by the Registry.
setPluginKey(String) - Method in class com.activeviam.tech.core.api.property.impl.PropertyInfo
 
setPointValueId(long) - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
Sets the id of the point value.
setPointValues(List<PointValueDto>) - Method in class com.qfs.repository.dto.ParameterDto
Sets the values to set at each coordinate.
setPollingInterval(Duration) - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder.LockOptions
 
setPollingPeriod(long) - Method in interface com.qfs.repository.IRespositoryServiceDaemon
Set the polling period of the daemon, in ms.
setPositions(List<AxisPositionDTO>) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Axis positions.
setPositions(List<List<PositionData>>) - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
Sets the positions.
setPostProcessorsDescription(List<IPostProcessorDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasuresDescription
Sets the list of post-processors descriptions defined in the IActivePivotDescription.
setPrefetchedPartsLimit(int) - Method in class com.activeviam.cloud.common.api.CloudFetchingConfig
Deprecated, for removal: This API element is subject to removal in a future version.
setPreProcessedAggregation(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAdvancedAggregatedMeasureDescription
Sets the PluginKey of the IUserDefinedAggregateFunction.
setPreProcessedAggregation(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregatedMeasureDescription
 
setPreProcessedAggregation(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IBasicAggregatedMeasureDescription
Sets the aggregationFunction PluginKey for the AggregatedMeasure, the relative PreProcessedAggregation'name will be fieldName.functionKey if measure's name is not defined.
setPreviousPage(Integer) - Method in class com.activeviam.activepivot.server.json.api.database.JsonPagination
Sets the previous page.
setPreviousPageUrl(String) - Method in class com.activeviam.activepivot.server.json.api.database.JsonPagination
Sets the URL to query the previous page.
setPreviousStatus(Double) - Method in class com.qfs.snl.dtos.EventDto
Sets the previous state of the event.
setPreviousValue(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Sets the previous value of the cell.
setPrincipal(String) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties
The key of the JWT claim containing the principal.
setPriority(int) - Method in class com.qfs.snl.dtos.TaskDto
Sets the priority.
setPrivate(String) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
 
setPrivateKeyFilePath(Resource) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
 
setProcessQuotes(boolean) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
setProcessQuotes(boolean) - Method in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
setProperties(String) - Method in class com.qfs.repository.dto.PointValueDto
Sets the properties for this parameter.
setProperties(String) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the properties for this parameter.
setProperties(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the properties for this monitor.
setProperties(List<Object>) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Sets the properties linked to the cell.
setProperties(Map<String, Object>) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
Member properties.
setProperties(Map<String, Object>) - Method in class com.activeviam.activepivot.server.json.api.cellset.CellData
 
setProperties(Map<String, Object>) - Method in class com.activeviam.activepivot.server.json.api.cellset.PositionData
 
setProperties(Properties) - Method in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureMember
Sets the properties on the measure member.
setProperties(Properties) - Method in interface com.activeviam.activepivot.core.intf.api.description.IClusterDefinition
 
setProperties(Properties) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
Sets the extra properties used to configure the distribution.
setProperties(Properties) - Method in interface com.activeviam.activepivot.core.intf.api.description.IPropertiesDefinition
Set some more custom properties on that description.
setProperties(Properties) - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
Set custom properties.
setProperties(Properties, Environment) - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Set the data source properties.
setProperties(Properties, Environment) - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
 
setProtocol(String) - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
Sets the name of the protocol to use.
setProtocolPath(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
Setter.
setPublic(String) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
 
setPublicationDomain(String) - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
Set the publication domain for the stream.
setPublicKeyFilePath(Resource) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
 
setPublisher(IStreamListener) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
Sets the publisher to use to transmit monitoring information.
setPushData(boolean) - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
Set the push data flag.
setQueriesTimeLimit(String) - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQueryPlan
The query time limit in seconds.
setQueryExecutor(IPluginDefinition) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
The executor responsible for executing attached queries on this pivot.
setQueryId(String) - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
Set the query id for the stream.
setRange(RangeDTO) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Range applied on the axis.
setRange(RangeData) - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
Sets the range.
setRanges(IAxisRanges<IRangeProperty>) - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
Sets the ranges to apply on the stream.
setRead(boolean) - Method in class com.qfs.snl.dtos.MessageDto
Sets the read.
setReader(List<String>) - Method in class com.activeviam.activepivot.server.json.api.configuration.JsonMdxDefinitionStatement
 
setReaderRoles(Set<String>) - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IWritableFieldPermission
Sets the readers for this field.
setReaderRoles(Set<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
The roles that can read.
setReaders(Set<String>) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
Set readers of the branch.
setReaders(Set<String>) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchPermissions
Sets the set of users and roles which can read this branch.
setReadOnly(boolean) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Sets the is the field read only or editable.
setRecipients(Collection<String>) - Method in class com.qfs.snl.dtos.MessageDto
Sets the recipients.
setRemovedRows(List<Integer>) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughUpdateData
Sets The ordinals of the rows that are removed.
setRepositoryCacheService(IDatastoreRepositoryCache) - Method in class com.qfs.repository.impl.LookUpPostProcessor
Sets the active pivot's repository cache service.
setRepositoryCacheService(IDatastoreRepositoryCache) - Method in class com.qfs.repository.impl.LookupStream
Set the activepivot's repository cache service.
setRepositoryDaemonActions(IRepositoryDaemonActions) - Method in class com.qfs.repository.impl.LookUpPostProcessor
Sets the repository cache daemon.
setRequired(boolean) - Method in class com.qfs.snl.dtos.FormFieldDto
Sets if the field is required.
setResourceStatus(Map<String, String>, String) - Method in class com.qfs.snl.monitors.impl.MonitorReport
Sets the status of a resource.
setResult(JsonTabularData) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughData
Sets The actual drillthrough result to set.
setResult(List<KeyValueEntry<T>>) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueBatchResult
Sets the results of the batch.
setRetryUnitTime(long) - Static method in class com.qfs.snl.agent.service.impl.KpiMonitoringStream
Sets the unit time to compute the retry time.
setRight(R) - Method in interface com.activeviam.tech.core.api.util.IPair
Sets the right element, returning the previous value.
setRight(R) - Method in class com.activeviam.tech.core.api.util.Pair
 
setRolesAdmin(List<String>) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
List of roles to consider as Admin.
setRolesUser(List<String>) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
List of roles assigned to standard users.
setRows(List<DrillthroughRowDTO>) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughResultDTO
Drillthrough rows.
setRows(List<Object[]>) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularData
Sets the rows.
setSchemas(List<? extends IActivePivotSchemaInstanceDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotManagerDescription
Sets the schemas of this manager.
setScope(Set<MachineToMachineSecurityDsl.Scope>) - Method in class com.activeviam.web.spring.api.security.dsl.AtotiServerMachineDsl
 
setScope(Set<MachineToMachineSecurityDsl.Scope>) - Method in class com.activeviam.web.spring.api.security.dsl.MachineToMachineSecurityDsl
Sets the scopes in which this DSL will be used.
setSecurityDetails(ISecurityDetails) - Method in interface com.activeviam.tech.core.api.security.ISecurityFacade
Sets the security details for the current thread.
setSecurityDetails(ISecurityDetails) - Method in class com.activeviam.web.spring.api.security.SpringSecurityFacade
 
setSelectedMeasures(String[]) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregatesCacheDescription
Sets the selected measures, if it is null or empty it will cache any measure, otherwise it will use the selected measures and the mode to determinate if the requested measures should be cached.
setSelection(String) - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
Sets the selection of measures and members to monitor.
setSelectionField(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisLevelDescription
Sets the property name for the AxisLevel.
setSender(String) - Method in class com.qfs.snl.dtos.MessageDto
Sets the sender.
setSeparator(char) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
setSeparator(char) - Method in interface com.activeviam.source.csv.api.ICsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
setSeparator(String) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
Sets the separator.
setServiceName(String) - Static method in class com.activeviam.apm.api.logging.LogInstanceConverter
 
setSets(List<SetDiscovery>) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setShared(Class<T>, T) - Method in interface com.activeviam.activepivot.core.intf.api.contextvalues.IContext
Set a shared context value.
setSharedContexts(IContextValuesDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.IActivePivotDescription
Sets the shared contexts.
setSite(String) - Method in class com.qfs.snl.dtos.AlertDto
Sets the site.
setSite(String) - Method in class com.qfs.snl.dtos.EventDto
Sets the agent site.
setSite(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor site.
setSite(String) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
Sets a site of monitors to consider.
setSites(List<String>) - Method in class com.qfs.snl.dtos.AgentDescriptionDto
Sets the sites that the agent observes.
setSize(int) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAggregatesCacheDescription
Sets the total the number of (location,measure) pairs of all the aggregates that can be stored.
setSize(int) - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Sets the size of the vectors in this field.
setSize(long) - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
setSize(long) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Sets the size of the current message that is sent over the network.
setSlicerAxis(AxisDTO) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Sets the slicer of the cellset.
setSlicing(boolean) - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
setSolveOrder(Integer) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the solver order (SOLVE_ORDER).
setSourceColumn(String, String, Map<String, Integer>) - Method in class com.activeviam.source.common.api.impl.AColumnarMessageChannelFactory
Sets a custom source column mapping.
setSourcePosition(int) - Method in interface com.activeviam.source.common.api.IIndexedColumnCalculator
Sets the index where the source position can be read for this column calculator.
setSourcePosition(int) - Method in class com.activeviam.source.common.api.impl.AIndexedColumnCalculator
 
setSourcePosition(int) - Method in class com.activeviam.source.csv.api.CsvColumnParser
Sets the index of the input data source field.
setStart(Long) - Method in class com.qfs.snl.dtos.AlertDto
Sets the started.
setState(long, List<IDrillthroughHeader>) - Method in interface com.activeviam.activepivot.server.intf.api.dto.IDrillthroughResultDTOState
Set the headers and the epoch on which a continuous query is performed.
setStatement(String) - Method in class com.activeviam.activepivot.server.json.api.configuration.JsonMdxDefinitionStatement
 
setStates(List<StateDto>) - Method in class com.qfs.snl.dtos.EventDto
Sets the list of states reported through this event.
setStatistic(String, long) - Method in class com.qfs.snl.dtos.MonitorReportDto
Sets a given statistic.
setStatistics(Map<String, Long>) - Method in class com.qfs.snl.dtos.MonitorReportDto
Sets the statistics.
setStatisticsOption(String) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit.JsonDatabaseEditContext
The statistics option for the query.
setStatus(Double) - Method in class com.qfs.snl.dtos.EventDto
Sets the current status.
setStatus(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
setStatusPresenter(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
setStop(Long) - Method in class com.qfs.snl.dtos.AlertDto
Sets the stopped.
setStreamId(String) - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
Set the id for the stream.
setStreamingService(IStreamingService) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
Sets the streaming service.
setStreamPublisher(IStreamPublisher) - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
Sets the stream publisher to use to get streaming information.
setStreams(List<Map<String, Object>>) - Method in class com.activeviam.activepivot.server.json.api.streaming.JsonStreams
Set the streams.
setStreamsByPluginKey(Map<String, JsonStreams>) - Method in class com.activeviam.activepivot.server.json.api.streaming.JsonStreamSnapshot
Set the streams indexed by their plugin key.
setStrictMode(boolean) - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
Set strict mode flag.
setSwapped(boolean) - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Whether this vector is swapped.
setSwappingDirectory(String) - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Sets the directory in which to swap the vectors.
setTableReaderRoles(Set<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
setTableReaderRoles(Set<String>) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IWritableTablePermissions
Sets the table reader roles.
setTables(Map<String, JsonTableDescription>) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
Sets the descriptions of all tables.
setTableWriterRoles(Set<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
setTableWriterRoles(Set<String>) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IWritableTablePermissions
Sets the table writer roles.
setTargetTable(String) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseJoin
Sets the target table of the join.
setThreads(int) - Method in class com.activeviam.cloud.common.api.CloudFetchingConfig
Deprecated, for removal: This API element is subject to removal in a future version.
setTime(long) - Method in class com.qfs.snl.dtos.MessageDto
Sets the time.
setTimeout(long) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Sets the timeout value of the query.
setTimestamp(long) - Method in class com.qfs.snl.dtos.AuditDto
Sets the timestamp of this audit entry.
setTimestamp(long) - Method in class com.qfs.snl.dtos.EventDto
Sets the time of this event.
setTimeToKeep(Duration) - Method in class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
Sets the time to keep in the history.
setTitle(String) - Method in class com.qfs.snl.dtos.MessageDto
Sets the title.
setTo(int) - Method in class com.activeviam.activepivot.server.json.api.query.JsonRange
The last index (excluded).
setTo(NewT) - Method in class com.qfs.repository.dto.UpdateRequestDto
Sets the value of the new data.
setTraceContext(SpanContext) - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
setTransactionProperties(Properties) - Method in interface com.activeviam.activepivot.core.intf.api.cube.IMultiVersionActivePivot
Sets the additional transaction properties.
setTranslator(IColumnarTranslator<T>) - Method in class com.activeviam.source.csv.api.translator.AHeaderTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
Use the constructor instead.
setTranslator(IColumnarTranslator<T>) - Method in interface com.activeviam.source.csv.api.translator.IHeaderTranslator
Deprecated.
 
setTrend(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
setTrendPresenter(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
setTupleFactory(IMappedTupleFactory) - Method in class com.activeviam.source.csv.api.translator.MapTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
setType(FormFieldTypeDto) - Method in class com.qfs.snl.dtos.FormFieldDto
Sets the type.
setType(Class<T>, Class<U>) - Static method in class com.activeviam.tech.core.api.registry.Registry
Defines an Atoti type.
setType(String) - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The type of the dimension.
setType(String) - Method in class com.activeviam.activepivot.server.intf.api.discovery.LevelDiscovery
The type of the level.
setType(String) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
The type of the header.
setType(String) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Sets the type of the field.
setType(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.ContextValueDiscovery
Sets The type to assign to the context value..
setType(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
setType(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.DrillthroughColumnDiscovery
 
setType(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDiscovery
 
setType(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Sets the data type of the measure.
setType(String) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularHeader
Setter for JsonTabularHeader.type.
setType(String) - Method in class com.qfs.snl.dtos.MessageDto
Sets the type of the message.
setType(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the monitor type.
setType(String) - Method in class com.qfs.snl.dtos.ws.ATypedDto
Sets the type.
setUnderlyingMeasures(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.IPostProcessorDescription
setUnderlyingMeasures(List<String>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IPostProcessorDescription
Sets the underlying measures for this post-processor.
setUniqueName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the unique name of the member.
setUniqueName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.INamedSetDescription
Sets the unique name of the member.
setUnit(IWorkflowUnit) - Method in class com.qfs.snl.workflows.impl.WorkflowPayload
 
setUnit(IWorkflowUnit) - Method in interface com.qfs.snl.workflows.IWorkflowPayload
Sets the workflow unit to store as a payload variable.
setUpdatedResource(Map<String, String>) - Method in class com.qfs.snl.dtos.EventDto
Sets the list of data that are reported as updated through this event.
setUpdatedRows(Long) - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableResult
Sets the number of updated rows.
setUpdateProcedure(JsonNode) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
Sets the update procedure.
setUpdates(List<? extends IUpdateRequest<ExistingT, NewT>>) - Method in class com.qfs.repository.params.impl.ParameterUpdate
Sets the point values to update in parameter definition.
setUpdates(List<UpdateRequestDto<ExistingT, NewT>>) - Method in class com.qfs.repository.dto.ParameterUpdateDto
Sets the updates to perform.
setUpdatesTimestamp(Long) - Method in class com.qfs.repository.dto.PointValueUpdatesDto
Set the timestamp of this PointValueUpdates.
setUpdatesTimestamp(Long) - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
Set the timestamp of this MonitorUpdates.
setupRegistry(IAuthenticatedExecutor) - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean action] Sets up ActiveViam Registry to support custom plugin values provided by ActiveMonitor.
setUpUserContexts() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IActivePivotContinuousQuery
This method has to be called before the execution of static queries over an ActivePivot instance.
setUrl(String) - Method in class com.qfs.snl.dtos.AgentConnectionDetailsDto
Set the url to use to interact with the agent.
setUrl(String) - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Set the JDBC URL to use for connecting through the Driver.
setUrl(String) - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
 
setUseOnlyFieldLevelPermissions(String) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
setUseOnlyFieldLevelPermissions(String) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IWritableTablePermissions
Indicates that a field should only use the field level permissions and not the one defined at the table level.
setUserCache(UserCache) - Method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider
Sets the cache.
setUsername(String) - Method in class com.qfs.snl.dtos.AuditDto
Sets the name of the user.
setUserName(String) - Method in interface com.qfs.snl.persistence.IDataSourceBuilder
Set the JDBC username to use for connecting through the Driver.
setUserName(String) - Method in class com.qfs.snl.persistence.impl.ADataSourceBuilder
 
setValue(double) - Method in class com.qfs.repository.dto.PointValueDto
Sets the point value.
setValue(double) - Method in class com.qfs.repository.dto.RepositoryResultDto
Sets the value of the result.
setValue(double) - Method in class com.qfs.repository.persistence.model.impl.PointValue
Sets the value for the point value.
setValue(double) - Method in class com.qfs.snl.dtos.StateDto
Sets the state value.
setValue(Object) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Sets the value of the cell.
setValue(Object) - Method in class com.activeviam.activepivot.server.json.api.cellset.CellData
 
setValue(Object) - Method in class com.qfs.snl.dtos.FormFieldTypeDto
Sets the value.
setValue(Object, Object) - Method in class com.activeviam.tech.core.api.property.impl.ACustomProperty
Sets the value of this property on a target object.
setValue(Object, Object) - Method in class com.activeviam.tech.core.api.property.impl.Property
Use the property to write a value in a target object.
setValue(Object, Object) - Method in interface com.activeviam.tech.core.api.property.IProperty
Sets the value of this property on a target object.
setValue(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.JsonContextValue
Sets The new value of the context value.
setValue(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
setValue(String...) - Method in class com.qfs.snl.messages.form.impl.EnumFieldType
Sets the selected values.
setValue(String, Object) - Method in interface com.activeviam.source.common.api.IColumnCalculator.IColumnCalculationContext
Allows a column calculator to write values in sibling columns.
setValue(String, Object) - Method in class com.activeviam.source.common.api.impl.ColumnCalculationContext
Sets the value of the current tuple for the index corresponding to the given column name.
setValue(String, Object) - Method in interface com.qfs.snl.workflows.IWorkflowPayload
Sets a value in the payload.
setValue(List<?>) - Method in interface com.activeviam.activepivot.core.intf.api.description.IComparatorOrderDescription
Sets the value for the special order, like "Arrays.asList(new Object[]{"EUR", "USD"})".
setValue(R) - Method in class com.activeviam.tech.core.api.util.Pair
 
setVectorBlockSize(int) - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Sets the block size of the vectors.
setVersion(String) - Method in class com.qfs.snl.dtos.VersionDto
Sets ActiveMonitor version.
setVirtual(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisHierarchyDescription
Set to true to enable virtual.
setVirtual(boolean) - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
setVisible(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.IAxisDimensionDescription
Set the visibility for the axis dimension.
setVisible(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.IEpochDimensionDescription
setVisible(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.IHierarchyDescription
Sets the visibility of the hierarchy.
setVisible(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.IMeasureMemberDescription
Sets the visibility of the measure.
setVisible(boolean) - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The visibility of the dimension.
setVisible(boolean) - Method in class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
The visibility of the hierarchy.
setVisible(boolean) - Method in class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
The visibility of the measure.
setVisible(boolean) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
The visibility of the header.
setVisible(boolean) - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
setVisible(boolean) - Method in class com.activeviam.activepivot.server.json.api.discovery.DrillthroughColumnDiscovery
 
setVisible(boolean) - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
setVisible(boolean) - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
Sets the visibility of the measure.
setVisible(Boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.ICalculatedMemberDescription
Sets the visibility (only used by the measures).
setVisible(Boolean) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularHeader
Sets the visibility of this column.
setWeight(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
setWhere(JsonNode) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
Sets the where condition.
setWithInitialView(boolean) - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
Sets the withInitialView.
setWorkflowSchema(String) - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
Sets the name of the workflow schema.
setWorkflowSchema(String) - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Sets the name of the workflow schema.
setWorkflowScheme(String) - Method in class com.qfs.snl.dtos.MonitorDto
Sets the workflow scheme used with this monitor.
setWritable(boolean) - Method in class com.qfs.snl.dtos.FormFieldDto
Sets if the field is writable or read-only.
setWriterRoles(Set<String>) - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IWritableFieldPermission
Sets the writers for this field.
setWriterRoles(Set<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
The roles that can write.
shallowCopy() - Method in interface com.activeviam.tech.core.api.property.IMappedTuple
Returns a shallow copy of this mapped tuple.
shift(CopperLevelsAt, CopperLevelsAt...) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Creates a new Copper measure whose value at a given location is copied from another location.
shiftLocation(ILocation) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ParentValuePostProcessor
 
SHORT - Static variable in interface com.activeviam.tech.core.api.format.IParser
Short field parser key.
SHORT_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for short aggregation function.
shortSum() - Method in interface com.activeviam.activepivot.copper.api.CopperMeasureToAggregateAbove
Aggregates the values on the defined leaf levels using the shortSum aggregation.
shortSum() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
shouldBeContributedTo() - Method in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.ClassificationType
Indicates whether this level is populated by contributing facts (the field's dictionary is used to compute the level member to add from a contribution).
shouldCompressIndexes() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
shouldCompressIndexes() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
Specifies to store the indexes of this store in a compressed format, in order to reduce the memory usage.
shouldCompressIndexes(boolean) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
shouldReset() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IResettingEvent
Whether the IAggregatesContinuousQueryEngine that receives this event should be reset.
shutdown() - Method in class com.qfs.snl.ws.impl.MessageWsService
Shut downs gracefully the service.
siblings(CopperHierarchy) - Static method in interface com.activeviam.activepivot.copper.api.Window
Creates a special window that contains for a given row (evaluated location) of the cellset the set of other rows (locations) whose paths along the given hierarchy have the same set of ancestor coordinates.
SILENT - Enum constant in enum class com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties.DrillthroughBehavior
Silently ignores the error.
SILENT - Enum constant in enum class com.activeviam.activepivot.core.intf.api.postprocessing.IMissedPrefetchBehavior.Behavior
Silently ignores the missed prefetch.
simple(String) - Static method in class com.activeviam.activepivot.core.intf.api.cube.metadata.LevelIdentifier
Creates an identifier for a level belonging to a simple hierarchy where level, hierarchy and dimension share the same name.
simple(String) - Static method in class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
Creates a hierarchy identifier for simple hierarchy where the dimension and hierarchy share the same name.
simpleBuilder() - Static method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
Creates a non-fluent IStoreDescription builder.
simpleBuilder(IStoreDescription) - Static method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
Creates a non-fluent IStoreDescription builder initialized with the given description.
SimplePartitioningDescriptionBuilder - Class in com.activeviam.tech.partitioning.api.builder
Basic implementation of a builder for Partitioning descriptions.
SimplePartitioningDescriptionBuilder() - Constructor for class com.activeviam.tech.partitioning.api.builder.SimplePartitioningDescriptionBuilder
Default constructor.
simulateDifferentialReload(String) - Method in class com.activeviam.source.csv.api.FileSystemCsvMonitoring
Perform a simulation of the changes that a differential reload would trigger.
since() - Element in annotation interface com.activeviam.tech.core.api.annotations.InternalApi
Returns the version number from which this package is deprecated.
SINGLE_VALUE_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for single value aggregation function.
SingleAccessor - Class in com.activeviam.tech.core.api.filtering.impl
Default implementation of the single accessor.
SingleAccessor(IProperty) - Constructor for class com.activeviam.tech.core.api.filtering.impl.SingleAccessor
 
SingleAccessor(String) - Constructor for class com.activeviam.tech.core.api.filtering.impl.SingleAccessor
 
SingleEventAggregation - Class in com.qfs.snl.alerts.impl
Contribution holder containing all alerts related to a given monitor.
SingleEventAggregation(IMonitorService, ISentinelEvent) - Constructor for class com.qfs.snl.alerts.impl.SingleEventAggregation
Constructor.
SingleFileCsvTopic - Class in com.activeviam.source.csv.api
Topic based on a single CSV file.
SingleFileCsvTopic(String, ICsvParserConfiguration, String, int) - Constructor for class com.activeviam.source.csv.api.SingleFileCsvTopic
Constructor.
SingleFileCsvTopic(String, ICsvParserConfiguration, String, IWatcherService) - Constructor for class com.activeviam.source.csv.api.SingleFileCsvTopic
Constructor for a SingleFileCsvTopic using a IWatcherService.
SingleFileCsvTopic(String, ICsvParserConfiguration, Path, int) - Constructor for class com.activeviam.source.csv.api.SingleFileCsvTopic
Constructor.
SingleFileCsvTopic(String, ICsvParserConfiguration, Path, IWatcherService) - Constructor for class com.activeviam.source.csv.api.SingleFileCsvTopic
Constructor for a SingleFileCsvTopic using a polling implementation.
SinglePartitionPartitioningNodeDescription - Class in com.activeviam.tech.partitioning.api.node
Description of a partitioning node that produces only one partition, and thus has no partitioning rule.
SingleStreamInfo - Class in com.qfs.snl.agent.mdx.impl
Stream information holding data about a single status.
SingleStreamInfo(SentinelStreamTuple.Location, IMonitor) - Constructor for class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
Constructor.
SingleTableCacheDescription - Class in com.activeviam.directquery.api.cache
Description of the cache for one table.
SingleTableCacheDescription.SingleTableCacheDescriptionBuilder - Class in com.activeviam.directquery.api.cache
singleTableCacheDescriptions() - Method in class com.activeviam.directquery.api.cache.CacheDescription
Gets the list of cache descriptions for each table where there is a cache.
singleTableCacheDescriptions(List<SingleTableCacheDescription>) - Method in class com.activeviam.directquery.api.cache.CacheDescription.CacheDescriptionBuilder
The description of the cache on each table.
SITE_SEPARATOR - Static variable in class com.qfs.snl.agent.impl.SiteUtils
Separator between site elements.
SiteUtils - Class in com.qfs.snl.agent.impl
Helper class with method to build and parse sites of monitors.
size() - Method in interface com.activeviam.tech.chunks.api.arrays.IArrayReader
Returns the number of elements in this array.
size() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
size() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
size() - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Gets the size (number of entries) of this dictionary.
size() - Method in interface com.activeviam.tech.records.api.IRecordBlock
Returns the number of records stored in this block.
size() - Method in interface com.activeviam.tech.records.api.IRecordReader
 
size() - Method in class com.qfs.snl.events.impl.EventCache
 
SIZE_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.query.result.impl.VectorDrillthroughColumnSet
Key to retrieve vector's size from Properties.
SLAB_DIRECT_CHUNK_ALLOCATOR - Static variable in class com.activeviam.tech.chunks.api.ChunkAllocators
Plugin key of the SLAB direct chunk allocator.
slicing() - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.CommonHierarchyBuilder
Sets this hierarchy to be slicing.
slicing() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanBeSlicing
Sets this hierarchy to be slicing.
slicing(boolean) - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.CommonHierarchyBuilder
Sets this hierarchy to be slicing or not.
SnapshotContentTree - Class in com.activeviam.tech.contentserver.storage.api
SnapshotContentTree is an extension of ContentTree with some fields specified as JSON properties for serialization.
SnapshotContentTree(BasicJsonContentEntry, Map<String, SnapshotContentTree>) - Constructor for class com.activeviam.tech.contentserver.storage.api.SnapshotContentTree
Constructor.
SnapshotContentTree(String, boolean, List<String>, List<String>, Map<String, SnapshotContentTree>) - Constructor for class com.activeviam.tech.contentserver.storage.api.SnapshotContentTree
Constructor.
snapshotSecurityDetails() - Method in interface com.activeviam.tech.core.api.security.ISecurityFacade
Returns an immutable token holding the security details attached to the current thread.
snapshotSecurityDetails() - Method in class com.activeviam.web.spring.api.security.SpringSecurityFacade
Returns the security details attached to the current thread, or null if no security context is in place.
SocketSubscriber - Class in com.qfs.snl.ws.impl
Class implementing a message subscriber providing the updates to the user through websocket.
SocketSubscriber(IWsSession) - Constructor for class com.qfs.snl.ws.impl.SocketSubscriber
Full constructor.
sort() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
sort() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
sort() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Builds a transient clone of the vector, sorts it in ascending order then returns it.
sortByIncreasingDepth(List<? extends IBasicContentEntry>) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Sorts the input list of entries by their depth in the content service tree, in increasing order: first the shallower entries, and then the deeper ones.
sortInPlace() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
sortInPlace() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
sortInPlace() - Method in interface com.activeviam.tech.chunks.api.vectors.ITransientVector
Sorts the content of this vector in place.
SOURCE - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger name for all source-related events.
SOURCE_LOGGER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
SourceLoggerConstants - Class in com.activeviam.source.common.api
Class containing logger names constants, as well as the loggers.
sourcePosition - Variable in class com.activeviam.source.csv.api.CsvColumnParser
Index of the data source field being parsed.
sourceTableName(String) - Method in class com.activeviam.directquery.api.schema.JoinDescription.JoinDescriptionBuilder
 
split(String) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Split the given content server path into an array of file names.
SpringAuthenticator - Class in com.activeviam.web.spring.api.security
Extension of the ABasicAuthenticator where the credentials of the spring security context will be used when communicating with the remote service.
SpringAuthenticator() - Constructor for class com.activeviam.web.spring.api.security.SpringAuthenticator
 
SpringPropertyResolver - Class in com.activeviam.web.spring.api.config
Property Resolver retrieving properties from the Spring Environment.
SpringSecurityFacade - Class in com.activeviam.web.spring.api.security
A security facade relying on the Spring Security framework, expecting a security context statically installed.
SpringSecurityFacade() - Constructor for class com.activeviam.web.spring.api.security.SpringSecurityFacade
 
sql() - Method in record class com.activeviam.database.sql.api.query.SqlPartString
Returns the value of the sql record component.
SqlDialectValues - Class in com.activeviam.database.sql.api.query
Static class containing some enum values used in the SQL dialect.
SqlDialectValues.LiteralParameterType - Enum Class in com.activeviam.database.sql.api.query
 
SqlDialectValues.ResultLimitPosition - Enum Class in com.activeviam.database.sql.api.query
A param indicating where the limit for the result size should be placed.
sqlExpressionProviders() - Method in class com.activeviam.directquery.api.UserDefinedSqlAggregationFunction
 
sqlExpressionProviders(List<Function<List<String>, String>>) - Method in interface com.activeviam.directquery.api.UserDefinedSqlAggregationFunction.INeedSqlExpressionProvidersBuilder
Defines the list of function providing the sql expressions from the input column names.
SqlPartPlaceholder - Class in com.activeviam.database.sql.api.query
A placeholder for data such as a column or a default value.
SqlPartPlaceholder() - Constructor for class com.activeviam.database.sql.api.query.SqlPartPlaceholder
 
SqlPartString - Record Class in com.activeviam.database.sql.api.query
A string representing a part of an SQL query.
SqlPartString(String) - Constructor for record class com.activeviam.database.sql.api.query.SqlPartString
Creates an instance of a SqlPartString record class.
SqlTableId - Class in com.activeviam.database.sql.api.schema
Simple representation of a database table ID which is agnostic to the database.
SqlTableId(String, String, String) - Constructor for class com.activeviam.database.sql.api.schema.SqlTableId
Constructor.
SQUARE_SUM_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for square sum aggregation function.
squareSum() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
StandaloneContentServerRestConfig - Class in com.activeviam.tech.contentserver.spring.api.config
This configuration exposes all the REST services that are required when the Content Service runs separately from ActivePivot.
StandaloneContentServerRestConfig() - Constructor for class com.activeviam.tech.contentserver.spring.api.config.StandaloneContentServerRestConfig
 
STANDARD - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.ClassificationType
Represents a standard field, fed from the selection and available in the provider.
StandardTypes - Class in com.activeviam.tech.chunks.api.types
List of standard types for Fields in Data Tables.
start() - Method in class com.activeviam.directquery.application.api.Application
 
start() - Method in interface com.activeviam.directquery.application.api.IApplication
Starts the application and blocks until the application is ready.
start() - Method in interface com.activeviam.tech.core.api.agent.IAgent
Starts the agent.
start() - Method in class com.qfs.repository.impl.RepositoryDaemon
Starts the daemon.
start() - Method in interface com.qfs.repository.IRespositoryServiceDaemon
Start the daemon.
start() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Starts the daemon.
start() - Method in class com.qfs.snl.ws.impl.SocketSubscriber
Starts the subscriber publication.
start(String, String, IWorkflowPayload) - Method in class com.qfs.snl.workflows.impl.AWorkflowService
 
start(String, String, IWorkflowPayload) - Method in class com.qfs.snl.workflows.impl.ManagedWorkflowService
 
start(String, String, IWorkflowPayload) - Method in interface com.qfs.snl.workflows.IWorkflowService
Starts the workflow.
START_ALERT - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when one or more alerts are being started, i.e. created.
START_ON_INIT_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property to set to true to start sampling as soon as the allocator is built.
startActiveMonitorDaemon() - Method in class com.qfs.snl.cfg.activepivot.impl.ActiveMonitorPivotExtensionServiceConfiguration
[Bean action] Starts the ActiveMonitor daemon using the ActiveMonitorPivotExtensionServiceConfiguration.activeMonitorDaemonStarter().
startAlert(ISentinelAlert) - Method in interface com.qfs.snl.alerts.IAlertService
Start an alert.
startAlert(ISentinelAlert) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
startAlert(ISentinelAlert) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
startAlert(AlertDto) - Method in interface com.qfs.snl.rs.IAlertRestService
Starts an alert.
startAlert(AlertDto) - Method in class com.qfs.snl.rs.impl.AlertRestServiceController
 
startAlertPayload(IWorkflowPayload, IMonitor, ISentinelAlert, ISentinelEvent) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Creates a payload for IWorkflowService.WorkflowTypes.START_ALERT workflows.
startAlerts(String, Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.monitors.IMonitorService
Starts a serie of alerts.
startAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
startAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
Starts a serie of alerts.
startAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
startAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
startAlerts(List<? extends ISentinelAlert>) - Method in interface com.qfs.snl.alerts.IAlertService
Starts a series of alerts.
startAlerts(List<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
startAlerts(List<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
startAsync() - Method in class com.activeviam.directquery.application.api.Application
 
startAsync() - Method in interface com.activeviam.directquery.application.api.IApplication
Starts the application without waiting for the application readiness.
StartBuilding - Class in com.activeviam.activepivot.core.datastore.api.builder
Contains all entry points to start create an ActivePivot with a Datastore.
StartBuilding.Builder - Class in com.activeviam.activepivot.core.datastore.api.builder
 
startBuildingTableSecurity() - Static method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
Start building a @TableSecurity that starts with no permission.
startDaemon() - Method in class com.qfs.repository.util.RepositoryDaemonDistributionAwareStarter
Starts the repository daemon if possible.
startDaemon() - Method in class com.qfs.snl.agent.util.ActiveMonitorDaemonDistributionAwareStarter
Starts the sentinel daemon if possible.
startDistribution() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDataActivePivot
Starts the distribution infrastructure.
startDistribution() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Starts the distribution infrastructure for this query cube.
STARTED - Enum constant in enum class com.activeviam.tech.core.api.agent.IAgent.State
The state of a started agent.
STARTED - Enum constant in enum class com.activeviam.tech.streaming.intf.api.IStreamProperties.InitialState
The stream is initialized and started, real-time publication of events is on.
startRepositoryDaemon() - Method in class com.qfs.repository.cfg.activepivot.impl.RepositoryAPExtensionServiceConfiguration
[Bean action] Starts the repository daemon using the RepositoryAPExtensionServiceConfiguration.repositoryDaemonStarter().
startTransaction() - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Creates and starts a global transaction with exclusive access to the schema and all the stores it contains.
startTransaction(String...) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Starts a transaction on one or multiple stores.
startTransaction(Properties) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Creates and starts a global transaction with exclusive access to the schema and all the stores it contains.
startTransaction(Properties, String...) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Creates and starts a transaction.
startTransactionFromBranch(String, String, String...) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Starts a transaction on the specified branch from the specified parent branch (if branch does not exist).
startTransactionOnBranch(String, String...) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Starts a transaction on the specified branch.
STATE - Static variable in interface com.qfs.snl.rs.IMonitorRestService
The state keyword.
StateDto - Class in com.qfs.snl.dtos
The state data transfer object.
StateDto() - Constructor for class com.qfs.snl.dtos.StateDto
Constructor.
StateDto(ISentinelState) - Constructor for class com.qfs.snl.dtos.StateDto
Copy constructor.
StateDto(String, String, Double, String) - Constructor for class com.qfs.snl.dtos.StateDto
Full constructor.
stop() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.AStoreStream
 
stop() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IStream
Stops definitively the stream.
stop() - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Stops the transaction manager.
stop() - Method in interface com.activeviam.tech.core.api.agent.IAgent
Definitely stops the agent.
stop() - Method in class com.qfs.repository.impl.LookupStream
 
stop() - Method in class com.qfs.repository.impl.RepositoryDaemon
Stops the daemon.
stop() - Method in interface com.qfs.repository.IRespositoryServiceDaemon
Stop the daemon.
stop() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
stop() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemon
Stops the daemon.
stop() - Method in class com.qfs.snl.ws.impl.SocketSubscriber
Stops the subscriber.
stop(SentinelAlert) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
stop(SentinelAlert) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Stops an alert.
stop(List<SentinelAlert>) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
stop(List<SentinelAlert>) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Stops a collection of alerts.
STOP_ALERT - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when one or more alerts are being stopped.
STOP_WATCH - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
 
STOP_WATCH_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
 
stopAlert(long) - Method in interface com.qfs.snl.alerts.IAlertService
The alert to stop.
stopAlert(long) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
stopAlert(long) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
stopAlert(long) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
stopAlert(long) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Stop the alert by id.
stopAlert(long) - Method in interface com.qfs.snl.rs.IAlertRestService
Stop an alert.
stopAlert(long) - Method in class com.qfs.snl.rs.impl.AlertRestServiceController
 
stopAlertPayload(IWorkflowPayload, IMonitor, ISentinelAlert) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Creates a payload for IWorkflowService.WorkflowTypes.STOP_ALERT workflows.
stopAlerts(String, Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.monitors.IMonitorService
Stops various alerts.
stopAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
stopAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
stopAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
stopAlerts(String, Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
stopAlerts(Collection<? extends ISentinelAlert>) - Method in interface com.qfs.snl.alerts.IAlertCache
Process a series of stopped alerts, removing them from the cache.
stopAlerts(Collection<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.AlertCache
 
stopAlerts(List<? extends ISentinelAlert>) - Method in interface com.qfs.snl.alerts.IAlertService
Stops a series of alerts.
stopAlerts(List<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
stopAlerts(List<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
stopAllAlerts() - Method in interface com.qfs.snl.alerts.IAlertCache
Stops all alerts.
stopAllAlerts() - Method in class com.qfs.snl.alerts.impl.AlertCache
 
stopDistribution() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDataActivePivot
Stops the distribution infrastructure.
stopDistribution() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Stops the distribution infrastructure for this query cube.
stopForMonitor(String, long) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
stopForMonitor(String, long) - Method in interface com.qfs.snl.persistence.ISentinelAlertDao
Stops all alerts of a given monitor.
stopMonitorAlerts(String, long) - Method in interface com.qfs.snl.alerts.IAlertService
Stops all alerts belonging to a given monitor.
stopMonitorAlerts(String, long) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
stopMonitorAlerts(String, long) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
stopMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Stops an existing monitoring.
stopMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
STOPPED - Enum constant in enum class com.activeviam.tech.core.api.agent.IAgent.State
The state of a stopped agent.
stoppedAlert(ISentinelAlert, Long) - Static method in class com.qfs.snl.data.impl.SentinelAlert
Creates an alert with the given audit entry for the stop.
STOPWATCH_DISABLE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Name of the property to give to the JVM to disable timings measurement.
stopWithoutDeregistration() - Method in interface com.activeviam.activepivot.core.intf.api.query.realtime.IActivePivotContinuousQuery
Definitely stops the agent.
store() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts building the description of a store.
store(String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates the representation of an isolated store of the database, which can then be joined to the cube.
store(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData.DatabaseRetrievalDataBuilder
 
storedAsPrimitive(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Tells if the objects with the given type can be stored as primitives.
StoreDescription - Class in com.activeviam.database.datastore.api.description.impl
Default immutable implementation of IStoreDescription.
StoreDescription(String, List<String>, List<? extends IFieldDescription>) - Constructor for class com.activeviam.database.datastore.api.description.impl.StoreDescription
Constructor which makes the collections immutable.
StoreDescription(String, List<String>, List<? extends IFieldDescription>, IPartitioningDescription, Collection<IOptimizationDescription>, boolean, int, IDuplicateKeyHandler, IStoreDescriptionBuilder.IRemoveUnknownKeyListener, Properties, INumaSelectorDescription, boolean) - Constructor for class com.activeviam.database.datastore.api.description.impl.StoreDescription
Deprecated, for removal: This API element is subject to removal in a future version.
Use the builder instead
StoreDescription.SimpleStoreDescriptionBuilder - Class in com.activeviam.database.datastore.api.description.impl
A simple IStoreDescription builder.
storeLookup(String) - Static method in class com.activeviam.activepivot.copper.api.Copper
A store lookup is a post processor that runs a get-by-key query on the given store.
stream() - Method in class com.activeviam.tech.streaming.impl.api.AxisRanges
 
stream() - Method in interface com.activeviam.tech.streaming.intf.api.IAxisRanges
Gets a stream on the ranges.
Stream2PositionPostProcessor - Class in com.activeviam.activepivot.core.ext.api.postprocessing.impl
Cumulative measure along a time axis.
Stream2PositionPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.impl.Stream2PositionPostProcessor
Constructor.
StreamingServiceException - Exception Class in com.activeviam.tech.streaming.intf.api
Exception thrown by the Streaming Service Web Service.
StreamingServiceException() - Constructor for exception class com.activeviam.tech.streaming.intf.api.StreamingServiceException
Constructor with no message and no cause.
StreamingServiceException(String) - Constructor for exception class com.activeviam.tech.streaming.intf.api.StreamingServiceException
 
StreamingServiceException(String, Object...) - Constructor for exception class com.activeviam.tech.streaming.intf.api.StreamingServiceException
Constructor.
StreamingServiceException(String, Throwable) - Constructor for exception class com.activeviam.tech.streaming.intf.api.StreamingServiceException
 
StreamingServiceException(Throwable) - Constructor for exception class com.activeviam.tech.streaming.intf.api.StreamingServiceException
 
StreamingServiceException(Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.streaming.intf.api.StreamingServiceException
Constructor.
streamMdxQuery(JsonDataExportOrder) - Method in interface com.activeviam.activepivot.server.intf.api.dataexport.IDataExportService
Executes the given MDX query and return a stream in the desired format.
StreamProperties - Class in com.activeviam.tech.streaming.impl.api
Implementation of IStreamProperties.
StreamProperties() - Constructor for class com.activeviam.tech.streaming.impl.api.StreamProperties
Default constructor.
StreamProperties(StreamProperties) - Constructor for class com.activeviam.tech.streaming.impl.api.StreamProperties
Copy constructor.
StreamProperties(String, String, String, IStreamProperties.InitialState, boolean) - Constructor for class com.activeviam.tech.streaming.impl.api.StreamProperties
Constructor without custom properties.
StreamProperties(String, String, String, IStreamProperties.InitialState, boolean, Properties) - Constructor for class com.activeviam.tech.streaming.impl.api.StreamProperties
Constructor with custom properties.
StreamProperties(String, String, String, IStreamProperties.InitialState, boolean, Properties, IAxisRanges<IRangeProperty>) - Constructor for class com.activeviam.tech.streaming.impl.api.StreamProperties
Constructor with range properties.
StreamProperties(String, String, String, IStreamProperties.InitialState, IStreamProperties.InitialPublicationMode, boolean, Properties, boolean) - Constructor for class com.activeviam.tech.streaming.impl.api.StreamProperties
Constructor.
StreamProperties(String, String, String, IStreamProperties.InitialState, IStreamProperties.InitialPublicationMode, boolean, Properties, boolean, IAxisRanges<IRangeProperty>) - Constructor for class com.activeviam.tech.streaming.impl.api.StreamProperties
Constructor.
STRING - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
STRING - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
STRING - Static variable in interface com.activeviam.tech.core.api.format.IParser
String field parser key.
STRING_ALPHABETICAL_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of String in alphabetical order.
STRING_ARRAY - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
STRING_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
STRING_COMPARATOR - Static variable in class com.qfs.repository.coordinates.util.CoordinatesUtil
The line separator.
STRING_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the comparator of String in ascending order.
STRING_VECTOR - Static variable in interface com.activeviam.tech.core.api.format.IParser
String vector field parser key.
StringFieldType - Class in com.qfs.snl.messages.form.impl
A form field for text values.
StringFieldType() - Constructor for class com.qfs.snl.messages.form.impl.StringFieldType
Default constructor.
StringFieldType(String) - Constructor for class com.qfs.snl.messages.form.impl.StringFieldType
Full constructor.
StringFieldType(FormProperty) - Constructor for class com.qfs.snl.messages.form.impl.StringFieldType
Constructor from an Activiti from property.
SUB_PARTITIONING_SEPARATOR - Static variable in interface com.activeviam.tech.partitioning.api.IPartitioningDescription
The delimiter to use when separating independent sub partitionings.
SubCondition - Class in com.activeviam.tech.core.api.filtering.impl
Implementation of sub condition.
SubCondition(IAccessor, ICondition) - Constructor for class com.activeviam.tech.core.api.filtering.impl.SubCondition
Constructor.
SubCondition(String, ICondition) - Constructor for class com.activeviam.tech.core.api.filtering.impl.SubCondition
Convenience constructor equivalent to new SubCondition(new SingleAccessor(new Property(name)), condition).
subCubeProperties() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts defining a ISubCubeProperties.
subscribe(IAgentListener) - Method in interface com.qfs.snl.agent.IAgentService
A listener wanting to be notified of new agent registration.
subscribe(IAgentListener) - Method in class com.qfs.snl.agent.impl.CacheAgentService
 
subscribe(IAgentListener) - Method in class com.qfs.snl.agent.service.impl.RemoteAgentService
 
subscribe(IMessageSubscriber) - Method in interface com.qfs.snl.messages.IMessageService.IMessageBox
Subscribes to all messages of a given recipient.
subscribe(IMessageSubscriber) - Method in class com.qfs.snl.messages.impl.MessageBox
 
subVector(int, int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
subVector(int, int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
subVector(int, int) - Method in interface com.activeviam.tech.chunks.api.vectors.IRandomAccessVector
 
subVector(int, int) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Returns a restricted view of this vector.
SUCCESS - Enum constant in enum class com.qfs.snl.messages.MessageLevel
Type to inform of the successful execution of an action.
sum() - Method in interface com.activeviam.activepivot.copper.api.CopperMeasureToAggregateAbove
Aggregate the values on the defined leaf levels using the sum aggregation.
sum() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
 
sum(CopperMeasure) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts defining an aggregation analytic function (sometimes called aggregation window function) with the sum function commonly known as running total or cumulative sum calculation.
sum(CopperStoreField) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure by aggregating a field from a store linked to the cube using the sum aggregation.
sum(FieldPath, String) - Static method in class com.activeviam.directquery.api.MeasureMapping
Creates a mapping for a pre-aggregated Sum.
sum(String) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure by aggregating a field from the selection using the sum aggregation.
sum(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilder
 
SUM_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for the sum aggregation function.
SUM_PRODUCT_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IGenericAggregationFunction
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.1.11 for removal in 6.2.0 use IMultiSourceAggregationFunction.SUM_PRODUCT_FUNCTION_PLUGIN_KEY instead
SUM_PRODUCT_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IMultiSourceAggregationFunction
Plugin value key for an aggregation function that produces the sum product of the sources it is given.
sumDouble() - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
sumDouble() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
sumDouble() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
sumDouble() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Sums all elements of the vector and returns the value of the sum.
sumFloat() - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
sumFloat() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
sumFloat() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
sumFloat() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Sums all elements of the vector and returns the value of the sum.
sumInt() - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
sumInt() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
sumInt() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
sumInt() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Sums all elements of the vector and returns the value of the sum.
sumLong() - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
sumLong() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
sumLong() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
sumLong() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Sums all elements of the vector and returns the value of the sum.
sumProduct(String...) - Static method in class com.activeviam.activepivot.copper.api.Copper
A measure that does the sum product of all the sources it is given.
sumProduct(List<FieldPath>, String) - Static method in class com.activeviam.directquery.api.MeasureMapping
Creates a mapping for a pre-aggregated sum product.
supportConcurrentReads() - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Returns whether the dictionary supports Single Writer/Multiple Reader (SWMR).
supportConcurrentWrites() - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary
Returns whether the dictionary supports concurrent writing (Multiple Writer/Multiple Reader) or not.
supportDeletion() - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
 
supportDeletion() - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurityBuilder
Indicates if deleting records is allowed.
SUPPORTED_QUERIES_PACKAGE - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivot
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.1.4, not used anymore
supportEmptyString() - Method in interface com.activeviam.database.datastore.api.description.IFieldDescription
Deprecated, for removal: This API element is subject to removal in a future version.
Use IDataTableField.getType() and IFieldType.supportEmptyString() instead.
supportEmptyString() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
 
supportEmptyString() - Method in class com.activeviam.tech.chunks.api.types.FieldType
 
supportEmptyString() - Method in interface com.activeviam.tech.chunks.api.types.IFieldType
Returns whether the String or Object type supports empty string.
supportEmptyString(boolean) - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription.FieldDescriptionBuilder
 
supportEmptyString(boolean) - Method in class com.activeviam.tech.chunks.api.types.FieldType.FieldTypeBuilder
 
supportEmptyString(boolean) - Method in class com.activeviam.tech.chunks.api.types.Types.TypeInformation.TypeBuilder
 
supportEmptyString(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Tests if the type supports empty strings as valid values.
supportInsertion() - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
 
supportInsertion() - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurityBuilder
Indicates if inserting new records is allowed.
supports(Class<?>) - Method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider
 
swap() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IKeyedVectorField
 
swap() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IUnkeyedVectorField
 
swap() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IVectorField
Specifies that the vectors of this field should be swapped to disk.
swap(String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IKeyedVectorField
 
swap(String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IUnkeyedVectorField
 
swap(String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IVectorField
Specifies that the vectors of this field should be swapped to disk.
swap(String, boolean) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IKeyedVectorField
 
swap(String, boolean) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IUnkeyedVectorField
 
swap(String, boolean) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IVectorField
Specifies that the vectors of this field should be swapped to disk.
SWAP - Enum constant in enum class com.activeviam.tech.chunks.api.vectors.AllocationType
The data has been swapped on disk.
SWAP_DIRECTORY_MAX_NUM_FILES_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
System property that configures the maximum number of swap files that will be created in one directory.
switchOn(CopperLevel, Map<Object, ? extends CopperMeasure>, CopperMeasure) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a copper measure which selects among several measures the value to return depending on the current value on a level.
switchOn(CopperLevel, Map<Object, ? extends CopperMeasure>, CopperMeasure) - Method in class com.activeviam.activepivot.copper.api.ExperimentalCopper
Deprecated, for removal: This API element is subject to removal in a future version.
SYNC - Enum constant in enum class com.activeviam.tech.streaming.intf.api.IStreamProperties.InitialPublicationMode
The initial view will be computed synchronously and published before this stream's creation call returns.
synchronousMode(boolean) - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration.CsvSourceConfigurationBuilder
Property to activate the synchronous mode.

T

table(String, String) - Static method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription.TableTimeTravelDescription
Returns a description for time-travel of a table.
TABLE_NAME - Static variable in class com.qfs.repository.audit.impl.Audit
The table name.
TABLE_NAME - Static variable in class com.qfs.repository.persistence.impl.DbInfo
Table name of this entity.
TABLE_NAME - Static variable in class com.qfs.repository.persistence.model.impl.PointValue
Monitor's table.
TABLE_NAME - Static variable in class com.qfs.snl.audit.impl.Audit
The table name.
TABLE_NAME - Static variable in class com.qfs.snl.data.impl.SentinelAlert
The table name.
TABLE_NAME - Static variable in class com.qfs.snl.data.impl.SentinelEvent
The table name.
TABLE_NAME - Static variable in interface com.qfs.snl.data.ISentinelState
The table name.
TABLE_NAME - Static variable in class com.qfs.snl.monitors.impl.Monitor
Monitor's table.
TABLE_NAME - Static variable in class com.qfs.snl.persistence.impl.DbInfo
Table Name used for this entity.
TABLE_NAME - Static variable in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
Repository workflow's table.
TABLE_PREFIX - Static variable in class com.qfs.repository.persistence.impl.DbInfoDao
Name of the table storing databose metadata.
TABLE_PREFIX - Static variable in class com.qfs.snl.persistence.impl.DbInfoDao
Prefix for all ActiveMonitor tables.
TableDescription - Class in com.activeviam.directquery.api.schema
Default immutable description of a table.
TableDescription.IBuildableTableDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying optional field properties.
TableDescription.INeedExternalTableBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the external table.
TableDescription.INeedFieldsBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the fields.
TableDescription.INeedLocalTableNameBuilder - Interface in com.activeviam.directquery.api.schema
Builder for specifying the table local name.
TableDescription.ITableDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder for the table description.
TableDescriptionUtils - Class in com.activeviam.directquery.api.schema.utils
Utilities for TableDescription.
TableExpression(String) - Constructor for class com.activeviam.directquery.api.schema.ExternalTable.TableExpression
 
tableHasChanged() - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableResult
Indicate if the table has changed during this edit.
tableName() - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription
Gets the name of the table on which the cache is applied.
tableName(String) - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription.SingleTableCacheDescriptionBuilder
Sets the name of the table to cache, also sets the cache name if not already set.
TableReadWritePermissions - Class in com.activeviam.activepivot.server.impl.api.database.config
Read and write permissions for a table.
TableReadWritePermissions() - Constructor for class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
TableSecurity - Class in com.activeviam.activepivot.server.impl.api.database.config
Data class implementation of the spec of table security.
TableSecurity(ITablePermissions, boolean, boolean) - Constructor for class com.activeviam.activepivot.server.impl.api.database.config.TableSecurity
Creates a new TableSecurity instance.
TableSecurityBuilder - Class in com.activeviam.activepivot.server.impl.api.database.config
Builder for TableSecurity.
TableSecurityBuilder() - Constructor for class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
Constructor of TableSecurityBuilder.
TableUpdateDetail - Class in com.activeviam.directquery.application.api.refresh
Description of a change on an external table.
TAGS - Static variable in class com.activeviam.source.csv.api.observability.CsvLineParsingFailure
The tags of this event.
TAGS - Static variable in interface com.activeviam.source.jdbc.api.observability.IJdbcSourceHealthEventHandler.IJdbcHealthEvent
The tags of JDBC health events.
targetCatalogName(String) - Method in class com.activeviam.directquery.application.api.IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder
Sets the catalog, to which the target table belongs (optional).
targetOptionality(RelationshipOptionality) - Method in class com.activeviam.directquery.api.schema.JoinDescription.JoinDescriptionBuilder
 
targetSchemaName(String) - Method in class com.activeviam.directquery.application.api.IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder
Sets the schema, to which the target table belongs (optional).
targetTableName(String) - Method in class com.activeviam.directquery.api.schema.JoinDescription.JoinDescriptionBuilder
 
targetTableName(String) - Method in class com.activeviam.directquery.application.api.IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder
Sets the target table name (optional).
TASK_ATTRIBUTE - Static variable in class com.activeviam.tech.core.api.tracking.Tracing
Deprecated.
 
taskAssigner() - Method in interface com.qfs.snl.cfg.IActiveMonitorAppConfiguration
[Bean] Instance assigning tasks to users.
TaskDto - Class in com.qfs.snl.dtos
DTO representing a user task to perform.
TaskDto() - Constructor for class com.qfs.snl.dtos.TaskDto
Default constructor.
TaskMessage - Class in com.qfs.snl.workflows.tasks.impl
Message describing a workflow task to perform.
TaskMessage(long, long, String, Collection<String>, String, MessageLevel, String, Object, boolean, IUserTask, ITaskService) - Constructor for class com.qfs.snl.workflows.tasks.impl.TaskMessage
Full constructor.
TaskMessage(long, IUserTask, ITaskService) - Constructor for class com.qfs.snl.workflows.tasks.impl.TaskMessage
Constructor.
taskService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Task service, responsible from holding tasks from workflows and fulfilling it.
TaskService - Class in com.qfs.snl.workflows.tasks.impl
Forwarding implementation of tasks service.
TaskService(ITaskPublisher, ITaskAssigner, ITemplateEngine, FormService, TaskService, RuntimeService) - Constructor for class com.qfs.snl.workflows.tasks.impl.TaskService
Full constructor.
TECH - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to the composer module in Atoti Server.
TechLoggerConstants - Class in com.activeviam.tech.core.api.logger
Class containing logger names constants and associated loggers for the tech (composer) module of Atoti Server.
TEMPLATED_DESCRIPTION_PREFIX - Static variable in class com.qfs.snl.workflows.tasks.impl.TaskService
The templated description prefix.
TGZ - Enum constant in enum class com.activeviam.source.csv.api.IFileInfo.FileType
A compressed file in tar.gz format.
TGZ_SUFFIX - Static variable in interface com.activeviam.source.csv.api.IFileInfo
Suffix for TGZ files.
THREAD_ATTRIBUTE - Static variable in class com.activeviam.tech.core.api.tracking.Tracing
Deprecated.
 
THREADS - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to threads in Atoti Server.
THREADS_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to threads in Atoti Server.
THRESHOLD_MESSAGE_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property to configure the threshold (in bytes) above which the size of a IBroadcastMessage sent or received is logged at level INFO.
THROW - Enum constant in enum class com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties.DrillthroughBehavior
Throws an exception.
THROW - Enum constant in enum class com.activeviam.activepivot.core.intf.api.postprocessing.IMissedPrefetchBehavior.Behavior
Throws an exception.
THROW_ON_DIFFERENT_MEASURE_NAMES_IN_DATA_NODES - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
All the data cubes contained in the same application should have the same measure names.
THROW_ON_MISSING_DATA_NODE_REPONSE - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property to make the distributed queries throw if responses from remote instances are missing.
THROW_ON_NEW_BRANCH - Static variable in class com.qfs.repository.impl.DatastoreRepositoryCache
Predefined policy throwing when attempting to commit on a non-existing branch.
THROW_WITHIN_TRANSACTION - Static variable in class com.activeviam.database.datastore.api.description.impl.DuplicateKeyHandlers
Handler that logs the duplicated records within the transaction.
throwException() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IOnRemoveUnknownKey
Tells the builder that the store should throw an exception when trying to remove an unknown key.
TIME - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.hierarchy.IDimension.DimensionType
Time dimension.
TIME - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Indicates that a level refers to a time (it should be associated with a formatter to let the possibility for the UI to parse it).
TIME_DAYS - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Indicates that a level refers to days.
TIME_HALF_YEAR - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Indicates that a level refers to half years.
TIME_HIERARCHY_PROPERTY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ATimeLinePostProcessor
Defines the name of the time hierarchy.
TIME_HIERARCHY_PROPERTY - Static variable in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.NeighborValuePostProcessor
Defines the name of the time hierarchy.
TIME_HOURS - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Indicates that a level refers to hours.
TIME_MINUTES - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Indicates that a level refers to minutes.
TIME_MONTHS - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Indicates that a level refers to months.
TIME_QUARTERS - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Indicates that a level refers to quarters.
TIME_SECONDS - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Indicates that a level refers to seconds.
TIME_UNDEFINED - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Indicates that a level refers to days.
TIME_WEEKS - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Indicates that a level refers to weeks.
TIME_YEARS - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Indicates that a level refers to years.
TimeLineHandler - Class in com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl
Aggregates continuous Handler specialized for timeline based post processors.
TimeLineHandler(IActivePivotVersion, IMeasuresProvider, Properties) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler
Constructor.
TimeLineHandler.ArrayHashingStrategy<E> - Class in com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl
A strategy for the arrays.
TimeLineHandler.TimeLineHandlerInfo - Class in com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl
 
TimeLineHandlerInfo(String, String, String) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler.TimeLineHandlerInfo
 
TimeoutException - Exception Class in com.activeviam.tech.core.api.exceptions.service
Class exception for requests whose execution time out.
TimeoutException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.TimeoutException
Constructor.
TimeoutException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.TimeoutException
Constructor.
TimeoutException(Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.TimeoutException
Constructor.
TimePeriod - Class in com.qfs.snl.impl
Effective implementation of ITimePeriod.
TimePeriod() - Constructor for class com.qfs.snl.impl.TimePeriod
Default constructor with prescribed time supplier.
TimePeriod(ITimePeriod) - Constructor for class com.qfs.snl.impl.TimePeriod
Copy constructor.
TimePeriodDto - Class in com.qfs.snl.dtos
DTO representing a time period.
TimePeriodDto() - Constructor for class com.qfs.snl.dtos.TimePeriodDto
Default constructor.
TimePeriodDto(ITimePeriod) - Constructor for class com.qfs.snl.dtos.TimePeriodDto
Copy constructor.
TimePeriodDto(String, String) - Constructor for class com.qfs.snl.dtos.TimePeriodDto
Full constructor.
timestamp() - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure referencing the native measure "update.TIMESTAMP".
TIMESTAMP - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
TIMESTAMP - Static variable in class com.qfs.repository.persistence.impl.PointValueDao
 
TIMESTAMP - Static variable in class com.qfs.snl.persistence.impl.MonitorDao
 
TIMESTAMP_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for timestamp aggregation function.
TIMESTAMP_ID - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IMeasureHierarchy
The name of the native timestamp measure.
timeTravelDiscoveryQueryTimeout() - Method in interface com.activeviam.database.sql.api.IDatabaseTimeTravelSettings
The timeout for the querying time-travel metadata during the discovery process.
timingInfo(Map<String, long[]>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData.DatabaseRetrievalDataBuilder
 
timingInfo(Map<String, long[]>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval timing information per partition.
TIMINGS - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Atoti Server's timings.
TIMINGS_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Atoti Server's timings.
to - Variable in class com.activeviam.activepivot.server.json.api.cellset.RangeData
The last index (excluded).
to() - Method in interface com.activeviam.tech.core.api.collections.IRange
 
to(long) - Method in class com.qfs.snl.dtos.TimePeriodDto
Sets the 'to' boundary.
to(long) - Method in class com.qfs.snl.impl.TimePeriod
Adds an end boundary to the time period.
to(String) - Method in class com.qfs.snl.dtos.TimePeriodDto
Sets the raw 'to' boundary.
to(String...) - Method in interface com.qfs.snl.messages.IMessageBuilder.IWithSender
Sets the recipients of the message.
to(Collection<String>) - Method in interface com.qfs.snl.messages.IMessageBuilder.IWithSender
Sets the recipients of the message.
TO_PARAM - Static variable in interface com.qfs.repository.rs.IRepositoryRestService
Query parameter to specify a "to" boundary for an update.
TO_PARAM - Static variable in interface com.qfs.snl.rs.IAlertRestService
Query parameter to specify a "to" boundary for an update.
TO_PARAM - Static variable in interface com.qfs.snl.rs.IMonitorRestService
Query parameter to specify a "to" boundary for an update.
TO_STRING_EQUAL - Static variable in class com.activeviam.tech.core.api.filtering.impl.ToStringEqualCondition
The type of this condition.
TO_STRING_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.format.IFormatter
Plugin key for the formatter using Object.toString().
toAggregateTable() - Method in interface com.activeviam.directquery.application.api.IAggregateTableBootstrapper
Gets the AggregateTableDescription equivalent to the desired provider.
toArray() - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
toArray() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
toArray() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Reads all the elements of the vector and returns them in a standard java array.
toArray() - Method in class com.qfs.snl.events.impl.EventCache
 
toArray(IFieldType) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Returns a nullable array instance of the given type.
toArray(T[]) - Method in class com.qfs.snl.events.impl.EventCache
 
toBuilder() - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
 
toBuilder() - Method in class com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor.RewrittenQuery
 
toBuilder() - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription
Returns a builder initialized with the current values.
toBuilder() - Method in class com.activeviam.directquery.api.schema.AFieldDescription
Creates a builder with the same properties as this field description.
toBuilder() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription
Returns a new builder with the same values as this description.
toBuilder() - Method in class com.activeviam.directquery.api.schema.ATableDescription
Creates a new builder initialized with this instance.
toBuilder() - Method in class com.activeviam.directquery.api.schema.FieldDescription
 
toBuilder() - Method in class com.activeviam.directquery.api.schema.JoinDescription
 
toBuilder() - Method in class com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription
 
toBuilder() - Method in class com.activeviam.directquery.api.schema.MultiRowVectorTableDescription
Creates a new MultiRowVectorTableDescription.MultiRowVectorTableDescriptionBuilder initialized with this instance.
toBuilder() - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
toBuilder() - Method in class com.activeviam.directquery.api.schema.TableDescription
Creates a builder with the same properties as this table description.
toBuilder() - Method in class com.activeviam.directquery.api.validator.DataValidatorSettings
 
toBuilder() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
Returns a new CsvParserConfiguration.CsvParserConfigurationBuilder with the same configuration as this one.
toBuilder() - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration
Returns a builder with the current configuration.
toBuilder() - Method in interface com.activeviam.source.csv.api.ICsvSource
Deprecated, for removal: This API element is subject to removal in a future version.
toBuilder method will be removed
toBuilder() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties
 
toBuilder() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
 
toBuilder() - Method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties
 
toBuilder() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties
 
toBuilder() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
 
toBuilder() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
 
toBuilder() - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder.LockOptions
 
toColumnExternalName() - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription.TableTimeTravelDescription
 
toDescription() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
Produces a description that can be used in post-processors definitions.
toDescription() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.LevelIdentifier
Converts this level identifier to a string of the form levelName@hierarchyName@dimensionName to be used in String based descriptions.
toDescription() - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
Builds the description of the partitioning node.
toDescription(String, String) - Static method in class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
Produces a description that can be used in post-processors definitions.
toDescription(String, String, String) - Static method in class com.activeviam.activepivot.core.intf.api.cube.metadata.LevelIdentifier
Converts this level identifier to a string of the form levelName@hierarchyName@dimensionName to be used in String based descriptions.
toDoubleArray() - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
toDoubleArray() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
toDoubleArray() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Reads all the elements of the vector and returns them in a double array.
toDto(ICoordinates) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
Convert a Coordinates to dto object.
toEntity() - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityPath
Gets the referenced entity.
toEntity() - Method in class com.activeviam.cloud.common.api.entity.impl.AEntityPath
 
toEntityWithRange(long, long) - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3EntityPath
 
toEntityWithRange(long, long) - Method in interface com.activeviam.cloud.aws.api.s3.entity.IS3EntityPath
Gets a reference on a sub part of the S3 object.
toErrorChain(Throwable) - Static method in class com.activeviam.web.core.api.websocket.JsonError
Creates the error chain of a throwable (root cause first).
toFloatArray() - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
toFloatArray() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
toFloatArray() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Reads all the elements of the vector and returns them in a float array.
toFunction() - Method in class com.activeviam.tech.partitioning.api.function.impl.ConstantFunctionDescription
 
toFunction() - Method in class com.activeviam.tech.partitioning.api.function.impl.IdentityFunctionDescription
 
toFunction() - Method in class com.activeviam.tech.partitioning.api.function.impl.ModuloFunctionDescription
 
toFunction() - Method in interface com.activeviam.tech.partitioning.api.function.IPartitioningFunctionDescription
Creates the function corresponding to this description.
toHuman(int[], IKeyEventContext) - Static method in exception class com.activeviam.database.datastore.api.transaction.UnknownKeyException
Creates an unknown key messages.
toHuman(DuplicateKeyException.IDuplicateKeyHumanMessageBuilder, IRecordReader, IRecordReader, IKeyEventContext) - Static method in exception class com.activeviam.database.datastore.api.description.DuplicateKeyException
Creates a human-readable message for this exception given the store dictionaries and the store format.
toHumanString() - Method in interface com.activeviam.tech.mvcc.api.IEpoch
Returns a concise description of this epoch, including shadow flag, branch and epoch id.
toHumanString() - Method in class com.activeviam.tech.partitioning.api.ConstantPartitioningDescription
 
toHumanString() - Method in class com.activeviam.tech.partitioning.api.HierarchicalPartitioningDescription
 
toHumanString() - Method in interface com.activeviam.tech.partitioning.api.IPartitioningDescription
Creates a description of a partitioning for human readers.
toHumanString() - Method in class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription
Creates a description of a partitioning for human readers.
toHumanString() - Method in class com.activeviam.tech.partitioning.api.MultipleFieldsModuloPartitioningDescription
 
toHumanString() - Method in class com.activeviam.tech.partitioning.api.node.PartitioningNodeDescription
Creates a description of a partitioning for human readers.
toHumanString(String) - Method in interface com.activeviam.tech.partitioning.api.function.IntIntFunction
Creates a representation of the function applied to a single field.
toHumanString(String) - Method in interface com.activeviam.tech.partitioning.api.function.IPartitioningFunctionDescription
Creates a representation of the function applied to a single field.
toHumanString(Collection<String>) - Method in class com.activeviam.tech.partitioning.api.function.impl.ConstantFunctionDescription
 
toHumanString(Collection<String>) - Method in class com.activeviam.tech.partitioning.api.function.impl.IdentityFunctionDescription
 
toHumanString(Collection<String>) - Method in class com.activeviam.tech.partitioning.api.function.impl.ModuloFunctionDescription
 
toHumanString(Collection<String>) - Method in interface com.activeviam.tech.partitioning.api.function.IntIntFunction
Creates a representation of the function applied to a series of fields.
toHumanString(Collection<String>) - Method in interface com.activeviam.tech.partitioning.api.function.IPartitioningFunctionDescription
Creates a representation of the function applied to a series of fields.
toIntArray() - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
toIntArray() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
toIntArray() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Reads all the elements of the vector and returns them in an int array.
toList() - Method in interface com.activeviam.tech.records.api.IRecordReader
Converts this record into a list.
toLongArray() - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
toLongArray() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
toLongArray() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Reads all the elements of the vector and returns them in a long array.
toMap(List<String>) - Static method in class com.activeviam.source.csv.api.CsvParserConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Internal api
toMask(ILocationBuilder.OperationFlag...) - Static method in enum class com.activeviam.activepivot.core.intf.api.location.ILocationBuilder.OperationFlag
Creates an int mask packing all the defined operations.
toMBean() - Method in interface com.activeviam.directquery.api.jmx.IJmxable
Returns the object compatible with ActiveViam JMX tooling.
toNow() - Method in class com.qfs.snl.impl.TimePeriod
Adds an end boundary to the period using server current time.
TOO_MANY_COLUMNS - Enum constant in enum class com.activeviam.source.csv.api.report.ICsvAnomaly.CsvAnomalyTypeEnum
 
TOP_LEVEL_QUERY_ID - Static variable in interface com.activeviam.activepivot.core.intf.api.query.IQueryCache
Key of the top-level query id.
toPath(String...) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Convert an array of Strings into a valid content server path.
TOPIC - Static variable in class com.qfs.repository.ws.impl.ParameterTopic
The name of the parameter topic.
TOPIC - Static variable in class com.qfs.snl.ws.impl.AlertTopic
Topic of the entry point.
TOPIC - Static variable in class com.qfs.snl.ws.impl.GraphTopic
Topic Name.
TOPIC - Static variable in class com.qfs.snl.ws.impl.MessageTopic
The topic for messages.
TOPIC - Static variable in class com.qfs.snl.ws.impl.MonitorTopic
Nome of the topic providing monitors.
topicName(String) - Method in interface com.activeviam.source.jdbc.api.topic.IJdbcTopicBuilder.INeedTopicName
 
TopicStore(String, String) - Constructor for class com.activeviam.source.common.api.impl.AStoreMessageChannelFactory.TopicStore
 
topK(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
topK(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
topK(int) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Returns an iterator of a collection composed of the k biggest elements of the vector.
topKIndices(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
topKIndices(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
topKIndices(int) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Returns the k indices of the k biggest elements of the vector sorted in ascending order.
toRandomAccessVector() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
toRandomAccessVector() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
toRandomAccessVector() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Returns a specific instance with high speed random access operations, holding the same data as the current vector.
toStackTraceString(Throwable) - Static method in class com.activeviam.web.core.api.websocket.JsonError
Converts the stack-trace of an exception to a String.
toStore(String) - Method in interface com.activeviam.database.datastore.api.description.IReferenceDescriptionBuilder.IHasFromStore
Defines the referenced/target store of the reference to build.
toString() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.AStoreStream
 
toString() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.TimeLineHandler.TimeLineHandlerInfo
 
toString() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.impl.AUnderlyingMeasuresPrefetcher
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.copper.LevelToField
 
toString() - Method in record class com.activeviam.activepivot.core.intf.api.cube.metadata.AggregateProviderStatistics
Returns a string representation of this record class.
toString() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.DimensionIdentifier
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.HierarchyIdentifier
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.LevelIdentifier
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.cube.metadata.ProviderCoordinate
 
toString() - Method in record class com.activeviam.activepivot.core.intf.api.description.IDataClusterDefinition.EndpointInformation
Returns a string representation of this record class.
toString() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiGoalDescription
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiStatusDescription
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiTrendDescription
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.description.KpiValueDescription
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.AndCubeRestriction
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.EqualHierarchyRestriction
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.FalseCubeRestriction
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.InHierarchyRestriction
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.NotCubeRestriction
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.OrCubeRestriction
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.experimental.context.filter.TrueCubeRestriction
 
toString() - Method in class com.activeviam.activepivot.core.intf.api.query.drillthrough.MapDrillthroughQuery
 
toString() - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest.DatabasePrefetchRequestBuilder
 
toString() - Method in class com.activeviam.activepivot.core.intf.avinternal.procedure.DatabasePrefetchRequest
 
toString() - Method in class com.activeviam.activepivot.dist.impl.api.distribution.MemberMapping.MemberPerDataNodeMapping
 
toString() - Method in class com.activeviam.activepivot.dist.impl.api.distribution.MemberMapping
 
toString() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
toString() - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
 
toString() - Method in class com.activeviam.activepivot.server.impl.api.database.UpdateWhereSelectionAndProcedure
 
toString() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughHeadersQuery
 
toString() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXDrillthroughQuery
 
toString() - Method in class com.activeviam.activepivot.server.impl.api.query.MDXQuery
 
toString() - Method in class com.activeviam.activepivot.server.impl.api.rest.database.BranchCreationDescription
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.discovery.ActivePivotDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.discovery.CatalogDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.discovery.LevelDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.discovery.MeasureDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.AggregateDTO
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisPositionDTO
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughResultDTO
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughRowDTO
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.HierarchyDTO
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.Path
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.PermissionsMapDTO
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.RangeDTO
 
toString() - Method in class com.activeviam.activepivot.server.intf.api.dto.VectorDTO
 
toString() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
 
toString() - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchPermissions
 
toString() - Method in class com.activeviam.activepivot.server.json.api.cellset.HierarchyData
 
toString() - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
 
toString() - Method in class com.activeviam.activepivot.server.json.api.configuration.JsonDefinitionLocale
 
toString() - Method in class com.activeviam.activepivot.server.json.api.configuration.JsonMdxDefinitionStatement
 
toString() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit.JsonDatabaseEditContext
 
toString() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
 
toString() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseFieldDescription
 
toString() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseJoin
 
toString() - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableResult
 
toString() - Method in class com.activeviam.activepivot.server.json.api.discovery.CatalogDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.json.api.discovery.ContextValueDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.json.api.discovery.MeasureDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.json.api.discovery.SetDiscovery
 
toString() - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQuery
 
toString() - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQueryPlan
 
toString() - Method in class com.activeviam.activepivot.server.json.api.query.JsonRange
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData.DatabaseRetrievalDataBuilder
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.EmptyPlanInfoData.EmptyPlanInfoDataBuilder
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.EmptyPlanInfoData
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.FilterData.FilterDataBuilder
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.FilterData
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData.LocationDataBuilder
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData.QuerySummaryDataBuilder
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
 
toString() - Method in class com.activeviam.activepivot.server.json.api.streaming.JsonStreams
 
toString() - Method in class com.activeviam.activepivot.server.json.api.streaming.JsonStreamSnapshot
 
toString() - Method in class com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor.RewrittenQuery.RewrittenQueryBuilder
 
toString() - Method in class com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor.RewrittenQuery
 
toString() - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3CloudDirectory
 
toString() - Method in class com.activeviam.cloud.azure.api.storage.entity.AzureEntity
 
toString() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureBlobPath
 
toString() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
 
toString() - Method in class com.activeviam.cloud.common.api.entity.impl.ACloudDirectory
 
toString() - Method in class com.activeviam.cloud.common.api.entity.impl.AEntityPath
 
toString() - Method in class com.activeviam.cloud.google.api.storage.GoogleEntity
 
toString() - Method in class com.activeviam.database.datastore.api.condition.impl.FieldComparisonCondition
 
toString() - Method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
 
toString() - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription.FieldDescriptionBuilder
 
toString() - Method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
 
toString() - Method in class com.activeviam.database.datastore.api.description.impl.OptimizationDescription
 
toString() - Method in class com.activeviam.database.datastore.api.description.impl.ReferenceDescription
 
toString() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
toString() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
toString() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
 
toString() - Method in record class com.activeviam.database.sql.api.query.SqlPartString
Returns a string representation of this record class.
toString() - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription.TableTimeTravelDescription
 
toString() - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription
 
toString() - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
toString() - Method in class com.activeviam.directquery.api.cache.CacheDescription.CacheDescriptionBuilder
 
toString() - Method in record class com.activeviam.directquery.api.cache.CachePartition
Returns a string representation of this record class.
toString() - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription.SingleTableCacheDescriptionBuilder
 
toString() - Method in class com.activeviam.directquery.api.MeasureMapping
 
toString() - Method in class com.activeviam.directquery.api.schema.AFieldDescription
 
toString() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter
 
toString() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription
 
toString() - Method in class com.activeviam.directquery.api.schema.ATableDescription
 
toString() - Method in class com.activeviam.directquery.api.schema.ExternalTable.NamedExternalTable
 
toString() - Method in class com.activeviam.directquery.api.schema.ExternalTable.TableExpression
 
toString() - Method in class com.activeviam.directquery.api.schema.FieldDescription
 
toString() - Method in class com.activeviam.directquery.api.schema.JoinDescription.JoinDescriptionBuilder
 
toString() - Method in class com.activeviam.directquery.api.schema.JoinDescription
 
toString() - Method in class com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription
 
toString() - Method in class com.activeviam.directquery.api.schema.MultiRowVectorTableDescription
 
toString() - Method in class com.activeviam.directquery.api.schema.SchemaDescription.SchemaDescriptionBuilder
 
toString() - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
toString() - Method in class com.activeviam.directquery.api.schema.TableDescription
 
toString() - Method in class com.activeviam.directquery.api.UserDefinedSqlAggregationFunction
 
toString() - Method in class com.activeviam.directquery.api.validator.DataValidatorSettings.DataValidatorSettingsBuilder
 
toString() - Method in class com.activeviam.directquery.api.validator.DataValidatorSettings
 
toString() - Method in class com.activeviam.directquery.application.api.IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder
 
toString() - Method in class com.activeviam.directquery.application.api.refresh.ChangeDescription
 
toString() - Method in class com.activeviam.directquery.application.api.refresh.condition.AndColumnCondition
 
toString() - Method in class com.activeviam.directquery.application.api.refresh.condition.EqualColumnCondition
 
toString() - Method in class com.activeviam.directquery.application.api.refresh.condition.FalseColumnCondition
 
toString() - Method in class com.activeviam.directquery.application.api.refresh.condition.InColumnCondition
 
toString() - Method in class com.activeviam.directquery.application.api.refresh.condition.NotColumnCondition
 
toString() - Method in class com.activeviam.directquery.application.api.refresh.condition.OrColumnCondition
 
toString() - Method in class com.activeviam.directquery.application.api.refresh.condition.TrueColumnCondition
 
toString() - Method in class com.activeviam.directquery.application.api.refresh.TableUpdateDetail
 
toString() - Method in class com.activeviam.source.common.api.impl.AStoreMessage
 
toString() - Method in class com.activeviam.source.common.api.impl.AStoreMessageChannelFactory.TopicStore
 
toString() - Method in class com.activeviam.source.common.api.impl.ColumnCalculationContext
 
toString() - Method in class com.activeviam.source.common.api.impl.MapFieldParser
 
toString() - Method in class com.activeviam.source.common.api.impl.WatcherService
 
toString() - Method in class com.activeviam.source.csv.api.ACsvTopic.PendingState
 
toString() - Method in class com.activeviam.source.csv.api.CsvColumnParser
 
toString() - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration
 
toString() - Method in class com.activeviam.source.csv.api.DirectoryCsvTopic
 
toString() - Method in class com.activeviam.source.csv.api.FileSystemFileInfo
 
toString() - Method in class com.activeviam.source.csv.api.PathCsvDataProvider
 
toString() - Method in class com.activeviam.source.csv.api.SingleFileCsvTopic
 
toString() - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic
 
toString() - Method in class com.activeviam.source.jdbc.api.impl.ResultSetRow
 
toString() - Method in class com.activeviam.source.jdbc.api.observability.JdbcFetchingDoneEvent
 
toString() - Method in class com.activeviam.source.jdbc.api.observability.JdbcFetchingFailureEvent
 
toString() - Method in class com.activeviam.springboot.atoti.admin.ui.starter.api.AtotiAdminUiProperties
 
toString() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.AtotiSecurityPropertiesBuilder
 
toString() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties.PagePropertiesBuilder
 
toString() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.PageProperties
 
toString() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
 
toString() - Method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties.HealthAgentPropertiesBuilder
 
toString() - Method in class com.activeviam.springboot.atoti.server.starter.api.HealthAgentProperties
 
toString() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties.ClaimPropertiesBuilder
 
toString() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.ClaimProperties
 
toString() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.JwtPropertiesBuilder
 
toString() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties.KeyPropertiesBuilder
 
toString() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
 
toString() - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
 
toString() - Method in class com.activeviam.springboot.atoti.ui.starter.api.AtotiUiProperties
 
toString() - Method in class com.activeviam.tech.aggregation.api.IGenericAggregation.AggregationChunksSetting.AggregationChunksSettingBuilder
 
toString() - Method in class com.activeviam.tech.aggregation.api.impl.AAggregation
 
toString() - Method in class com.activeviam.tech.aggregation.api.impl.AMultiSourceAggregation
 
toString() - Method in class com.activeviam.tech.chunks.api.types.FieldType.FieldTypeBuilder
 
toString() - Method in class com.activeviam.tech.chunks.api.types.FieldType
 
toString() - Method in class com.activeviam.tech.chunks.api.types.Types.TypeInformation.TypeBuilder
 
toString() - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
toString() - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder.LockOptions.LockOptionsBuilder
 
toString() - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder.LockOptions
 
toString() - Method in class com.activeviam.tech.contentserver.storage.api.ContentUpdate
 
toString() - Method in class com.activeviam.tech.core.api.filtering.impl.LogicalCondition
 
toString() - Method in class com.activeviam.tech.core.api.filtering.impl.MatchingCondition
 
toString() - Method in class com.activeviam.tech.core.api.filtering.impl.MultipleAccessor
 
toString() - Method in class com.activeviam.tech.core.api.filtering.impl.SingleAccessor
 
toString() - Method in class com.activeviam.tech.core.api.filtering.impl.SubCondition
 
toString() - Method in class com.activeviam.tech.core.api.ordering.CustomComparator
 
toString() - Method in class com.activeviam.tech.core.api.property.impl.AProperty
 
toString() - Method in class com.activeviam.tech.core.api.property.impl.PropertyInfo
 
toString() - Method in class com.activeviam.tech.core.api.registry.impl.PluginValue
 
toString() - Method in class com.activeviam.tech.core.api.registry.Registry.RegistryContributions.RegistryContributionsBuilder
 
toString() - Method in class com.activeviam.tech.core.api.registry.Registry.RegistryContributions
 
toString() - Method in class com.activeviam.tech.core.api.security.SecurityDetails
 
toString() - Method in class com.activeviam.tech.core.api.util.Pair
 
toString() - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissions
 
toString() - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
 
toString() - Method in class com.activeviam.tech.partitioning.api.ConstantPartitioningDescription
 
toString() - Method in class com.activeviam.tech.partitioning.api.function.impl.ConstantFunctionDescription
 
toString() - Method in class com.activeviam.tech.partitioning.api.function.impl.IdentityFunctionDescription
 
toString() - Method in class com.activeviam.tech.partitioning.api.function.impl.ModuloFunctionDescription
 
toString() - Method in class com.activeviam.tech.partitioning.api.numa.CustomNumaSelectorDescription
 
toString() - Method in class com.activeviam.tech.partitioning.api.numa.NumaSelectorFromJoinDescription
 
toString() - Method in class com.activeviam.tech.partitioning.api.numa.NumaSelectorFromTableDescription
 
toString() - Method in class com.activeviam.tech.partitioning.api.PartitioningDescription
 
toString() - Method in class com.activeviam.tech.streaming.impl.api.AxisRanges
 
toString() - Method in class com.activeviam.tech.streaming.impl.api.RangeProperty
 
toString() - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
 
toString() - Method in class com.activeviam.web.core.api.websocket.JsonError
 
toString() - Method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider.JwtAuthenticationProviderBuilder
 
toString() - Method in class com.qfs.repository.context.impl.LookupBehavior
 
toString() - Method in class com.qfs.repository.coordinates.impl.AIndexableCoordinates
 
toString() - Method in class com.qfs.repository.coordinates.impl.Coordinates
 
toString() - Method in class com.qfs.repository.coordinates.impl.Erasure
 
toString() - Method in class com.qfs.repository.dto.CoordinatesDto
 
toString() - Method in class com.qfs.repository.dto.ParameterUpdateDto
 
toString() - Method in class com.qfs.repository.dto.PointValueDto.KeyDto
 
toString() - Method in class com.qfs.repository.dto.PointValueDto
 
toString() - Method in class com.qfs.repository.dto.PointValueQueryDto
 
toString() - Method in class com.qfs.repository.dto.PointValueUpdatesDto
 
toString() - Method in class com.qfs.repository.dto.RepositoryResultDto
 
toString() - Method in class com.qfs.repository.dto.UpdateRequestDto
 
toString() - Method in class com.qfs.repository.impl.FilteredParameterEvent
 
toString() - Method in class com.qfs.repository.impl.ParameterEvent
 
toString() - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
 
toString() - Method in class com.qfs.repository.impl.PointValueUpdates
 
toString() - Method in class com.qfs.repository.impl.RepositoryResult
 
toString() - Method in class com.qfs.repository.params.impl.ParameterUpdate
 
toString() - Method in class com.qfs.repository.persistence.impl.UpdateRequest
 
toString() - Method in class com.qfs.repository.persistence.model.impl.PointValue
 
toString() - Method in class com.qfs.repository.persistence.model.impl.PointValueQuery
 
toString() - Method in class com.qfs.repository.ws.ParameterWsConfigurationDto
 
toString() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple.Location
 
toString() - Method in class com.qfs.snl.agent.impl.SentinelStreamTuple
 
toString() - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxQuery
 
toString() - Method in class com.qfs.snl.agent.mdx.impl.SingleStreamInfo
 
toString() - Method in class com.qfs.snl.agent.service.impl.AKpiMonitoringStream
 
toString() - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
toString() - Method in class com.qfs.snl.data.impl.SentinelAlert
 
toString() - Method in class com.qfs.snl.data.impl.SentinelEvent
 
toString() - Method in class com.qfs.snl.data.impl.SentinelState
 
toString() - Method in class com.qfs.snl.dtos.AlertDto
 
toString() - Method in class com.qfs.snl.dtos.AuditDto
 
toString() - Method in class com.qfs.snl.dtos.EntityWorkflowConfigurationDto
 
toString() - Method in class com.qfs.snl.dtos.EventDto
 
toString() - Method in class com.qfs.snl.dtos.KpiMonitorConfigurationDto
 
toString() - Method in class com.qfs.snl.dtos.MessageDto
 
toString() - Method in class com.qfs.snl.dtos.MonitorDto
 
toString() - Method in class com.qfs.snl.dtos.MonitorUpdatesDto
 
toString() - Method in class com.qfs.snl.dtos.ProtocolConfigurationDto
 
toString() - Method in class com.qfs.snl.dtos.RegisteredAgentDescriptionDto
 
toString() - Method in class com.qfs.snl.dtos.StateDto
 
toString() - Method in class com.qfs.snl.dtos.TimePeriodDto
 
toString() - Method in class com.qfs.snl.dtos.UserDto
 
toString() - Method in class com.qfs.snl.dtos.WorkflowSchemaDto
 
toString() - Method in class com.qfs.snl.dtos.ws.ATypedDto
 
toString() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto.MonitorSourceDto
 
toString() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
 
toString() - Method in class com.qfs.snl.impl.TimePeriod
 
toString() - Method in class com.qfs.snl.messages.impl.AMessage
 
toString() - Method in class com.qfs.snl.messages.impl.ModifiedMessage
 
toString() - Method in class com.qfs.snl.monitors.impl.Monitor
 
toString() - Method in class com.qfs.snl.monitors.impl.MonitorReport
 
toString() - Method in class com.qfs.snl.monitors.impl.MonitorUpdates
 
toString() - Method in class com.qfs.snl.persistence.impl.AAudit
 
toString() - Method in class com.qfs.snl.persistence.impl.ADbInfo
 
toString() - Method in class com.qfs.snl.persistence.impl.EntityWorkflowConfiguration
 
toString() - Method in class com.qfs.snl.workflows.impl.WorkflowConfig
 
toString() - Method in class com.qfs.snl.workflows.impl.WorkflowKey
 
toString() - Method in class com.qfs.snl.workflows.impl.WorkflowSchema
 
toString() - Method in class com.qfs.snl.workflows.tasks.impl.UserTask
 
toString(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Creates a toString from the int type.
toString(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
Returns a String representation of this vector, printing a maximum of maxPrintNumber components.
toString(int[]) - Static method in class com.activeviam.tech.chunks.api.types.Types
Creates a description of the given types.
toString(JvmMemoryReport) - Method in class com.activeviam.tech.observability.api.health.JvmMemoryReport
Prints the current snapshot and the difference with the given one.
toString(ICoordinates) - Static method in class com.qfs.repository.coordinates.util.CoordinatesUtil
The string representation of the coordinates.
toString(IPointValueUpdates) - Static method in class com.qfs.repository.dto.PointValueUpdatesDto
Gets the description of updates.
toString(IRepositoryResult) - Static method in class com.qfs.repository.dto.RepositoryResultDto
Gets the description of the result.
toString(IParameterUpdate<?, ?>) - Static method in class com.qfs.repository.dto.ParameterUpdateDto
Gets the description of the update.
toString(IUpdateRequest<?, ?>) - Static method in class com.qfs.repository.dto.UpdateRequestDto
Returns the description of a request.
toString(IPointValue) - Static method in class com.qfs.repository.dto.PointValueDto
Generates string representation of the given point value.
toString(IPointValue.IKey) - Static method in class com.qfs.repository.dto.PointValueDto.KeyDto
Gets the description of the key.
toString(IPointValueQuery) - Static method in class com.qfs.repository.dto.PointValueQueryDto
Gets a string representation of a IPointValueQuery.
toString(ISentinelAlert) - Static method in class com.qfs.snl.dtos.AlertDto
Returns the string representation of the given alert.
toString(ISentinelEvent) - Static method in class com.qfs.snl.dtos.EventDto
Generates String representation of the given ISentinelEvent.
toString(ISentinelState) - Static method in class com.qfs.snl.dtos.StateDto
Returns a string representation of the object.
toString(IMonitor) - Static method in class com.qfs.snl.dtos.MonitorDto
Generates the to string for the interface monitor.
toString(IMonitorUpdates) - Static method in class com.qfs.snl.dtos.MonitorUpdatesDto
Creates the string representation of monitor updates.
toString(IAudit) - Static method in class com.qfs.snl.dtos.AuditDto
Returns the string representation of the given audit.
toString(IEntityWorkflowConfiguration) - Static method in interface com.qfs.snl.repository.IEntityWorkflowConfiguration
Generates the string representation of the specified configuration.
toString(IWorkflowSchema) - Static method in interface com.qfs.snl.workflows.IWorkflowSchema
Generates the string representation of the specified schema.
TOSTRINGEQUAL - Static variable in interface com.activeviam.tech.core.api.filtering.IMatchingCondition
Plugin key for the TO_STRING_EQUAL condition.
ToStringEqualCondition - Class in com.activeviam.tech.core.api.filtering.impl
A condition that states that an object has a toString equals to the given parameter.
ToStringEqualCondition(String) - Constructor for class com.activeviam.tech.core.api.filtering.impl.ToStringEqualCondition
Constructor of ToStringEqualCondition.
totalDatabaseResultSize(int) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData.QuerySummaryDataBuilder
Total database retrieval's result size (in terms of points).
totalOn(CopperHierarchy...) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Creates a Copper measure which returns the value of its underlying measure for the top level member on each of the given hierarchies.
totalRetrievals(int) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData.QuerySummaryDataBuilder
The total number of retrievals.
toTuple() - Method in interface com.activeviam.tech.records.api.IRecordReader
Converts this record into a tuple.
Tracing - Class in com.activeviam.tech.core.api.tracking
Deprecated, for removal: This API element is subject to removal in a future version.
from 6.1.0; Project should have their own tooling around the general Tracer object. This particularly allows each library and project to set its scope name and version, instead of acting as Atoti Server.
TRANSACTION_COMMITTED_MESSAGE - Enum constant in enum class com.activeviam.activepivot.dist.impl.api.messenger.netty.NettyMessageType
Key for setting the max size of transaction commited messages.
TRANSACTION_TIMEOUT - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The name of the property that defines the time to wait (in milliseconds) for the answers of commit message before throwing a timeout exception.
transactionCommitted(long, IEpoch) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionListener
Method called when a transaction manager has successfully committed a transaction.
transactionCommitted(IEpoch) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.AStoreStream
 
transactionCommitted(IEpoch) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
transactionRolledBack() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.AStoreStream
 
transactionRolledBack() - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
transactionRolledBack(long) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionListener
Method called when a transaction manager has rolled back a transaction.
transactionStarted(long, ITransactionInformation) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionListener
Method called when a transaction manager has just started a new transaction.
transactionStarted(IEpoch, ITransactionInformation) - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.AStoreStream
 
transactionStarted(IEpoch, ITransactionInformation) - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
TransactionStatisticsOption - Enum Class in com.activeviam.database.datastore.api.transaction.stats
The option to tune the collection of transaction statistics in datastore.
transfer(IRecordAcceptor) - Method in interface com.activeviam.tech.records.api.IRecordReader
Transfers the content of this record into a record acceptor.
transfer(IWritableRecordBlock<? extends IRecordReader>, int[], int) - Method in interface com.activeviam.tech.records.api.ICursor
Transfers the next maxRows records into the given buffer.
transfer(Object) - Method in interface com.activeviam.tech.core.api.registry.ITransfer
Transfer own state into a target object.
transfer(Object[]) - Method in interface com.activeviam.tech.records.api.IRecordReader
Writes the data from this record into an existing tuple.
transferComplete() - Method in interface com.activeviam.tech.records.api.IRecordAcceptor
Notifies the acceptor that the current transfer is complete.
transferFromTable(ITable, int, int[]) - Method in interface com.activeviam.tech.records.api.IWritableRecord
Transfers into this IWritableRecord the values that can be found in the given table, at the given row, and at the given columns.
transferStarted(int) - Method in interface com.activeviam.tech.records.api.IRecordAcceptor
Notifies the acceptor before the transfer of a new record starts.
transferValues(int, int[], IWritableRecord) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Transfers the values of the given measures at the given row.
transform(IMeasureMember, int[], ITransformProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IIterableAggregatesRetrievalResult
Transforms this result into a new result containing only values for the given new measure.
transform(IPointLocationReader, int, IRecordReader, IWritableCell) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.ITransformProcedure
Transforms the given underlying values into a final value, and writes this value into the given cell.
transform(IPointLocationReader, IReadableCell, IWritableCell) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.ICellTransformProcedure
Transforms the given underlying value into a result value, and writes the result to the given cell.
transform(IReadableCell, IWritableCell) - Method in interface com.activeviam.tech.core.api.cell.ICellFunction
Transforms a value, reading it from a source cell and writing the result into a destination cell.
transform(List<IPositionalReader>) - Method in interface com.activeviam.directquery.api.ISqlAggregationResultTransformer
 
transformAndContribute(IIterableAggregatesRetrievalResult, int[], ITransformProcedure) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Iterates over each row of the result for which the requested underlying measures are not null and transforms them into values for our measure using the given transformation procedure.
Transforming the input scope - Search tag in interface com.activeviam.activepivot.core.intf.avinternal.procedure.IAnalysisAggregationProcedure
Section
transformStatus(Double) - Static method in class com.qfs.snl.monitors.impl.MonitorReport
Maps an event numeric status to one of the IMonitorReport.Statuses.
TRANSIENT - Enum constant in enum class com.activeviam.tech.core.api.agent.IAgent.State
An agent is in a transient state when it is in the middle of a state transition.
TransientAgentException - Exception Class in com.activeviam.tech.core.api.agent
AgentException for all for agents attempting a transition when the state is transient.
TransientAgentException(IAgent.State) - Constructor for exception class com.activeviam.tech.core.api.agent.TransientAgentException
Constructor without known current state.
TransientAgentException(IAgent.State[], IAgent.State) - Constructor for exception class com.activeviam.tech.core.api.agent.TransientAgentException
Constructor.
TRANSITION_ONLY - Static variable in class com.qfs.snl.mdx.KpiFilters
Filter removing events where interpreted status does not change.
TransitionOnlyKpiFilter - Class in com.qfs.snl.mdx.impl
KPI filter discarding all events where status does not change.
TransitionOnlyKpiFilter() - Constructor for class com.qfs.snl.mdx.impl.TransitionOnlyKpiFilter
Constructor.
translate(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
translate(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
translate(double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
translate(double) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Translates the vector by a value v: adds the given value to all its components.
translate(float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
translate(float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
translate(float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
translate(float) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Translate the vector by a value v: adds the given value to all its components.
translate(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
translate(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
translate(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
translate(int) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Translate the vector by a value v: adds the given value to all its components.
translate(int) - Method in interface com.activeviam.tech.core.api.collections.IRange
 
translate(long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
translate(long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
translate(long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
translate(long) - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Translate the vector by a value v: adds the given value to all its components.
translate(ILineReader) - Method in interface com.activeviam.source.csv.api.IColumnarTranslator
Deprecated.
Translates a line into an object.
translate(ILineReader) - Method in class com.activeviam.source.csv.api.translator.AHeaderTranslator
First we parse the header of the file, when configuration is done we parse the file When a new file is read, we verify that the header is always the same.
translate(ILineReader) - Method in class com.activeviam.source.csv.api.translator.MapTranslator
Deprecated.
 
translate(ILineReader) - Method in class com.activeviam.source.csv.api.translator.TupleTranslator
Parses the current line into a tuple.
translate(I) - Method in interface com.activeviam.source.common.api.ITranslator
Translate the input into an output format.
translate(Object) - Method in class com.activeviam.source.common.api.impl.PojoTuplizer
Deprecated.
 
translate(Object[]) - Method in class com.activeviam.source.common.api.impl.IdentityTranslator
 
translate(Map<String, V>) - Method in class com.activeviam.source.common.api.impl.MapTuplizer
Deprecated.
 
translateVector(IVector, double) - Static method in class com.activeviam.tech.chunks.api.vectors.VectorUtils
Creates a vector to translate the underlying vector by a given value.
TranslationException - Exception Class in com.activeviam.source.csv.api
A translation exception that happens in the csv parsing.
TranslationException(String, Throwable) - Constructor for exception class com.activeviam.source.csv.api.TranslationException
Constructor.
triggerUserTasks() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean action] Triggers user tasks.
triggerUserTasks() - Method in class com.qfs.snl.workflows.impl.ActivitiWorkflowService
Resets persisted user tasks.
TRUE - Static variable in class com.activeviam.tech.core.api.filtering.impl.TrueCondition
Singleton.
TrueColumnCondition - Class in com.activeviam.directquery.application.api.refresh.condition
Column true condition.
trueCondition() - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates an empty map representing the true condition : {}.
TrueCondition - Class in com.activeviam.tech.core.api.filtering.impl
Representing a True condition which always evaluates to true.
TrueCondition() - Constructor for class com.activeviam.tech.core.api.filtering.impl.TrueCondition
Empty constructor.
TrueCubeRestriction - Class in com.activeviam.activepivot.core.intf.api.experimental.context.filter
True restriction.
trueRestriction() - Static method in interface com.activeviam.activepivot.core.intf.api.experimental.context.filter.ICubeRestriction
Returns a restriction that grants any member.
truncate() - Method in class com.activeviam.activepivot.core.ext.api.postprocessing.continuous.impl.CommitStoreStream
 
truncate() - Method in class com.qfs.repository.impl.ContinuousSelectionManager
 
truncate(String) - Method in interface com.activeviam.database.datastore.api.transaction.IOpenedTransaction
Removes all the records from the given store.
truncate(String) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Removes all the records from the given store.
tryCreate(String, ContentType) - Static method in class com.activeviam.source.jdbc.api.calculator.NumberJdbcColumnCalculator
Returns the calculator for the desired content type, or null if it can't.
tryCreateForArrayRows(String, VectorColumnCalculatorFactory.ResultSetArrayFormat, ContentType) - Static method in class com.activeviam.source.jdbc.api.calculator.VectorColumnCalculatorFactory
Tries to create a vector calculator for array rows result.
tryCreateForNativeRows(String, VectorColumnCalculatorFactory.ResultSetArrayFormat, ContentType) - Static method in class com.activeviam.source.jdbc.api.calculator.VectorColumnCalculatorFactory
Tries to create a vector calculator for native rows result.
tryFreeMemory() - Static method in class com.activeviam.tech.core.api.memory.MemoryUtil
Runs various operations to try to claim memory inside the Java Virtual Machine process.
trySetCoordinate(int, Object) - Method in interface com.activeviam.activepivot.core.intf.api.location.IPointLocationBuilder
Tries to set the value of the given range coordinate.
TuplePublisher<I> - Class in com.activeviam.source.common.api.impl
Standard implementation of a tuple publisher, that writes the tuple directly into one store, using a transactional writer.
TuplePublisher(IDatastore, String) - Constructor for class com.activeviam.source.common.api.impl.TuplePublisher
Constructor.
TuplePublisher(IDatastore, String, boolean) - Constructor for class com.activeviam.source.common.api.impl.TuplePublisher
Constructor.
TuplePublisher(IDatastore, Collection<String>) - Constructor for class com.activeviam.source.common.api.impl.TuplePublisher
Constructor.
TuplePublisher(IDatastore, Collection<String>, boolean) - Constructor for class com.activeviam.source.common.api.impl.TuplePublisher
Constructor.
TupleTranslator - Class in com.activeviam.source.csv.api.translator
Translator that produces raw tuples from parsed CSV fields.
TupleTranslator() - Constructor for class com.activeviam.source.csv.api.translator.TupleTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
Use the other constructor instead.
TupleTranslator(String) - Constructor for class com.activeviam.source.csv.api.translator.TupleTranslator
Constructor.
TupleTranslator(List<IColumnCalculator<ILineReader>>) - Constructor for class com.activeviam.source.csv.api.translator.TupleTranslator
Constructor.
TupleTranslator(List<IColumnCalculator<ILineReader>>, String) - Constructor for class com.activeviam.source.csv.api.translator.TupleTranslator
Constructor.
TWO_BYTES_LENGTH - Static variable in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Max length fitting in a unsigned short.
type() - Method in record class com.activeviam.activepivot.core.intf.api.cube.metadata.AggregateProviderStatistics
Returns the value of the type record component.
type(IFieldType) - Method in interface com.activeviam.directquery.api.schema.AFieldDescription.IGenericFieldDescriptionBuilder
Sets the field type to use locally.
type(IFieldType) - Method in interface com.activeviam.directquery.api.schema.FieldDescription.IFieldDescriptionBuilder
 
type(IFieldType) - Method in interface com.activeviam.directquery.api.schema.FieldDescription.INeedLocalFieldTypeBuilder
Sets the field type to use locally.
type(IFieldType) - Method in interface com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription.IMultiColumnVectorFieldDescriptionBuilder
 
type(IFieldType) - Method in interface com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription.INeedLocalFieldTypeBuilder
Sets the field type to use locally.
type(IFieldType, CustomReaderDescription<?>) - Method in interface com.activeviam.directquery.api.schema.FieldDescription.IFieldDescriptionBuilder
Sets the field type to use locally and the associated reader.
type(IFieldType, CustomReaderDescription<?>) - Method in interface com.activeviam.directquery.api.schema.FieldDescription.INeedLocalFieldTypeBuilder
Sets the field type to use locally and the associated reader.
type(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval type.
TYPE - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotSchema
Plugin key for an IActivePivotSchema that does not contain any distributed cubes.
TYPE - Static variable in class com.qfs.snl.dtos.ws.DeletedMessageDto
Type of this message.
TYPE - Static variable in class com.qfs.snl.dtos.ws.NewMessageDto
New Message Type.
TYPE - Static variable in class com.qfs.snl.dtos.ws.ReadMessageDto
The Message Type.
TYPE - Static variable in class com.qfs.snl.dtos.ws.WsMonitorUpdatesDto
Type name for this DTO.
TYPE - Static variable in class com.qfs.snl.dtos.ws.WsStatisticUpdatesDto
Type name for this DTO.
TYPE_BOOLEAN - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for boolean primitive data.
TYPE_BOOLEAN_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for boolean array data.
TYPE_BOOLEAN_NULLABLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for nullable boolean primitive data.
TYPE_DIC - Static variable in class com.activeviam.tech.chunks.api.types.Types
Deprecated, for removal: This API element is subject to removal in a future version.
TYPE_DIC_NULLABLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Deprecated, for removal: This API element is subject to removal in a future version.
TYPE_DIST - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.IActivePivotSchema
Plugin key for an IActivePivotSchema that DOES contain distributed cubes.
TYPE_DOUBLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for double primitive data.
TYPE_DOUBLE_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for double array data.
TYPE_DOUBLE_NULLABLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for nullable double primitive data.
TYPE_FLOAT - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for float primitive data.
TYPE_FLOAT_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for float array data.
TYPE_FLOAT_NULLABLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for nullable float primitive data.
TYPE_INT - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for int primitive data.
TYPE_INT_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for int array data.
TYPE_INT_DIC - Static variable in class com.activeviam.tech.chunks.api.types.Types
Integer encoded in dictionary.
TYPE_INT_NULLABLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for nullable int primitive data.
TYPE_LONG - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for long primitive data.
TYPE_LONG_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for long array data.
TYPE_LONG_DIC - Static variable in class com.activeviam.tech.chunks.api.types.Types
Long encoded in dictionary.
TYPE_LONG_NULLABLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for nullable long primitive data.
TYPE_OBJECT - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for nullable Object data.
TYPE_OBJECT_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for Object array data.
TYPE_OBJECT_DIC - Static variable in class com.activeviam.tech.chunks.api.types.Types
Standard Object, encoded in dictionary.
TYPE_OBJECT_DIC_NULLABLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Nullable Object, encoded in dictionary.
TYPE_OBJECT_NON_NULLABLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for non-nullable Object data.
TYPE_OBJECT_NOT_NULLABLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Deprecated, for removal: This API element is subject to removal in a future version.
TYPE_STRING - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for String data.
TYPE_STRING_ARRAY - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for String array data.
TYPE_STRING_DIC - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for a dictionarized String data.
TYPE_STRING_NULLABLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for nullable String data.
TYPE_TUPLE - Static variable in class com.activeviam.tech.chunks.api.types.Types
Type for Object tuple data.
TypeNotSupportedBySqlDialectException - Exception Class in com.activeviam.database.sql.api.query
Exception thrown when a Java data type is not supported by the SQL Dialect.
TypeNotSupportedBySqlDialectException(String) - Constructor for exception class com.activeviam.database.sql.api.query.TypeNotSupportedBySqlDialectException
Constructor.
TypeProcessExecutor - Class in com.qfs.snl.workflows.process.impl
Implementation of executor applied to entity workflow configurations for changes on types themselves.
TypeProcessExecutor(IWorkflowService) - Constructor for class com.qfs.snl.workflows.process.impl.TypeProcessExecutor
Constructor.
TypeProcessExecutorExtendedPlugin() - Constructor for class com.qfs.snl.workflows.process.impl.WorkflowProcessExecutorPlugins.TypeProcessExecutorExtendedPlugin
Default constructor.
Types - Class in com.activeviam.tech.chunks.api.types
Describe the data stored in Records.
Types.TypeInformation - Class in com.activeviam.tech.chunks.api.types
Characteristics of a type.
Types.TypeInformation.TypeBuilder - Class in com.activeviam.tech.chunks.api.types
A builder for fluently creating types.
TypeValues - Class in com.activeviam.tech.chunks.api.types
 

U

UI_ENABLED - Static variable in class com.activeviam.springboot.atoti.ui.starter.api.PropertyNames
Property to enable/disable the autoconfiguration of the ui for this starter.
UI_PREFIX - Static variable in class com.activeviam.springboot.atoti.ui.starter.api.PropertyNames
Prefix for the properties of the ui starter.
UnauthorizedAccessException - Exception Class in com.activeviam.tech.core.api.exceptions.service
Class when a request is made to an unauthorized resource.
UnauthorizedAccessException(String) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.UnauthorizedAccessException
Constructor.
UnauthorizedAccessException(String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.service.UnauthorizedAccessException
Constructor.
UNDEFINED - Enum constant in enum class com.activeviam.tech.core.api.exceptions.ActiveViamParsingException.ParsingExceptionType
Used when no annotation has been set, or if for some reason, the type of exception couldn't be determined.
UNDEFINED - Static variable in annotation interface com.activeviam.tech.core.api.annotations.AtotiRestController
 
UNDERLYING_FIELDS_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.query.result.impl.VectorDrillthroughColumnSet
Key to retrieve the underlying fields of the properties to generate from Properties.
UNDERLYING_MEASURES - Static variable in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessor
"underlyingMeasures", the property used to list the underlying measures used by this post processor.
UNDERLYING_PLUGIN_KEY - Static variable in class com.activeviam.activepivot.core.ext.api.query.result.impl.VectorDrillthroughColumnSet
Key to retrieve the plugin key properties to generate from Properties.
underlyingDataNodes(List<String>) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval members.
UnderlyingMeasureEvaluator - Class in com.activeviam.activepivot.core.ext.api.postprocessing.fwk
Simple evaluator that returns the underlying measure without any modification.
UnderlyingMeasureEvaluator() - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.UnderlyingMeasureEvaluator
 
UnderlyingMeasuresPrefetcher - Class in com.activeviam.activepivot.core.ext.api.postprocessing.fwk
The underlying measures prefetcher aims to pre-loads all required pre-aggregated values on current locations.
UnderlyingMeasuresPrefetcher(IMeasuresProvider, String...) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.UnderlyingMeasuresPrefetcher
Constructor.
UnderlyingMeasuresPrefetcher(IMeasuresProvider, Collection<String>) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.UnderlyingMeasuresPrefetcher
Constructor.
UnderlyingMeasuresPrefetcher(String, IMeasuresProvider, String...) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.UnderlyingMeasuresPrefetcher
Constructor.
UnderlyingMeasuresPrefetcher(String, IMeasuresProvider, Collection<String>) - Constructor for class com.activeviam.activepivot.core.ext.api.postprocessing.fwk.UnderlyingMeasuresPrefetcher
Constructor.
underlyingTable(TableDescription) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Sets the table for the aggregate table.
undictionarize(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
For a dictionarized type, returns the type of the values contained in the dictionary.
undictionarize(IRecordFormat, IDictionaryProvider) - Static method in interface com.activeviam.tech.records.api.IRecordFormat
Creates the record format of the undictionarized fields.
UNENCRYPTED_CONTENT_LENGTH_HEADER - Static variable in class com.activeviam.cloud.aws.api.s3.entity.UserDefinedMetadataHeaderUtils
UNENCRYPTED_CONTENT_LENGTH_METADATA_HEADER - Static variable in class com.activeviam.cloud.aws.api.s3.entity.UserDefinedMetadataHeaderUtils
The header that store the size of the unencrypted object when using client-side encryption.
UNIQUE_INDEX - Enum constant in enum class com.activeviam.database.datastore.api.description.IOptimizationDescription.Optimization
Unique index on the fields.
UNIT - Static variable in class com.qfs.snl.workflows.IWorkflowPayload.Variables
IWorkflowUnit: the unit associated to the workflow.
unknown() - Static method in class com.activeviam.directquery.application.api.refresh.condition.ConditionFactory
Creates an unknown condition.
UNKNOWN - Enum constant in enum class com.activeviam.source.csv.api.report.ICsvAnomaly.CsvAnomalyTypeEnum
 
UnknownBranchException - Exception Class in com.activeviam.tech.mvcc.api.exceptions
Runtime exception thrown when a reader requires a branch which never existed or has already been abandoned by the multiversion holder.
UnknownBranchException() - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.UnknownBranchException
Default constructor.
UnknownBranchException(String) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.UnknownBranchException
Constructor.
UnknownBranchException(String, Object...) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.UnknownBranchException
Constructor.
UnknownBranchException(String, Throwable) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.UnknownBranchException
Constructor.
UnknownBranchException(Throwable) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.UnknownBranchException
Constructor.
UnknownBranchException(Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.UnknownBranchException
Constructor.
UnknownColumnCondition - Class in com.activeviam.directquery.application.api.refresh.condition
Use unknown condition if you are not able to accurately express the changes for a given table.
UnknownEpochException - Exception Class in com.activeviam.tech.mvcc.api.exceptions
Runtime exception thrown when a reader requires a version at an epoch in the past and that version has already been abandoned by the multiversion holder.
UnknownEpochException() - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.UnknownEpochException
Default constructor.
UnknownEpochException(String) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.UnknownEpochException
Constructor.
UnknownEpochException(String, Object...) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.UnknownEpochException
Constructor.
UnknownEpochException(String, Throwable) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.UnknownEpochException
Constructor.
UnknownEpochException(Throwable) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.UnknownEpochException
Constructor.
UnknownEpochException(Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.mvcc.api.exceptions.UnknownEpochException
Constructor.
UnknownKeyException - Exception Class in com.activeviam.database.datastore.api.transaction
Thrown when operations fail because of an unknown record key.
UnknownKeyException(int[], IKeyEventContext) - Constructor for exception class com.activeviam.database.datastore.api.transaction.UnknownKeyException
Constructor.
UnknownOlapElementException - Exception Class in com.activeviam.activepivot.core.intf.api.postprocessing
A PostProcessorInitializationException that is thrown when a post-processor detects that one of its dependency does not exist.
UnknownOlapElementException(IUnknownOlapElementException.OlapElementType, String, String) - Constructor for exception class com.activeviam.activepivot.core.intf.api.postprocessing.UnknownOlapElementException
Constructor.
UnknownOlapElementRuntimeException - Exception Class in com.activeviam.activepivot.core.intf.api.postprocessing
The runtime version of UnknownOlapElementException.
UnknownOlapElementRuntimeException() - Constructor for exception class com.activeviam.activepivot.core.intf.api.postprocessing.UnknownOlapElementRuntimeException
Constructor.
UnknownOlapElementRuntimeException(IUnknownOlapElementException.OlapElementType, String, String) - Constructor for exception class com.activeviam.activepivot.core.intf.api.postprocessing.UnknownOlapElementRuntimeException
Constructor.
UnknownStreamException - Exception Class in com.activeviam.tech.streaming.intf.api
Exception thrown when we are trying to do an action on a stream but the stream does not exist.
UnknownStreamException(String) - Constructor for exception class com.activeviam.tech.streaming.intf.api.UnknownStreamException
Constructor.
UnknownUnderlyingMeasureException - Exception Class in com.activeviam.activepivot.core.intf.api.postprocessing
A PostProcessorInitializationException that is thrown when a post-processor detects that one of its underlying measure does not exist.
UnknownUnderlyingMeasureException(String, String) - Constructor for exception class com.activeviam.activepivot.core.intf.api.postprocessing.UnknownUnderlyingMeasureException
Constructor.
UnknownUnderlyingMeasureRuntimeException - Exception Class in com.activeviam.activepivot.core.intf.api.postprocessing
UnknownUnderlyingMeasureRuntimeException() - Constructor for exception class com.activeviam.activepivot.core.intf.api.postprocessing.UnknownUnderlyingMeasureRuntimeException
Constructor.
UnknownUnderlyingMeasureRuntimeException(String, String) - Constructor for exception class com.activeviam.activepivot.core.intf.api.postprocessing.UnknownUnderlyingMeasureRuntimeException
Constructor.
UnlinkedCopperStore - Interface in com.activeviam.activepivot.copper.api
Interface for representing a store in Copper that is not joined to the cube.
UnlinkedCopperStore.JoinType - Enum Class in com.activeviam.activepivot.copper.api
Enum of the types of supported joins in Copper.
UNLOAD_MEMBERS_MESSAGE_TIMEOUT - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IMessengerDefinition
The timeout for each unload members message in milliseconds.
unloadMembersFromDataNode(Collection<?>, LevelIdentifier, String, String) - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Unloads the specified members from the given data node while ensuring consistent query results when the unloaded members are duplicated across multiple data nodes with horizontal duplication.
unmarkEpoch(long) - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Unmarks the marked version at the given epoch.
UNREAD - Enum constant in enum class com.qfs.snl.ws.IMessageWsService.FetchMessageMode
Fetch mode to get only unread messages.
unregister() - Method in class com.qfs.snl.agent.service.impl.SentinelDaemonActions
Unregisters all the available ActiveMonitor agents from the ActiveMonitor server.
unregister(IDistributedAgent) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Unregister the given IDistributedAgent.
unregister(IWatcher) - Method in class com.activeviam.source.common.api.impl.WatcherService
 
unregister(IWatcher) - Method in interface com.activeviam.source.common.api.IWatcherService
Unregisters the given watcher.
unregister(String, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Unregisters the following listener.
unregisterAllContinuousQueries() - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuouslyQueryable
Un-registers all the continuous queries (and stops them).
unregisterBranchPermissionsListener(IBranchPermissionsListener) - Method in interface com.activeviam.tech.mvcc.api.security.IBranchPermissionsManager
Unregisters a listener for the permissions of a set of branches.
unregisterBranchPermissionsListener(IBranchPermissionsListener) - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
 
unregisterBranchPermissionsListener(IBranchPermissionsListener) - Method in class com.activeviam.tech.mvcc.api.security.impl.CachedBranchPermissionsManager
 
unregisterCommitTimeUpdateWhereTrigger(String, String) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Stops performing the given commit-time trigger.
unregisterContinuousQuery(String) - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuouslyQueryable
Un-registers (and stops) a continuous query.
unregistered() - Method in interface com.activeviam.activepivot.core.intf.api.realtime.IStreamListener
This method is invoked by the associated stream after this listener has been unregistered.
unregisterInsertionTimeUpdateWhereTrigger(String, String) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Stops performing the given insertion-time trigger.
unregisterListener(long) - Method in class com.qfs.repository.impl.ActivePivotRemoteRepositoryService
 
unregisterListener(long) - Method in class com.qfs.repository.impl.RepositoryService
 
unregisterListener(long) - Method in interface com.qfs.repository.IRepositoryService
Unregisters a listener.
unregisterListener(long) - Method in class com.qfs.snl.repository.impl.SentinelRemoteRepositoryService
 
unsubscribe(IMessageSubscriber) - Method in interface com.qfs.snl.messages.IMessageService.IMessageBox
Unsubscribes a client for a given recipient.
unsubscribe(IMessageSubscriber) - Method in class com.qfs.snl.messages.impl.MessageBox
 
UnsupportedQueryException - Exception Class in com.activeviam.tech.core.api.query
UnsupportedQueryException.
UnsupportedQueryException(IQuery<?>) - Constructor for exception class com.activeviam.tech.core.api.query.UnsupportedQueryException
Constructor.
UnsupportedQueryException(IQuery<?>, String) - Constructor for exception class com.activeviam.tech.core.api.query.UnsupportedQueryException
Constructor.
UnsupportedQueryException(IQuery<?>, String, Object...) - Constructor for exception class com.activeviam.tech.core.api.query.UnsupportedQueryException
Constructor.
UnsupportedQueryException(IQuery<?>, String, Throwable) - Constructor for exception class com.activeviam.tech.core.api.query.UnsupportedQueryException
Constructor.
UnsupportedQueryException(IQuery<?>, Throwable, String, Object...) - Constructor for exception class com.activeviam.tech.core.api.query.UnsupportedQueryException
Constructor.
update(long, String, MonitorDto) - Method in interface com.qfs.snl.rs.IMonitorRestService
Updates an monitor.
update(long, String, MonitorDto) - Method in class com.qfs.snl.rs.impl.MonitorRestServiceController
 
update(IPointValueDao, IUpdateRequest<IPointValue.IKey, PointValue>) - Static method in class com.qfs.repository.persistence.impl.PointValueDaoUtils
Updates a particular point value.
update(IPointValueDao, List<? extends IUpdateRequest<IPointValue.IKey, PointValue>>) - Static method in class com.qfs.repository.persistence.impl.PointValueDaoUtils
Updates a set of point values.
update(IPointValue.IKey, PointValue) - Method in class com.qfs.repository.persistence.impl.DbProcedure
Updates a point value.
update(SentinelAlert) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
update(IMonitor) - Method in interface com.qfs.snl.agent.service.IMonitoringStream
Updates the definition of the stream.
update(IMonitor) - Method in class com.qfs.snl.agent.service.impl.AMonitoringStream
 
update(IMonitor) - Method in interface com.qfs.snl.monitors.IMonitorBuilder
Creates a builder based on the information of an existing monitor.
update(IMonitor) - Method in interface com.qfs.snl.monitors.IMonitorService
Updates an existing monitor.
update(IMonitor) - Method in class com.qfs.snl.monitors.impl.DatabaseMonitorService
 
update(IMonitor) - Method in class com.qfs.snl.monitors.impl.DataCacheMonitorService
 
update(IMonitor) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder
Creates a builder based on the information of an existing monitor.
update(IMonitor) - Method in class com.qfs.snl.monitors.impl.RemoteMonitorService
 
update(IMonitor) - Method in class com.qfs.snl.monitors.impl.WorkflowMonitorService
 
update(Monitor) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
update(ExistingT, NewT) - Method in class com.qfs.repository.params.impl.ParameterUpdateBuilder
 
update(ExistingT, NewT) - Method in interface com.qfs.repository.params.IParameterUpdateBuilder
Registers an update of point value.
update(List<SentinelAlert>) - Method in class com.qfs.snl.persistence.impl.SentinelAlertDao
 
update(List<Monitor>) - Method in class com.qfs.snl.persistence.impl.MonitorDao
 
update(List<T>) - Method in class com.qfs.snl.persistence.impl.ACRUDDao
 
update(List<T>) - Method in interface com.qfs.snl.persistence.IUpdateDao
Update a list of elements.
update(T) - Method in class com.qfs.snl.persistence.impl.ACRUDDao
 
update(T) - Method in interface com.qfs.snl.persistence.IUpdateDao
Updates an existing element.
UPDATE - Enum constant in enum class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction.DatabaseActionType
Update action to modify lines of a table.
UPDATE - Enum constant in enum class com.activeviam.tech.contentserver.storage.api.ContentAction
Updating an existing entry.
UPDATE_ACTION - Static variable in interface com.qfs.snl.rs.IRepositoryWorkflowRestService
Action for parameter update.
UPDATE_MONITOR - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a monitor is being updated.
UPDATE_PARAMETER - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowTypes
Action called when a parameter is being updated.
UPDATE_ROWS - Enum constant in enum class com.activeviam.directquery.application.api.refresh.ChangeType
Some rows have been updated and conditions are able to capture updated rows perfectly.
updateAlert(long, AlertDto) - Method in interface com.qfs.snl.rs.IAlertRestService
Updates an alert.
updateAlert(long, AlertDto) - Method in class com.qfs.snl.rs.impl.AlertRestServiceController
 
updateAlert(ISentinelAlert) - Method in interface com.qfs.snl.alerts.IAlertService
Updates a single alert.
updateAlert(ISentinelAlert) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
updateAlert(ISentinelAlert) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
updateAlerts(List<? extends ISentinelAlert>) - Method in interface com.qfs.snl.alerts.IAlertService
Updates a series of alerts.
updateAlerts(List<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.CacheAlertService
 
updateAlerts(List<? extends ISentinelAlert>) - Method in class com.qfs.snl.alerts.impl.DatabaseAlertService
 
UPDATED_MONITOR - Static variable in class com.qfs.snl.workflows.IWorkflowPayload.Variables
IMonitor: the new value of the monitor.
updateEventsThreshold(Integer) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
Sets the minimal number of events that may trigger event publication.
updateField(TableDescription, String, AFieldDescription) - Static method in class com.activeviam.directquery.api.schema.utils.TableDescriptionUtils
Changes the field with the given name to the newField.
updateField(TableDescription, String, UnaryOperator<AFieldDescription>) - Static method in class com.activeviam.directquery.api.schema.utils.TableDescriptionUtils
Applies the fieldUpdater to the field with the given name.
updateInfo(AxisMemberDTO, Double, String, boolean) - Method in class com.qfs.snl.agent.mdx.impl.AStreamInfo
 
updateInfo(AxisMemberDTO, Double, String, boolean) - Method in interface com.qfs.snl.agent.mdx.IStreamInfo
Updates a particular information.
updateMaxEvents(Integer) - Method in class com.qfs.snl.agent.service.impl.SentinelBatchPublisher
Sets the maximum number of events to keep in a publisher queue.
updateMonitor(IMonitor) - Method in class com.qfs.snl.monitors.impl.MonitorReport
Update this report with the given monitor.
updateMonitoring(IMonitor) - Method in interface com.qfs.snl.agent.IMonitoringService
Updates an existing monitoring.
updateMonitoring(IMonitor) - Method in class com.qfs.snl.agent.impl.MonitoringService
 
updateMonitorPayload(IWorkflowPayload, IMonitor, IMonitor) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Builds the payload for the IWorkflowService.WorkflowTypes.UPDATE_MONITOR type of workflows.
updateOnlyIfDifferent() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
updateOnlyIfDifferent() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
States whether a record should be updated when it contains exactly the same content as the previously existing record.
updateOnlyIfDifferent() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanSpecifyUpdateOnlyIfDifferent
Tells the builder that the store should only take updates into account when the newly added record is different from the previously existing record with the same key-field values.
updateOnlyIfDifferent(boolean) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
updateOnlyIfDifferentReferencedStores(IDatastoreSchemaDescription) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Modifies all referenced stores so that records are only updated when they are different from the previously existing record.
updateParameterPayload(IWorkflowPayload, String, ParameterUpdateDto<PointValueDto, PointValueDto>) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Creates a payload for IWorkflowService.WorkflowTypes.UPDATE_PARAMETER workflows.
updateQuery(String, IMDXQuery) - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
updateRanges(String, IAxisRanges<IRangeProperty>) - Method in class com.qfs.snl.agent.mdx.impl.SentinelMdxStream
 
UpdateRequest<ExistingT,NewT> - Class in com.qfs.repository.persistence.impl
Class defining an update on a given value.
UpdateRequest(ExistingT, NewT) - Constructor for class com.qfs.repository.persistence.impl.UpdateRequest
Constructor.
UpdateRequestDto<ExistingT,NewT> - Class in com.qfs.repository.dto
Serializable object that hold an update request of point values.
UpdateRequestDto() - Constructor for class com.qfs.repository.dto.UpdateRequestDto
Default constructor.
UpdateRequestDto(ExistingT, NewT) - Constructor for class com.qfs.repository.dto.UpdateRequestDto
Constructor.
updateStreamQuery(String, String, IQuery<R>) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Update the reference query of the stream, without interrupting or disconnecting the stream.
updateStreamRanges(String, String, IAxisRanges<IRangeProperty>) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Update the reference query of the stream, without interrupting or disconnecting the stream.
updateWhere(ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in interface com.activeviam.database.datastore.api.transaction.IOpenedTransaction
Updates all the records in a single given store matching a defined condition using an update procedure.
updateWhere(ISelection, ICondition, ITransactionManager.IUpdateWhereProcedure) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Updates all the records in a single given store matching a defined condition using an update procedure.
UpdateWhereSelectionAndProcedure - Class in com.activeviam.activepivot.server.impl.api.database
A wrapper to contain the result of the @IUpdateWhereProcedureFactory.
UpdateWhereSelectionAndProcedure(ITransactionManager.IUpdateWhereProcedure, ISelection, Set<String>) - Constructor for class com.activeviam.activepivot.server.impl.api.database.UpdateWhereSelectionAndProcedure
Creates a new UpdateWhereSelectionAndProcedure instance.
upload(byte[]) - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3EntityPath
 
upload(byte[]) - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityPath
Deprecated, for removal: This API element is subject to removal in a future version.
The client can implement it independently using the cloud provider SDK.
upload(InputStream, long) - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3EntityPath
 
upload(InputStream, long) - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureBlobPath
Uploads the source stream data to the entity.
upload(InputStream, long) - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityPath
Deprecated, for removal: This API element is subject to removal in a future version.
The client can implement it independently using the cloud provider SDK.
upload(InputStream, long) - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleEntityPath
 
upload(Path) - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3EntityPath
 
upload(Path) - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureBlobPath
 
upload(Path) - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzureBlobPath
 
upload(Path) - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzureEncryptedBlobPath
 
upload(Path) - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityPath
Deprecated, for removal: This API element is subject to removal in a future version.
The client can implement it independently using the cloud provider SDK.
uploadText(String, String) - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityPath
Deprecated, for removal: This API element is subject to removal in a future version.
The client can implement it independently using the cloud provider SDK.
UPPER_CASE_NAMING_CONVENTION - Static variable in class com.activeviam.directquery.api.schema.utils.NamingConventions
Renames everything to Upper Case.
url(boolean, String...) - Static method in interface com.activeviam.web.core.api.IUrlBuilder
Build an url by joining the different given parts separated by /.
url(String...) - Static method in interface com.activeviam.web.core.api.IUrlBuilder
Build an url by joining the different given parts separated by /.
USE_GENERATED_COMPONENT_NAME - Static variable in interface com.activeviam.activepivot.core.intf.api.description.builder.IActivePivotManagerDescriptionBuilder
The name used for components when the user didn't specify any name.
USE_MULTIPLE_FILES_PROPERTY - Static variable in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Use multiple files property key.
USE_ZIP_FILE_PROPERTY - Static variable in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Use zip file property key.
useApplicationMeasureGroups() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
useApplicationMeasureGroupsSuffix() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
useApplicationMeasureNames() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
useApplicationMeasureNames() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot
Indicates if the application name must be used to prefix measure names.
useConstantPartitioning() - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveDefaultPartitioning
Uses a constant partitioning as the default partitioning function for the decision field of this node.
useConstantPartitioning() - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
useDefault(int, Object) - Method in interface com.activeviam.tech.records.api.IRecordFormat
Decides if the default value must be used for the given field, according to the proposed value.
useEndpointDatabaseV10() - Method in class com.activeviam.activepivot.server.spring.api.service.RemoteDatabaseServiceBuilder
Enables the resulting service to target the newly introduced endpoint /activeviam/database/v10.
useIntrospection() - Method in interface com.activeviam.activepivot.core.intf.api.cube.metadata.IAnalysisHierarchyInfo
Indicates if the hierarchy uses introspection for at least on of its level.
useIsolatedTransactions() - Method in interface com.qfs.repository.IDatastoreRepositoryCacheConfiguration
Whether parameter store transactions should be isolated or trigger transactions on the ActivePivots.
useIsolatedTransactions() - Method in class com.qfs.repository.impl.DatastoreRepositoryCacheConfiguration
 
useMarkedChunk() - Method in class com.activeviam.tech.aggregation.api.IGenericAggregation.AggregationChunksSetting
Whether the chunks used to store the aggregation result must be marked or not.
useMarkedChunk(boolean) - Method in class com.activeviam.tech.aggregation.api.IGenericAggregation.AggregationChunksSetting.AggregationChunksSettingBuilder
Whether the chunks used to store the aggregation result must be marked or not.
useModuloPartitioning(int) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveDefaultPartitioning
Uses a modulo partitioning for the field of this node, except for values specified in the previous step.
useModuloPartitioning(int) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
useModuloPartitioning(int, String...) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveField
Defines a multiple fields modulo function over the given fields.
useModuloPartitioning(int, String...) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
useModuloPartitioning(String, int) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveField
Uses a modulo partitioning for the decision field of this node.
useModuloPartitioning(String, int) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
useModuloPartitioningOnAvailableKeyFields(int) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveField
Defines a multiple fields modulo function over the key fields that have not been used in other sub partitioning.
useModuloPartitioningOnAvailableKeyFields(int) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
userAuthenthicator(AAuthenticator) - Method in class com.activeviam.activepivot.server.spring.api.service.RemoteDatabaseServiceBuilder
Sets the way to authenticate in the service as a standard user.
userAuthenthicator(AAuthenticator) - Method in class com.activeviam.tech.contentserver.spring.api.RemoteContentServiceBuilder
Sets the way to authenticate in the service as a standard user.
UserAuthenticator - Class in com.activeviam.web.core.api
Simple authenticator with a predefined user and password.
UserAuthenticator(String, String) - Constructor for class com.activeviam.web.core.api.UserAuthenticator
Constructor.
userDefinedAgg(CopperMeasure...) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts building a Copper measure performing a user-defined aggregate function (UDAF) that can be applied on multiple measures.
userDefinedAgg(String...) - Static method in class com.activeviam.activepivot.copper.api.Copper
Starts building a Copper measure performing a user-defined aggregate function (UDAF) that can be applied to multiple fields of the current selection.
userDefinedAgg(String, String[]) - Static method in class com.activeviam.activepivot.copper.api.Copper
Creates a Copper measure performing a user-defined aggregation on multiple fields of the current selection.
UserDefinedMetadataHeaderUtils - Class in com.activeviam.cloud.aws.api.s3.entity
This class contains the constants that are used to define the user-defined metadata headers.
UserDefinedSqlAggregationFunction - Class in com.activeviam.directquery.api
User defined Sql aggregation function.
UserDefinedSqlAggregationFunction.IBuildMe - Interface in com.activeviam.directquery.api
Builder final step.
UserDefinedSqlAggregationFunction.INeedInputsNumberBuilder - Interface in com.activeviam.directquery.api
Builder for the inputs number.
UserDefinedSqlAggregationFunction.INeedOutputTypesBuilder - Interface in com.activeviam.directquery.api
Builder for the output types.
UserDefinedSqlAggregationFunction.INeedPluginKeyBuilder - Interface in com.activeviam.directquery.api
Builder for plugin key.
UserDefinedSqlAggregationFunction.INeedReaggregable - Interface in com.activeviam.directquery.api
Builder for re-aggregation capability.
UserDefinedSqlAggregationFunction.INeedSqlExpressionProvidersBuilder - Interface in com.activeviam.directquery.api
Builder for expressions providers.
userDefinedSqlAggregationFunctions(List<UserDefinedSqlAggregationFunction>) - Method in class com.activeviam.directquery.application.api.Application.ApplicationBuilder
Sets the user-defined SQL aggregation functions and returns the updated builder.
userDetailsService(UserDetailsService) - Method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider.JwtAuthenticationProviderBuilder
 
UserDto - Class in com.qfs.snl.dtos
DTO providing information about the user currently connected.
UserDto(String) - Constructor for class com.qfs.snl.dtos.UserDto
Full constructor.
USERNAME_PROPERTY - Static variable in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
The username property.
UserTask - Class in com.qfs.snl.workflows.tasks.impl
Basic implementation of a user task.
UserTask(String, String, String, String, List<String>, List<IFormField>, String, int, String, String) - Constructor for class com.qfs.snl.workflows.tasks.impl.UserTask
Full constructor.
useSinglePartition() - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveDefaultPartitioning
Puts all record to a single partition, except for values specified in the previous step.
useSinglePartition() - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
useSinglePartitionForValue(Object) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule
Defines a child partitioning node for the given values.
useSinglePartitionForValues(Object...) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveSpecialPartitioningRule
Defines a child partitioning node for each of the given values.
useStorePartitioning() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.INumaBehavior
Tells the builder that the NUMA node of each partition should be: partitionId % AtotiPools.getPoolCount().
useTimeTravel() - Method in interface com.activeviam.database.sql.api.IDatabaseTimeTravelSettings
Whether the queries should query the database with time-travel features enabled.
useValuePartitioning() - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveDefaultPartitioning
Uses a partitioning by value for the field of this node, except for values specified in the previous step.
useValuePartitioning() - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
useValuePartitioningOn(String) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveField
Uses a partitioning by value for the decision field of this node.
useValuePartitioningOn(String) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
usingReference(JoinPath) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.CanUseOtherReference
Follows a reference path, starting from the base store.
usingReference(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.CanUseOtherReference
Follows a reference path, starting from the base store.
UTILITIES - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to utilities.
UTILITIES_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to utilities.
UTILITY - Enum constant in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
 

V

V9_VERSION - Static variable in class com.activeviam.activepivot.server.intf.api.rest.ActivePivotRestServices
The version 9 of the REST API.
validate(int) - Static method in class com.activeviam.tech.partitioning.api.function.impl.ModuloFunctionDescription
Throws if the value is not supported.
validate(Object...) - Method in interface com.activeviam.activepivot.core.intf.api.description.IDescription
Checks if the current description is valid.
validate(Object...) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiGoalDescription
 
validate(Object...) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiStatusDescription
 
validate(Object...) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiTrendDescription
 
validate(Object...) - Method in class com.activeviam.activepivot.core.intf.api.description.KpiValueDescription
 
validateAggregateProvidersUseAggregateTable(AggregateTableDescription, IActivePivotManagerDescription, List<ProviderCoordinate>) - Static method in class com.activeviam.directquery.application.api.AggregateTableValidator
Validates that the given aggregate table will be used to feed some aggregate providers.
validateValueType(String, String, Object, int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Verifies that the given value is compatible with the field of the given type.
validationTimeout(Duration) - Method in class com.activeviam.directquery.api.validator.DataValidatorSettings.DataValidatorSettingsBuilder
Duration that defines the timeout for the validation queries.
validRowToColumnValue(Object) - Method in class com.activeviam.database.sql.api.schema.EmulatedTimeTravelDescription.EmulatedTimeTravelDescriptionBuilder
Sets the value used in the `valid_to` column for rows which are still valid.
VALUE_PARAMETER_UPDATE - Static variable in class com.qfs.repository.rs.RepositoryJsonTypes
Parameter update definition using point values.
VALUE_PARSE - Enum constant in enum class com.activeviam.source.csv.api.report.ICsvAnomaly.CsvAnomalyTypeEnum
 
valueOf(FieldPath) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderAddingElements
Selects a single field in the given store (or reachable from it) to read values from.
valueOf(Object) - Method in interface com.activeviam.tech.core.api.registry.IPlugin
Retrieves the plugin value having the given key.
valueOf(String) - Static method in enum class com.activeviam.activepivot.copper.api.AggregationLevels
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.copper.api.CopperAnalyticMeasure.AnalyticFilter
Returns the enum constant of this class with the specified name.
valueOf(String) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderAddingElements
Selects a single field in the given store to read values from.
valueOf(String) - Static method in enum class com.activeviam.activepivot.copper.api.NavigationMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.copper.api.UnlinkedCopperStore.JoinType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ITimeLinePostProcessor.PositionTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties.DrillthroughBehavior
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.core.intf.api.cube.hierarchy.IDimension.DimensionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.ClassificationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.core.intf.api.location.ILocationBuilder.OperationFlag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.core.intf.api.postprocessing.IMissedPrefetchBehavior.Behavior
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.core.intf.api.postprocessing.IUnknownOlapElementException.OlapElementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughColumn.INFO
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.dist.impl.api.messenger.netty.NettyMessageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot.DataReplication
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction.DatabaseActionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.database.datastore.api.description.IOptimizationDescription.Optimization
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.database.datastore.api.transaction.stats.TransactionStatisticsOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.database.sql.api.query.SqlDialectValues.LiteralParameterType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.database.sql.api.query.SqlDialectValues.ResultLimitPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.directquery.api.schema.CustomReaderDescription.ReaderInputType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.directquery.application.api.refresh.ChangeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.source.csv.api.ACsvTopic.ResourceStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.source.csv.api.IFileInfo.FileType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.source.csv.api.report.ICsvAnomaly.CsvAnomalyTypeEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.source.jdbc.api.calculator.VectorColumnCalculatorFactory.ResultSetArrayFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.tech.chunks.api.types.ContentType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.tech.chunks.api.vectors.AllocationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.tech.contentserver.storage.api.ContentAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.tech.core.api.agent.IAgent.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.tech.core.api.exceptions.ActiveViamParsingException.ParsingExceptionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.tech.observability.api.health.ComputationIntensity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.tech.streaming.intf.api.IStreamProperties.InitialPublicationMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.tech.streaming.intf.api.IStreamProperties.InitialState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.activeviam.web.spring.api.security.dsl.MachineToMachineSecurityDsl.Scope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.qfs.repository.ws.ParameterWsConfigurationDto.ParameterFetchingMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.qfs.snl.dtos.KpiMonitorConfigurationDto.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.qfs.snl.messages.MessageLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.qfs.snl.ws.IMessageWsService.FetchMessageMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.activeviam.activepivot.copper.api.AggregationLevels
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.copper.api.CopperAnalyticMeasure.AnalyticFilter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.copper.api.NavigationMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.copper.api.UnlinkedCopperStore.JoinType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.core.ext.api.postprocessing.impl.ITimeLinePostProcessor.PositionTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties.DrillthroughBehavior
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.core.intf.api.cube.hierarchy.IDimension.DimensionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.ClassificationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.core.intf.api.cube.metadata.ILevelInfo.LevelType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.core.intf.api.location.ILocationBuilder.OperationFlag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.core.intf.api.postprocessing.IMissedPrefetchBehavior.Behavior
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.core.intf.api.postprocessing.IUnknownOlapElementException.OlapElementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.core.intf.api.query.result.IDrillthroughColumn.INFO
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.dist.impl.api.messenger.netty.NettyMessageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot.DataReplication
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction.DatabaseActionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.database.datastore.api.description.IOptimizationDescription.Optimization
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.database.datastore.api.transaction.stats.TransactionStatisticsOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.database.sql.api.query.SqlDialectValues.LiteralParameterType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.database.sql.api.query.SqlDialectValues.ResultLimitPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in record class com.activeviam.directquery.api.cache.CachePartition
Returns the value of the values record component.
values() - Static method in enum class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.directquery.api.schema.CustomReaderDescription.ReaderInputType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.directquery.application.api.refresh.ChangeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.source.csv.api.ACsvTopic.ResourceStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.source.csv.api.IFileInfo.FileType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.source.csv.api.report.ICsvAnomaly.CsvAnomalyTypeEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.source.jdbc.api.calculator.VectorColumnCalculatorFactory.ResultSetArrayFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.tech.chunks.api.types.ContentType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.tech.chunks.api.vectors.AllocationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.tech.contentserver.storage.api.ContentAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.tech.core.api.agent.IAgent.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.tech.core.api.exceptions.ActiveViamParsingException.ParsingExceptionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface com.activeviam.tech.core.api.registry.IPlugin
Gives all the values in the Plugin.
values() - Static method in enum class com.activeviam.tech.observability.api.health.ComputationIntensity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.tech.streaming.intf.api.IStreamProperties.InitialPublicationMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.tech.streaming.intf.api.IStreamProperties.InitialState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.activeviam.web.spring.api.security.dsl.MachineToMachineSecurityDsl.Scope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.qfs.repository.ws.ParameterWsConfigurationDto.ParameterFetchingMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.qfs.snl.dtos.KpiMonitorConfigurationDto.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.qfs.snl.messages.MessageLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.qfs.snl.ws.IMessageWsService.FetchMessageMode
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES_INFO - Static variable in class com.qfs.snl.messages.form.impl.EnumFieldType
Information reader for the different possible values of this enum.
valuesOf(FieldPath...) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderAddingElements
Selects multiple fields from the given store (or reachable from it) to read values from.
valuesOf(String...) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderAddingElements
Selects multiple fields in the given store to read values from.
VariableLiteralType<T> - Class in com.activeviam.database.datastore.api.type.impl
Class representing a variable literal type, i.e. a literal type depending on a pattern defined in its key.
VariableLiteralType(Class<T>, String) - Constructor for class com.activeviam.database.datastore.api.type.impl.VariableLiteralType
Constructor.
variance() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
variance() - Method in class com.activeviam.tech.chunks.api.vectors.impl.ZeroVector
Deprecated.
 
variance() - Method in interface com.activeviam.tech.chunks.api.vectors.IVector
Returns the sample variance of the vector elements (the amount of variation or dispersion from the average).
VECTOR - Static variable in interface com.activeviam.tech.core.api.format.IParser
Object vector field parser key.
VECTOR - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to vectors.
VECTOR_ALLOCATOR_POOL_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The property that configures the number of vector allocators that are kept alive after thread death.
VECTOR_BLOCK_SIZE - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IAggregateProviderDefinition
Property that defines the size of a block of vectors within the aggregate store of an aggregate provider.
VECTOR_FORMAT - Enum constant in enum class com.activeviam.tech.core.api.exceptions.ActiveViamParsingException.ParsingExceptionType
Used when a parsing failure happens inside a vector.
VECTOR_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to vectors.
VECTOR_PARSER_DELIMITER_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that defines the Vector delimiter : 'activeviam.vectorDelimiter' when parsing vectors.
VECTOR_SIZE - Enum constant in enum class com.activeviam.source.csv.api.report.ICsvAnomaly.CsvAnomalyTypeEnum
 
VECTOR_SIZE - Enum constant in enum class com.activeviam.tech.core.api.exceptions.ActiveViamParsingException.ParsingExceptionType
Used when the size of a vector is different than expected.
VectorColumnCalculatorFactory - Class in com.activeviam.source.jdbc.api.calculator
Creates calculator which convert result set array to IVector.
VectorColumnCalculatorFactory.ResultSetArrayFormat - Enum Class in com.activeviam.source.jdbc.api.calculator
Format of the array in JDBC result set.
VectorDrillthroughColumn - Class in com.activeviam.activepivot.core.ext.api.query.result.impl
Drillthrough calculator displaying only one index of a vector.
VectorDrillthroughColumn(String, String, Properties) - Constructor for class com.activeviam.activepivot.core.ext.api.query.result.impl.VectorDrillthroughColumn
Constructor.
VectorDrillthroughColumnSet - Class in com.activeviam.activepivot.core.ext.api.query.result.impl
A ICalculatedDrillthroughColumnSet made to generate N columns; one for each index of a IVector.
VectorDrillthroughColumnSet(Properties) - Constructor for class com.activeviam.activepivot.core.ext.api.query.result.impl.VectorDrillthroughColumnSet
Constructor.
VectorDTO - Class in com.activeviam.activepivot.server.intf.api.dto
A transfer object to allow the XMLA serialization of vectors.
VectorDTO() - Constructor for class com.activeviam.activepivot.server.intf.api.dto.VectorDTO
For serialization.
VectorDTO(Object[]) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.VectorDTO
Constructor.
VectorFieldDescription - Class in com.activeviam.database.datastore.api.description.impl
Immutable implementation of an IVectorFieldDescription.
VectorFieldDescription(String, String) - Constructor for class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Constructor.
Vectorization - Class in com.activeviam.directquery.api.schema
Utility class to vectorize tables.
vectorizedColumns(Set<String>) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
Sets the column local names that hold the vector values.
vectorizedColumns(Set<String>) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.INeedColumnsToVectorizeBuilder
Sets the column local names that hold the vector values.
vectorizeMultiColumn(TableDescription, String) - Static method in class com.activeviam.directquery.api.schema.Vectorization
Vectorizes the fields with the given names into a multi-column vector table.
vectorizeMultiColumn(TableDescription, List<String>) - Static method in class com.activeviam.directquery.api.schema.Vectorization
Vectorizes the fields with the given prefixes into a multi-column vector table.
vectorizeMultiRow(TableDescription, String, Collection<String>) - Static method in class com.activeviam.directquery.api.schema.Vectorization
Vectorizes the fields with the given names into a multi row vector table.
VectorUtils - Class in com.activeviam.tech.chunks.api.vectors
Util class to create some special implementations of vectors, used for mathematical operations, such as scaling or translating.
velocityTemplateEngine() - Method in class com.qfs.snl.cfg.impl.MessagingConfiguration
A templating engine to render dynamic messages using Velocity tools.
VelocityTemplateEngine - Class in com.qfs.snl.messages.impl
A template engine based on Velocity tools and the Velocity engine.
VelocityTemplateEngine() - Constructor for class com.qfs.snl.messages.impl.VelocityTemplateEngine
Constructor with application configuration.
VelocityTemplateEngine(Properties) - Constructor for class com.qfs.snl.messages.impl.VelocityTemplateEngine
Constructor with a specific configuration.
version() - Element in annotation interface com.activeviam.tech.core.api.annotations.AtotiRestController
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.1.10, in favor of the AtotiRestController.versions() covering multiple versions at the same time.
VERSION - Static variable in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
API version.
VERSION - Static variable in class com.activeviam.tech.contentserver.spring.api.rest.ContentServiceRestServices
The API version of the rest server.
VERSION - Static variable in class com.activeviam.tech.core.api.version.Versions
Version of Atoti Server.
VERSION - Static variable in class com.qfs.repository.persistence.impl.DbInfoDao
Database schema version.
VERSION - Static variable in class com.qfs.snl.persistence.impl.DbInfoDao
Database schema version.
VERSION_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the version endpoint autoconfiguration.
VERSION_KEY - Static variable in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
The name of the file where is stored the API version.
VERSION_KEY - Static variable in class com.qfs.snl.persistence.impl.ADbInfoDao
Key referring to the database schema version.
VersionDto - Class in com.qfs.snl.dtos
DTO providing information about ActiveMonitor server.
VersionDto(String) - Constructor for class com.qfs.snl.dtos.VersionDto
Full constructor.
versions() - Element in annotation interface com.activeviam.tech.core.api.annotations.AtotiRestController
The version of the service.
Versions - Class in com.activeviam.tech.core.api.version
Simple class containing Versions.VERSION, providing the version of Atoti Server.
VERY_HEAVY - Enum constant in enum class com.activeviam.tech.observability.api.health.ComputationIntensity
Health Event computation is very resource intensive, and its computation is likely to affect efficiency of the global application for an undetermined period of time.
VERY_LIGHT - Enum constant in enum class com.activeviam.tech.observability.api.health.ComputationIntensity
Health Event will be computed at close to no cost.
viewUpdated(U) - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuousQueryListener
Receive an update of the continuous query this listener is listening to.
virtual() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICommonHierarchyBuilder
Sets this hierarchy to be virtual.
visible() - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Marks this item as visible.
visible(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets the member's visibility.
visit(IAliasedSet) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IAliasedSet) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(INamedSetReference) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(INamedSetReference) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(ICaseExpression) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(ICaseExpression) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(ICompoundIdentifier) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(ICompoundIdentifier) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IDimensionExpression) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IDimensionExpression) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IFunctionCall) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IFunctionCall) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IFunctionKeyword) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IFunctionKeyword) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IHierarchyExpression) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IHierarchyExpression) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IIdentifier) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IIdentifier) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(ILevelExpression) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(ILevelExpression) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(ILiteral<T>) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(ILiteral<T>) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IMemberExpression) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IMemberExpression) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 
visit(IUnresolvedFunctionCall) - Method in class com.qfs.snl.agent.mdx.impl.FormulaExtractorVisitor
 
visit(IUnresolvedFunctionCall) - Method in class com.qfs.snl.agent.mdx.impl.MonitoringMdxParser
 

W

WAIT_FOR_ALL_APPLICATIONS - Static variable in interface com.activeviam.activepivot.core.intf.api.description.IDistributedActivePivotInstanceDescription
Property to control the way discovery messages must be processed by the QUERY cube the first time DATA cubes from different application join the cluster.
wantsInitialView() - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Gets if the initial view is wanted.
wantsInitialView(boolean) - Method in class com.qfs.snl.dtos.ws.MonitorWsConfigurationDto
Sets if an initial view of the considered monitors is wanted.
WARN - Enum constant in enum class com.activeviam.activepivot.core.intf.api.contextvalues.drillthrough.IDrillthroughProperties.DrillthroughBehavior
Warns the user about the error.
WARN - Enum constant in enum class com.activeviam.activepivot.core.intf.api.postprocessing.IMissedPrefetchBehavior.Behavior
Warns the user about the missed prefetch.
WARNING - Enum constant in enum class com.qfs.snl.messages.MessageLevel
Type to warn the user.
watch(String) - Method in class com.qfs.repository.impl.RepositoryDaemonActions
 
watch(String) - Method in interface com.qfs.repository.IParameterStream
Adds the input parameter to the set of parameters to watch.
watch(String) - Method in interface com.qfs.repository.IRepositoryDaemonActions
Notify the repository cache that this parameter needs to be requested.
watch(String) - Method in class com.qfs.repository.mdx.impl.ParameterStoreStream
 
WATCHER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
Logger name for the source watcher.
WATCHER_LOGGER - Static variable in class com.activeviam.source.common.api.SourceLoggerConstants
WatcherService - Class in com.activeviam.source.common.api.impl
Standard implementation of the watcher service.
WatcherService() - Constructor for class com.activeviam.source.common.api.impl.WatcherService
Default constructor, using the file system to have watchers.
WatcherService(WatchService) - Constructor for class com.activeviam.source.common.api.impl.WatcherService
Full constructor.
webClientBuilder(WebClient.Builder) - Method in class com.activeviam.activepivot.server.spring.api.service.RemoteDatabaseServiceBuilder
Sets the web client builder to be used.
webClientBuilder(WebClient.Builder) - Method in class com.activeviam.tech.contentserver.spring.api.RemoteContentServiceBuilder
Sets the web client builder to be used.
WebSocketConfigurationMonitoring - Class in com.qfs.snl.monitoring.impl
Monitoring of the ActiveMonitor Websocket.
WebSocketConfigurationMonitoring(IWebSocketEngineConfig, ASingleEndpoint) - Constructor for class com.qfs.snl.monitoring.impl.WebSocketConfigurationMonitoring
Constructor.
where(Predicate...) - Method in class com.qfs.snl.persistence.impl.HibernateQueryHelper
Adds predicates to the where clause of the query.
WILDCARD - Static variable in interface com.activeviam.activepivot.core.intf.api.location.ILocation
The sequence representing a wildcard.
WILDCARD - Static variable in interface com.qfs.repository.coordinates.ICoordinates
Wildcard for any value.
WILDCARD_CHAR - Static variable in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
The wildcard character.
WILDCARD_HASHCODE - Static variable in interface com.activeviam.activepivot.core.intf.api.location.ILocation
Hashcode attributed to a wildcard ("null" coordinate).
WILDCARD_PATH - Static variable in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
The suffix of a path containing a wildcard.
WILDCARD_SYSTEM_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The system property to use to override the wildcard sequence.
Window - Interface in com.activeviam.activepivot.copper.api
A window specification for analytic (window) functions.
WindowSibling - Interface in com.activeviam.activepivot.copper.api
with(IContentService) - Method in class com.activeviam.activepivot.server.spring.api.content.ActivePivotContentServiceBuilder
 
withAboveLevelMeasure(CopperMeasure) - Method in interface com.activeviam.activepivot.copper.api.CopperSwitchMeasure
Sets the measure that is returned when the level is not expressed in the query.
withAdditionalGroupByFields(boolean) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Sets whether the external table contains group-by fields, not defined in the Atoti schema.
withAdditionalProperty(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICanBuild
Adds additional property.
withAdditionalProperty(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanHaveAdditionalProperty
Adds an additional property.
withAdditionalProperty(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingNamedSetDescription.ICanBuild
Adds additional property.
withAddress(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithRestInformation
Provides the address through which this data cube's REST API can be accessed.
withAggregatedMeasure() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures
Starts building a pre-aggregated measure.
withAggregatedMeasure(IBasicAggregatedMeasureDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures
Adds the description for a measure.
withAggregateProvider() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingAggregateProvider
Starts building an aggregate provider definition.
withAggregateProvider(IAggregateProviderDefinition) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingAggregateProvider
Provide directly an aggregate provider description for this cube.
withAggregatesCache() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanBuildCommonCubeDescription
Starts building the IAggregatesCache description.
withAggregatesContinuousQueryEngine() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanBuildCommonCubeDescription
Starts building the IAggregatesContinuousQueryEngine description.
withAggregationFunction(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilderWithField
Chooses the aggregation function.
withAggregationProcedure(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IAggregationProcedureBuilder.ICanHaveAggregationPlugin
Sets the plugin key of the IAnalysisAggregationProcedure.IFactory to use to create the procedure.
withAggregationProcedures(Function<ICanBuildCommonCubeDescription.IAggregationProceduresBuilder, ICanBuildCommonCubeDescription.IAggregationProceduresBuilder>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanBuildCommonCubeDescription
Defines aggregation procedures on the cube.
withAlias(String) - Method in interface com.activeviam.activepivot.copper.api.CopperNativeMeasure
Deprecated.
Use the name of the measure instead of its alias to reference this measure. A caption can still be provided for native measures, using the MDX context.
withAlias(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.INativeMeasureBuilder
Deprecated.
Use the name of the measure instead of its alias
withAlias(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.CanAlias
Changes the AliasedField.getAlias() of a field that has already been added to the selection.
withAllFields() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.CanAddAllFields
Adds all the fields from the currently referenced store to the ISelectionDescription.
withAllHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.ICanConcealDataNodeHierarchiesDataClusterDescriptionBuilder
Elects to share all the cube's hierarchies with the distributed application.
withAllMeasures() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.ICanConcealMeasuresDataClusterDescriptionBuilder
Elects to share all its measures with the distributed applications.
withAllReachableFields() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.CanAddAllFields
Default implementation of ISelectionDescriptionBuilder.CanAddAllFields.withAllReachableFields(FieldsCollisionHandler), always choosing the furthest possible field.
withAllReachableFields(ISelectionDescriptionBuilder.FieldsCollisionHandler) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.CanAddAllFields
Adds all the reachable fields from the currently referenced store to the ISelectionDescription.
withAnalysisHierarchy(IAnalysisHierarchyDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingHierarchy
Adds a new analysis hierarchy.
withAnalysisHierarchy(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingHierarchy
Starts building an analysis hierarchy.
withAnalysisHierarchy(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingHierarchy
Starts building a named analysis hierarchy.
withAppendBatchSize(int) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanAddOptions
Deprecated, for removal: This API element is subject to removal in a future version.
The batch size is configurable at the JdbcTopic level from now on
withApplication(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.ICanStartBuildingApplication
Starts defining one of the application that this query cube will belong to.
withApplicationId(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithRestInformation
Starts defining the application that this data cube will belong to.
withApplicationMeasureGroups(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IQueryCubePropertiesBuilder
Enables or disables the application measure groups.
withApplicationMeasureGroupsSuffix(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IQueryCubePropertiesBuilder
Enables or disables the application measure groups suffix.
withApplicationMeasureNames(boolean) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IQueryCubePropertiesBuilder
Enables or disables the application measure names.
withAxisPositionLimit(int) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanSetAxisPositionLimit
Sets the axis position limit, which is the limit of positions allowed per axis in the result.
withBackColor(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets back color.
withBranchLevel() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IEpochDimensionBuilder
Starts building the branch level description.
withBranchPermissionsManager(IBranchPermissionsManager) - Method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding.Builder
Specifies a custom branch permissions manager.
withCache() - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup
States that this measure should use a caching mechanism to store database query results.
withCacheForEntitlements(long) - Method in interface com.activeviam.activepivot.server.spring.api.content.ActivePivotContentServiceBuilder.ICanCache
Enable the caching of the entitlements.
withCalculatedColumn() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription
withCalculatedColumn(ICalculatedDrillthroughColumnDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumn
withCalculatedColumn(ICanStartBuildingCalculatedDrillthroughColumnDescription.ICanBuild<ICalculatedDrillthroughColumnDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumn
withCalculatedColumns(ICalculatedDrillthroughColumnDescription...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumn
Adds some calculated s.
withCalculatedColumnSet() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedDrillthroughColumnSetDescription
withCalculatedColumnSet(ICalculatedDrillthroughColumnSetDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumnSet
withCalculatedColumnSet(ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICanBuild<ICalculatedDrillthroughColumnSetDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumnSet
withCalculatedColumnSets(ICalculatedDrillthroughColumnSetDescription...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanHaveCalculatedColumnSet
withCalculatedMember() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember
Begins defining a calculated member.
withCalculatedMember(ICanStartBuildingCalculatedMember.ICanBuild<ICalculatedMemberDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanHaveCalculatedMember
Adds a calculated member This method is a builder chaining simplification to avoid useless calls to build().
withCalculatedMember(ICalculatedMemberDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanHaveCalculatedMember
Adds a calculated member.
withCalculatedMembers(ICalculatedMemberDescription...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanHaveCalculatedMember
Adds some calculated members.
withCalculations(Consumer<ICopperContext>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures
Adds multiple measures and hierarchies via the Copper API.
withCaption(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanHaveCaption
Sets the caption of the component.
withCatalog() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCatalog
Starts building a catalog.
withCatalog(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCatalog
Starts building a catalog with a given name.
withCategory(String) - Method in interface com.qfs.snl.messages.IMessageBuilder.IBuildable
Sets the category of the message.
withChunkSize(int) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanSpecifyPartitionChunkSize
Sets the size of the chunks within a partition.
withClusterDefinition() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IDataCubeDescriptionBuilder
Starts building the data cluster definition for this cube.
withClusterDefinition() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IQueryCubeDescriptionBuilder
Starts building the cluster definition for this query cube.
withClusterDefinition(IDataClusterDefinition) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IDataCubeDescriptionBuilder
Skips the step building the cluster definition by providing a fully defined object.
withClusterDescription() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IDistributedCubeDescriptionBuilder
Starts building the cluster description of this cube.
withClusterId(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IDataClusterDescriptionBuilder
Selects the cluster that this cube will belong to.
withClusterId(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IQueryClusterDescriptionBuilder
Selects the cluster that this cube will belong to.
withColumnCount(int) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilderExpectingColumnInfo
Creates a new CsvParserConfiguration.CsvParserConfigurationBuilder with the given number of columns.
withColumnNames(List<String>) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilderExpectingColumnInfo
Creates a new CsvParserConfiguration.CsvParserConfigurationBuilder with the given columns.
withColumnNamesMapping(Map<Integer, String>) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilderExpectingColumnInfo
Creates a new CsvParserConfiguration.CsvParserConfigurationBuilder with the given columns.
withCompanion(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets the member companion.
withComparator(IComparatorDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanHaveComparator
Chooses the comparator for this item.
withComparator(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanHaveComparator
Chooses only the comparator plugin key for this item.
withConcealedBranches() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.ICanConcealBranchesDataClusterDescriptionBuilder
Conceals all of this data cube's branches from the query cube at startup.
withConcealedHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.ICanConcealDataNodeHierarchiesDataClusterDescriptionBuilder
Starts a call chain that allows to conceal hierarchies from the distributed application.
withConcealedHierarchies(Collection<HierarchyIdentifier>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.ICanConcealDataNodeHierarchiesDataClusterDescriptionBuilder
Conceals the given hierarchies from the distributed application.
withConcealedHierarchy(HierarchyIdentifier) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IHasConcealedDataNodeHierarchiesDataClusterDescriptionBuilder
Conceals the given hierarchy from the distributed application.
withConcealedHierarchy(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IHasConcealedDataNodeHierarchiesDataClusterDescriptionBuilder
Conceals the given hierarchy from the distributed application.
withConcealedMeasures(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.ICanConcealMeasuresDataClusterDescriptionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
the concealed measures will be removed in 6.2.
withConcealedMeasures(Collection<String>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.ICanConcealMeasuresDataClusterDescriptionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
the concealed measures will be removed in 6.2.
withConfiguration(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Sets the configuration of the monitor.
withConfiguration(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withConnectionInfo(String, String, String, String) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanChooseConnectionSupplier
Provides a basic IConnectionSupplier with the given data to the IJdbcSource.
withConnectionInfo(String, String, Properties) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanChooseConnectionSupplier
Provides a basic IConnectionSupplier with the given data to the IJdbcSource.
withConnectionSupplier(IConnectionSupplier) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanChooseConnectionSupplier
Specifies the IConnectionSupplier that will be used by the IJdbcSource.
withContent(Object) - Method in interface com.qfs.snl.messages.IMessageBuilder.IBuildable
Sets the content of the message.
withContextValue(IContextValue) - Method in interface com.activeviam.activepivot.server.intf.api.security.ICanHaveRoleEntitlements.ICanAddContextValue
Adds a context value to the entitlement.
withContextValue(IContextValueBuilder.ICanBuild) - Method in interface com.activeviam.activepivot.server.intf.api.security.ICanHaveRoleEntitlements.ICanAddContextValue
Adds a context value to the entitlement.
withContinuousQueryHandlers(boolean, String...) - Method in interface com.activeviam.activepivot.copper.api.experimental.database.DatabaseMeasureBuilder.DatabaseMeasureBuilderExpectingRealTime
Sets the continuous query handlers.
withContinuousQueryHandlers(CopperMeasure, boolean, String...) - Method in class com.activeviam.activepivot.copper.api.ExperimentalCopper
Creates a new measure based on the provided one changing the management of its continuous query handlers.
withContinuousQueryHandlers(String...) - Method in interface com.activeviam.activepivot.copper.api.CopperPostProcessor
Sets the continuous query handlers for this post-processor.
withContinuousQueryHandlers(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.BuildablePostProcessorBuilder
Set the continuous query handlers on which the post-processor depends.
withContributorsCount() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures
Starts customizing the IMeasureHierarchy.COUNT_ID native measure.
withCoordinatesFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the coordinatesField to the configuration.
withCube(IActivePivotInstanceDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCube
Adds a cube by giving its description directly.
withCube(String, Function<ICubeDescriptionBuilder.INamedCubeDescriptionBuilder, ICanBuildCubeDescription<IActivePivotInstanceDescription>>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCube
Adds a cube by giving its description via a separate method.
withCubeFormatter(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanSetCubeFormatter
Sets the cube formatter.
withCubeIdentifierInCluster(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithRestInformation
Selects a unique identifier for this instance's cube within the cluster.
withCubes(List<? extends IActivePivotInstanceDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCube
Adds a cubes by giving their description directly.
withCustomizations(Consumer<IHierarchyDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IAnalysisHierarchyBuilder
Defines a modification operation on the analysis hierarchy's description.
withDatabaseContextFactory(SerializableFunction<IDatabaseVersion, C>) - Method in interface com.activeviam.activepivot.copper.api.experimental.database.DatabaseMeasureBuilder
Defines the database context factory.
withDataReplication(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IQueryCubePropertiesBuilder
Changes the data replication of this query node.
withDatastore(IDatastoreSchemaDescription) - Method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding.Builder
Builds a Datastore for the application with the given description.
withDefaultMeasure(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanBuildCommonCubeDescription
Chooses the default measure of this cube.
withDefaultMeasure(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanAddDefaultMember
Adds a default measures.
withDefaultMeasures(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanBuildCommonCubeDescription
Chooses the default measures of this cube.
withDefaultMember() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanAddDefaultMember
withDefaultMember(LevelIdentifier, String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanAddDefaultMember
Adds a default member on a hierarchy.
withDefaultValue(FieldPath, Object) - Method in interface com.activeviam.activepivot.copper.api.CopperStore
Registers a default return value of a field for the facts of the cube that did not match a record on the join store when performing a join operation.
withDefaultValue(Object) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IKeyedVectorField
 
withDefaultValue(Object) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IUnkeyedVectorField
 
withDefaultValue(Object) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IVectorField
Specifies the default value for this vector field.
withDelimiter(String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IKeyedVectorField
 
withDelimiter(String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IUnkeyedVectorField
 
withDelimiter(String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IVectorField
Specifies the delimiter to use to parse a String into a vector.
withDescription(String) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Adds a description to this item.
withDescription(String) - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.CommonHierarchyBuilder
Add a description to this hierarchy.
withDescription(String) - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.CommonLevelBuilder
Add a description to this level.
withDescription(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets description.
withDescription(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets description.
withDescription(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingNamedSetDescription.ICanBuild
Sets description.
withDescription(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Describes the monitor.
withDescription(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withDictionaryGroup(Set<StoreField>) - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription
Defines a group of fields which must share the same dictionary.
withDimension(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingDimensions
Start building a dimension.
withDimensionProperty(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IAnalysisHierarchyBuilder
Adds a property to the dimension.
withDimensionProperty(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IDimensionBuilder
Adds a property to the dimension.
withDimensions(ICanStartBuildingDimensions.DimensionsAdder) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingDimensions
Integrates the dimensions built by a separate function.
withDirectory(ICloudDirectory<?>) - Method in class com.activeviam.activepivot.server.impl.api.dataexport.DataExportServiceBuilder
Defines the cloud directory.
withDirectory(Path) - Method in class com.activeviam.activepivot.server.impl.api.dataexport.DataExportServiceBuilder
Defines the local directory.
withDisplayFolder(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets the path of the display folder that the client application uses to show the kpi.
withDistributedCube(IDistributedActivePivotInstanceDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDistributedCube
Adds a distributed cube by giving its description directly.
withDistributedCube(String, IQueryClusterDefinition, IDistributedActivePivotDescription, Properties) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDistributedCube
Adds a distributed cube by giving its description directly.
withDistributedCube(String, Function<ICubeDescriptionBuilder.INamedCubeDescriptionBuilder, ICanBuildCommonCubeDescription<IDistributedActivePivotInstanceDescription>>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDistributedCube
Adds a distributed cube by giving its description via a separate method.
withDistributingFields(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IApplicationDescriptionBuilderWithId
Deprecated, for removal: This API element is subject to removal in a future version.
withDistributingLevels(LevelIdentifier...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IApplicationDescriptionBuilderWithId
Selects the distributing levels for this application.
withDrillthroughExecutor() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanBuildCommonCubeDescription
Starts building the IDrillthroughExecutor description.
withDrillthroughProperties() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties
Begins defining the drillthrough properties.
withDuplicateKeyHandler(IDuplicateKeyHandler) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanSetDuplicateKeyHandler
Tells the builder to use this IDuplicateKeyHandler when records with the same key fields are added.
withDuplicateKeyHandler(IDuplicateKeyHandler) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IStaticKeyFields
Tells the builder to use this IDuplicateKeyHandler when records with the same key fields are added.
withDuring(Long) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Set the during parameter in milliseconds.
withDuring(Long) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withDuring(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets the during time.
withEndpointSuffix(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithRestInformation
Provides the endpoint suffix through which this data cube's REST API can be accessed.
withEntitlements(Function<ICanHaveRoleEntitlements.ICanStartBuildingEntitlement, ICanHaveRoleEntitlements.IHasAtLeastOneEntitlement>) - Method in interface com.activeviam.activepivot.server.intf.api.security.ICanHaveRoleEntitlements.ICanStartBuildingEntitlement
Adds multiple entitlements via a separate builder function.
withEpochDimension() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingEpochDimension
Enables the epoch dimension for this cube and starts customizing it.
withEpochLevel() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IEpochDimensionBuilder
Enables and starts building the epoch level description.
withEpochManager(IEpochManager) - Method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding.Builder
Sets the epoch manager to use for application components.
withEpochPolicy(IEpochManagementPolicy) - Method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding.Builder
Sets the epoch policy to use for application components.
withErasureFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the erasureField to the configuration.
withErrorBehavior(IDrillthroughProperties.DrillthroughBehavior) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanSetErrorBehavior
Sets the behavior of the drillthrough in case of error.
withExpirationFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the expirationField to the configuration.
withExpression(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IBuildablePropertyInfoBuilder.INamedPropertyInfoBuilder
Chooses an expression different than the name.
withExpression(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanHaveExpression
Sets the expression to calculate the value of the component.
withFactFilter(ICondition) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanHaveFactFilter
Defines a condition used to filter the facts that will feed the cube.
withField(IFieldDescription) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanAddField
Adds a field with a custom description.
withField(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPreAggregatedMeasureBuilder
Chooses the field to aggregate.
withField(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.CanAddSomeFields
Adds a field whose expression is its name.
withField(String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanAddField
Adds a non-nullable field.
withField(String, FieldPath) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.CanAddSomeFields
Adds a field to the ISelectionDescription.
withField(String, Class<?>) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanAddField
Adds a field.
withField(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.CanAddSomeFields
Deprecated, for removal: This API element is subject to removal in a future version.
withField(String, String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanAddField
Adds a non-nullable field.
withField(String, String, Object) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanAddField
Adds a field.
withFieldName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanBeFactless.FromStoreLevelBuilder
Sets the name of the field which contributes members to this level.
withFieldPartitioning(String...) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.INumaBehavior
Tells the builder to use the partitioning on the given fields as the selector.
withFields(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ISelectionDescriptionBuilder.CanAddSomeFields
Adds at once multiple fields whose expressions are their name.
withFilter(CopperAnalyticMeasure.AnalyticFilter) - Method in interface com.activeviam.activepivot.copper.api.CopperAnalyticMeasure
Applies the query cube filter on the reading locations.
withFilters(Map<FieldPath, AggregateTableDescription.AggregateTableFilter>) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Sets the filters on the origin table.
withFirstObjects(Object...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanHaveComparator
Chooses the objects that this comparator should place first.
withFirstObjectsFromList(List<?>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanHaveComparator
Chooses the objects that this comparator should place first.
withFontFlags(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets font flags.
withFontName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets font name.
withFontSize(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets font size.
withForeColor(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets fore color.
withFormatString(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICanBuild
Sets format string.
withFormatter(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanHaveFormatter
Sets the formatter of the component.
withFormatter(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanAddFormatter
withGlobalEntitlement() - Method in interface com.activeviam.activepivot.server.intf.api.security.ICanHaveRoleEntitlements.ICanHaveGlobalEntitlement
Begins defining a global entitlement.
withGoal(IKpiGoalDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets the goal description.
withGroupByFieldsMapping(Map<FieldPath, String>) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Sets the mapping of the group-by fields used in the pre-aggregation.
withHeaderComparator(IComparator<String>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanHaveHeaderComparator
Set the header comparator.
withHierarchy(IAxisHierarchyDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingHierarchy
Adds a new hierarchy.
withHierarchy(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingHierarchy
Start building a hierarchy.
withHierarchyOfSameName() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IDimensionBuilder
Adds a new hierarchy to this dimension, both having the same name.
withHierarchyProperty(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICommonHierarchyBuilder
Adds a property to this hierarchy.
withHost(String) - Method in interface com.activeviam.web.core.api.IUrlBuilder.IForHost
Sets the host name in an URL.
withId(long) - Method in interface com.qfs.snl.messages.IMessageBuilder.IBuildable
Sets the id of the message.
withId(long) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
The unique identifier of the monitor.
withId(long) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withId(long, IMonitor) - Static method in class com.qfs.snl.monitors.impl.Monitor
Sets an id to the monitor.
withIndexOn(String...) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanHaveIndex
Sets the group of the given fields as indexed.
withinFolder(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanHaveFolder
Sets the folder of the component.
withInheritedContinuousQueryHandlers() - Method in interface com.activeviam.activepivot.copper.api.CopperPostProcessor
Inherits the continuous query handlers of the underlying measures.
withInitialView() - Method in interface com.qfs.repository.params.IParameterChangeListener
Whether this listener needs to receive an initial view upon registration.
withJoinMeasures(IJoinMeasureDescription, IJoinMeasureDescription...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IAggregationProcedureBuilder.ICanHaveJoinMeasures
Sets join measures that can be provided by this procedure.
withKey(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IMessengerDescriptionBuilder
Gives the key to use for this plugin.
withKey(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IPluginDescriptionBuilder
Gives the key to use for this plugin.
withKeyAuditIdFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the activationFieldField to the configuration.
withKeyFields(String...) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanAddStaticKey
Tells the builder which field should be used as the keys of the store.
withKeyModuloPartitioning(int) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IKeyed
Defines a modulo partitioning based on the key fields of the store.
withKeyModuloPartitioning(int) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IStaticKeyFields
Defines a modulo partitioning based on the key fields of the store.
withKeyPointValueIdFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the activationFieldField to the configuration.
withKpi() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingKpiDescription
Begins defining the IKpiDescription.
withKpi(ICanStartBuildingKpiDescription.ICanBuild<IKpiDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanHaveKpi
Adds a kpi This method is a builder chaining simplification to avoid useless calls to build().
withKpi(IKpiDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanHaveKpi
Adds a kpi.
withKpis(IKpiDescription...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanHaveKpi
Adds some kpis.
withLastObjects(Object...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanHaveComparator
Chooses the objects that this comparator should place last.
withLastObjectsFromList(List<?>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanHaveComparator
Chooses the objects that this comparator should place last.
withLevel(MessageLevel) - Method in interface com.qfs.snl.messages.IMessageBuilder.IBuildable
Sets the type of the message.
withLevel(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanBeFactless.CanStartBuildingLevelFromStore
Adds a level to the current hierarchy.
withLevel(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingLevel
Adds a new level to the current hierarchy.
withLevel(String, FieldPath) - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.LevelsFromStoreBuilder
Starts creating a new level with the given name and based on the field referenced by the given path.
withLevel(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingLevel
Adds a new level to the current hierarchy.
withLevelFormatter(LevelIdentifier, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanAddFormatter
Adds a formatter to a level.
withLevelName(String) - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.BucketingHierarchyBuilder
Defines the name of the level.
withLevelName(String) - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.JoinHierarchyBuilderWithField
Defines the name of the level.
withLevelOfSameName() - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.BucketingHierarchyBuilder
Gets the builder to customize the level.
withLevelOfSameName() - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.JoinHierarchyBuilderWithField
Gets the builder to customize the level.
withLevelOfSameName() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanBeFactless.FromStoreHierarchyBuilder
Adds a level to this hierarchy having the same name.
withLevelOfSameName() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IHierarchyBuilder
Adds a new level to this hierarchy, both having the same name.
withLevelProperty(String, Object) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanBeFactless.FromStoreLevelBuilder
Adds a property to this level.
withLevelProperty(String, Object) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingLevel.ICommonLevelBuilder
Adds a property to this level.
withLevels(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingLevel
Adds multiple levels at once.
withLevels(List<String>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingLevel
Adds multiple levels at once.
withLocalMessenger() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IMessengerDescriptionBuilder
Starts building a plugin description builder with the IMessengerDefinition.LOCAL_PLUGIN_KEY pluginKey for the current messenger description.
withManager(IActivePivotManager) - Method in class com.activeviam.activepivot.server.impl.api.dataexport.DataExportServiceBuilder
Defines the manager to build the IDataExportService on.
withManager(IActivePivotManagerDescription) - Method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding.Builder
Builds an ActivePivot Manager from with the given description.
withMapping(FieldPath, CopperLevel) - Method in interface com.activeviam.activepivot.copper.api.CopperStore
Adds a given field name and CopperLevel to the mapping of the join between this store and the cube.
withMapping(FieldPath, LevelIdentifier) - Method in interface com.activeviam.activepivot.copper.api.CopperStore
Adds a given field name and CopperLevel to the mapping of the join between this store and the cube.
withMapping(String, CopperElement) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderAddingElements
Associates a key field of the given store with a level or a measure.
withMapping(String, CopperHierarchy) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderAddingElements
Associates a key field of the given store with a hierarchy.
withMapping(String, CopperLevel) - Method in interface com.activeviam.activepivot.copper.api.CopperStore
Adds a given field name and CopperLevel to the mapping of the join between this store and the cube.
withMapping(String, LevelIdentifier) - Method in interface com.activeviam.activepivot.copper.api.CopperStore
Adds a given field name and CopperLevel to the mapping of the join between this store and the cube.
withMapping(String, String) - Method in interface com.activeviam.database.datastore.api.description.IReferenceDescriptionBuilder.IHasName
Adds a mapping between a field in the owner to a field in the target store to describe the reference.
withMapping(Map<String, CopperElement>) - Method in interface com.activeviam.activepivot.copper.api.CopperStoreLookup.CopperStoreLookUpBuilderAddingElements
Associates several key fields of the given store with measures or levels.
withMaxRows(int) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanHaveMaxRows
Sets the maximum of returned rows.
withMdxContext() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext
Begins defining the mdx context.
withMeasureAlias(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanAddMeasureAlias
Add the alias for a measure.
withMeasureFormatter(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanAddFormatter
Adds a formatter to a measure.
withMeasureGroup(String) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Marks this item as part of a measure group.
withMeasureGroups(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanHaveMeasureGroup
Sets the measure group of the component.
withMeasures(Function<ICanStartBuildingMeasures, IHasAtLeastOneMeasure>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures
Adds multiple measures to this cube via a separate builder function.
withMeasuresMappings(MeasureMapping...) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Sets the mapping of the measures used in the aggregate table.
withMeasuresMappings(List<MeasureMapping>) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Sets the mapping of the measures used in the aggregate table.
withMemberList(Object...) - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.BucketingHierarchyBuilder
Specifies this hierarchy's members via an explicit list.
withMemberNameParserPluginKey(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingLevel.ICanBuildLevelBuilder
Sets a custom parser for this level.
withMemberPath(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.IDefiningDefaultMemberOnHierarchy
Defines the default member path.
withMemberProperties(IPropertyInfo...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingLevel.ICommonLevelBuilder
Sets the member properties of members of that level.
withMemberProperty() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingLevel.ICommonLevelBuilder
Starts building a member property.
withMembers(StoreField) - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.BucketingHierarchyBuilder
Specifies this hierarchy's members from the field of a store.
withMessageHandler(IMessageHandler<I>) - Method in interface com.activeviam.source.common.api.IMessageChannel
Installs a message handler on this channel.
withMessageHandler(IMessageHandler<I>) - Method in class com.activeviam.source.common.api.impl.AMessageChannel
 
withMessengerDefinition() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithId
Starts building the messenger used to communicate with the rest of the cluster.
withMessengerDefinition() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IQueryClusterDescriptionBuilderWithId
Starts building the messenger used to communicate with the rest of the cluster.
withModuloPartitioning(int, String...) - Method in interface com.activeviam.tech.partitioning.api.builder.ICanPartition
Defines a partitioning by modulo on multiple fields.
withModuloPartitioning(int, String...) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Defines a sub partitioning based on a multiple fields modulo function.
withModuloPartitioning(int, String...) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningDescriptionBuilderParentConnection
 
withModuloPartitioning(int, String...) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
withModuloPartitioning(String, int) - Method in interface com.activeviam.tech.partitioning.api.builder.ICanPartition
Adds a partitioning by modulo on the given field.
withModuloPartitioning(String, int) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Defines a new sub modulo partitioning on the given field.
withModuloPartitioning(String, int) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningDescriptionBuilderParentConnection
 
withModuloPartitioning(String, int) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
withModuloPartitioningOnAvailableKeyFields(int) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Defines a multiple fields modulo function over the key fields that have not been used in other sub partitioning.
withModuloPartitioningOnAvailableKeyFields(int) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
withName(String) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Creates a copper measure with same definition but different name.
withName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IBuildablePropertyInfoBuilder.IPropertyInfoBuilder
Chooses the name of the IPropertyInfo.
withName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IActivePivotManagerDescriptionBuilder
Chooses a name for the built manager.
withName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialBuilder
Name the partial provider.
withName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription.ICalculatedDrillthroughColumnDescriptionBuilder
Sets the column name.
withName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICalculatedMemberDescriptionBuilder
Sets the unique name of the calculated member.
withName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingKpiDescription.IKpiDescriptionBuilder
Sets the KPI name.
withName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.ICanBuildPreAggregatedMeasureBuilder
Change the name of the measure.
withName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingNamedSetDescription.INamedSetDescriptionBuilder
Sets the unique name of the named set.
withName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICubeDescriptionBuilder
Gives a name to the cube to build.
withName(String) - Method in interface com.activeviam.database.datastore.api.description.IReferenceDescriptionBuilder.IHasStores
Defines the unique name (within the base store) of the reference to build.
withName(String) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanAddOptions
Specifies the Jdbc source name, IJdbcSourceBuilder.DEFAULT_NAME by default.
withName(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder
Defines the name of the monitor.
withName(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder
 
withName(String, String) - Method in interface com.activeviam.activepivot.copper.api.MultiLevelHierarchyBuilder.Start
Sets the name of the hierarchy.
withNameAndExpression(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IBuildablePropertyInfoBuilder.IPropertyInfoBuilder
Chooses at once the name and expression when they are equal.
withNameAsExpression() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IBuildablePropertyInfoBuilder.INamedPropertyInfoBuilder
Chooses as expression the value that was given as name.
withNamedSet() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingNamedSetDescription
Begins defining the INamedSetDescription.
withNamedSet(ICanStartBuildingNamedSetDescription.ICanBuild<INamedSetDescription>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanHaveNamedSet
Adds a named set This method is a builder chaining simplification to avoid useless calls to build().
withNamedSet(INamedSetDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanHaveNamedSet
Adds a named set.
withNamedSets(INamedSetDescription...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanHaveNamedSet
Adds some named sets.
withNettyMessenger() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IMessengerDescriptionBuilder
Starts building a plugin description builder with the IMessengerDefinition.NETTY_PLUGIN_KEY pluginKey for the current messenger description.
withNoProperty() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IPluginDescriptionBuilder.PluginDescriptionBuilderWithKey
Finishes constructing this plugin description without providing any key.
withNullableField(String, String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanAddField
Adds a nullable field.
withNumaNodeSelector() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanSelectNumaBehavior
To specify which partition should be located on which NUMA node.
withNumaSelector(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder
Chooses the NUMA selector for the partitions of the built aggregate provider.
withoutAutoFactlessHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanBuildCubeDescription
Disables auto-factless hierarchies for this cube.
withoutBranchRestrictions() - Method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding.Builder
Uses a branch permissions manager that allows all users to create, read and edit all branches.
withoutCache() - Method in interface com.activeviam.activepivot.server.spring.api.content.ActivePivotContentServiceBuilder.ICanCache
The caching will not be enabled.
withoutDistributingFields() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IApplicationDescriptionBuilderWithId
Deprecated, for removal: This API element is subject to removal in a future version.
withoutDistributingLevels() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IApplicationDescriptionBuilderWithId
Creates an application without any distributing level.
withoutHierarchies() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IAggregationProcedureBuilder.ICanHaveHandledHierarchies
Indicates that the Aggregation Procedure does not manage any Analysis Hierarchy.
withoutKey() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanAddStaticKey
Tells the builder that this store does not have any keys.
withOutputType(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.BuildablePostProcessorBuilder
Sets the type of the results created by this post-processor.
withoutRangeSharing() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanChangeRangeSharing
Disables range sharing.
withoutRestrictions() - Static method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
Gets a BranchPermissionsManager which allows all users to create, read and edit all branches.
withoutWatcherService() - Static method in class com.activeviam.source.csv.api.FileSystemCsvTopicFactory
Creates a new factory instance without any watcher service.
withParameterFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the parameterField to the configuration.
withParent(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets parent.
withPartialProvider() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartPartialProvider
Start building a partial provider description.
withPartitioning(String) - Method in interface com.activeviam.tech.partitioning.api.builder.ICanPartition
Defines the partitioning of the store: which kind, on which field and how many partitions.
withPartitioning(String) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningDescriptionBuilderParentConnection
 
withPartitioningOn(String) - Method in interface com.activeviam.tech.partitioning.api.builder.ICanPartition
Defines a hierarchical partitioning with the root node using the given field.
withPartitioningOn(String) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveField
Sets the partitioning field of this node.
withPartitioningOn(String) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningDescriptionBuilderParentConnection
Begins defining a hierarchical partitioning for the parent builder.
withPartitioningOn(String) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
withPersistence() - Method in class com.activeviam.tech.contentserver.storage.api.builder.ContentServiceBuilder
Starts building a Content Service storing its data in a Database-like system.
withPivotEntitlement() - Method in interface com.activeviam.activepivot.server.intf.api.security.ICanHaveRoleEntitlements.ICanHavePivotEntitlement
Begins defining a pivot entitlement.
withPivotFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the pivotField} to the configuration.
withPluginKey(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IBuildablePropertyInfoBuilder.IHasExpressionPropertyInfoBuilder
Chooses the plugin key for this property.
withPluginKey(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription.IBuilderWithName
Sets the column plugin key.
withPluginKey(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICalculatedDrillthroughColumnSetDescriptionBuilder
Sets the plugin key.
withPluginKey(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.IPostProcessorBuilder
Sets the post-processor plugin key.
withPoolSize(int) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.ICanAddOptions
Specifies the size of the thread pool, IJdbcSourceBuilder.DEFAULT_POOL_SIZE by default.
withPort(int) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithRestInformation
Provides the host port through which this data cube's REST API can be accessed.
withPostProcessor(IPostProcessorDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures
Adds the description for a post-processor.
withPostProcessor(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures
Adds the description for a post-processor.
withPrefix(String...) - Method in interface com.activeviam.web.core.api.IUrlBuilder.IForPrefix
Adds prefix paths to the URL.
withProperties(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
 
withProperties(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withProperties(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IPluginDescriptionBuilder.PluginDescriptionBuilderWithKey
Gives the properties to use in this plugin description.
withProperties(Properties) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IPluginDescriptionBuilder.PluginDescriptionBuilderWithKey
Gives the properties to use in this plugin description.
withProperties(Properties) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanHaveAdditionalProperties
Adds some additional properties to this description.
withProperty(String, Object) - Method in interface com.activeviam.activepivot.copper.api.CopperPostProcessor
Sets the given property to this post-processor by specifying the key and the value.
withProperty(String, Object) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.BuildablePostProcessorBuilder
Adds a property that will be used to initialize the post-processor.
withProperty(String, Object) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IPluginDescriptionBuilder.PluginDescriptionBuilderWithKey
Adds a single property to the plugin description to build.
withProperty(String, Object) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IPluginDescriptionBuilder.PluginDescriptionBuilderWithProperty
Adds a single property to the plugin description to build.
withProperty(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IAggregationProcedureBuilder.IWithCompleteAggregationProcedure
Adds a property to the definition of the procedure.
withProperty(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.AggregateProviderBuilder
 
withProperty(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanHaveProperty
Puts a property to initialize the component.
withProperty(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription.ICanBuild
Adds a property.
withProperty(String, String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICanBuild
Adds a property.
withProperty(String, String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanHaveAdditionalProperties
Adds one additional property to this description.
withPropertyName(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingLevel.ICanBuildLevelBuilder
Sets the property name of the level (i.e. the selection field of the level).
withProtocol(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IDataClusterDescriptionBuilderWithRestInformation
Provides the protocol through which this data cube's REST API can be accessed.
withProtocolPath(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.distributed.IClusterDefinitionBuilder.IBuildableMessengerDescriptionBuilder
Specifies the path to the file containing the definition of the network stack for this messenger.
withPublisher(ITuplePublisher<I>) - Method in interface com.activeviam.source.common.api.IStoreMessageChannel
Install a tuple publisher on this channel.
withQueryExecutor() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanBuildCommonCubeDescription
Starts building the IActivePivotQueryExecutor description.
withRangeSharing() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanChangeRangeSharing
Enables the range sharing with an appropriate capacity.
withRangeSharing(int) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanChangeRangeSharing
Changes the range sharing capacity.
withReference(IReferenceDescription) - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription
Adds a reference in this schema description.
withRemovalSupport() - Method in interface com.activeviam.tech.aggregation.api.IGenericAggregationFunction
Returns the function that supports removal, i.e.
withRemovalSupport() - Method in class com.activeviam.tech.aggregation.api.impl.AAggregationFunction
 
withRemovalSupport() - Method in class com.activeviam.tech.aggregation.api.impl.AMultiSourceAggregationFunction
 
withRemovalSupport() - Method in class com.activeviam.tech.aggregation.api.udaf.AUserDefinedAggregateFunction
 
withRemovalSupport() - Method in class com.activeviam.tech.aggregation.api.udaf.AUserDefinedAggregateFunctionWithRemoval
 
withRemovalSupport(SerializableBiConsumer<IArrayReader, IWritableBuffer>) - Method in interface com.activeviam.activepivot.copper.api.CopperUserDefinedAggregateFunctionBuilder.CopperUserDefinedAggregateFunctionBuilderToAddRemovalSupport
Specifies the behaviour of the aggregation function when performing removal operations.
withResultLimit(int) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMdxContext.ICanSetResultLimit
Sets the result limit, which is the maximal number of cells in the results of queries.
withRootNode() - Method in class com.activeviam.tech.partitioning.api.builder.HierarchicalPartitioningDescriptionBuilder
Begins defining the description of the root node of the hierarchy, without a parent builder.
withRootNode(Supplier<ParentBuilderT>) - Method in class com.activeviam.tech.partitioning.api.builder.HierarchicalPartitioningDescriptionBuilder
Begins defining the description of the root node of the hierarchy, with a parent builder that can be reached via a consumer.
withRootPrivileges() - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Returns an instance of the service which will execute all its operations with the root privileges (i.e. all the content can be read and edited).
withRootPrivileges() - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Creates a new instance of the service with root privileges.
withSameDictionary(StoreField, StoreField) - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription
Ensures that 2 fields use the same dictionary.
withSameDictionary(String, String, String, String) - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription
Ensures that 2 fields use the same dictionary.
withSameLocalName() - Method in interface com.activeviam.directquery.api.schema.FieldDescription.INeedLocalNameFieldDescriptionBuilder
Sets the field local name to the same one as the one in the external database.
withSameLocalName() - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.INeedLocalMultiRowVectorTableNameBuilder
Sets the table local name to the same one as the one in the external database.
withSameLocalName() - Method in interface com.activeviam.directquery.api.schema.TableDescription.INeedLocalTableNameBuilder
Sets the table local name to the same one as the one in the external database.
withSchema() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSchema
Starts building a schema.
withSchema(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSchema
Starts building a schema with a given name.
withSelection(ISelectionDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IActivePivotManagerDescriptionBuilder.ActivePivotSchemaDescriptionBuilder
Gives the database selection to use in the schema to build.
withSelector(String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.INumaBehavior
Tells the builder to use the selector defined in the description.
withSelector(String[], IPartitioningFunctionDescription[]) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.INumaBehavior
Tells the builder to use the selector depending on the given onFields, and use the given withFunctions.
withSharedContextValue(IContextValue) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanAddSharedContextValue
Adds a shared context value to the current cube description.
withSharedContextValue(IContextValueBuilder.ICanBuild) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanAddSharedContextValue
Adds a context value to the entitlement.
withSharedContextValues(IContextValue...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanAddSharedContextValue
Adds a collection of shared context values to the cube description being currently built.
withSharedDrillthroughProperties() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanAddSharedContextValue
Begins defining the drillthrough properties.
withSharedMdxContext() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanAddSharedContextValue
Begins defining the mdx context.
withSharedSubCubeProperties() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanAddSharedContextValue
Begins defining sub cube properties.
withSingleLevelDimension(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingDimensions
Add a dimension with a single hierarchy with a single level, all with the same name.
withSingleLevelDimensions(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingDimensions
Adds multiple single level dimensions at once.
withSingleLevelDimensions(List<String>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingDimensions
Adds multiple single level dimensions at once.
withSingleLevelHierarchies(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingHierarchy
Adds multiple single level hierarchies at once.
withSingleLevelHierarchies(List<String>) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingHierarchy
Adds multiple single level hierarchies at once.
withSingleLevelHierarchy(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanStartBuildingHierarchy
Add a new hierarchy to the current dimension.
withSinglePartition() - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanHaveField
Indicates that this partitioning node has no partitioning rule and that it produces only one partition.
withSinglePartition() - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
withSize(int) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IAggregatesCacheDescriptionCompleteBuilder.AggregatesCacheDescriptionBuilder
Sets the total the number of (location,measure) pairs of all the aggregates that can be stored.
withSolveOrder(int) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedMember.ICanBuild
Set the solve order of the member.
withStatus(IKpiStatusDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets the status description.
withStore(IStoreDescription) - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescriptionBuilder
Adds a store to the schema description.
withStore(IStoreDescriptionBuilder.ICanBuild) - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescriptionBuilder
Adds a store to the schema description.
withStoreName(String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder
Names the store.
withStoreName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the storeName to the configuration.
withSubCubeProperties() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingSubCubeProperties
Begins defining sub cube properties.
withTableReaders(String...) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
 
withTableReaders(String...) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurityBuilder
Set the readers for all the fields in the table.
withTableReaders(List<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
 
withTableReaders(List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurityBuilder
Set the readers for all the fields in the table.
withTableWriters(String...) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
 
withTableWriters(String...) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurityBuilder
Set the writers for all the fields in the table.
withTableWriters(List<String>) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
 
withTableWriters(List<String>) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurityBuilder
Set the writers for all the fields in the table.
withTitle(String) - Method in interface com.qfs.snl.messages.IMessageBuilder
Sets the title of the message.
withTitle(String) - Method in class com.qfs.snl.messages.impl.BasicMessageBuilder
 
withTrailingSlash() - Method in interface com.activeviam.web.core.api.IUrlBuilder.IWithSlashOption
Marks the builder to add a / at the end of the URL.
withTrend(IKpiTrendDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets the trend description.
withType(int) - Method in interface com.activeviam.activepivot.copper.api.CopperPostProcessor
 
withType(int) - Method in interface com.activeviam.activepivot.copper.api.CopperTypableMeasure
Sets the type of the measure using the int representation.
withType(IDimension.DimensionType) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.IDimensionBuilder
Changes the type of the dimension.
withType(ILevelInfo.LevelType) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.dimension.ICanHaveLevelType
Sets the type of the level.
withType(String) - Method in interface com.activeviam.activepivot.copper.api.CopperPostProcessor
 
withType(String) - Method in interface com.activeviam.activepivot.copper.api.CopperTypableMeasure
Sets the type of the measure using the int representation.
withType(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.AggregateProviderBuilder
Give the IAggregateProvider type / plugin key.
withType(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IBuildableAggregateProviderDescriptionBuilder.PartialBuilder
Give the IAggregateProvider type / plugin key.
withType(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IOwnedMonitor
Sets the type of the monitor.
withType(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withUnderlyingFields(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingCalculatedDrillthroughColumnDescription.ICanBuild
Sets the underlying fields.
withUnderlyingLevels(LevelIdentifier, LevelIdentifier...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.IAggregationProcedureBuilder.ICanHaveUnderlyingLevels
Sets underlying levels considered by the procedure to process aggregated measures.
withUnderlyingMeasures(CopperMeasure...) - Method in interface com.activeviam.activepivot.copper.api.CopperPostProcessor
Sets the underlying measures for this post-processor.
withUnderlyingMeasures(CopperMeasure...) - Method in interface com.activeviam.activepivot.copper.api.experimental.database.DatabaseMeasureBuilder.DatabaseMeasureBuilderExpectingMeasures
Sets the underlying measures.
withUnderlyingMeasures(String...) - Method in interface com.activeviam.activepivot.copper.api.CopperPostProcessor
Sets the underlying measures for this post-processor.
withUnderlyingMeasures(String...) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures.BuildablePostProcessorBuilder
Set the underlying measures of the post-processor.
withUnknownColumnBehavior(IDrillthroughProperties.DrillthroughBehavior) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingDrillthroughProperties.ICanSetUnknownColumnBehavior
Sets the behavior of the drillthrough in case of unknown column.
withUpdateTimestamp() - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingMeasures
Starts customizing the IMeasureHierarchy.TIMESTAMP_ID native measure.
withValue(IKpiValueDescription) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingKpiDescription.IBuilderWithName
Sets the value description.
withValueFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the valueField to the configuration.
withValuePartitioningOn(String) - Method in interface com.activeviam.tech.partitioning.api.builder.ICanPartition
Adds a partitioning by value on the onField.
withValuePartitioningOn(String) - Method in interface com.activeviam.tech.partitioning.api.builder.IPartitioningNodeDescriptionBuilder.ICanAddSubPartitioning
Defines a new sub partitioning by value on the given field.
withValuePartitioningOn(String) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningDescriptionBuilderParentConnection
 
withValuePartitioningOn(String) - Method in class com.activeviam.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
 
withVectorBlockSize(int) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IKeyedVectorField
 
withVectorBlockSize(int) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IUnkeyedVectorField
 
withVectorBlockSize(int) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IVectorField
Internally, the vectors are stored within blocks of memory, and each of those blocks can hold the content of several vectors.
withVectorField(String, String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanAddField
Adds a vector field to the store.
withVectorField(String, String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IKeyed
 
withVectorField(String, String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IKeyedTaggable
 
withVectorField(String, String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.INamed
 
withVectorField(String, String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IUnkeyedTaggable
 
withVectorField(String, String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.IUnkeyedUntaggable
 
withVersion(String) - Method in interface com.activeviam.web.core.api.IUrlBuilder.IForVersion
Sets the targeted API version.
withWeight(String) - Method in interface com.activeviam.activepivot.core.intf.api.description.builder.ICanStartBuildingKpiDescription.ICanBuild
Sets the weight.
withWildErasureFieldName(String) - Method in class com.qfs.repository.impl.ParameterStoreConfiguration
Add the wildErasureField to the configuration.
withWorkflowScheme(String) - Method in interface com.qfs.snl.monitors.IMonitorBuilder.IBuildable
Configures a specific workflow scheme.
withWorkflowScheme(String) - Method in class com.qfs.snl.monitors.impl.MonitorBuilder.Builder
 
withXmlaAggregator(int) - Method in interface com.activeviam.activepivot.copper.api.CopperMeasure
Adds the XMLA property "measure aggregator" to this item.
WORKFLOW - Static variable in class com.qfs.snl.workflows.IWorkflowService.WorkflowEntities
Entity type for workflows on the workflow engine itself.
WorkflowConfig - Class in com.qfs.snl.workflows.impl
Class describing a workflow configuration.
WorkflowConfig(String, String, String) - Constructor for class com.qfs.snl.workflows.impl.WorkflowConfig
Full constructor.
workflowConfigChange(IWorkflowPayload, IEntityWorkflowConfiguration, IEntityWorkflowConfiguration) - Static method in class com.qfs.snl.workflows.impl.WorkflowPayloads
Creates a payload for actions related to workflow configurations.
WorkflowKey - Class in com.qfs.snl.workflows.impl
Basic POJO to create a compound key to store workflow configs in a map.
WorkflowKey(String, String) - Constructor for class com.qfs.snl.workflows.impl.WorkflowKey
Full constructor.
WorkflowMonitorResolver - Class in com.qfs.snl.workflows.impl
Resolver for workflow configuration for monitors.
WorkflowMonitorResolver(IMonitorService) - Constructor for class com.qfs.snl.workflows.impl.WorkflowMonitorResolver
Constructor.
workflowMonitorService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorServiceConfiguration
[Bean] Monitor service with workflows.
WorkflowMonitorService - Class in com.qfs.snl.monitors.impl
Class implementing an IMonitorService with a layer of workflows for validation and other actions.
WorkflowMonitorService(IMonitorService, IWorkflowService) - Constructor for class com.qfs.snl.monitors.impl.WorkflowMonitorService
Constructor.
WorkflowPayload - Class in com.qfs.snl.workflows.impl
Basic implementation of a workflow payload as a Map.
WorkflowPayload() - Constructor for class com.qfs.snl.workflows.impl.WorkflowPayload
 
WorkflowPayloads - Class in com.qfs.snl.workflows.impl
Class referencing all payloads used by ActiveMonitor components.
WorkflowProcess - Class in com.qfs.snl.workflows.impl
Class implementing a process wrapper.
WorkflowProcess(ProcessInstance, IWorkflowPayload) - Constructor for class com.qfs.snl.workflows.impl.WorkflowProcess
Constructor.
WorkflowProcessExecutorPlugins - Class in com.qfs.snl.workflows.process.impl
Class grouping all definitions of extended plugins for workflow process executions.
WorkflowProcessExecutorPlugins.AlertProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of IAlertProcessExecutor.
WorkflowProcessExecutorPlugins.EntityProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of IEventProcessExecutor.
WorkflowProcessExecutorPlugins.EventProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of IEventProcessExecutor.
WorkflowProcessExecutorPlugins.MonitorProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of IMonitorProcessExecutor.
WorkflowProcessExecutorPlugins.ParameterNameProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of IParameterNameProcessExecutor.
WorkflowProcessExecutorPlugins.ParameterProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of IParameterNameProcessExecutor.
WorkflowProcessExecutorPlugins.TypeProcessExecutorExtendedPlugin - Class in com.qfs.snl.workflows.process.impl
Extended plugin registering the core implementation of ITypeProcessExecutor.
WorkflowRestServiceController - Class in com.qfs.snl.rs.impl
The workflows rest service implementation.
WorkflowRestServiceController(IWorkflowService) - Constructor for class com.qfs.snl.rs.impl.WorkflowRestServiceController
Full constructor.
WorkflowSchema - Class in com.qfs.snl.workflows.impl
Basic implementation of a workflow schema.
WorkflowSchema(IWorkflowSchema) - Constructor for class com.qfs.snl.workflows.impl.WorkflowSchema
Copy constructor.
WorkflowSchema(String, Map<String, String>) - Constructor for class com.qfs.snl.workflows.impl.WorkflowSchema
Full constructor.
workflowSchemaDao() - Method in interface com.qfs.snl.cfg.IActiveMonitorPersistenceConfiguration
[Bean] DAO managing storage of workflow schemas.
workflowSchemaDao() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorHibernateConfiguration
 
WorkflowSchemaDto - Class in com.qfs.snl.dtos
DTO representing a workflow schema.
WorkflowSchemaDto(IWorkflowSchema) - Constructor for class com.qfs.snl.dtos.WorkflowSchemaDto
Copy constructor.
WorkflowSchemaDto(String, Map<String, String>, boolean) - Constructor for class com.qfs.snl.dtos.WorkflowSchemaDto
Full constructor.
workflowService() - Method in class com.qfs.snl.cfg.impl.ActiveMonitorRestServiceConfiguration
 
WorkflowStatistics - Class in com.qfs.snl.monitoring.impl
Provide some statistics about process completion.
WorkflowStatistics(String) - Constructor for class com.qfs.snl.monitoring.impl.WorkflowStatistics
Constructor.
WorkflowValidator - Class in com.qfs.snl.workflows.impl
Heavy class checking that BMPN are correctly defined for being used by ActiveMonitor.
WorkflowValidator() - Constructor for class com.qfs.snl.workflows.impl.WorkflowValidator
 
wrap(IContentTree<?>) - Static method in class com.activeviam.tech.contentserver.storage.api.SnapshotContentTree
Wraps the input IContentTree as a SnapshotContentTree.
wrap(Exception, String) - Static method in exception class com.activeviam.tech.core.api.exceptions.service.ServiceException
Wraps the specified exception with a ServiceException which will have the same status code.
WritableFieldPermission - Class in com.activeviam.activepivot.server.impl.api.database.config
Basic implementation for field permission.
WritableFieldPermission() - Constructor for class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
Constructor of WritableFieldPermission.
WritableFieldPermission(Set<String>, Set<String>) - Constructor for class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
Creates a new WritableFieldPermission instance.
write(int, int, Object) - Method in interface com.activeviam.tech.chunks.api.table.IWritableTable
Writes an Object into the specified cell.
write(int, int, Object) - Method in interface com.activeviam.tech.records.api.IWritableRecordBlock
Writes a value in the specified field.
write(int, IVector) - Method in interface com.activeviam.tech.chunks.api.arrays.IWritableBuffer
Writes a vector at the given position.
write(int, Object) - Method in interface com.activeviam.tech.chunks.api.arrays.IArrayWriter
Writes a piece of data at a position in the array.
write(int, Object) - Method in interface com.activeviam.tech.chunks.api.arrays.IWritableBuffer
Writes a piece of data at a position in the array.
write(int, Object) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
write(int, Object) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
write(ILocation, Object) - Method in interface com.activeviam.activepivot.core.intf.api.postprocessing.IPostProcessedRetrievalResultWriter
Utility method that allows writing a result at a given location.
write(Object) - Method in interface com.activeviam.tech.core.api.cell.ICellWriter
Writes a value.
write(String, Object[], Object) - Method in class com.activeviam.source.common.api.impl.AStoreMessage
 
write(String, Object[], Object) - Method in interface com.activeviam.source.common.api.IStoreMessage
Helper method to write a field into a tuple given the name of the field (name of the tuple column).
writeBoolean(boolean) - Method in interface com.activeviam.tech.core.api.cell.ICellWriter
Writes a boolean primitive value.
writeBoolean(int, boolean) - Method in interface com.activeviam.tech.chunks.api.arrays.IArrayWriter
Writes a boolean primitive value in the array.
writeBoolean(int, boolean) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
writeBoolean(int, boolean) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
writeBoolean(int, boolean) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
writeBoolean(int, int, boolean) - Method in interface com.activeviam.tech.chunks.api.table.IWritableTable
Writes a primitive boolean into the specified cell.
writeComplete(int) - Method in interface com.activeviam.tech.records.api.IWritableRecordBlock
Notifies this structure that we are done writing to the record stored at the given index.
writeDefault(IWritableCell) - Method in class com.activeviam.tech.chunks.api.types.FieldType
 
writeDefault(IWritableCell) - Method in interface com.activeviam.tech.chunks.api.types.IFieldType
Writes the undictionarized default value for the field into the cell.
writeDefault(IWritableRecordBlock<?>, int, int[], int) - Method in interface com.activeviam.tech.records.api.IRecordFormat
Writes the default value of a specific field into the records of a record block.
writeDefault(IWritableRecord, int) - Method in interface com.activeviam.tech.records.api.IRecordFormat
Writes the default value of a specific field into the given writable record that follows this RecordFormat.
writeDouble(double) - Method in interface com.activeviam.tech.core.api.cell.ICellWriter
Writes a double primitive value.
writeDouble(int, double) - Method in interface com.activeviam.tech.chunks.api.arrays.IArrayWriter
Writes a double primitive value in the array.
writeDouble(int, double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
writeDouble(int, double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
writeDouble(int, double) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
writeDouble(int, int, double) - Method in interface com.activeviam.tech.chunks.api.table.IWritableTable
Writes a primitive double into the specified cell.
writeExternal(ObjectOutput) - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
writeExternal(ObjectOutput) - Method in class com.activeviam.activepivot.server.intf.api.dto.AggregateDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisPositionDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughHeaderDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughResultDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughRowDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.activepivot.server.intf.api.dto.Path
 
writeExternal(ObjectOutput) - Method in class com.activeviam.tech.dictionaries.avinternal.Dictionary
Simply writes the keys in order.
writeExternal(ObjectOutput) - Method in class com.qfs.snl.agent.mdx.impl.SentinelStreamEvent
 
writeFloat(float) - Method in interface com.activeviam.tech.core.api.cell.ICellWriter
Writes a float primitive value.
writeFloat(int, float) - Method in interface com.activeviam.tech.chunks.api.arrays.IArrayWriter
Writes a float primitive value in the array.
writeFloat(int, float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
writeFloat(int, float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
writeFloat(int, float) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
writeFloat(int, int, float) - Method in interface com.activeviam.tech.chunks.api.table.IWritableTable
Writes a primitive float into the specified cell.
writeFromCell(IReadableCell) - Method in interface com.activeviam.tech.core.api.cell.ICellWriter
Copies the data of a cell into this cell.
writeFromCell(IReadableCell) - Method in interface com.activeviam.tech.core.api.cell.IWritableCell
 
writeInt(int) - Method in interface com.activeviam.tech.core.api.cell.ICellWriter
Writes an int primitive value.
writeInt(int, int) - Method in interface com.activeviam.tech.chunks.api.arrays.IArrayWriter
Writes an int primitive value in the array.
writeInt(int, int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
writeInt(int, int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
writeInt(int, int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
writeInt(int, int, int) - Method in interface com.activeviam.tech.chunks.api.table.IWritableTable
Writes a primitive int into the specified cell.
writeLong(int, int, long) - Method in interface com.activeviam.tech.chunks.api.table.IWritableTable
Writes a primitive long into the specified cell.
writeLong(int, long) - Method in interface com.activeviam.tech.chunks.api.arrays.IArrayWriter
Writes a long primitive value in the array.
writeLong(int, long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AReadOnlyVector
 
writeLong(int, long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.AVector
 
writeLong(int, long) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
writeLong(long) - Method in interface com.activeviam.tech.core.api.cell.ICellWriter
Writes a long primitive value.
writeNull() - Method in interface com.activeviam.tech.core.api.cell.ICellWriter
Writes a null value.
writeReplace() - Method in interface com.activeviam.tech.aggregation.api.IGenericAggregation
Returns the custom serializer for aggregations.
writeReplace() - Method in class com.activeviam.tech.aggregation.api.impl.AAggregation
 
writeReplace() - Method in class com.activeviam.tech.aggregation.api.impl.AMultiSourceAggregation
 
writeStarted(int) - Method in interface com.activeviam.tech.records.api.IWritableRecordBlock
Notifies this structure that we have started to write to the record stored at the given index.
WS_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the Websocket endpoint autoconfiguration.
WsMonitorUpdatesDto - Class in com.qfs.snl.dtos.ws
DTO notifying of monitor updates through a WebSocket.
WsMonitorUpdatesDto(MonitorUpdatesDto) - Constructor for class com.qfs.snl.dtos.ws.WsMonitorUpdatesDto
Full constructor.
WsStatisticUpdatesDto - Class in com.qfs.snl.dtos.ws
DTO notifying of changes in monitor statistics through a WebSocket.
WsStatisticUpdatesDto(Map<Long, Map<String, Long>>) - Constructor for class com.qfs.snl.dtos.ws.WsStatisticUpdatesDto
Full constructor.

X

XMLA_DESCRIPTION - Static variable in interface com.activeviam.activepivot.core.intf.api.cube.hierarchy.IOlapElement
The key of a property that will be used as XMLA description for this element if set.
XMLA_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the XMLA endpoint autoconfiguration.
XMLA_SECURITY_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the XMLA endpoint security autoconfiguration.
XmlaSecurityDsl - Class in com.activeviam.web.spring.api.security.dsl
A special DSL to configure the security for the XMLA endpoint of Atoti applications.
XmlaSecurityDsl() - Constructor for class com.activeviam.web.spring.api.security.dsl.XmlaSecurityDsl
 

Z

ZeroVector - Class in com.activeviam.tech.chunks.api.vectors.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ZIP - Enum constant in enum class com.activeviam.source.csv.api.IFileInfo.FileType
A compressed file in zip format.
ZIP_SUFFIX - Static variable in interface com.activeviam.source.csv.api.IFileInfo
Suffix for ZIP files.
ZONED_DATE_TIME - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
ZONED_DATE_TIME - Static variable in interface com.activeviam.tech.core.api.format.IParser
ZonedDateTime field parser key.
ZONED_DATE_TIME_DEFAULT_PATTERN - Static variable in interface com.activeviam.tech.core.api.format.IParser
Default pattern for the IParser.ZONED_DATE_TIME parser, to match DateTimeFormatter.ISO_ZONED_DATE_TIME.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form