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

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.
AAuthenticator - Class in com.activeviam.web.core.api
Abstract producer of the value for an HTTP Authorization header, used to authenticate against remote servers.
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.
ABasicAuthenticator - Class in com.activeviam.web.core.api
Basic-authentication Authorization header value producer (Basic + Base64 of user:password).
ABasicAuthenticator() - Constructor for class com.activeviam.web.core.api.ABasicAuthenticator
 
ABroadcastMessage<AnswerT> - 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(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(IJdbcSourceHealthEventHandler) - Method in class com.activeviam.source.jdbc.api.observability.JdbcRowFailureEvent
 
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 fewer 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.
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.
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 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.
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.
ACTIVEMONITOR_AGENT_LIVE_URL_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
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
Property that defines the url for the connection of a ActiveMonitor agent.
ACTIVEMONITOR_LOGGING_THRESHOLD_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property to set 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
Property to set the maximum poll period of the ActiveMonitor Daemon (in seconds).
ACTIVEMONITOR_POLL_PERIOD_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property to set the poll period 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.
ACTIVEPIVOT_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the Atoti services autoconfiguration.
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.
activePivotContentService() - Method in interface com.activeviam.activepivot.server.spring.api.config.IActivePivotContentServiceConfig
Deprecated.
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
Terminal builder step that builds the IActivePivotContentService.
ActivePivotContentServiceBuilder.IAPCSBuilderWithInit - Interface in com.activeviam.activepivot.server.spring.api.content
Builder step exposing both the build operation and the optional initialization step.
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
Builder step that initializes the content service before it can be filled and used.
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, List) - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.ActivePivotDiscovery
Creates a new ActivePivotDiscovery instance.
activePivotManager() - Method in interface com.activeviam.activepivot.server.spring.api.config.IActivePivotConfig
Deprecated.
Build the ActivePivot Manager of the application.
activePivotManager() - Method in class com.activeviam.directquery.application.api.spring.ADirectQueryApplicationConfig
 
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.
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) - Constructor for class com.activeviam.tech.partitioning.api.AdaptivePartitioningDescription
Constructor.
add(String, Object...) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionalWriter
Adds a tuple to a store.
add(String, String, Class) - Method in interface com.activeviam.tech.core.api.registry.IExtendedPlugin
Registers an extended plugin value class in this extended plugin.
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_ROWS_WITHOUT_FIXING_BROKEN_JOINS - 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.
addAlias(String, Set) - Method in interface com.activeviam.source.common.api.foundry.configurator.IAliasesConfigurator
Defines an alias for a set of topics.
addAll(String, Collection) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionalWriter
Adds multiple tuples to a store.
addCalculator(IFieldCalculator) - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Adds a channel-level calculator.
addCalculator(String, IFieldCalculator) - Method in interface com.activeviam.source.common.api.foundry.configurator.IDataLoadConfigurator
Adds a table-level calculator that will be inherited by all channels targeting the specified table.
addChannel(String, String) - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelsConfigurator
Adds a new channel for loading data into a specific table.
addColumnRenames(Map) - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Adds column renames to this channel.
addColumnRenames(Map) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Sets column renames at the topic level.
addColumnRenames(Map) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ILocalCsvTopicConfigurator
 
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.
addField(IFieldDescription) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.ITableConfigurator
Adds a new field to this table.
addField(IFieldDescription) - Method in interface com.activeviam.database.datastore.avinternal.foundry.core.configurator.IInternalTableConfigurator
 
addFieldPermission(String, List, List) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
 
addFieldPermission(String, List, List) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurityBuilder
Add permission for a specific field in the table.
addFieldReaders(String, List) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
addFieldReaders(String, List) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IWritableTablePermissions
Adds readers for a specific field.
addFieldWriters(String, List) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
addFieldWriters(String, List) - 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) - 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) - Method in class com.activeviam.directquery.application.api.Application.ApplicationBuilder
Sets additional aggregate tables and returns the updated builder.
addJoin(IReferenceDescription) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IDatabaseConfigurator
Adds a new join.
addJoin(IReferenceDescription) - Method in interface com.activeviam.database.datastore.avinternal.foundry.core.configurator.IInternalDatabaseConfigurator
 
addJoin(JoinDescription) - Method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryConfigurator
Adds a new join between two external tables.
addKeyFields(String...) - Method in interface com.activeviam.database.datastore.avinternal.foundry.core.configurator.IInternalTableConfigurator
Adds the given fields to the existing list of key fields.
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.
addLong(int, long) - Method in interface com.activeviam.tech.chunks.api.arrays.IArrayWriter
Adds an 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
 
addMappingToJoin(String, String, ITableJoin.FieldMapping...) - Method in interface com.activeviam.database.datastore.avinternal.foundry.core.configurator.IInternalDatabaseConfigurator
Appends mappings to an existing join.
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.
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.
addReaders(List) - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IWritableFieldPermission
Add reader roles to this field.
addReaders(List) - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
 
addRecords(ITransactionRecordBlock) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Adds multiple records to a table.
addRequiredFields(Collection) - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Adds required fields for this channel.
address() - Method in record class com.activeviam.activepivot.dist.common.impl.avinternal.communication.CubeIdentifier
Returns the value of the address record component.
address() - Method in record class com.activeviam.activepivot.dist.impl.avinternal.LogicalRemoteAddress
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.
addSecondaryIndex(String...) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator
Adds a secondary index on the given group of fields.
addSecondaryIndex(Set) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator
Adds a secondary index on the given group of fields.
addStream(String, String, Map) - 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.
addTable(IStoreDescription) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IDatabaseConfigurator
Adds a new table.
addTable(IStoreDescription) - Method in interface com.activeviam.database.datastore.avinternal.foundry.core.configurator.IInternalDatabaseConfigurator
 
addTable(ATableDescription) - Method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryConfigurator
Declares a new external table.
addTableReaders(List) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
addTableReaders(List) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IWritableTablePermissions
Adds a list of readers.
addTableWriters(List) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
addTableWriters(List) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IWritableTablePermissions
Adds a list of writers.
addTopic(ICsvTopic) - Method in interface com.activeviam.source.csv.api.ICsvSource
Add a new topic to the source.
addTopic(JdbcTopic) - 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.
addTopic(String, Class) - Method in interface com.activeviam.source.common.api.foundry.configurator.ITopicsConfigurator
Adds a new topic with the specified type.
addTransactionListener(ITransactionListener) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Adds a new transaction listener.
addTrigger(String, IDataOperationTrigger) - Method in interface com.activeviam.source.common.api.foundry.configurator.ITriggersConfigurator
Adds a trigger under a DLC-unique name.
addWorkLoad(IMessageChannel, List) - 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) - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IWritableFieldPermission
Add writer roles to this field.
addWriters(List) - 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
Propose 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.
ADoubleHistory - Class in com.activeviam.tech.aggregation.api.history
Abstract implementation of IHistory whose results are Double.
ADoubleHistory() - Constructor for class com.activeviam.tech.aggregation.api.history.ADoubleHistory
 
AEntityPath<EntityT> - Class in com.activeviam.cloud.common.api.entity.impl
Reference on an object stored in the cloud.
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.
AFloatHistory - Class in com.activeviam.tech.aggregation.api.history
Abstract implementation of IHistory whose results are Float.
AFloatHistory() - Constructor for class com.activeviam.tech.aggregation.api.history.AFloatHistory
 
afterPropertiesSet() - Method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider
 
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.
agg(String, List, List) - 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.
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) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.AggregateDTO
Constructor.
aggregateRetrievals(List) - 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.
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_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to Atoti Server's aggregation.
AggregationTypeUtils - Class in com.activeviam.tech.aggregation.api
Utility class to compute the output type of multi-sources aggregations.
AHeaderTranslator<T> - Class in com.activeviam.source.csv.api.translator
Base class for translator detecting the columns to parse from header lines.
AIndexedColumnCalculator<ContextT> - Class in com.activeviam.source.common.api.impl
Base class for a column calculator using the position of the column to produce.
AIntegerHistory - Class in com.activeviam.tech.aggregation.api.history
Abstract implementation of IHistory whose results are Integer.
AIntegerHistory() - Constructor for class com.activeviam.tech.aggregation.api.history.AIntegerHistory
 
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.
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
 
aliases() - Method in interface com.activeviam.source.common.api.foundry.configurator.IDataLoadConfigurator
Gets the aliases configurator for managing topic aliases.
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.
allDiscoveriesApplied() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Check whether all discoveries have been applied or not.
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) - 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.
ALongHistory - Class in com.activeviam.tech.aggregation.api.history
Abstract implementation of IHistory whose results are Long.
ALongHistory() - Constructor for class com.activeviam.tech.aggregation.api.history.ALongHistory
 
ALWAYS_UPDATE - Static variable in class com.activeviam.database.datastore.api.description.impl.DuplicateKeyHandlers
Handler that always update with the last received record.
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.
AMultiSourceAggregation - Class in com.activeviam.tech.aggregation.api.impl
Base class for multi source aggregations.
AMultiSourceAggregation(List, 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.
and(List) - 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...) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing an AND condition.
AndColumnCondition - Class in com.activeviam.directquery.application.api.refresh.condition
Logical AND combination of other conditions.
AndColumnCondition(List) - 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) - Constructor for class com.activeviam.tech.core.api.filtering.impl.AndCondition
Constructor.
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(SerializableFunction) - Method in interface com.activeviam.tech.core.api.function.SerializableFunction
 
andThen(Function) - Method in interface com.activeviam.tech.core.api.function.SerializableFunction
 
Answer - Interface in com.activeviam.activepivot.dist.common.impl.avinternal.communication
Answer sent by a node in response to a Request.
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.
append(IMessageChunk) - Method in interface com.activeviam.source.common.api.IMessage
Append a message chunk into this message.
append(IMessageChunk) - 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.ApplicationBuilder<DatabaseSettingsT> - Class in com.activeviam.directquery.application.api
The builder for the application.
ApplicationDispatchingData(String, Map) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.ApplicationDispatchingData
Creates a new ApplicationDispatchingData instance.
applicationName(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.ApplicationDispatchingData.ApplicationDispatchingDataBuilder
The name of 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
 
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.
AProperty - Class in com.activeviam.tech.core.api.property.impl
Base class for properties.
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
 
arePathsEqual(String, String) - Static method in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
Compare to content server's paths, normalizing them first.
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.
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, 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, 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
Utility 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.
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.
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.
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.
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.
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.
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.
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.
ATableDescription - Class in com.activeviam.directquery.api.schema
 
ATableDescription.IGenericTableDescriptionBuilder - Interface in com.activeviam.directquery.api.schema
Builder for the table description.
ATOTI_SERVER - Static variable in class com.activeviam.tech.core.api.logger.LoggerConstants
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.
attachChannel(String) - Method in interface com.activeviam.source.common.api.foundry.configurator.ITopicConfigurator
Attaches an existing channel to this topic so that the topic feeds it.
attachChannel(String) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
 
attachChannel(String) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ILocalCsvTopicConfigurator
 
attachChannel(String) - Method in interface com.activeviam.source.jdbc.api.foundry.configurator.IJdbcTopicConfigurator
 
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.
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
 
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
 
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) - Constructor for class com.activeviam.source.common.api.impl.AutoCommitTuplePublisher
 
AutoCommitTuplePublisher(TuplePublisher) - Constructor for class com.activeviam.source.common.api.impl.AutoCommitTuplePublisher
Constructor.
AutoCommitTuplePublisher(ITuplePublisher, 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) - Constructor for class com.activeviam.source.common.api.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
Constructor which default to inserting the data.
AutoHandleDatastoreSchemaAlterationsTuplePublisher(IDatastore, Collection, boolean) - Constructor for class com.activeviam.source.common.api.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
Full constructor.
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 interface com.activeviam.tech.chunks.api.vectors.IVector
Computes the mean of a vector, i.e. the arithmetic average of its components.
avg(FieldPath, String, String) - Static method in class com.activeviam.directquery.api.MeasureMapping
Creates a mapping for a pre-aggregated average.
AVG_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for average aggregation function.
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.
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.
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.
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
 
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, List, 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, List, RangeDTO, List, int[]) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Creates a new AxisDTO instance.
AxisDTO(int, List, List, List, 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) - 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) - 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
Property configuring 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
Property configuring 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.
AzureBlobChannelFactory - Class in com.activeviam.cloud.azure.api
ICloudEntityChannelFactory that creates channels for reading Azure Blob Storage entities.
AzureBlobChannelFactory(CloudFetchingConfig, ExecutorService) - Constructor for class com.activeviam.cloud.azure.api.AzureBlobChannelFactory
Creates a new AzureBlobChannelFactory instance.
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
Deprecated, for removal: This API element is subject to removal in a future version.
AzureEncryptedBlobPath(BlobServiceClient, String, String, String, AsyncKeyEncryptionKey, AsyncKeyEncryptionKeyResolver) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureEncryptedBlobPath
Deprecated, for removal: This API element is subject to removal in a future version.
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
Deprecated, for removal: This API element is subject to removal in a future version.
AzureEncryptedCloudDirectory(BlobServiceClient, String, String, AsyncKeyEncryptionKey, AsyncKeyEncryptionKeyResolver, String) - Constructor for class com.activeviam.cloud.azure.api.storage.entity.impl.AzureEncryptedCloudDirectory
Deprecated, for removal: This API element is subject to removal in a future version.
Use AzureEncryptedCloudDirectory.create(BlobServiceClient, String, EncryptedBlobClientBuilder) instead
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.
baseConditionToMap(ICondition) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Converts a base condition to a serializable map.
baseExtendedPluginContribution(Class) - Method in interface com.activeviam.tech.core.avinternal.contributions.IRegistryContributor
Creates a contribution contributing a default empty extended plugin for the interface.
basePluginContribution(Class) - Method in interface com.activeviam.tech.core.avinternal.contributions.IRegistryContributor
Creates a contribution contributing a default empty plugin for the interface.
BaseProperty - Class in com.activeviam.tech.core.api.property.impl
Multiple purpose, dynamic implementation of the IProperty contract.
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) - 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, List) - Constructor for class com.activeviam.tech.contentserver.storage.api.BasicJsonContentEntry
Constructor for backward compatibility.
BasicJsonContentEntry(String, boolean, List, List) - Constructor for class com.activeviam.tech.contentserver.storage.api.BasicJsonContentEntry
Creates a new BasicJsonContentEntry instance.
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 } }.
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) - 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 - 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.
BlockOptions - Class in com.activeviam.database.datastore.api.transaction.advanced
BlockOptions.BlockOptionsBuilder - Class in com.activeviam.database.datastore.api.transaction.advanced
 
BOOLEAN - Enum constant in enum class com.activeviam.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
Boolean content.
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.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
Boolean array content.
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.
bottomK(int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
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 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.
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, Set) - Constructor for class com.activeviam.tech.mvcc.api.security.impl.BranchPermissions
Constructor.
branchPermissionsManager() - Method in interface com.activeviam.activepivot.server.spring.api.config.IActivePivotBranchPermissionsManagerConfig
Deprecated.
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, Set, Set) - 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.
broadcast(IBroadcastMessage, 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, 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.
BroadcastEnvelope<MessageT> - Class in com.activeviam.activepivot.dist.impl.avinternal.messenger.message
An envelope for a broadcast message containing additional information such as the broadcasting address and the trace context.
BroadcastEnvelope(MessageT, LogicalRemoteAddress) - Constructor for class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
BroadcastEnvelope(MessageT, LogicalRemoteAddress, SpanContext) - Constructor for class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
BUFFER_SIZE - Static variable in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Global setting for the buffer size in Kb.
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 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.QueryDispatchingData.ApplicationDispatchingData.ApplicationDispatchingDataBuilder
 
build() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.CubeDispatchingData.CubeDispatchingDataBuilder
 
build() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.QueryDispatchingDataBuilder
 
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.datastore.api.transaction.advanced.BlockOptions.BlockOptionsBuilder
 
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(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.
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.QueryDispatchingData.ApplicationDispatchingData
 
builder() - Static method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData
 
builder() - Static method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.CubeDispatchingData
 
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.datastore.api.transaction.advanced.BlockOptions
 
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) - 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.
buildProcedure(JsonNode, IUpdateWhereContext, IServiceJsonHelper) - Method in interface com.activeviam.activepivot.server.impl.api.database.IUpdateWhereProcedureFactory
Build the update where procedure and selection.

C

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.
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
The name of the cache, must be unique.
CachePartition - Record Class in com.activeviam.directquery.api.cache
Represent a partition of a cache table.
CachePartition(List) - 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) - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription.SingleTableCacheDescriptionBuilder
The list of fields used in the cache partitioning.
calculatedDrillthroughColumn() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts defining a ICalculatedDrillthroughColumnDescription.
calculatedDrillthroughColumnSet() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts defining a ICalculatedDrillthroughColumnSetDescription.
calculatedMember() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Creates a builder for ICalculatedMemberDescription.
Calculator Inheritance Model - Section in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
 
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.
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
 
CancellationUtils - Class in com.activeviam.tech.concurrency.api.interrupt
Contain all static utilities for cancelable tasks.
canCreateBranch(Set) - 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) - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
 
canCreateBranch(Set) - Method in class com.activeviam.tech.mvcc.api.security.impl.CachedBranchPermissionsManager
 
canDeleteBranch(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 delete the given branch, false otherwise.
canEditBranch(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 edit the given branch, false otherwise.
canRead() - Method in interface com.activeviam.tech.contentserver.storage.api.IPathlessContentEntry
Whether or not the current user can read this entry.
canRead(Set) - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IFieldPermission
Check if a user can read a field.
canRead(Set) - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
 
canReadBranch(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 read the given branch, false otherwise.
canReadField(String, Set) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
canReadField(String, Set) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITablePermissions
Check if a user can read a field.
canWrite() - Method in interface com.activeviam.tech.contentserver.storage.api.IPathlessContentEntry
Whether or not the current user can write this entry.
canWrite(Set) - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IFieldPermission
Check if a user can update a field.
canWrite(Set) - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
 
canWriteField(String, Set) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
canWriteField(String, Set) - 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
The cache capacity.
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.
CASE_INSENSITIVE_LEXICOGRAPHICAL_ORDER_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the case-insensitive lexicographical order comparator.
CASE_INSENSITIVE_NATURAL_ORDER_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the case-insensitive implementation of INaturalOrderComparator in ascending order.
cast(Object) - Method in class com.activeviam.source.common.api.foundry.configurator.SettingKey
Casts a value to this key's type.
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) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.CatalogDiscovery
Constructor.
CatalogDiscovery(String, List) - 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) - 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) - 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, List, List) - Constructor for class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Constructor without cell properties.
CellSetDTO(List, AxisDTO, List, List, List) - 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, List) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Changes who can see and edit the member.
changeCalculatedMembersDirectoryPermissions(List, List) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Change the permissions on the directory containing the calculated members.
changeCsvTopicType(Class) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Changes the concrete CSV topic type while preserving CSV-level configuration (channel attachments, column renames, CSV parsing options, etc.).
changedContextValues(List) - 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.
changeFieldType(String, String, ICellFunction) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.ITableConfigurator
Changes the type of the given field.
changeFieldType(String, String, ICellFunction) - Method in interface com.activeviam.database.datastore.avinternal.foundry.core.configurator.IInternalTableConfigurator
 
changeKpiDirectoryPermissions(List, List) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Change the permissions on the directory containing the KPIs.
changeKpiPermissions(String, String, List, List) - 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, List) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Changes who can see and edit the set.
changePermissions(String, List, List) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Changes the permissions for a given file.
changeSetDirectoryPermissions(List, List) - 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
Describes the type of data change that occurred in a table of the external database.
channel(String) - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelsConfigurator
Gets the configurator for an existing channel by channel name.
channels() - Method in interface com.activeviam.source.common.api.foundry.configurator.IDataLoadConfigurator
Gets the configurator for the channels of this DLC.
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(Charset) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Sets the character encoding for CSV files.
charset(Charset) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ILocalCsvTopicConfigurator
 
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.
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.
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.
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.
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.
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
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
Property that configures the chunk garbage collection factor of the application.
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) - 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.
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(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.
clearDb() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Clear the underlying database.
clearEventHandlers() - Method in interface com.activeviam.tech.observability.api.health.IHealthEventDispatcher
Removes all the handlers from this dispatcher.
clearHandlers() - Static method in interface com.activeviam.tech.observability.api.health.IHealthEventDispatcher
Remove all the handlers from the dispatcher IHealthEventDispatcher.INSTANCE.
clearPendingStateAndStopListening() - Method in class com.activeviam.source.csv.api.ACsvTopic
 
clearPendingStateAndStopListening() - Method in class com.activeviam.source.csv.api.AFileSystemCsvTopic
 
clearPendingStateAndStopListening() - Method in interface com.activeviam.source.csv.api.ICsvTopic
Clears all pending updates, stops the polling scheduler, and unregisters all listeners.
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(ISecurityDetails) (possibly null, meaning that this thread becomes unauthentified).
clearSecurityDetails() - Method in class com.activeviam.web.spring.api.security.SpringSecurityFacade
 
clone() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
clone() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
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 interface com.activeviam.tech.chunks.api.vectors.IVector
Clones this vector.
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.concurrency.api.interrupt.IInterruptor.Registration
 
close() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Closes this history.
close() - Method in interface com.activeviam.tech.records.api.ICursor
 
closeCallback(Runnable) - Method in class com.activeviam.source.csv.api.CsvSourceBuilder
Sets the callback that will be called upon csv source closure.
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, CsvParserConfiguration, ICloudCsvDataProviderFactory, ICloudDirectory, String) - Constructor for class com.activeviam.cloud.common.api.source.csv.impl.CloudDirectoryCsvTopic
Constructor for topic without update.
CloudDirectoryCsvTopic(String, CsvParserConfiguration, ICloudCsvDataProviderFactory, ICloudDirectory, String, int) - Constructor for class com.activeviam.cloud.common.api.source.csv.impl.CloudDirectoryCsvTopic
Constructor for topic with updates.
CloudDirectoryCsvTopic(String, CsvParserConfiguration, ICloudCsvDataProviderFactory, ICloudDirectory, 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, CsvParserConfiguration, ICloudCsvDataProviderFactory, ICloudEntityPath) - Constructor for class com.activeviam.cloud.common.api.source.csv.impl.CloudEntityCsvTopic
Constructor for topic without update.
CloudEntityCsvTopic(String, CsvParserConfiguration, ICloudCsvDataProviderFactory, ICloudEntityPath, 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.CloudFetchingConfigBuilder - Class in com.activeviam.cloud.common.api
Builder for CloudFetchingConfig.
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, CsvParserConfiguration, ICloudCsvDataProviderFactory, Set) - Constructor for class com.activeviam.cloud.common.api.source.csv.impl.CloudMultipleEntitiesCsvTopic
Constructor for topic without update.
CloudMultipleEntitiesCsvTopic(String, CsvParserConfiguration, ICloudCsvDataProviderFactory, Set, int) - Constructor for class com.activeviam.cloud.common.api.source.csv.impl.CloudMultipleEntitiesCsvTopic
Constructor for topic with updates.
clusteringFieldNames(Set) - Method in interface com.activeviam.directquery.api.schema.ATableDescription.IGenericTableDescriptionBuilder
Sets the clustering fields.
clusteringFieldNames(Set) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IBuildableMultiRowVectorTableDescriptionBuilder
Sets the clustering fields.
clusteringFieldNames(Set) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
 
clusteringFieldNames(Set) - Method in interface com.activeviam.directquery.api.schema.TableDescription.IBuildableTableDescriptionBuilder
Sets the clustering fields.
clusteringFieldNames(Set) - 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
 
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[], Map) - Constructor for class com.activeviam.source.common.api.impl.ColumnCalculationContext
Constructor.
columnNames() - Method in record class com.activeviam.source.jdbc.api.JdbcTypesMetaData
 
columnParser(String, String) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Sets the parser plugin key for a specific column.
columnParser(String, String) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ILocalCsvTopicConfigurator
 
columnParser(String, Function) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Sets a custom parser for a specific column without going through the IParser plugin registry.
columnParser(String, Function) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ILocalCsvTopicConfigurator
 
com.activeviam.activepivot.core.datastore.api.builder - package com.activeviam.activepivot.core.datastore.api.builder
 
com.activeviam.activepivot.core.datastore.api.foundry.config - package com.activeviam.activepivot.core.datastore.api.foundry.config
New API to configure the data model.
com.activeviam.activepivot.core.datastore.avinternal.foundry.config - package com.activeviam.activepivot.core.datastore.avinternal.foundry.config
 
com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder - package com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder
 
com.activeviam.activepivot.core.ext.api.postprocessing.directquery - package com.activeviam.activepivot.core.ext.api.postprocessing.directquery
 
com.activeviam.activepivot.dist.common.impl.avinternal.communication - package com.activeviam.activepivot.dist.common.impl.avinternal.communication
 
com.activeviam.activepivot.dist.datanode.impl.api.cube - package com.activeviam.activepivot.dist.datanode.impl.api.cube
 
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.avinternal - package com.activeviam.activepivot.dist.impl.avinternal
 
com.activeviam.activepivot.dist.impl.avinternal.communication - package com.activeviam.activepivot.dist.impl.avinternal.communication
 
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.observability - package com.activeviam.activepivot.server.impl.api.observability
 
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.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.server.spring.avinternal.foundry.config - package com.activeviam.activepivot.server.spring.avinternal.foundry.config
 
com.activeviam.activepivot.xmla.intf.api - package com.activeviam.activepivot.xmla.intf.api
 
com.activeviam.cloud.aws.api - package com.activeviam.cloud.aws.api
 
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 - package com.activeviam.cloud.azure.api
 
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 - package com.activeviam.cloud.google.api
 
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.foundry.core.configurator - package com.activeviam.database.datastore.api.foundry.core.configurator
 
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.advanced - package com.activeviam.database.datastore.api.transaction.advanced
 
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.datastore.avinternal.foundry.core.configurator - package com.activeviam.database.datastore.avinternal.foundry.core.configurator
 
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.foundry.configurator - package com.activeviam.directquery.application.api.foundry.configurator
 
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.directquery.application.avinternal.spring - package com.activeviam.directquery.application.avinternal.spring
 
com.activeviam.source.common.api - package com.activeviam.source.common.api
 
com.activeviam.source.common.api.foundry.config - package com.activeviam.source.common.api.foundry.config
 
com.activeviam.source.common.api.foundry.configurator - package com.activeviam.source.common.api.foundry.configurator
 
com.activeviam.source.common.api.foundry.operation - package com.activeviam.source.common.api.foundry.operation
 
com.activeviam.source.common.api.foundry.transform - package com.activeviam.source.common.api.foundry.transform
 
com.activeviam.source.common.api.foundry.trigger - package com.activeviam.source.common.api.foundry.trigger
 
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.common.avinternal.foundry.config - package com.activeviam.source.common.avinternal.foundry.config
 
com.activeviam.source.csv.api - package com.activeviam.source.csv.api
 
com.activeviam.source.csv.api.foundry.configurator - package com.activeviam.source.csv.api.foundry.configurator
 
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.foundry.calculator - package com.activeviam.source.jdbc.api.foundry.calculator
 
com.activeviam.source.jdbc.api.foundry.configurator - package com.activeviam.source.jdbc.api.foundry.configurator
 
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.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.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.util - package com.activeviam.tech.core.api.util
 
com.activeviam.tech.core.api.version - package com.activeviam.tech.core.api.version
 
com.activeviam.tech.core.avinternal.contributions - package com.activeviam.tech.core.avinternal.contributions
 
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.logging.logback.api - package com.activeviam.tech.logging.logback.api
 
com.activeviam.tech.logging.logback.spring.api - package com.activeviam.tech.logging.logback.spring.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.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.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
 
CommentGenerator - Interface in com.activeviam.database.sql.api.query
Generator of comments to be injected within the SQL query.
commitTransaction() - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Commits the current transaction.
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
CommunicationRegistration - Class in com.activeviam.activepivot.dist.impl.avinternal.communication
Creates a MessageSender for generic distributed communication between nodes.
CommunicationRegistration.NeedAnswerProcess<RequestT,AnswerT> - Class in com.activeviam.activepivot.dist.impl.avinternal.communication
Intermediate builder step that requires the output processor to be specified.
CommunicationRegistration.NeedMessageHandler<RequestT> - Class in com.activeviam.activepivot.dist.impl.avinternal.communication
Intermediate builder step that requires the message handler to be specified.
CommunicationRegistration.UnregisteredCommunicationRegistration<RequestT, AnswerT, ProcessedOutputT> - Class in com.activeviam.activepivot.dist.impl.avinternal.communication
A communication registration that has not yet been bound to an IActivePivotManager.
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(T, T) - Method in class com.activeviam.tech.core.api.ordering.CustomComparator
 
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) - Method in interface com.activeviam.tech.core.api.property.ICompilableProperty
Compile a property instance specifically for a target class.
compileFor(Class) - Method in class com.activeviam.tech.core.api.property.impl.Property
Compile a property instance specifically for a target class.
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) - 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) - 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(IColumnCalculator.IColumnCalculationContext) - Method in class com.activeviam.source.csv.api.CsvColumnParser
Parses the source field.
compute(IColumnCalculator.IColumnCalculationContext) - Method in class com.activeviam.source.csv.api.translator.FileFullNameCalculator
 
compute(IColumnCalculator.IColumnCalculationContext) - Method in class com.activeviam.source.csv.api.translator.FileLastModifiedCalculator
 
compute(IColumnCalculator.IColumnCalculationContext) - Method in class com.activeviam.source.csv.api.translator.FileNameCalculator
 
compute(IColumnCalculator.IColumnCalculationContext) - Method in class com.activeviam.source.csv.api.translator.LineIndexCalculator
 
compute(IColumnCalculator.IColumnCalculationContext) - Method in class com.activeviam.source.jdbc.api.calculator.LocalDateJdbcColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext) - Method in class com.activeviam.source.jdbc.api.calculator.LocalDateTimeJdbcColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext) - Method in class com.activeviam.source.jdbc.api.calculator.NumberJdbcColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext) - Method in class com.activeviam.source.keyvalue.api.calculator.impl.AJsonColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext) - Method in class com.activeviam.source.keyvalue.api.calculator.impl.KeyValueColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext) - Method in interface com.activeviam.source.common.api.IColumnCalculator
Computes the expected output based on the context.
compute(IColumnCalculator.IColumnCalculationContext) - Method in class com.activeviam.source.common.api.impl.ConstantCalculator
 
compute(IColumnCalculator.IColumnCalculationContext) - Method in class com.activeviam.source.common.api.impl.PojoColumnCalculator
 
compute(IColumnCalculator.IColumnCalculationContext) - 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) - Method in class com.activeviam.source.common.api.impl.EmptyCalculator
 
compute(IArrayReader, IFieldCalculator.IFieldContext, IWritableCell) - Method in interface com.activeviam.source.common.api.foundry.transform.IFieldCalculator
Computes the value.
compute(IArrayReader, IFieldCalculator.IFieldContext, IWritableCell) - Method in class com.activeviam.source.jdbc.api.foundry.calculator.LocalDateJdbcFieldCalculator
 
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.
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).
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
 
computeStatistics(IMemoryGraphVisitor) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
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.datanode.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.
CONDENSED_LOCATION_PRINT - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that enables condensed location printing, which skips AllMember-only hierarchies and can use a small number of chars to represent AllMember.
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) - 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 application 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(IDatabaseConfigurator) - Method in interface com.activeviam.activepivot.core.datastore.avinternal.foundry.config.ICoreDatabaseConfigurer
Configures the database using the provided object.
configure(IDataLoadConfigurator) - Method in interface com.activeviam.source.common.api.foundry.config.IDataLoadConfigurer
Configures the Data Load Controller.
configure(IDataLoadConfigurator) - Method in interface com.activeviam.source.common.avinternal.foundry.config.ICoreDataLoadConfigurer
Configures the Data Load Controller using the provided object.
configure(CsvSourceConfiguration) - 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
 
configureCubes(ICubeManagerConfigurator, IDatabaseSchema) - Method in interface com.activeviam.activepivot.core.datastore.api.foundry.config.IModelConfigurer
Configures the cubes using the provided object.
configureDatabase(IDatabaseConfigurator) - Method in interface com.activeviam.activepivot.core.datastore.api.foundry.config.IModelConfigurer
Configures the database using the provided object.
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.
connection(String) - Method in interface com.activeviam.source.jdbc.api.foundry.configurator.IJdbcTopicConfigurator
Names the JDBC connection this topic loads through.
Connections - Section in interface com.activeviam.source.jdbc.api.foundry.configurator.IJdbcTopicConfigurator
 
connectionSetting(String) - Static method in interface com.activeviam.source.jdbc.api.foundry.configurator.IJdbcTopicConfigurator
Gets the global setting key holding the JdbcConnectionSettings of the connection with the given name.
connector(DirectQueryConnector) - Method in class com.activeviam.directquery.application.api.IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder
Sets the connector.
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.
Consuming a cursor - Section in interface com.activeviam.tech.records.api.ICursor
 
contain(long) - Method in interface com.activeviam.tech.core.api.collections.IRange
 
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(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.
containsKey(Object) - Method in interface com.activeviam.tech.core.api.property.IMappedTupleFactory
States whether this factory contains the given key or not.
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_PREFIX - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
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
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
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_VALUE_MANAGER_VALUE_LIFETIME_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property configuring the maximal lifetime of session context values, in seconds.
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(Map) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The context values.
CONTINUOUS_QUERY_MONITORING_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property to enable the continuous query monitoring at the application start (can be overridden using the MBean of query engine).
contribute(boolean, Object...) - Method in interface com.activeviam.tech.aggregation.api.history.IHistory
Records a single contribution in this history.
convert(ILoggingEvent) - Method in class com.activeviam.tech.logging.logback.api.LogInstanceConverter
 
convert(ILoggingEvent) - Method in class com.activeviam.tech.logging.logback.api.LogThreadConverter
 
convert(ILoggingEvent) - Method in class com.activeviam.tech.logging.logback.spring.api.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(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
 
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) - 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) - 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.
convertToExternalTable(String, SqlTableId) - Method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryConfigurator
Converts an in-memory table, and every in-memory table connected to it through joins, into external tables backed by the external database.
cookieName(String) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.AtotiSecurityPropertiesBuilder
Name of the application cookie.
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.
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(IPositionalReader, int[], int, int[]) - Method in interface com.activeviam.tech.records.api.IWritableRecordBlock
Copies the data from the given record into this block.
copy(IVector) - Method in interface com.activeviam.tech.chunks.api.vectors.IVectorAllocator
Copies the given vector into this pool.
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 class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
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(ITransactionRecordBlock, int, int, int) - Method in interface com.activeviam.database.datastore.api.transaction.advanced.ITransactionRecordBlock
Copies rows from the source block into this block at the dictionarized level, avoiding the overhead of undictionarizing and re-dictionarizing each value.
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 class com.activeviam.tech.aggregation.api.history.ADoubleHistory
 
copyInto(ICellWriter) - Method in class com.activeviam.tech.aggregation.api.history.AFloatHistory
 
copyInto(ICellWriter) - Method in class com.activeviam.tech.aggregation.api.history.AIntegerHistory
 
copyInto(ICellWriter) - Method in class com.activeviam.tech.aggregation.api.history.ALongHistory
 
copyInto(ICellWriter) - Method in interface com.activeviam.tech.aggregation.api.history.IHistory
Copies the data of this cell into another cell.
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 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 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 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 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.
coreMeasureFactoryRegistrations() - Method in record class com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder.FoundryApplicationDefinition
Returns the value of the coreMeasureFactoryRegistrations record component.
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.
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(CloudFetchingConfig) - Static method in class com.activeviam.cloud.aws.api.source.csv.AwsCsvDataProviderFactory
Creates a factory to use with implementations of ACloudCsvTopic to retrieve 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) - Method in interface com.activeviam.cloud.common.api.source.csv.ICloudCsvDataProviderFactory
Creates a new data provider for the specified entity.
create(IDatabase, IActivePivotManager, Path) - Static method in class com.activeviam.activepivot.server.impl.api.observability.MemoryAnalysisServiceFactory
Creates a IMemoryAnalysisService allowing to analyze the memory usage of the database and pivots
create(IKeyValueConnectionPool) - 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(BlobContainerClient, String, EncryptionParameters) - Static method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzureEncryptedBlobPath
Factory method to create an AzureEncryptedBlobPath.
create(BlobContainerClient, String, EncryptionParameters) - Static method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzureEncryptedCloudDirectory
Factory method to create an AzureEncryptedCloudDirectory.
create(BlobServiceClient, String, String, EncryptionParameters) - Static method in class com.activeviam.cloud.azure.api.storage.entity.impl.AzureEncryptedCloudDirectory
Factory method to create an AzureEncryptedCloudDirectory.
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(Class, 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(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, ChangeType, IColumnCondition) - Static method in class com.activeviam.directquery.application.api.refresh.TableUpdateDetail
Static factory to build a TableUpdateDetail.
create(String, IKeyValueConnectionPool) - Static method in class com.activeviam.source.keyvalue.api.KeyValueSourceFactory
Creates a new IKeyValueSource with the given parameters.
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, Collection, List, IPartitioningDescription, Collection, boolean, int, IDuplicateKeyHandler, IStoreDescriptionBuilder.IRemoveUnknownKeyListener, Properties, INumaSelectorDescription, boolean) - Static method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
Creates a new store description.
create(String, Map) - 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) - Static method in class com.activeviam.directquery.application.api.refresh.ChangeDescription
Static factory.
create(Map, Map, Level) - Static method in interface com.activeviam.tech.observability.api.health.ITagAcceptor
Static factory for this acceptor.
create(Environment) - Static method in class com.activeviam.web.spring.api.config.SpringPropertyResolver
Creates a new SpringPropertyResolver instance.
createAggregation(List, int[]) - Method in interface com.activeviam.tech.aggregation.api.IAggregationFunction
 
createAggregation(List, 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, int[]) - Method in class com.activeviam.tech.aggregation.api.impl.AAggregationFunction
 
createAggregation(List, int[]) - Method in interface com.activeviam.tech.aggregation.api.IMultiSourceAggregationFunction
 
createAggregation(List, int[]) - Method in class com.activeviam.tech.aggregation.api.udaf.AUserDefinedAggregateFunction
 
createAggregation(List, int[]) - Method in class com.activeviam.tech.aggregation.api.udaf.AUserDefinedAggregateFunctionWithRemoval
 
createAggregation(List, int[]) - Method in interface com.activeviam.tech.aggregation.api.udaf.IUserDefinedAggregateFunction
 
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
 
createBlock() - Method in interface com.activeviam.database.datastore.api.transaction.advanced.ITransactionRecordBlockFactory
Creates a block to add records with the associated options.
createBlockFactory(String, int) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
createBlockFactory(String, int, BlockOptions) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Creates an ITransactionRecordBlockFactory that creates blocks on the fly with the specified options.
createBlockForRemoval() - Method in interface com.activeviam.database.datastore.api.transaction.advanced.ITransactionRecordBlockFactory
Creates a block to remove records.
createBlocksFromQuery(ITransactionRecordBlockFactory, ListQuery) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Creates blocks populated with records from the most recent version of a table that match the given query's condition.
createBranch(IBranchCreationDescription) - Method in interface com.activeviam.activepivot.server.intf.api.database.IDatabaseService
Create a branch.
createCalculatedMember(String, ICalculatedMemberDescription, List, List) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Adds a calculated member to an activepivot.
createCalculatedMembers(String, List, List, List) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Adds multiple calculated members to an activepivot.
createChannel(ICloudEntityPath) - Method in class com.activeviam.cloud.aws.api.S3ObjectChannelFactory
 
createChannel(ICloudEntityPath) - Method in class com.activeviam.cloud.azure.api.AzureBlobChannelFactory
 
createChannel(ICloudEntityPath) - Method in class com.activeviam.cloud.google.api.GoogleBlobChannelFactory
 
createChannel(ICloudEntityPath) - Method in interface com.activeviam.cloud.common.api.entity.ICloudEntityChannelFactory
Creates a channel to read the cloud entity at the given path.
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) - Method in class com.activeviam.source.common.api.impl.AMessageChannelFactory
 
createChannel(String, String, ITuplePublisher, List) - Method in class com.activeviam.source.common.api.impl.AMessageChannelFactory
Create a channel to push data into the given store.
createChannel(String, String, ITuplePublisher) - 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.
createChildDirectory(String, List, List) - 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, List) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Create a new file with a non-used name in the given folder.
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
Creates a DirectQueryConnector from the given properties.
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.
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.
createDirectory(String, List, List, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Creates a new directory at the given path.
createDirectoryTopic(String, CsvParserConfiguration, 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, 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.
createFile(String, String, List, List, 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.
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, CsvParserConfiguration, Set, int) - Static method in class com.activeviam.source.csv.api.MultipleFilesCsvTopic
Creates a new MultipleFilesCsvTopic from files.
createFromFilenames(String, CsvParserConfiguration, Set, IWatcherService) - Static method in class com.activeviam.source.csv.api.MultipleFilesCsvTopic
Creates a new MultipleFilesCsvTopic from files.
createFromPaths(String, CsvParserConfiguration, Set, int) - Static method in class com.activeviam.source.csv.api.MultipleFilesCsvTopic
Creates a new MultipleFilesCsvTopic from files.
createFromPaths(String, CsvParserConfiguration, Set, 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
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.
createIfNotExist() - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleCloudDirectory
 
createInMemory(FoundryApplicationDefinition, IGlobalKeyResolver, IEpochManagementPolicy, IBranchPermissionsManager) - Static method in class com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder.FoundryApplicationFactory
Assembles a full in-memory application (datastore + manager).
createKpi(String, IKpiDescription, List, List) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Adds a KPI into a given pivot.
createKpis(String, List, List, List) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Adds multiple KPIs into a given pivot.
createMdxElement(String, IMdxElementDescription, List, List) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Adds a new calculated member or a new KPI.
createMdxElements(String, List, List, List) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Adds new calculated members or new KPIs.
createNamedSet(String, INamedSetDescription, List, List) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Adds a named set to an activepivot.
createParserConfiguration(List) - 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, 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) - 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, int) - Method in interface com.activeviam.source.csv.api.ICsvSource
Deprecated, for removal: This API element is subject to removal in a future version.
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.
createPollingDirectoryTopic(String, CsvParserConfiguration, String, String, int) - Method in class com.activeviam.source.csv.api.FileSystemCsvTopicFactory
Creates a new topic for the source, with polling implementation.
createQueryTranslator(String) - 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.
createRecord(ResultSet, ResultSetMetaData, Map) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder.IJdbcRowCreator
Produces a record.
createStream(MdxDrillthroughQuery, IStreamProperties) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Register a MdxDrillthroughQuery and create the associated stream.
createStream(MdxQuery, IStreamProperties) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Register a MdxQuery and create the associated stream.
createStream(DrillthroughQuery, String, IStreamProperties) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Register a DrillthroughQuery and create the associated stream.
createStream(GetAggregatesQuery, String, IStreamProperties) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Register a GetAggregatesQuery and create the associated stream.
createStream(MapGetAggregatesQuery, String, IStreamProperties) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Register a MapGetAggregatesQuery and create the associated stream.
createStream(MapDrillthroughQuery, String, IStreamProperties) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Register a MapDrillthroughQuery and create the associated stream.
createTopic(String, CsvParserConfiguration, String...) - Method in class com.activeviam.source.csv.api.FileSystemCsvTopicFactory
Creates a new topic for the source.
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.
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.
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.
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, 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.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
Creates a new CsvParserReadingInfo instance.
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.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(Map, Map) - Constructor for record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Cube
Creates an instance of a Cube record class.
cubeConfigurers() - Method in record class com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder.FoundryApplicationDefinition
Returns the value of the cubeConfigurers record component.
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, List, List, List, List, List, List) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
Constructor.
CubeDiscovery(String, List, List) - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
Creates a new CubeDiscovery instance.
CubeDispatchingData(Map) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.CubeDispatchingData
Creates a new CubeDispatchingData instance.
CubeIdentifier - Record Class in com.activeviam.activepivot.dist.common.impl.avinternal.communication
Identifies a cube that sends a message.
CubeIdentifier(String, String, String) - Constructor for record class com.activeviam.activepivot.dist.common.impl.avinternal.communication.CubeIdentifier
Creates an instance of a CubeIdentifier record class.
cubeName() - Method in record class com.activeviam.activepivot.dist.common.impl.avinternal.communication.CubeIdentifier
Returns the value of the cubeName record component.
cubePostConfigurers() - Method in record class com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder.FoundryApplicationDefinition
Returns the value of the cubePostConfigurers record component.
cubes() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides
Returns the value of the cubes record component.
CURSOR_BATCH_SIZE - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures the batch size used internally by cursor operations.
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, List) - Constructor for class com.activeviam.tech.core.api.ordering.CustomComparator
Constructor.
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) - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
Starts building an IJdbcSource with custom rows.

D

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.
database() - Method in interface com.activeviam.activepivot.server.spring.api.config.IDatastoreConfig
Deprecated.
Returns 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.
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
 
databaseConfigurers() - Method in record class com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder.FoundryApplicationDefinition
Returns the value of the databaseConfigurers record component.
databaseDependencies(Map) - 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.
databasePostConfigurers() - Method in record class com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder.FoundryApplicationDefinition
Returns the value of the databasePostConfigurers record component.
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, Set, String, int, int[], Map) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData
 
DatabaseRetrievalData.DatabaseRetrievalDataBuilder - Class in com.activeviam.activepivot.server.json.api.queryplan
 
databaseRetrievals(List) - 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.
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
 
DataOperationType - Enum Class in com.activeviam.source.common.api.foundry.operation
The kind of data operation an IDataOperationTrigger is running within, carried by IDataOperationTrigger.ITriggerContext.operationType().
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
Deprecated.
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, Collection) - Constructor for class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
Constructor which makes the collections immutable.
DatastoreSchemaDescription(List, Collection, Collection) - 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, Duration, Duration, Duration, Duration) - Constructor for class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
Constructor.
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) - 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.
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 - Static variable in interface com.activeviam.database.sql.api.ICustomJdbcTypeMatcher
 
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_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_BLOCK_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
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_CHARSET - Static variable in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Global setting for the default character encoding.
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
Property that configures the default chunk size of the application.
DEFAULT_CLOSE_CALLBACK - Static variable in class com.activeviam.source.csv.api.CsvSourceBuilder
 
DEFAULT_CONNECTION - Static variable in interface com.activeviam.source.jdbc.api.foundry.configurator.IJdbcTopicConfigurator
Setting holding the JdbcConnectionSettings of the default connection, used by JDBC topics that do not call IJdbcTopicConfigurator.connection(String).
DEFAULT_CONNECTION_NAME - Static variable in interface com.activeviam.source.jdbc.api.foundry.configurator.IJdbcTopicConfigurator
Name of the connection used by JDBC topics that do not call IJdbcTopicConfigurator.connection(String).
DEFAULT_DESCRIPTION - Static variable in interface com.activeviam.tech.core.avinternal.contributions.IRegistryContributor
 
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_DUPLICATE_KEY_SELECTOR - Static variable in class com.activeviam.database.datastore.api.description.impl.DuplicateKeyHandlers
The default handler when adding two records with the same key fields
DEFAULT_ENABLE_REPORTING - Static variable in class com.activeviam.source.csv.api.CsvSourceConfiguration
 
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_INITIAL_CAPACITY - Static variable in interface com.activeviam.tech.dictionaries.api.IDictionary
The default initial capacity for dictionaries.
DEFAULT_INITIAL_PUBLICATION_MODE - Static variable in interface com.activeviam.tech.streaming.intf.api.IStreamProperties
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_LINES_SKIPPED - Static variable in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
 
DEFAULT_MASKING_RETRY_NUMBER - Static variable in interface com.activeviam.activepivot.dist.datanode.impl.api.cube.IMultiVersionDataActivePivot
 
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_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
Deprecated, for removal: This API element is subject to removal in a future version.
Use CsvSourceConfiguration#getDefaultParserThreads() instead.
DEFAULT_PART_LENGTH - Static variable in class com.activeviam.cloud.common.api.CloudFetchingConfig
 
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_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_REMOVE_UNKNOWN_KEY_LISTENER - Static variable in class com.activeviam.database.datastore.api.description.impl.RemoveUnknownKeyListeners
The default listener used when attempting to remove a key that does not exist in the store.
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 class com.activeviam.source.csv.api.CsvParserConfiguration
The default CSV separator character.
DEFAULT_SEPARATOR - Static variable in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Global setting for the default field separator.
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.
defaultBranchOwners(Set) - 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) - 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) - 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, List) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.DefaultMemberDiscovery
Constructor.
defaultOptions() - Static method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder.LockOptions
 
defaults() - Static method in class com.activeviam.database.datastore.api.transaction.advanced.BlockOptions
Returns the default BlockOptions, i.e. without single-value columns or default-value columns.
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.
defaultValuesColumns(List) - Method in class com.activeviam.database.datastore.api.transaction.advanced.BlockOptions.BlockOptionsBuilder
Columns to initialize with their default values from the table schema.
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 - Enum constant in enum class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction.DatabaseActionType
Delete action to remove lines from a table.
DELETE - Enum constant in enum class com.activeviam.tech.contentserver.storage.api.ShareMode
Remove the provided owners and readers from the existing ones.
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.
dependencies(Map) - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData.JsonQueryPlanDataBuilder
The query plan retrievals dependencies.
DEPRECATED_UI_PREFIX - Static variable in class com.activeviam.springboot.atoti.ui.starter.api.PropertyNames
Deprecated, for removal: This API element is subject to removal in a future version.
Use the "atoti.server.ui" property prefix instead.
DeprecatedApi - Annotation Interface in com.activeviam.tech.core.api.annotations
Internal annotation marking code as deprecated and to be removed in a future version.
DESCENDING_CASE_INSENSITIVE_LEXICOGRAPHICAL_ORDER_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the case-insensitive lexicographical order comparator in descending order.
DESCENDING_CASE_INSENSITIVE_NATURAL_ORDER_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the case-insensitive implementation of INaturalOrderComparator in descending order.
DESCENDING_LEXICOGRAPHICAL_ORDER_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the lexicographical order comparator in descending order.
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.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(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.
descriptionTransformations() - Method in interface com.activeviam.activepivot.server.spring.api.config.IDatastoreSchemaDescriptionConfig
Deprecated.
Returns the IDatastoreSchemaDescription transformations to apply to the datastore schema description.
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.
detachChannel(String) - Method in interface com.activeviam.source.common.api.foundry.configurator.ITopicConfigurator
Detaches a channel from this topic.
detachChannel(String) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
 
detachChannel(String) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ILocalCsvTopicConfigurator
 
detachChannel(String) - Method in interface com.activeviam.source.jdbc.api.foundry.configurator.IJdbcTopicConfigurator
 
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.
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.
dictionarizeField(ReachableField) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IDatabaseConfigurator
Forces the dictionarization of the given field.
dictionarizeField(ReachableField) - Method in interface com.activeviam.database.datastore.avinternal.foundry.core.configurator.IInternalDatabaseConfigurator
 
dictionarizeField(StoreField) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IDatabaseConfigurator
Forces the dictionarization of the given field.
dictionarizeField(StoreField) - Method in interface com.activeviam.database.datastore.avinternal.foundry.core.configurator.IInternalDatabaseConfigurator
 
dictionarizeFields(IDatastoreSchemaDescription, Collection) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Dictionarizes all the given fields.
dictionarizeFields(IDatastoreSchemaDescription, BiPredicate) - 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(String, Map) - Constructor for record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Dimension
Creates an instance of a Dimension record class.
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) - Constructor for class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
Creates a new DimensionDiscovery instance.
DimensionDiscovery(String, String, String, String, String, boolean, Set, List) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
Constructor.
dimensions() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Cube
Returns the value of the dimensions record component.
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_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.
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, CsvParserConfiguration, String, PathMatcher, int) - Constructor for class com.activeviam.source.csv.api.DirectoryCsvTopic
Constructor for a DirectoryCsvTopic using a polling implementation.
DirectoryCsvTopic(String, CsvParserConfiguration, String, PathMatcher, IWatcherService) - Constructor for class com.activeviam.source.csv.api.DirectoryCsvTopic
Constructor for a DirectoryCsvTopic using a watcher service.
DirectoryCsvTopic(String, CsvParserConfiguration, Path, PathMatcher, int) - Constructor for class com.activeviam.source.csv.api.DirectoryCsvTopic
Constructor for a DirectoryCsvTopic using a polling implementation.
DirectoryCsvTopic(String, CsvParserConfiguration, 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.
directQueryApplication() - Method in class com.activeviam.directquery.application.avinternal.spring.FoundryOnDirectQueryApplicationConfig
 
DirectQueryConnector<DatabaseSettingsT> - Class in com.activeviam.directquery.api
The main DirectQuery class allowing to connect to the external database.
DISABLE_CHUNKSET_COMPRESSION_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that disables the ChunkSet compression.
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.
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.
discardAtCommit() - Method in class com.activeviam.tech.mvcc.api.policy.ADefaultEpochPolicy
 
discardAtCommit() - Method in interface com.activeviam.tech.mvcc.api.policy.IEpochManagementPolicy
Tells whether 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.
discardTriggeredByGc() - Method in class com.activeviam.tech.mvcc.api.policy.ADefaultEpochPolicy
 
discardTriggeredByGc() - Method in interface com.activeviam.tech.mvcc.api.policy.IEpochManagementPolicy
Tells whether the discard task should be triggered by the garbage collection of the version objects.
discardTriggeredByGc() - Method in class com.activeviam.tech.mvcc.api.policy.KeepAllEpochPolicy
 
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.
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.
dispatchedMembers(Map) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.CubeDispatchingData.CubeDispatchingDataBuilder
Maps dispatching status to the list of members dispatched.
dispatchingPerApplication(List) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.QueryDispatchingDataBuilder
Dispatching information per application.
dispatchingPerLevel(Map) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.ApplicationDispatchingData.ApplicationDispatchingDataBuilder
Maps level identifiers to their dispatching info.
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.
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.
dontIndexOwner() - Method in interface com.activeviam.database.datastore.api.description.IReferenceDescriptionBuilder.IHasMapping
Indicates the owner store not to index references fields.
DOUBLE - Enum constant in enum class com.activeviam.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
Double content.
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.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
Double array content.
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_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, 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.
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.
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, List) - 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.
driverClass() - Method in record class com.activeviam.source.jdbc.api.foundry.configurator.JdbcConnectionSettings
Returns the value of the driverClass record component.
DuplicateKeyException - Exception Class in com.activeviam.database.datastore.api.description
Exception thrown when operations fail because of a duplicate record key.
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_THREAD_NUMBER_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property to configure the number of threads allocated by the application to trigger updates when using the function PAST_PERIODS.

E

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.
empty() - Static method in class com.activeviam.tech.core.api.cell.CellUtil
Creates an empty cell that can contain any type of data.
EMPTY - Static variable in interface com.activeviam.source.common.api.foundry.operation.IDataLoadScope
A shared, immutable scope containing no entries.
EMPTY_STATE - Static variable in class com.activeviam.source.common.api.impl.ColumnCalculationContext
State value marking that no processing occurred.
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
An empty vector, i.e. 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_PARSING_REPORT - Static variable in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Global setting controlling whether per-file CSV parsing reports are produced by default.
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.
EncryptionParameters - Record Class in com.activeviam.cloud.azure.api.storage.entity.impl
Parameters to configure client-side encryption.
EncryptionParameters(EncryptionVersion, AsyncKeyEncryptionKey, String, AsyncKeyEncryptionKeyResolver) - Constructor for record class com.activeviam.cloud.azure.api.storage.entity.impl.EncryptionParameters
Creates an instance of a EncryptionParameters record class.
encryptionVersion() - Method in record class com.activeviam.cloud.azure.api.storage.entity.impl.EncryptionParameters
Returns the value of the encryptionVersion record component.
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
 
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.
ENSURE_SERIALIZABLE_MEASURES - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property to force the cube to check if all its measures are serializable.
ensureCapacity(int) - Method in interface com.activeviam.tech.records.api.IWritableRecordBlock
Ensures that this block can at least store the given number of records.
entitlementsProvider() - Method in interface com.activeviam.activepivot.server.spring.api.config.IRoleContextConfig
Deprecated.
EntitlementsProvider - Class in com.activeviam.activepivot.server.spring.api.security.builders
Utility class to build an IEntitlementsProvider.
epoch(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The epoch.
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_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.
epochManagementPolicy() - Method in interface com.activeviam.activepivot.server.spring.api.config.IActivePivotManagerDescriptionConfig
Deprecated.
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.
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
 
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.
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(Object) - Method in record class com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder.FoundryApplicationDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.activeviam.activepivot.dist.common.impl.avinternal.communication.CubeIdentifier
Indicates whether some other object is "equal to" this one.
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 record class com.activeviam.activepivot.dist.impl.avinternal.LogicalRemoteAddress
Indicates whether some other object is "equal to" this one.
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.rest.database.BranchCreationDescription
 
equals(Object) - Method in class com.activeviam.activepivot.server.impl.api.security.PivotEntitlement
 
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 record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Cube
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Dimension
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Hierarchy
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Level
Indicates whether some other object is "equal to" this one.
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 record class com.activeviam.cloud.azure.api.storage.entity.impl.EncryptionParameters
Indicates whether some other object is "equal to" this one.
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 class com.activeviam.database.datastore.api.transaction.advanced.BlockOptions
 
equals(Object) - Method in record class com.activeviam.database.sql.api.ExternalJdbcType
Indicates whether some other object is "equal to" this one.
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 class com.activeviam.directquery.api.cache.CacheDescription
 
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.cache.SingleTableCacheDescription
 
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.foundry.configurator.SettingKey
 
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 record class com.activeviam.source.jdbc.api.foundry.configurator.JdbcConnectionSettings
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.activeviam.source.jdbc.api.JdbcTypesMetaData
Indicates whether some other object is "equal to" this one.
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 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.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
 
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.
ERROR_STATUS - Static variable in class com.activeviam.web.core.api.websocket.JsonResponse
 
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(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
 
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.
excludedPackages(List) - Method in class com.activeviam.tech.core.api.registry.Registry.RegistryContributions.RegistryContributionsBuilder
 
execute(MdxDrillthroughHeadersQuery) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute a "MDX_DRILLTHROUGH_HEADERS" query.
execute(MdxDrillthroughQuery) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute an "MDX_DRILLTHROUGH" query.
execute(MdxQuery) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute an "MDX" query.
execute(DrillthroughHeadersQuery, String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute a "DRILLTHROUGH_HEADERS" query.
execute(DrillthroughQuery, String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute a "DRILLTHROUGH" query.
execute(GetAggregatesQuery, String) - 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(MapGetAggregatesQuery, String) - 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(IActivePivotManager, MdxDrillthroughHeadersQuery) - Static method in class com.activeviam.activepivot.server.impl.api.query.MdxQueryUtil
Execute a Mdx drillthrough header query.
execute(IActivePivotManager, MdxDrillthroughQuery) - Static method in class com.activeviam.activepivot.server.impl.api.query.MdxQueryUtil
Execute a Mdx drillthrough query.
execute(IActivePivotManager, MdxQuery) - Static method in class com.activeviam.activepivot.server.impl.api.query.MdxQueryUtil
Execute a Mdx select query.
execute(ICatalog, MdxDrillthroughHeadersQuery) - Static method in class com.activeviam.activepivot.server.impl.api.query.MdxQueryUtil
Execute a Mdx drillthrough header query.
execute(ICatalog, MdxDrillthroughQuery) - Static method in class com.activeviam.activepivot.server.impl.api.query.MdxQueryUtil
Execute a Mdx drillthrough query.
execute(ICatalog, MdxQuery) - Static method in class com.activeviam.activepivot.server.impl.api.query.MdxQueryUtil
Execute a Mdx select query.
execute(MapDrillthroughQuery, String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Execute a "MAP_DRILLTHROUGH" query.
execute(IQueryManager, IOpenedTransaction, IDataOperationTrigger.ITriggerContext) - Method in interface com.activeviam.source.common.api.foundry.trigger.IDataOperationTrigger
Runs the trigger within the operation's transaction, after its ordering predecessors have run.
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(V) - Method in interface com.activeviam.tech.mvcc.api.IVersionProcedure
Executes the procedure on this version.
executeMdxDefinitionStatement(String, List, List) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Creates, updates or drops a calculated member or a KPI.
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.
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) - 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.datanode.impl.api.cube.IMultiVersionDataActivePivot
Exposes the specified branch to the Query cube.
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) - 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) - Method in interface com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription.IMultiColumnVectorFieldDescriptionBuilder
Defines the columns from the external table that forms a vector.
externalFields(List) - Method in interface com.activeviam.directquery.api.schema.MultiColumnVectorFieldDescription.INeedExternalColumnsDescriptionBuilder
Sets the external fields that form the vector.
ExternalJdbcType - Record Class in com.activeviam.database.sql.api
Record containing details about the type for a given field, as retrieved from the external database.
ExternalJdbcType(JDBCType, String, boolean) - Constructor for record class com.activeviam.database.sql.api.ExternalJdbcType
Creates an instance of a ExternalJdbcType record class.
externalJoins(List) - 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) - Method in class com.activeviam.directquery.api.schema.SchemaDescription.SchemaDescriptionBuilder
 
externalTypeName() - Method in record class com.activeviam.database.sql.api.ExternalJdbcType
Returns the value of the externalTypeName record component.

F

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.
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.
FEATURE - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to feature flags in Atoti Server.
FEATURE_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to feature flags in Atoti Server.
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
Property to use to change the frequency at which fences are renewed (in ms).
fetch(IMessageChannel, List) - 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) - Method in class com.activeviam.source.common.api.impl.Fetch
Fetches data into the IEpoch.MASTER_BRANCH_NAME branch.
fetch(ISource, String) - Method in class com.activeviam.source.common.api.impl.Fetch
Fetches data in the specified branch branch.
fetch(ISource, 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) - Method in interface com.activeviam.source.csv.api.ICsvSource
 
fetch(Collection) - 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) - Method in interface com.activeviam.source.jdbc.api.IJdbcSource
 
fetch(List) - Method in interface com.activeviam.tech.core.api.properties.IActiveViamPropertyResolver
Fetches a list of properties in a Source of properties.
fetch(Map) - 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) - Constructor for class com.activeviam.source.common.api.impl.Fetch
Creates a fetch operation into the given list of channels.
Fetch(ITransactionalWriter, List, List) - Constructor for class com.activeviam.source.common.api.impl.Fetch
Creates a fetch operation into the given list of channels.
Fetch(IStoreMessageChannelFactory) - 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, Collection) - 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, Collection, Map) - 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, Map, Map) - 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.
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).
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) - 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) - 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(IFieldDescription...) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
Sets the fields.
fields(List) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
Sets the fields.
fields(List) - Method in interface com.activeviam.directquery.api.schema.ATableDescription.IGenericTableDescriptionBuilder
Sets the fields.
fields(List) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
 
fields(List) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.INeedMultiRowVectorTableFieldsBuilder
Sets the fields.
fields(List) - Method in interface com.activeviam.directquery.api.schema.TableDescription.INeedFieldsBuilder
Sets the fields.
fields(List) - Method in interface com.activeviam.directquery.api.schema.TableDescription.ITableDescriptionBuilder
 
fields(Set) - 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.
fileColumnNames(List) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Sets explicit column names for headerless CSV files.
fileColumnNames(List) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ILocalCsvTopicConfigurator
 
fileComparator(IComparator) - 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.
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.
filePattern(String) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Sets the file pattern for matching CSV files.
filePattern(String) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ILocalCsvTopicConfigurator
 
FileSystemCsvMonitoring - Class in com.activeviam.source.csv.api
Monitoring for file system CSV topics.
FileSystemCsvMonitoring(ICsvSource) - 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.
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.
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
 
filterId(int) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval filter id.
findFirst(List, L) - Static method in class com.activeviam.tech.core.api.util.Pairs
Finds the first right value corresponding to the provided left value.
FINISHED_STATE - Static variable in class com.activeviam.source.common.api.impl.ColumnCalculationContext
State value marking a finished processing.
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.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
Float content.
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.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
Float array content.
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, 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.
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.
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) - 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) - 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(String, BiConsumer) - 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.
forEachChannel(IParsingWorkload.IChannelProcedure) - Method in interface com.activeviam.source.csv.api.IParsingWorkload
Execute a channel procedure over each of the channels in the workload.
forEachVersion(IVersionProcedure) - 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.
forJoin(JoinDescription, SchemaDescription) - Method in interface com.activeviam.directquery.api.validator.IDataValidator
Gets the constraints validator for a given join.
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_PROPERTY - Static variable in interface com.activeviam.activepivot.server.json.api.dataexport.IJsonOutputConfiguration
Property to define the formatter to use on a specific column.
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.
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.
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(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
 
FoundryApplicationDefinition - Record Class in com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder
Description of everything needed to assemble a Foundry application: the customer model configurer, the Solutions configurers (for both the database and the cubes), and the measure-factory registrations.
FoundryApplicationDefinition(IModelConfigurer, SequencedCollection, SequencedCollection, SequencedCollection, SequencedCollection, SequencedCollection, SequencedCollection) - Constructor for record class com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder.FoundryApplicationDefinition
Canonical constructor.
FoundryApplicationFactory - Class in com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder
Orchestrator that assembles a Foundry application from a FoundryApplicationDefinition.
FoundryOnDirectQueryApplicationConfig - Class in com.activeviam.directquery.application.avinternal.spring
Spring configuration building a whole Foundry application on top of a preconfigured DirectQuery database.
FoundryOnDirectQueryApplicationConfig(Application.ApplicationBuilder, IModelConfigurer, List, List, List, List, IGlobalKeyResolver, List, List) - Constructor for class com.activeviam.directquery.application.avinternal.spring.FoundryOnDirectQueryApplicationConfig
 
FoundryWithDirectQueryApplicationConfig - Class in com.activeviam.directquery.application.avinternal.spring
Builds a whole Foundry application on DirectQuery from a DirectQueryConnector bean.
FoundryWithDirectQueryApplicationConfig(DirectQueryConnector, IModelConfigurer, List, List, List, List, IGlobalKeyResolver, List, List) - Constructor for class com.activeviam.directquery.application.avinternal.spring.FoundryWithDirectQueryApplicationConfig
 
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(IFieldDescription) - Static method in class com.activeviam.database.datastore.api.description.impl.FieldDescription
Initializes a FieldDescription.FieldDescriptionBuilder from a description.
from(IDatabaseConfigurator) - Static method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryConfigurator
Returns the DirectQuery configurator paired with the given database configurator.
from(IFieldType) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Creates a FieldType.FieldTypeBuilder initialized from the given IFieldType.
from(UnaryOperator) - Static method in class com.activeviam.directquery.api.schema.utils.NamingConventions
Builds a naming convention based on a single method applied everywhere.
from(UnaryOperator, UnaryOperator) - Static method in class com.activeviam.directquery.api.schema.utils.NamingConventions
Builds a naming convention based on 2 methods.
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
 
fromDoubleData(DoubleFunction) - Static method in class com.activeviam.directquery.api.schema.CustomReaderDescription
Returns a custom reader based on a double field.
fromIntData(IntFunction) - Static method in class com.activeviam.directquery.api.schema.CustomReaderDescription
Returns a custom reader based on an integer field.
fromLongData(LongFunction) - Static method in class com.activeviam.directquery.api.schema.CustomReaderDescription
Returns a custom reader based on a long field.
fromMapping(Map) - 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.
fromObjectData(Function) - 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(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.
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.

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
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(String, Map) - Method in interface com.activeviam.database.sql.api.query.CommentGenerator
Generate the comments to inject on the available inputs.
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.
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(SettingKey) - Method in interface com.activeviam.source.common.api.foundry.configurator.IGlobalSettingsConfigurator
Gets a global setting value.
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.source.common.api.foundry.operation.IDataLoadScope
Returns the value associated with key, or null if the key is absent.
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, Object[]) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueConnector
Retrieve an object from the database.
getAcceptIncompleteLines() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
getAcceptOverflowingLines() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
 
getAccessor() - Method in class com.activeviam.tech.core.api.filtering.impl.SubCondition
Accessor.
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.
getActions() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
The list of actions to execute.
getActivePivotVersion() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Deprecated.
Returns the version of the ActivePivot engine.
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.
getAddress() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Returns the IAddress of the current (local) instance.
getAddress() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
getAddressAsString() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Returns the address of the current (local) instance.
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.
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
 
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.
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.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
 
getAlias(String) - Method in interface com.activeviam.source.common.api.foundry.configurator.IAliasesConfigurator
Gets the topic names associated with an alias.
getAliasNames() - Method in interface com.activeviam.source.common.api.foundry.configurator.IAliasesConfigurator
Gets all defined alias names.
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.
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.
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 class com.activeviam.source.jdbc.api.impl.JdbcTopic
The max number of rows waiting to be processed by the append threads.
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.
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.
getApplicationName() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.ApplicationDispatchingData
The name of the application.
getApplicationNames() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Returns the names of the applications that are in the cluster.
getAttachedChannelNames() - Method in interface com.activeviam.source.common.api.foundry.configurator.ITopicConfigurator
Gets the names of all channels currently attached to this topic.
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
 
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, null to skip this header.
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
 
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.
getAxisLength() - Method in class com.activeviam.activepivot.server.intf.api.dto.RangeDTO
Number of positions for the corresponding axis.
getBaseTable() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
Gets the base table to edit.
getBatch(List, 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, Object[], IMessageChannel) - 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.
getBatchRequester() - Method in interface com.activeviam.cloud.common.api.source.csv.ICloudCsvDataProviderFactory
Returns the batch requester for this factory.
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
 
getBinary() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Deprecated.
Returns the encoded binary license data.
getBindingId() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
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.
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.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.
getBranchNames() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Gets the name of all the branches.
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.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.
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.
getBufferTypes() - Method in interface com.activeviam.tech.aggregation.api.udaf.IUserDefinedAggregation
Returns the type of the aggregation buffers.
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.
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).
getCalculatedMember(String, String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Retrieves a calculated member description.
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.
getCalculatorNames(String) - Method in interface com.activeviam.source.common.api.foundry.configurator.IDataLoadConfigurator
Gets the names of all table-level calculators for the specified table.
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.
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.database.datastore.api.transaction.advanced.ITransactionRecordBlock
Returns the capacity of this block, i.e. the maximum number of records it can store.
getCapacity() - Method in interface com.activeviam.database.datastore.api.transaction.advanced.ITransactionRecordBlockFactory
Returns the capacity of the created blocks, i.e. the maximum number of records they can store.
getCapacity() - Method in interface com.activeviam.tech.records.api.IWritableRecordBlock
Returns the current capacity of this record block.
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.
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.
getCatalogName() - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
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.
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.
getCause() - Method in class com.activeviam.source.jdbc.api.observability.JdbcRowFailureEvent
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).
getChangedContextValues() - Method in class com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor.RewrittenQuery
 
getChangeType() - Method in class com.activeviam.directquery.application.api.refresh.TableUpdateDetail
 
getChannelCalculatorNames() - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Gets the names of channel-level calculators only (excludes inherited calculators).
getChannelNames() - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelsConfigurator
Gets the names of all channels configured on this DLC.
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
Charset used to decode file.
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.
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 class com.activeviam.source.jdbc.api.impl.JdbcTopic
Size of a chunk.
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
 
getClazz() - Method in interface com.activeviam.tech.observability.api.health.IHealthEvent
The name of the class in which the event was created.
getClient() - Method in class com.activeviam.cloud.aws.api.s3.entity.impl.S3EntityPath
The client used to retrieve the object.
getClient() - Method in class com.activeviam.cloud.google.api.storage.impl.GoogleEntityPath
The client used to retrieve the object.
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 exception class com.activeviam.tech.core.api.exceptions.service.ServiceException
Gets the error code.
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
The expected number of columns in a line of the parsed files.
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.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
The names and positions of the columns.
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.
getCommitPhaseDuration() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
The total duration of the commit phase, from start to commit.
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.
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
The underlying component type of this vector, as in Types.TYPE_*.
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.
getCondition() - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData
 
getCondition() - Method in class com.activeviam.tech.core.api.filtering.impl.SubCondition
The associated condition.
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 class com.activeviam.cloud.aws.api.S3ObjectChannelFactory
Configuration controlling parallel download behaviour (part size, thread count, prefetch).
getConfig() - Method in class com.activeviam.cloud.azure.api.AzureBlobChannelFactory
Configuration controlling parallel download behaviour (part size, thread count, prefetch).
getConfig() - Method in class com.activeviam.cloud.google.api.GoogleBlobChannelFactory
Configuration controlling parallel download behaviour (part size, thread count, prefetch).
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
 
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.AAzureBlobPath
The container that holds the blob this path corresponds to.
getContainer() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
Deprecated, for removal: This API element is subject to removal in a future version.
getContainerClient() - Method in class com.activeviam.cloud.azure.api.storage.entity.impl.AAzureCloudDirectory
Gets the container client.
getContent() - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughRowDTO
Content of the row.
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.
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.activepivot.server.json.api.discovery.LevelDataTypeDiscovery
 
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.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.
getContexts() - Method in interface com.activeviam.activepivot.server.intf.api.security.IEntitlement
Returns the list of context values in the entitlement.
getContextValueFilter() - Method in interface com.activeviam.web.spring.api.security.IAtotiServerFilters
Returns the filter setting the context values in the context of the request.
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.
getContinuousQuery(String) - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuouslyQueryable
Retrieves a continuous query given its name.
getContributionDuration() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
 
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.
getCoreLimit() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Deprecated.
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.
getCreationTime() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Returns time when the publication queue was created.
getCredentials() - Method in interface com.activeviam.web.spring.api.security.IJwtAuthentication
Gets the JWT that proves the principal is correct.
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.
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.
getCumulativeParsingTime() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the sum of the time spent parsing by all the parsing threads, in nanoseconds.
getCumulativePublishingTime() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the sum of the time spent publishing 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.
getCumulativeTime() - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Returns the sum of the time spent 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.
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 the epoch id of the latest version (can be shadow) that exists (cross branches).
getCurrentFile() - Method in interface com.activeviam.source.common.api.foundry.transform.IFieldCalculator.IFieldContext
The file currently being processed, when the record originates from a file-based source.
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.
getCurrentLineInFile() - Method in interface com.activeviam.source.common.api.foundry.transform.IFieldCalculator.IFieldContext
The line number of the current record within IFieldCalculator.IFieldContext.getCurrentFile(), 1-based.
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.foundry.core.configurator.IDatabaseConfigurator
Gets the current description.
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.
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.
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.
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.
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.
getDataClass() - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDataTypeDiscovery
 
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.
getDataType() - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDiscovery
 
getDataType() - Method in interface com.activeviam.database.datastore.api.description.IFieldDescription
Indicates the data type of the field.
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, 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(EmulatedTimeTravelDescription) - Method in class com.activeviam.directquery.api.DirectQueryConnector
Returns the data validator, while using 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.
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.
getDefaultDownloadThreads() - Static method in class com.activeviam.cloud.common.api.CloudFetchingConfig
Returns the default number of download threads.
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
 
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
 
getDefaultParserThreads() - Static method in class com.activeviam.source.csv.api.CsvSourceConfiguration
Returns the default number of parser threads.
getDefaultQueryTimeout() - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IDatabaseServiceConfiguration
Returns the default timeout for queries executed via the database service.
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.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.source.common.api.foundry.configurator.SettingKey
Gets the default value for this setting.
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.
getDefaultValuesColumns() - Method in class com.activeviam.database.datastore.api.transaction.advanced.BlockOptions
Columns to initialize with their default values from the table schema.
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.
getDeletedRows() - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableResult
Gets the number of deleted rows.
getDependencies() - Method in class com.activeviam.activepivot.server.json.api.queryplan.JsonQueryPlanData
The query plan retrievals dependencies.
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(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.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.core.avinternal.contributions.IContribution
Returns the description of the contribution.
getDescription() - Method in interface com.activeviam.tech.partitioning.api.function.IntIntFunction
Get the description of this function.
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.
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
Deprecated, for removal: This API element is subject to removal in a future version.
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.
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
 
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.
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.
getDispatchedMembers() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.CubeDispatchingData
Maps dispatching status to the list of members dispatched.
getDispatchingPerApplication() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData
Dispatching information per application.
getDispatchingPerLevel() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.ApplicationDispatchingData
Maps level identifiers to their dispatching info.
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.
getDistributedProperties() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot
Gets the Properties specific to the distributed pivot's configuration.
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.
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.
getEffectiveCalculatorNames() - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Gets the names of all calculators that will be applied to this channel.
getElapsedTime() - Method in interface com.activeviam.source.csv.api.report.IParsingInfo
Returns the elapsed time.
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
Deprecated.
Returns the end date of the license, at which it expires.
getEnricher(List) - 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) - 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.
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
 
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
Deprecated.
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 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.
getEpochId() - Method in interface com.activeviam.tech.mvcc.api.IVersion
Gets the id of the epoch at which this version was created.
getEpochManager() - Method in interface com.activeviam.database.datastore.api.IDatastore
Gets the epoch manager of the datastore.
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.
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.
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.
getExecutorService() - Method in class com.activeviam.cloud.aws.api.S3ObjectChannelFactory
Executor used to download object parts in parallel.
getExecutorService() - Method in class com.activeviam.cloud.azure.api.AzureBlobChannelFactory
Executor used to download blob parts in parallel.
getExecutorService() - Method in class com.activeviam.cloud.google.api.GoogleBlobChannelFactory
Executor used to download blob parts in parallel.
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.
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.
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
The expression of the property.
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) - Static method in class com.activeviam.tech.core.api.registry.Registry
Retrieves the extended plugin instance for a given extended plugin interface.
getExtendedPluginContributions() - Method in interface com.activeviam.tech.core.avinternal.contributions.IRegistryContributor
Returns the set of ExtendedPluginContributions that must be contributed to the Registry.
getExtendedPluginValue(Class, Object) - Static method in class com.activeviam.tech.core.api.registry.Registry
Retrieves the extended plugin instance for a given extended plugin interface.
getExtendedPluginValueContributions() - Method in interface com.activeviam.tech.core.avinternal.contributions.IRegistryContributor
Returns the set of ExtendedPluginValueContributions that must be contributed to the Registry.
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.
getFailedQueryCubesWithReasons() - Method in interface com.activeviam.activepivot.dist.datanode.impl.api.cube.IMultiVersionDataActivePivot.IMaskingOperationReport
Returns a map of failed query cube addresses to the reason for failure.
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.
getFetchingTime() - Method in interface com.activeviam.source.jdbc.api.report.IJdbcFetchingInfo
Returns the duration spent fetching data.
getFetchSize() - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic
Fetch size used to receive SQL request answer.
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.
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.source.common.api.foundry.transform.IFieldCalculator
Gets the name of the calculated field.
getFieldName() - Method in class com.activeviam.source.jdbc.api.foundry.calculator.LocalDateJdbcFieldCalculator
 
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.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.
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.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 name(s) of the field(s) 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
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.
getFilterId() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval filter id.
getFilters() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription
 
getFirstElements() - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
MONITORING:
Returns 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.
getFlags() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
getFlags() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
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 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.
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 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.
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
 
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.
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.
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 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
 
getGrantedRoles() - Method in class com.activeviam.web.spring.api.security.SpringSecurityFacade
Returns all the roles granted to the current thread.
getGroupByFieldsMapping() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription
 
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.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.tech.mvcc.api.IVersionHistory
Gets the latest version in the given branch.
getHead(String) - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
 
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.
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.
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
 
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.
getHierarchyFields() - Method in class com.activeviam.tech.partitioning.api.HierarchicalPartitioningDescription
The partitioning fields used to define the partitioning hierarchy.
getHierarchyOrdinal() - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
The ordinal of the hierarchy.
getHistories() - Method in interface com.activeviam.tech.mvcc.api.IEpochManager
Gets the underlying histories indexed by their ids.
getHorizontalDispatching() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The query plan horizontal dispatching.
getHostname() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Deprecated.
Returns the host name bound to the license, or null if the license does not define any host name restriction.
getId() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
getId() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
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 class com.activeviam.activepivot.server.impl.api.security.PivotEntitlement
Return the pivot 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.
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)
getImplementationClass() - Method in interface com.activeviam.tech.core.api.registry.IFactoryValue
Returns the implementation class of this factory.
getImplementationClass() - Method in interface com.activeviam.tech.core.avinternal.contributions.IContribution
Returns the implementation class defined by this contribution.
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.source.keyvalue.api.IKeyValueBatchResult
Returns the KeyValueBatchInfo about the batch execution.
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.
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
 
getInputTables() - Method in interface com.activeviam.source.common.api.foundry.trigger.IDataOperationTrigger
The tables this trigger reads, used to fire and order it.
getInsertedRows() - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableResult
Gets the number of inserted rows.
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.
getInterface() - Method in interface com.activeviam.tech.core.avinternal.contributions.IContribution
Returns the Type contribution reference interface.
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 the time interval (in ms) between two invocations of IEpochManagementPolicy.invoke(IEpochManager), negative means no periodical invocation will be used.
getInvokeInterval() - Method in class com.activeviam.tech.mvcc.api.policy.KeepAllEpochPolicy
 
getIPAddress() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Deprecated.
Returns the IP address bound to the license, or null if the license does not define any IP address restriction.
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
 
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
 
getJsonMdxQuery() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonDataExportOrder
Gets JSON MDX query.
getJulLoggingLevel(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.
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 interface com.activeviam.tech.core.avinternal.contributions.IExtendedPluginValueContribution
Returns the key under which this plugin value is contributed in the plugin.
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.
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
Returns the position of the fields of the unique index on which the key event happened.
getKeyFields() - Method in interface com.activeviam.database.datastore.api.transaction.advanced.ITransactionRecordBlock
Returns the position of the key fields in the associated table, empty if there is no key fields.
getKeyFields() - Method in interface com.activeviam.database.datastore.api.transaction.advanced.ITransactionRecordBlockFactory
Returns the position of the key fields in the associated table, empty if there is no key fields.
getKeyFieldsOfRowsWithError() - Method in interface com.activeviam.directquery.api.validator.ITableValidatorErrorReportWithRowInfo
Get the key fields of the rows with error.
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, String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Retrieves a KPI description.
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.
getLastEditor() - Method in interface com.activeviam.tech.contentserver.storage.api.ITimestampedPathlessContentEntry
The user-name of the last editor of the entry.
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) - 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
 
getLastModifiedTimesOf(Collection) - Method in interface com.activeviam.cloud.common.api.source.csv.ICloudCsvDataProviderFactory.IBatchRequester
Gets the last modified times of the given entities.
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.
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.dist.datanode.impl.api.cube.IMultiVersionDataActivePivot.LevelMembers
 
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 class com.activeviam.source.jdbc.api.observability.JdbcRowFailureEvent
 
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
 
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 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
 
getLicenseId() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Deprecated.
Returns the unique id of the license.
getLicenseStatus() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Deprecated.
Returns the status of the current license.
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.
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 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.
getLoggingLevel(Throwable) - Static method in exception class com.activeviam.tech.core.api.exceptions.service.ServiceException
 
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
Deprecated.
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.
getMarkedEpochs() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Returns the set of epoch ids of currently marked epochs.
getMaskedMemberMapping() - Method in interface com.activeviam.activepivot.dist.impl.api.distribution.IDistributionInformation
Returns the mapping from data nodes to the masked distributing level members.
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
Matching parameter.
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.
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.
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.
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.
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 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.
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.
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
 
getMeasureProvider() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval measure provider.
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
Deprecated.
Use RetrievalData.measuresData instead
getMeasuresData() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval measures.
getMeasuresMappings() - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription
 
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.
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.
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.dist.datanode.impl.api.cube.IMultiVersionDataActivePivot.LevelMembers
 
getMembers() - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisPositionDTO
Gets the list of members for this position along an axis.
getMemoryStatistic() - Method in interface com.activeviam.tech.observability.api.memory.IMemoryMonitored
Gets the IMemoryStatistic of the component being monitored.
getMessage() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
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.
getMessageAnswerClass() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
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 AnswerT.
getMessageClass() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
getMessageClass() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
getMessageClass() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.message.IBroadcastMessage
Returns the base class representing this message type (e.g.
getMessenger() - Method in interface com.activeviam.activepivot.dist.impl.avinternal.distribution.IDistributedActivePivot
Gets the messenger for distributed communication.
getMetaData(String) - Method in interface com.activeviam.source.jdbc.api.IJdbcSource
Deprecated, for removal: This API element is subject to removal in a future version.
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.
getModified() - Method in class com.activeviam.source.csv.api.ACsvTopic.PendingState
The modified events that are pending.
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.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.activepivot.server.json.api.queryplan.MeasureData
 
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.foundry.configurator.IChannelConfigurator
Gets the name of this channel.
getName() - Method in interface com.activeviam.source.common.api.foundry.configurator.ITopicConfigurator
Gets the name of this topic.
getName() - Method in class com.activeviam.source.common.api.foundry.configurator.SettingKey
Gets the unique name of this setting.
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
The name of the property.
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 continuous 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(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(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
 
getNbAdded() - Method in interface com.activeviam.database.datastore.api.transaction.stats.IStoreTransactionStatistics
Returns the number of added records.
getNbAppendThreads() - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic
The number of threads which process the raw rows and put them in the datastore.
getNbDeleted() - Method in interface com.activeviam.database.datastore.api.transaction.stats.IStoreTransactionStatistics
Returns the number of deleted records.
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.
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
The number of latest epochs to keep.
getNumberSkippedLines() - Method in class com.activeviam.source.csv.api.CsvParserConfiguration
The start line index.
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.
getOldestEpoch() - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Gets the 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 store.
getOptions() - Method in interface com.activeviam.database.datastore.api.transaction.advanced.ITransactionRecordBlock
Returns the BlockOptions associated with this block.
getOptions() - Method in interface com.activeviam.database.datastore.api.transaction.advanced.ITransactionRecordBlockFactory
Returns the BlockOptions associated with the created blocks.
getOrCreateActualSwapDirectory() - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Gets or creates the actual swap directory.
getOrDefault(SettingKey) - Method in interface com.activeviam.source.common.api.foundry.configurator.IGlobalSettingsConfigurator
Gets a global setting value, or the key's default value if not set.
getOrDefault(String, V) - Method in interface com.activeviam.source.common.api.foundry.operation.IDataLoadScope
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrder() - Method in interface com.activeviam.tech.dictionaries.api.IDictionary
Gets the order of that dictionary.
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
 
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
 
getOutputTables() - Method in interface com.activeviam.source.common.api.foundry.trigger.IDataOperationTrigger
The tables this trigger may write to.
getOwnedBranches(Set) - 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) - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
 
getOwnedBranches(Set) - 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.
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.
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
Return the parser configuration to be used when parsing the files associated with this topic.
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
 
getParserThreads() - Method in class com.activeviam.source.csv.api.CsvSourceConfiguration
The number of 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.
getPartialProviderName() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The retrieval measure provider.
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
Returns 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 belong to the 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).
A store has at most one partitioning description, which may compose sub-partitionings on multiple fields.
getPartitioning() - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator
Returns the partitioning description for this table.
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.
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
The maximum size in bytes of each individual part that will be downloaded.
getPassword() - Method in class com.activeviam.web.core.api.UserAuthenticator
 
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 class com.activeviam.tech.core.api.filtering.impl.LikeCondition
Pattern attribute value.
getPattern() - Method in interface com.activeviam.tech.core.api.format.IPatternFormatter
Returns the pattern this formatter relies on.
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.
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.
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.
getPivotId() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData
The pivot id.
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) - Static method in class com.activeviam.tech.core.api.registry.Registry
Retrieves the plugin instance for a given plugin interface.
getPluginContributions() - Method in interface com.activeviam.tech.core.avinternal.contributions.IRegistryContributor
Returns the set of PluginContributions that must be contributed to the Registry.
getPluginKey() - Method in class com.activeviam.activepivot.server.json.api.queryplan.PostProcessedMeasureData
 
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, Object) - Static method in class com.activeviam.tech.core.api.registry.Registry
Retrieves the plugin value for a given plugin interface.
getPluginValueContributions() - Method in interface com.activeviam.tech.core.avinternal.contributions.IRegistryContributor
Returns the set of PluginValueContributions that must be contributed to the Registry.
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.
getPrefetchedPartsLimit() - Method in class com.activeviam.cloud.common.api.CloudFetchingConfig
The maximum number of parts which can be downloaded before being read.
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.
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.
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 interface com.activeviam.tech.core.avinternal.contributions.IRegistryContributor
If several contributions conflict, the one from the contributor with the higher priority is kept.
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.
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
 
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.
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.
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.
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 original query used to provide the results.
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.
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.
getReadableBranches(Set) - 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) - Method in class com.activeviam.tech.mvcc.api.security.impl.BranchPermissionsManager
 
getReadableBranches(Set) - 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
The limit of line to read.
getReadStart() - Method in class com.activeviam.source.csv.api.CsvParserReadingInfo
The first line to read.
getReadStep() - Method in class com.activeviam.source.csv.api.CsvParserReadingInfo
The step to read lines.
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.
getRecommendedAction() - Method in exception class com.activeviam.tech.core.api.exceptions.ConfigurationException
 
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.database.datastore.api.transaction.advanced.ITransactionRecordBlock
Returns the plain (i.e. undictionarized) format of the records stored in this block.
getRecordFormat() - Method in interface com.activeviam.database.datastore.api.transaction.advanced.ITransactionRecordBlockFactory
Returns the plain (i.e. undictionarized) format of the records stored in the created blocks.
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.
getReferenceName() - Method in class com.activeviam.tech.partitioning.api.numa.NumaSelectorFromJoinDescription
 
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.
getRegistry() - Method in class com.activeviam.source.common.api.impl.WatcherService
The paths registered by the topics.
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.
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.
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.
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.
getRequiredFields() - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Returns the current set of required fields configured on this channel.
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.
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.
getResult() - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughData
Returns the actual drillthrough result.
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.
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
 
getRolesUser() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
List of roles assigned to standard users.
getRootNode() - Method in class com.activeviam.tech.partitioning.api.HierarchicalPartitioningDescription
The description for the root node of the hierarchy.
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.
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
 
getScope() - Method in interface com.activeviam.source.common.api.foundry.transform.IFieldCalculator.IFieldContext
The scope passed to the field calculator by the caller.
getSelection() - Method in class com.activeviam.activepivot.server.impl.api.database.UpdateWhereSelectionAndProcedure
The selection for the update where.
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
The separator character between fields.
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.
getSingleValueColumns() - Method in class com.activeviam.database.datastore.api.transaction.advanced.BlockOptions
Columns bound to a single value shared by all rows in the block.
getSize() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
getSize() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
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:
Returns the size of the dictionary.
getSlicerAxis() - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Gets the slicer axis of the cellset.
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
 
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.
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.
getStartDate() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.ILicensingService
Deprecated.
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(String) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Gets the state of a stream.
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.
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.
getStatisticsOption() - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit.JsonDatabaseEditContext
The statistics option for the query.
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.
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
 
getStorageType() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
 
getStorageType() - Method in class com.activeviam.directquery.api.schema.ATableDescription
 
getStore() - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData
 
getStore() - Method in class com.activeviam.source.common.api.impl.AStoreMessageChannelFactory.TopicStore
 
getStoreName() - Method in interface com.activeviam.database.datastore.api.description.IKeyEventContext
Returns 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.
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.
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.
getSuccessfulQueryCubes() - Method in interface com.activeviam.activepivot.dist.datanode.impl.api.cube.IMultiVersionDataActivePivot.IMaskingOperationReport
Returns the list of addresses of query cubes for which the masking operation was successful.
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
 
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
 
getTableDefinition() - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.ITableConfigurator
Gets the current definition of the table being configured.
getTableDescription() - Method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryTableConfigurator
Gets the current description of the configured table.
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 interface com.activeviam.database.datastore.api.foundry.core.configurator.ITableConfigurator
Gets the name of this table.
getTableName() - Method in interface com.activeviam.database.datastore.api.transaction.advanced.ITransactionRecordBlock
Returns the name of the table this block is associated with.
getTableName() - Method in interface com.activeviam.database.datastore.api.transaction.advanced.ITransactionRecordBlockFactory
Returns the name of the table this factory is associated with.
getTableName() - Method in class com.activeviam.database.sql.api.schema.SqlTableId
 
getTableName() - Method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryTableConfigurator
Gets the current local name of the configured table.
getTableName() - Method in class com.activeviam.directquery.application.api.refresh.TableUpdateDetail
 
getTableName() - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Gets the name of the target table for this channel.
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.csv.api.observability.LoggingCsvHealthEventHandler
Tag acceptor used to filter incoming events.
getTagAcceptor() - Method in class com.activeviam.source.jdbc.api.observability.LoggingJdbcHealthEventHandler
Tag acceptor used to filter incoming events.
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 class com.activeviam.source.jdbc.api.observability.JdbcRowFailureEvent
 
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
 
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
 
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.
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 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
Returns the time in ms before releasing an epoch.
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.
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).
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) - 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.
getTopicName() - Method in class com.activeviam.source.jdbc.api.observability.JdbcRowFailureEvent
The topic on which the exception occurred.
getTopicNames() - Method in interface com.activeviam.source.common.api.foundry.configurator.ITopicsConfigurator
Gets the names of all configured topics.
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).
getTopicType() - Method in interface com.activeviam.source.common.api.foundry.configurator.ITopicConfigurator
Gets the type of the topic.
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.
getTraceContext() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
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.
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.
getTransactionTotalDuration() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
 
getTransferTime() - Method in interface com.activeviam.source.keyvalue.api.IKeyValueBatchInfo
Returns the execution time of the KeyValue query (as nanoseconds).
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 class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getTrendPresenter() - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
getTriggerNames() - Method in interface com.activeviam.source.common.api.foundry.configurator.ITriggersConfigurator
Gets the names of all configured triggers.
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 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 class com.activeviam.source.common.api.foundry.configurator.SettingKey
Gets the value type class.
getType() - Method in interface com.activeviam.source.common.api.foundry.transform.IFieldCalculator
Gets the type of the values computed by this calculator.
getType() - Method in interface com.activeviam.source.csv.api.report.ICsvAnomaly
Returns the type of this anomaly.
getType() - Method in class com.activeviam.source.jdbc.api.foundry.calculator.LocalDateJdbcFieldCalculator
 
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.ordering.CustomComparator
 
getType() - Method in interface com.activeviam.tech.core.api.query.IQuery
 
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 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(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.
getTypeClass(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Returns the class that the provided type represents.
getTypeContributions() - Method in interface com.activeviam.tech.core.avinternal.contributions.IRegistryContributor
Returns the set of TypeContributions that must be contributed to the Registry.
getTypesMetaData(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.
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.
getUnderlyingFieldNames() - Method in interface com.activeviam.source.common.api.foundry.transform.IFieldCalculator
Gets the names of the fields used by this calculator to compute its value.
getUnderlyingFieldNames() - Method in class com.activeviam.source.jdbc.api.foundry.calculator.LocalDateJdbcFieldCalculator
 
getUnderlyingRetrievalType() - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
The type of the retrieval performing the aggregation on behalf of this retrieval, for a retrieval on a partial provider.
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.datanode.impl.api.cube.IMultiVersionDataActivePivot
Returns the unique cube identifier of the cube within the cluster.
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.
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
 
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
 
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.
getUseMultipleFiles() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Option to use several files if needed.
getUserInteractionDuration() - Method in class com.activeviam.database.datastore.api.observability.impl.DatastoreTransactionCommitted
 
getUserLocale(String) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
 
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.
getUserNameAndGrantedAuthorities() - Method in interface com.activeviam.tech.core.api.security.ISecurityDetails
Constructs the set containing the current user's name and granted authorities.
getUseZipFile() - Method in class com.activeviam.activepivot.server.json.api.dataexport.JsonFileConfiguration
Option to zip the files created.
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 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(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(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.
getValues() - Method in class com.activeviam.directquery.application.api.refresh.condition.InColumnCondition
 
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.tech.mvcc.api.IHeadInfo
Gets the head version of a branch.
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.
getVersion(String) - Method in interface com.activeviam.tech.mvcc.api.IVersionHistory
Retrieves the version recorded at the epoch associated with the given epoch name.
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.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 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.
getWidestNumericalType(int[]) - Static method in class com.activeviam.tech.aggregation.api.AggregationTypeUtils
Given a list of numerical Types, retrieves the widest numerical ContentType.
getWidestNumericalVectorType(int[]) - Static method in class com.activeviam.tech.aggregation.api.AggregationTypeUtils
Given a list of numerical array Types, retrieves the widest numerical array ContentType.
getWidestType(int[]) - Static method in class com.activeviam.tech.aggregation.api.AggregationTypeUtils
Given a list of Types, retrieves the widest ContentType.
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.
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.
GlobalEntitlement - Class in com.activeviam.activepivot.server.impl.api.security
A GlobalEntitlement instance lists the context values common to all pivots.
GlobalEntitlement() - Constructor for class com.activeviam.activepivot.server.impl.api.security.GlobalEntitlement
Default constructor.
GlobalEntitlement(List) - Constructor for class com.activeviam.activepivot.server.impl.api.security.GlobalEntitlement
Full constructor.
globalSettings() - Method in interface com.activeviam.source.common.api.foundry.configurator.IDataLoadConfigurator
Gets the global settings configurator for DLC-wide parameters.
Global Settings - Section in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
 
globalTimings(Map) - Method in class com.activeviam.activepivot.server.json.api.queryplan.PlanInfoData.PlanInfoDataBuilder
The query planning timing information.
GoogleBlobChannelFactory - Class in com.activeviam.cloud.google.api
ICloudEntityChannelFactory that creates channels for reading Google Cloud Storage entities.
GoogleBlobChannelFactory(CloudFetchingConfig, ExecutorService) - Constructor for class com.activeviam.cloud.google.api.GoogleBlobChannelFactory
Creates a new GoogleBlobChannelFactory instance.
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.
GREATER - Enum constant in enum class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableFilter.Type
 
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.
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.
GROSS_SUM_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for gross sum aggregation function.
gt(FieldPath, Object) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a GT condition.
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

hasAccess(Set, Set) - 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, List) - 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.
hasExternalTable() - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescription
 
hasExternalTable() - Method in class com.activeviam.directquery.api.schema.SchemaDescription
 
hashCode() - Method in record class com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder.FoundryApplicationDefinition
Returns a hash code value for this object.
hashCode() - Method in record class com.activeviam.activepivot.dist.common.impl.avinternal.communication.CubeIdentifier
Returns a hash code value for this object.
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 record class com.activeviam.activepivot.dist.impl.avinternal.LogicalRemoteAddress
Returns a hash code value for this object.
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.rest.database.BranchCreationDescription
 
hashCode() - Method in class com.activeviam.activepivot.server.impl.api.security.PivotEntitlement
 
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 record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Cube
Returns a hash code value for this object.
hashCode() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Dimension
Returns a hash code value for this object.
hashCode() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides
Returns a hash code value for this object.
hashCode() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Hierarchy
Returns a hash code value for this object.
hashCode() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Level
Returns a hash code value for this object.
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 record class com.activeviam.cloud.azure.api.storage.entity.impl.EncryptionParameters
Returns a hash code value for this object.
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 class com.activeviam.database.datastore.api.transaction.advanced.BlockOptions
 
hashCode() - Method in record class com.activeviam.database.sql.api.ExternalJdbcType
Returns a hash code value for this object.
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 class com.activeviam.directquery.api.cache.CacheDescription
 
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.cache.SingleTableCacheDescription
 
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.foundry.configurator.SettingKey
 
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 record class com.activeviam.source.jdbc.api.foundry.configurator.JdbcConnectionSettings
Returns a hash code value for this object.
hashCode() - Method in record class com.activeviam.source.jdbc.api.JdbcTypesMetaData
Returns a hash code value for this object.
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 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.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
 
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.
hasTable(String) - Method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescription
 
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) - Constructor for class com.activeviam.source.csv.api.translator.HeaderColumnarTranslator
Constructor from underlying translator, no default values.
HeaderColumnarTranslator(IColumnarTranslator, boolean) - Constructor for class com.activeviam.source.csv.api.translator.HeaderColumnarTranslator
Constructor with the option to support default values.
HeaderColumnarTranslator(IColumnarTranslator, 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
 
HEALTH_TAGS_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property used to retrieve health events.
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.
HierarchicalPartitioningDescription - Class in com.activeviam.tech.partitioning.api
Description of a hierarchical partitioning.
HierarchicalPartitioningDescription(List, List, List, PartitioningNodeDescription, List) - Constructor for class com.activeviam.tech.partitioning.api.HierarchicalPartitioningDescription
Constructor.
HierarchicalPartitioningDescriptionBuilder - Class in com.activeviam.tech.partitioning.api.builder
HierarchicalPartitioningDescriptionBuilder(PartitioningDescriptionBuilder, List) - 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) - Constructor for class com.activeviam.tech.partitioning.api.builder.HierarchicalPartitioningDescriptionBuilder
Constructor.
hierarchies() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Dimension
Returns the value of the hierarchies record component.
hierarchy(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData.LocationDataBuilder
The location hierarchy.
Hierarchy(String, Map) - Constructor for record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Hierarchy
Creates an instance of a Hierarchy record class.
HIERARCHY_SEPARATOR_SYSTEM_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property used to override the hierarchy separator sequence.
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) - 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) - 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) - 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.
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, int[], int, IHistoryMultiSourceAggregationFunction) - Constructor for class com.activeviam.tech.aggregation.api.history.HistoryMultiSourceAggregation
Constructor.
horizontalDispatching(QueryDispatchingData) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The query plan horizontal dispatching.
How to write a custom filter? - Section in package com.activeviam.tech.core.api.filtering
 
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.
IActivePivotBranchPermissionsManagerConfig - Interface in com.activeviam.activepivot.server.spring.api.config
Deprecated, for removal: This API element is subject to removal in a future version.
IActivePivotConfig - Interface in com.activeviam.activepivot.server.spring.api.config
Deprecated, for removal: This API element is subject to removal in a future version.
Use IActivePivotManager directly
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
Deprecated, for removal: This API element is subject to removal in a future version.
IActivePivotEvent - Interface in com.activeviam.activepivot.server.intf.api.streaming
A stream event produced by ActivePivot.
IActivePivotManagerDescriptionConfig - Interface in com.activeviam.activepivot.server.spring.api.config
Deprecated, for removal: This API element is subject to removal in a future version.
Declare IActivePivotManagerDescription and IEpochManagementPolicy as Bean methods in your own Configuration class directly, without implementing this interface.
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.
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
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.2.0. These are obsolete artifacts from the SOAP era. Use the REST services instead.
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.
IAggregatesEvent - Interface in com.activeviam.activepivot.server.intf.api.streaming
An aggregates event corresponds to the update of a set of aggregates.
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.
IAliasesConfigurator - Interface in com.activeviam.source.common.api.foundry.configurator
Interface for configuring topic aliases in the DLC.
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.
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.
IAtotiServerFilters - Interface in com.activeviam.web.spring.api.security
Marker interface for internal data classes providing filters.
IAuthorityComparator - Interface in com.activeviam.tech.core.api.security
Interface for comparators used to sort the authorities.
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.
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.
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> - 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.
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.
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.
ICanPartition<R> - Interface in com.activeviam.tech.partitioning.api.builder
Add a partitioning directive on the store.
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.
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.
ICellWriter - Interface in com.activeviam.tech.core.api.cell
Definition of a write-only component linked to a cell containing some data.
IChannelConfigurator - Interface in com.activeviam.source.common.api.foundry.configurator
Configurator for a channel.
IChannelsConfigurator - Interface in com.activeviam.source.common.api.foundry.configurator
Configurator for the channels of a Data Load Controller (DLC).
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.
ICloudCsvDataProviderFactory.IBatchRequester<EntityT> - Interface in com.activeviam.cloud.common.api.source.csv
Performs batch operations on cloud entities, potentially using cloud-provider APIs for better efficiency than individual requests.
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.
ICloudEntityChannelFactory<EntityT> - Interface in com.activeviam.cloud.common.api.entity
Factory that creates channels for reading cloud entities.
ICloudEntityPath<EntityT> - Interface in com.activeviam.cloud.common.api.entity
Reference on an object stored in the cloud.
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.
IComparator<T> - Interface in com.activeviam.tech.core.api.ordering
IComparator that can be used as a IExtendedPluginValue.
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.
IContinuouslyQueryable - Interface in com.activeviam.tech.core.api.query.realtime
A service that can be continuously queried.
IContinuousQuery - 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.
IContribution - Interface in com.activeviam.tech.core.avinternal.contributions
Base interface for all Atoti contributions.
ICoreDatabaseConfigurer - Interface in com.activeviam.activepivot.core.datastore.avinternal.foundry.config
Interface for Solutions to configure the database via the IDatabaseConfigurator.
ICoreDatabasePostConfigurer - Interface in com.activeviam.activepivot.core.datastore.avinternal.foundry.config
Interface for Solutions that is called after IModelConfigurer.configureDatabase(IDatabaseConfigurator).
ICoreDataLoadConfigurer - Interface in com.activeviam.source.common.avinternal.foundry.config
Interface for Solutions to configure the Data Load Controller (DLC).
ICorsConfig - Interface in com.activeviam.web.spring.api.config
Spring configuration for a 'Cross-Origin Resource Sharing' (CORS) filter.
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.
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.
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.
ICsvTopicConfigurator - Interface in com.activeviam.source.csv.api.foundry.configurator
Base configurator for CSV-based topics.
ICsvTopicParsingReport - Interface in com.activeviam.source.csv.api.report
 
ICursor - Interface in com.activeviam.tech.records.api
A cursor over 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.
ICustomJdbcTypeMatcher - Interface in com.activeviam.database.sql.api
Interface allowing to customize the matching from the JDBC type retrieved in the external database to the Atoti type.
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_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.
IDatabaseConfigurator - Interface in com.activeviam.database.datastore.api.foundry.core.configurator
Interface to configure the IDatastore.
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.
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.
IDataExportService - Interface in com.activeviam.activepivot.server.intf.api.dataexport
The Data Export Service.
IDataLoadConfigurator - Interface in com.activeviam.source.common.api.foundry.configurator
Main configurator interface for the Data Load Controller (DLC) in Foundry.
IDataLoadConfigurer - Interface in com.activeviam.source.common.api.foundry.config
Interface for configuring the Data Load Controller (DLC).
IDataLoadScope - Interface in com.activeviam.source.common.api.foundry.operation
Key-value bag carried through a data related operation, passed by the caller to user-defined callbacks (field calculators, removal-condition factories, etc.).
IDataOperationTrigger - Interface in com.activeviam.source.common.api.foundry.trigger
A user-defined trigger that runs inside the same datastore transaction as a data operation (a load or an unload).
IDataOperationTrigger.ITriggerContext - Interface in com.activeviam.source.common.api.foundry.trigger
IDatastore - Interface in com.activeviam.database.datastore.api
The root component of the datastore.
IDatastoreConfig - Interface in com.activeviam.activepivot.server.spring.api.config
Deprecated, for removal: This API element is subject to removal in a future version.
Declare IDatastore as a Bean method in your own Configuration class directly, without implementing this interface. The poolsCleaner bean is now provided automatically by the Atoti Spring Boot starter.
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.
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
Deprecated, for removal: This API element is subject to removal in a future version.
Declare IDatastoreSchemaDescription as a Bean method in your own Configuration class directly, without implementing this interface.
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.
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.database.datastore.api.transaction.ITransactionManager
Statistic identifier.
identity() - Static method in interface com.activeviam.tech.core.api.function.FloatUnaryOperator
Returns a unary operator that always returns its input argument.
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) - Constructor for class com.activeviam.source.common.api.impl.IdentityTranslator
 
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.
idInCluster() - Method in record class com.activeviam.activepivot.dist.common.impl.avinternal.communication.CubeIdentifier
Returns the value of the idInCluster record component.
IDirectQueryConfigurator - Interface in com.activeviam.directquery.application.api.foundry.configurator
Interface to configure the external (DirectQuery) side of the database of a Foundry application.
IDirectQueryDatabase - Interface in com.activeviam.directquery.api
A DirectQuery database.
IDirectQueryTableConfigurator - Interface in com.activeviam.directquery.application.api.foundry.configurator
Interface to configure one external (DirectQuery) table of a Foundry application.
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.
IDistributedActivePivotVersion - Interface in com.activeviam.activepivot.dist.impl.api.cube
A version associated with a multi-version pivot.
IDistributedMessenger - Interface in com.activeviam.activepivot.dist.impl.avinternal.messenger
An object used to broadcast messages to other instances and process remote messages.
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.
IDrillthroughEvent - Interface in com.activeviam.activepivot.server.intf.api.streaming
A drillthrough event is an event corresponding to a full drillthrough (headers + rows).
IDrillthroughResultDTOState - Interface in com.activeviam.activepivot.server.intf.api.dto
State for a IDrillthroughStream, storing the current result of the DrillthroughQuery.
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.
IEpoch - Interface in com.activeviam.tech.mvcc.api
Represents an epoch.
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.
IExtendedPlugin<V> - Interface in com.activeviam.tech.core.api.registry
IExtendedPlugin.
IExtendedPluginContribution - Interface in com.activeviam.tech.core.avinternal.contributions
Contribution of an extended plugin as a whole (coming with its own plugin values).
IExtendedPluginValue - Interface in com.activeviam.tech.core.api.registry
Interface of an extended plugin value.
IExtendedPluginValueContribution - Interface in com.activeviam.tech.core.avinternal.contributions
Contribution of an extended plugin value to the extended plugin identified by the contribution interface.
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.
IFieldCalculator - Interface in com.activeviam.source.common.api.foundry.transform
The equivalent of IColumnCalculator in the Foundry API.
IFieldCalculator.IFieldContext - Interface in com.activeviam.source.common.api.foundry.transform
The context of a field calculation.
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.
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.
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.
IGlobalEntitlement - Interface in com.activeviam.activepivot.server.intf.api.security
A cross-all-ActivePivot entitlement defined by a collection of context values.
IGlobalSettingsConfigurator - Interface in com.activeviam.source.common.api.foundry.configurator
Configurator for global DLC settings that apply across all topics.
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.
IHistory - Interface in com.activeviam.tech.aggregation.api.history
The mutable state an aggregation function accumulates as values are contributed to (or removed from) it, and from which the aggregated result is read.
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.
IIdGenerator - Interface in com.activeviam.tech.streaming.intf.api
Unique Id generator service.
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.
IInMemoryTableConfigurator - Interface in com.activeviam.database.datastore.api.foundry.core.configurator
Interface to configure in-memory specific options for a table.
IInMemoryTableConfigurator.IVectorFieldConfigurator - Interface in com.activeviam.database.datastore.api.foundry.core.configurator
Interface to configure vector field specific options.
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.
IInternalDatabaseConfigurator - Interface in com.activeviam.database.datastore.avinternal.foundry.core.configurator
Extension of IDatabaseConfigurator for operations restricted to Solutions.
IInternalTableConfigurator - Interface in com.activeviam.database.datastore.avinternal.foundry.core.configurator
Extension of ITableConfigurator for operations restricted to Solutions.
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.
IInterruptor.Registration - Interface in com.activeviam.tech.concurrency.api.interrupt
Handle to unregister a callback registered with IInterruptor.registerCallbackOnInterruption(Runnable).
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.
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.
IJdbcTopicConfigurator - Interface in com.activeviam.source.jdbc.api.foundry.configurator
Configurator for JDBC topics.
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.
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.
ILicensingService - Interface in com.activeviam.activepivot.server.intf.api.webservices
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.2.0. These are obsolete artifacts from the SOAP era. Use the REST services instead.
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.
ILocalCsvTopicConfigurator - Interface in com.activeviam.source.csv.api.foundry.configurator
Configurator for CSV topics reading from the local filesystem.
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.
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.
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.
IMdxStatementChecker - Interface in com.activeviam.activepivot.mdx.intf.api
Definition of a component checking a MDX statement.
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.
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.
IMessageAnswer - Interface in com.activeviam.activepivot.dist.impl.avinternal.messenger.message
Answer to a received IBroadcastMessage.
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.
IModelConfigurer - Interface in com.activeviam.activepivot.core.datastore.api.foundry.config
Interface to configure the semantic layer (Database + Cubes).
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.
IMultiVersionDataActivePivot - Interface in com.activeviam.activepivot.dist.datanode.impl.api.cube
This interface add additional operations related to distribution for the Data cubes.
IMultiVersionDataActivePivot.IMaskingOperationReport - Interface in com.activeviam.activepivot.dist.datanode.impl.api.cube
Interface representing the result of a masking operation across multiple query cubes.
IMultiVersionDataActivePivot.LevelMembers - Class in com.activeviam.activepivot.dist.datanode.impl.api.cube
Represents a level and its associated members.
IMultiVersionDistributedActivePivot - Interface in com.activeviam.activepivot.dist.impl.api.cube
A distributed IMultiVersionActivePivot, also called a Query cube.
in(FieldPath, List) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a IN condition.
in(String, List) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a IN condition.
in(String, Set) - 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
 
INamingConvention - Interface in com.activeviam.directquery.api.schema.utils
Convention to rename a table and its fields.
INaturalOrderComparator<T> - Interface in com.activeviam.tech.core.api.ordering
Natural java comparator.
includeAllTableFields(boolean) - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Controls whether all target table fields are included in the tuples passed to the tuple publisher, even if they are not present in the source data.
includeNonTableFields(boolean) - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Controls whether non-table fields (from calculators and topic) are included in the tuples passed to the tuple publisher.
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) - 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.
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.
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 interface com.activeviam.tech.core.api.agent.IAgent
Initializes the agent with a set of properties.
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
Property used for defining the default stream Initial publication mode.
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.
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.
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.
inject(Class, 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, 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) - Method in class com.activeviam.directquery.api.schema.SchemaDescription.SchemaDescriptionBuilder
 
inMemoryOptions() - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.ITableConfigurator
Returns the configurator for in-memory specific options.
inMemoryTables(List) - Method in class com.activeviam.directquery.api.schema.SchemaDescription.SchemaDescriptionBuilder
 
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.
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_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.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
Integer content.
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.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
Integer array content.
INTEGER_ARRAY - Enum constant in enum class com.activeviam.tech.chunks.api.types.ContentType
 
InternalApi - Annotation Interface in com.activeviam.tech.core.api.annotations
Custom annotation marking an API element as internal.
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
Property configuring 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.
InterruptionUtil - Class in com.activeviam.tech.concurrency.api.interrupt
Thread and task interruption utilities.
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.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.
inverse(int) - Method in interface com.activeviam.tech.partitioning.api.function.IntIntFunction
Returns the only value such that compute(value) = output.
invertVector(IVector) - Static method in class com.activeviam.tech.chunks.api.vectors.VectorUtils
Creates a vector to invert the underlying vector by computing 1/x for each element.
invertVector(IVector, boolean) - Static method in class com.activeviam.tech.chunks.api.vectors.VectorUtils
Creates a vector to invert the underlying vector by computing 1/x for each element.
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
 
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'.
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.
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.
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.
IPluginContribution - Interface in com.activeviam.tech.core.avinternal.contributions
Contribution of a plugin as a whole (coming with its own plugin values).
IPluginValue - Interface in com.activeviam.tech.core.api.registry
ActiveViam Light Plugin Value Base interface.
IPluginValueContribution - Interface in com.activeviam.tech.core.avinternal.contributions
Contribution of a plugin value to the plugin identified by the contribution interface.
IPositionalReader - Interface in com.activeviam.tech.chunks.api.arrays
Elements of data available following the array layout.
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.
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.
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.
IQuery - Interface in com.activeviam.tech.core.api.query
Generic query to retrieve single or multiple objects.
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.
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.
IRegistryContributor - Interface in com.activeviam.tech.core.avinternal.contributions
Lists a number of registry contributions.
IReleasableVector - Interface in com.activeviam.tech.chunks.api.vectors
vectors that takes note of how many times its data is written to the datastore.
IRoleContextConfig - Interface in com.activeviam.activepivot.server.spring.api.config
Deprecated, for removal: This API element is subject to removal in a future version.
Declare IEntitlementsProvider as a Bean method in your own Configuration class directly, without implementing this interface.
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.
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.
ISameValueVector - Interface in com.activeviam.tech.chunks.api.vectors
Marker interface for vectors that contain a single value.
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.
isBranchConcealed(String) - Method in interface com.activeviam.activepivot.dist.datanode.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).
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.
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.
isDistributionStarted() - Method in interface com.activeviam.activepivot.dist.datanode.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 whether the task completed.
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.
isEmpty() - Method in interface com.activeviam.tech.core.api.collections.IRangeUnion
Returns whether this union is empty or not.
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
 
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.
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.
isExternalFieldNullable() - Method in class com.activeviam.directquery.api.schema.FieldDescription
Whether the field is nullable in the external database.
isForceHttps() - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
Configures the security to enforce the use of HTTPS.
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.
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.
isIncludedIn(IRange) - Method in interface com.activeviam.tech.core.api.collections.IRange
 
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) - 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) - 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) - 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.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).
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.
isNull() - Method in class com.activeviam.tech.aggregation.api.history.ADoubleHistory
 
isNull() - Method in class com.activeviam.tech.aggregation.api.history.AFloatHistory
 
isNull() - Method in class com.activeviam.tech.aggregation.api.history.AIntegerHistory
 
isNull() - Method in class com.activeviam.tech.aggregation.api.history.ALongHistory
 
isNull() - Method in interface com.activeviam.tech.aggregation.api.history.IHistory
Returns whether the current value of the cell is null.
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.
isNullable() - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDataTypeDiscovery
 
isNullable() - Method in record class com.activeviam.database.sql.api.ExternalJdbcType
Returns the value of the isNullable record component.
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 an 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.
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).
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.
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.
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.
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.
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
 
isSuccessful() - Method in interface com.activeviam.activepivot.dist.datanode.impl.api.cube.IMultiVersionDataActivePivot.IMaskingOperationReport
Indicates whether the masking operation was successful for all query cubes.
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.
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.
IStreamEvent - Interface in com.activeviam.tech.streaming.intf.api
Base interface for events occurring on a stream.
IStreamingService - Interface in com.activeviam.tech.streaming.intf.api
Service providing control over streams.
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.
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.
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 whether the vector stored at the given position can be modified.
isVirtual() - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
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.
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.
ITable - Interface in com.activeviam.tech.chunks.api.table
Data elements organized in a table layout.
ITableConfigurator - Interface in com.activeviam.database.datastore.api.foundry.core.configurator
Interface to configure a table.
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.
ITableWithDefaultValueWriter - Interface in com.activeviam.tech.chunks.api.table
Interface to write default values into a structure with a table layout.
ITableWriter - Interface in com.activeviam.tech.chunks.api.table
Interface to write into a structure with a table layout.
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.
iterator() - Method in interface com.activeviam.tech.records.api.ICursor
Returns an iterator over the records in this cursor.
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.
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).
ITopicConfigurator - Interface in com.activeviam.source.common.api.foundry.configurator
Base configurator interface for all topic types.
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.
ITopicsConfigurator - Interface in com.activeviam.source.common.api.foundry.configurator
Configurator for the topics of a Data Load Controller (DLC).
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 update-where method to perform the actual update in the selected store.
ITransactionRecordBlock - Interface in com.activeviam.database.datastore.api.transaction.advanced
A block that automatically converts raw values into dictionarized values.
ITransactionRecordBlockFactory - Interface in com.activeviam.database.datastore.api.transaction.advanced
Factory of ITransactionRecordBlock for a given table.
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.
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.
ITriggersConfigurator - Interface in com.activeviam.source.common.api.foundry.configurator
Configurator for data-operation triggers.
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).
ITypeContribution - Interface in com.activeviam.tech.core.avinternal.contributions
A Type contributions just defines the association of an interface and its implementation class.
ITypedColumnarTable - Interface in com.activeviam.tech.records.api
A table which knows the column types.
IUnnamedColumnarTable - Interface in com.activeviam.tech.chunks.api.table
A table with a columnar layout, that exposes its columns as arrays.
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.
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.
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.
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.
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 read and 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.
JdbcConnectionSettings - Record Class in com.activeviam.source.jdbc.api.foundry.configurator
Connection attributes of a named JDBC connection.
JdbcConnectionSettings(String, String, String, String) - Constructor for record class com.activeviam.source.jdbc.api.foundry.configurator.JdbcConnectionSettings
Creates an instance of a JdbcConnectionSettings record class.
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, IDatastore) - Constructor for class com.activeviam.source.jdbc.api.JdbcMessageChannelFactory
Constructor.
JdbcRowFailureEvent - Class in com.activeviam.source.jdbc.api.observability
Event notifying that the processing of a single JDBC record has failed during a fetch operation.
JdbcRowFailureEvent(String, Throwable) - Constructor for class com.activeviam.source.jdbc.api.observability.JdbcRowFailureEvent
Creates a new JdbcRowFailureEvent instance.
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.
jdbcType() - Method in record class com.activeviam.database.sql.api.ExternalJdbcType
Returns the value of the jdbcType record component.
JdbcTypesMetaData - Record Class in com.activeviam.source.jdbc.api
Maps each column to its corresponding data type.
JdbcTypesMetaData(Map) - Constructor for record class com.activeviam.source.jdbc.api.JdbcTypesMetaData
Creates an instance of a JdbcTypesMetaData record class.
JMX - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for all the events related to JMX.
JMX_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger for all the events related to JMX.
jmxDatabaseEnabler() - Method in class com.activeviam.directquery.application.api.spring.ADirectQueryApplicationConfig
JMX Enabler.
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) - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData.DatabaseRetrievalDataBuilder
 
joinToKeepNormalized(String, String) - Method in class com.activeviam.directquery.application.api.IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder
Sets a join whose target table fields should not be denormalized into the aggregate table.
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
Property to enable string JSON parsing from primitive types, where null values 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) - 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, Set) - 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) - 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, List, List) - 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) - 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) - 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) - 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, Map, Map, 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) - 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, 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) - 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) - 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, List) - 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, List) - 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) - 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, List) - 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) - 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) - 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, Map, List, Map, List, 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) - 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) - 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, List) - 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
An 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
An IEpochManagementPolicy that intends 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 record class com.activeviam.cloud.azure.api.storage.entity.impl.EncryptionParameters
Returns the value of the key record component.
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(JwtProperties.KeyProperties) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.JwtPropertiesBuilder
 
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
 
keyFieldNames(String...) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
Sets the key field names.
keyFieldNames(Collection) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
Sets the key field names.
keyFieldNames(List) - Method in interface com.activeviam.directquery.api.schema.ATableDescription.IGenericTableDescriptionBuilder
Sets the key fields.
keyFieldNames(List) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
 
keyFieldNames(List) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.INeedMultiRowVectorTableKeyFieldNamesBuilder
Sets the key fields.
keyFieldNames(List) - Method in interface com.activeviam.directquery.api.schema.TableDescription.IBuildableTableDescriptionBuilder
Sets the key fields.
keyFieldNames(List) - Method in interface com.activeviam.directquery.api.schema.TableDescription.ITableDescriptionBuilder
 
KeyProperties() - Constructor for class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyProperties
 
keyResolver() - Method in record class com.activeviam.cloud.azure.api.storage.entity.impl.EncryptionParameters
Returns the value of the keyResolver record component.
keys() - Method in interface com.activeviam.tech.core.api.registry.IPlugin
Gives all the keys present in the plugin.
keySet() - Method in interface com.activeviam.source.common.api.foundry.operation.IDataLoadScope
Returns the keys currently defined in this scope.
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, 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, List, Object[]) - Constructor for class com.activeviam.source.keyvalue.api.impl.KeyValueTopic
Constructor.
KeyValueTopic(String, List, List, Object[], ICondition) - Constructor for class com.activeviam.source.keyvalue.api.impl.KeyValueTopic
Constructor.
keyWrapAlgorithm() - Method in record class com.activeviam.cloud.azure.api.storage.entity.impl.EncryptionParameters
Returns the value of the keyWrapAlgorithm record component.
kpi() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Creates a builder for IKpiDescription.
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.

L

LAST - Static variable in class com.activeviam.tech.core.api.property.impl.BaseProperty
Expression representing the last element in an array or collection.
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.activeviam.tech.contentserver.spring.api.rest.ContentServiceRestServices
The latest API version of the rest server.
LEGACY_ALLOCATION_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property to activate legacy allocation considering huge page alignment.
LEGACY_SERVICES_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the autoconfiguration of the legacy ActivePivot services, the services mirroring the payloads of the removed SOAP web services.
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(List) - Method in class com.activeviam.activepivot.server.json.api.queryplan.LocationData.LocationDataBuilder
The path to the location level.
Level(String) - Constructor for record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Level
Creates an instance of a Level record class.
LEVEL_SEPARATOR_SYSTEM_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property used to override the level separator sequence.
LevelDataTypeDiscovery - Class in com.activeviam.activepivot.server.json.api.discovery
The discovery of the type of the data held by an element, such as the members of a level.
LevelDataTypeDiscovery() - Constructor for class com.activeviam.activepivot.server.json.api.discovery.LevelDataTypeDiscovery
 
LevelDataTypeDiscovery(LevelDataTypeDiscovery.LevelContentType, String, boolean) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.LevelDataTypeDiscovery
Constructor.
LevelDataTypeDiscovery.LevelContentType - Enum Class in com.activeviam.activepivot.server.json.api.discovery
Enum of the possible content types of the data.
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.
LevelDiscovery(String, String, String, String, LevelDataTypeDiscovery) - Constructor for class com.activeviam.activepivot.server.json.api.discovery.LevelDiscovery
Constructor.
LevelMembers(LevelIdentifier, Collection) - Constructor for class com.activeviam.activepivot.dist.datanode.impl.api.cube.IMultiVersionDataActivePivot.LevelMembers
 
levels() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Hierarchy
Returns the value of the levels record component.
LEXICOGRAPHICAL_ORDER_PLUGIN_KEY - Static variable in interface com.activeviam.tech.core.api.ordering.IComparator
Plugin key for the lexicographical order comparator.
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.
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.
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.
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.
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, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
List the structure and (eventually) the content of multiple entries.
listDirs(Map, boolean, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
List the structure and (eventually) the content of multiple entries.
listen(IMessageChannel) - Method in interface com.activeviam.source.common.api.ISource
Method to listen to the channel.
listen(ISource) - 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) - Method in class com.activeviam.source.csv.api.ACsvTopic
 
listen(IFileListener) - Method in interface com.activeviam.source.csv.api.ICsvTopic
Start listening to this topic, receiving events each time something happens.
listen(IFileListener) - 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) - 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, Collection) - Constructor for class com.activeviam.source.common.api.impl.Listen
Creates a listen operation on the listed stores.
Listen(IStoreMessageChannelFactory, Collection, Map) - 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, Map) - Constructor for class com.activeviam.source.common.api.impl.Listen
Creates a listen operation for the listed stores from the listed topics.
Listen(IStoreMessageChannelFactory, Map, Map) - 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) - 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
 
LOAD - Enum constant in enum class com.activeviam.source.common.api.foundry.operation.DataOperationType
Rows are being loaded (added) into the operation's tables.
loadByUserName(String) - Method in interface com.activeviam.tech.core.api.security.IUserDetailsService
Loads the password, the username and granted authorities.
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, List) - 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
 
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_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.
LocalDateJdbcFieldCalculator - Class in com.activeviam.source.jdbc.api.foundry.calculator
IFieldCalculator converting a java.sql.Date column read from a JDBC source into a LocalDate.
LocalDateJdbcFieldCalculator(String, String) - Constructor for class com.activeviam.source.jdbc.api.foundry.calculator.LocalDateJdbcFieldCalculator
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(List) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval location.
LocationData - Class in com.activeviam.activepivot.server.json.api.queryplan
The location data.
LocationData(String, String, List, List) - 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
 
LOG - Static variable in class com.activeviam.database.datastore.api.description.impl.RemoveUnknownKeyListeners
Listener that logs the exception message but does not throw.
LOG_LOGGER_NAME_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
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.
LOG_THREAD_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property to activate logging on the current thread.
LOG_USER_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
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 interface com.activeviam.tech.observability.api.health.IHealthCheck
 
LOGGER - Static variable in interface com.activeviam.tech.observability.api.health.ILoggingHealthEventHandler
 
LoggerConstants - Class in com.activeviam.tech.core.api.logger
Class containing logger names constants.
LOGGING - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
Logger name for events related to the logging infrastructure itself.
LOGGING_LOGGER - Static variable in class com.activeviam.tech.core.api.logger.TechLoggerConstants
 
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
Default constructor.
LoggingCsvHealthEventHandler(ITagAcceptor) - Constructor for class com.activeviam.source.csv.api.observability.LoggingCsvHealthEventHandler
Full constructor.
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.
LogicalCondition - Class in com.activeviam.tech.core.api.filtering.impl
Base class for the logical conditions.
LogicalRemoteAddress - Record Class in com.activeviam.activepivot.dist.impl.avinternal
Logical address of a remote node.
LogicalRemoteAddress(String) - Constructor for record class com.activeviam.activepivot.dist.impl.avinternal.LogicalRemoteAddress
Creates an instance of a LogicalRemoteAddress record class.
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.tech.logging.logback.api
Logback converter to retrieve the instance name of the pivot.
LogInstanceConverter() - Constructor for class com.activeviam.tech.logging.logback.api.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.tech.logging.logback.api
Logback converter to retrieve the current thread generating the log.
LogThreadConverter() - Constructor for class com.activeviam.tech.logging.logback.api.LogThreadConverter
 
LogUserConverter - Class in com.activeviam.tech.logging.logback.spring.api
Logback converter to retrieve the current user generating the log.
LogUserConverter() - Constructor for class com.activeviam.tech.logging.logback.spring.api.LogUserConverter
 
LONG - Enum constant in enum class com.activeviam.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
Long content.
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.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
Long array content.
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_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.
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.
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.
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(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.
makeNonNullable(IDatastoreSchemaDescription, Collection) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Makes all the given fields non-nullable.
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
Deprecated.
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(BiFunction) - 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.
mapConvertedField(String, String, String) - Method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryConfigurator
Sets the external column backing a field of a converted table.
mapConvertedTable(String, SqlTableId) - Method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryConfigurator
Sets where a converted table is looked up in the external database.
mapDouble(double) - Method in interface com.activeviam.tech.dictionaries.avinternal.IWritableDictionary
Indexes a double as a new key in the dictionary.
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.
mapRows() - Method in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
Starts building an IJdbcSource with map rows (Map<String, Object>).
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) - 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) - Constructor for class com.activeviam.source.common.api.impl.MapTuplizer
Deprecated.
Full constructor.
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.
maskMembers(IMultiVersionDataActivePivot.LevelMembers, String) - Method in interface com.activeviam.activepivot.dist.datanode.impl.api.cube.IMultiVersionDataActivePivot
Masks the specified distributing level members to the query cubes, preventing future queries from retrieving them from the data cube hosting this instance.
maskMembers(IMultiVersionDataActivePivot.LevelMembers, String, int) - Method in interface com.activeviam.activepivot.dist.datanode.impl.api.cube.IMultiVersionDataActivePivot
Masks the specified distributing level members to the query cubes, preventing future queries from retrieving them from the data cube hosting this instance.
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
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.
matchJdbcType(ExternalJdbcType) - Method in interface com.activeviam.database.sql.api.ICustomJdbcTypeMatcher
Returns the Atoti type IFieldType associated to the given external JDBC type.
max(FieldPath, String) - Static method in class com.activeviam.directquery.api.MeasureMapping
Creates a mapping for a pre-aggregated maximum.
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
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
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_SIZE_WEBCLIENT_CODEC - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property that configures the max size of webclient buffers in remote classes.
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.
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.
MCP_OAUTH2_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the OAuth 2.1 / RFC 9728 Protected Resource Metadata discovery surface for MCP endpoints.
MCP_SECURITY_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the MCP (Model Context Protocol) endpoint security autoconfiguration with HTTP Basic Authentication.
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.
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.
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
 
MeasureData - Class in com.activeviam.activepivot.server.json.api.queryplan
The Measure Data
MeasureData(String) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.MeasureData
 
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.
measureFactoryRegistrations() - Method in record class com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder.FoundryApplicationDefinition
Returns the value of the measureFactoryRegistrations record component.
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.
measureProvider(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval measure provider.
measures() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Cube
Returns the value of the measures record component.
measures(List) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
Deprecated.
Use RetrievalData.RetrievalDataBuilder.measuresData instead
measures(Set) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData.QuerySummaryDataBuilder
List of all measures retrieved by this query.
measuresData(List) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval measures.
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.
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) - 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.
MemberPerDataNodeMapping(Map) - Constructor for class com.activeviam.activepivot.dist.impl.api.distribution.MemberMapping.MemberPerDataNodeMapping
Creates a new MemberPerDataNodeMapping instance.
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.
MemoryAnalysisServiceFactory - Class in com.activeviam.activepivot.server.impl.api.observability
Factory to instantiate a IMemoryAnalysisService
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 the content of another history into this one.
merge(IRange) - Method in interface com.activeviam.tech.core.api.collections.IRangeUnion
Merge a range with previously merged ranges.
MessageSender<RequestT, ProcessedOutputT> - Class in com.activeviam.activepivot.dist.impl.avinternal.communication
A sender to send a request to all instances of a distributed cube and returns the processed output.
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.
metaData() - Method in record class com.activeviam.source.jdbc.api.JdbcTypesMetaData
Returns the value of the metaData record component.
min(FieldPath, String) - Static method in class com.activeviam.directquery.api.MeasureMapping
Creates a mapping for a pre-aggregated minimum.
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
Property that configures the minimal chunk size of the application.
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(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.
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.
modelConfigurer() - Method in record class com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder.FoundryApplicationDefinition
Returns the value of the modelConfigurer record component.
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.
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.
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, 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.
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.
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, 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, List, List, 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_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.
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.
NameOverrides - Record Class in com.activeviam.activepivot.server.spring.avinternal.foundry.config
Class used to configure the renaming of cube elements thanks to YAML files.
NameOverrides(Map) - Constructor for record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides
Creates an instance of a NameOverrides record class.
NameOverrides.Cube - Record Class in com.activeviam.activepivot.server.spring.avinternal.foundry.config
Object storing information about a cube.
NameOverrides.Dimension - Record Class in com.activeviam.activepivot.server.spring.avinternal.foundry.config
Object storing information about a dimension.
NameOverrides.Hierarchy - Record Class in com.activeviam.activepivot.server.spring.avinternal.foundry.config
Object storing information about a hierarchy.
NameOverrides.Level - Record Class in com.activeviam.activepivot.server.spring.avinternal.foundry.config
Object storing information about a level.
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_LAST_REVISION - Static variable in class com.activeviam.activepivot.server.intf.api.rest.ActivePivotRestServices
The last revision of the pivot REST API, within its current versions.
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
Property that configures cache ratio.
NATIVE_MMAPING_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
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().
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.
NEGATIVE_CELLSET_LIMIT_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property configuring 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.
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_KEEP_ALIVE - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
The TCP keep-alive configuration for the Netty messenger.
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_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.
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
 
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.
newName() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Dimension
Returns the value of the newName record component.
newName() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Hierarchy
Returns the value of the newName record component.
newName() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Level
Returns the value of the newName record component.
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 IRecordFormat, 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_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_OP - Static variable in interface com.activeviam.tech.concurrency.api.interrupt.IInterruptor.Registration
A registration that does nothing when closed, for callbacks that need no unregistration.
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_ROW - Static variable in interface com.activeviam.tech.records.api.IRecordBlock
Constant representing an 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.
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.
NOOP - Static variable in interface com.activeviam.database.sql.api.query.CommentGenerator
 
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.
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(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) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a NOT condition.
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) - Constructor for class com.activeviam.tech.core.api.filtering.impl.NotCondition
Constructor.
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.
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.
NoTransactionException - Exception Class in com.activeviam.database.datastore.api.transaction
Exception reporting that there is no transaction while the current operation requires a transaction to exist.
NoTransactionException() - Constructor for exception class com.activeviam.database.datastore.api.transaction.NoTransactionException
Default constructor.
NoTransactionException(String) - Constructor for exception class com.activeviam.database.datastore.api.transaction.NoTransactionException
Constructor.
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
 
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
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.
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) - 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.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
Object content.
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.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
Object array content.
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(String, String, String, String) - Static method in record class com.activeviam.source.jdbc.api.foundry.configurator.JdbcConnectionSettings
Creates the settings of a JDBC connection.
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...) - 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.
ofSize(int) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator.IVectorFieldConfigurator
Sets the number of components for fixed-size vectors.
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_HEAP - Enum constant in enum class com.activeviam.tech.chunks.api.vectors.AllocationType
The data is allocated on the heap.
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.
onConnection(String) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentListener
Notifies connection event.
onContentUpdates(List) - 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
 
onDictionary(int, IDictionary) - Method in interface com.activeviam.database.datastore.api.condition.ICustomCondition
Receives the dictionary in use for a field of the record.
onDictionary(int, IDictionary) - Method in class com.activeviam.database.datastore.api.condition.impl.FieldComparisonCondition
 
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(ICsvTopic, IFileEvent) - 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(String, List) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamListener
Called when events occur on a domain that the listener listens to.
onEvent(Level, Set, Supplier) - 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.
onExceptionInInstructions(DatastoreTransactionException) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionExceptionHandler
Handles a DatastoreTransactionException that occurred within the instructions.
onFields(Set) - Static method in class com.activeviam.tech.partitioning.api.numa.NumaSelectorFromTableDescription
 
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
 
onJdbcRecordFailed(JdbcRowFailureEvent) - Method in interface com.activeviam.source.jdbc.api.observability.IJdbcSourceHealthEventHandler
Dispatches an event about the failure to process a single record during a JDBC fetch.
onJdbcRecordFailed(JdbcRowFailureEvent) - 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
 
onMessageReceived(BiFunction) - Method in class com.activeviam.activepivot.dist.impl.avinternal.communication.CommunicationRegistration.NeedMessageHandler
Sets the action to do on message received.
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
 
onMissingFields(Collection) - Method in interface com.activeviam.source.common.api.foundry.transform.IFieldCalculator
This method is called when some of the IFieldCalculator.getUnderlyingFieldNames() are missing (not in the data, nor calculated by other field calculators).
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
 
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.
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
 
onStartFailure(DatastoreTransactionException) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionExceptionHandler
Handles a failure to start the transaction.
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.
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
 
operationType() - Method in interface com.activeviam.source.common.api.foundry.trigger.IDataOperationTrigger.ITriggerContext
Whether this operation is a load or an unload.
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(Collection, IOptimizationDescription.Optimization) - Constructor for class com.activeviam.database.datastore.api.description.impl.OptimizationDescription
Creates an optimization description over one or multiple fields.
optimizations(Collection) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
or(List) - 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...) - Static method in class com.activeviam.activepivot.server.impl.api.rest.database.ConditionToJsonNodeHelper
Creates a map representing a OR condition.
OrColumnCondition - Class in com.activeviam.directquery.application.api.refresh.condition
Logical OR combination of other conditions.
OrColumnCondition(List) - 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) - Constructor for class com.activeviam.tech.core.api.filtering.impl.OrCondition
Constructor.
ORDERED_NUMERICAL_TYPES - Static variable in class com.activeviam.tech.aggregation.api.AggregationTypeUtils
List of ContentType that represent primitive numerical values, ordered from the narrowest primitive type to the widest one.
ORDERED_NUMERICAL_VECTOR_TYPES - Static variable in class com.activeviam.tech.aggregation.api.AggregationTypeUtils
List of ContentType that represent vectors of primitive numerical values, ordered from the narrowest primitive type to the widest one.
orderTopicAfterTopic(String, String) - Method in interface com.activeviam.source.common.api.foundry.configurator.ITopicsConfigurator
Orders a topic to load after another topic and all of the triggers fired by that topic.
originBaseTableName(String) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Sets the base table being pre-aggregated.
outputTypes() - Method in class com.activeviam.directquery.api.UserDefinedSqlAggregationFunction
 
outputTypes(List) - Method in interface com.activeviam.directquery.api.UserDefinedSqlAggregationFunction.INeedOutputTypesBuilder
Set the output types of the aggregation function.
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.

P

packagesToScan(List) - 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.
parameterOrder(List) - Method in interface com.activeviam.source.jdbc.api.foundry.configurator.IJdbcTopicConfigurator
Sets the names of the load-scope entries bound to the JDBC placeholders of the query.
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.
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) - 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.
PARSER_THREADS - Static variable in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Global setting for the number of threads used for CSV parsing.
parsersFromTable(String) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Defines parser overrides from the fields of a datastore table.
parsersFromTable(String) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ILocalCsvTopicConfigurator
 
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 com.activeviam.source.csv.api.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.
partialProviderName(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval measure provider.
partialProviders(Set) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData.QuerySummaryDataBuilder
The used partial providers.
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) - 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, List) - 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, Function, PartitioningDescriptionBuilder) - Constructor for class com.activeviam.tech.partitioning.api.builder.PartitioningDescriptionBuilderParentConnection
Constructor when the list of available key fields is not relevant.
PartitioningDescriptionBuilderParentConnection(Function, Function, PartitioningDescriptionBuilder, List) - 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, List, Map) - 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, List, MultipleFieldsModuloPartitioningDescription.MultipleFieldsModuloFunctionDescription, Map) - Constructor for class com.activeviam.tech.partitioning.api.node.PartitioningNodeWithMultiFieldsModuloDescription
Constructor.
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() - Method in record class com.activeviam.source.jdbc.api.foundry.configurator.JdbcConnectionSettings
Returns the value of the password record component.
PASSWORD_PROPERTY - Static variable in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
The password property.
path(String) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Sets the base path for CSV files.
path(String) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ILocalCsvTopicConfigurator
 
path(Path) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ILocalCsvTopicConfigurator
Sets the base path for local CSV files.
path(List) - 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_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
Property used 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) - Constructor for class com.activeviam.source.csv.api.PathCsvDataProvider
Constructor.
pause() - Method in interface com.activeviam.tech.core.api.agent.IAgent
Pauses the agent.
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.
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.
PENDING_DISCOVERIES_TIMEOUT_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property used to configure the pending discoveries' timeout in seconds.
PendingState(ACsvTopic) - Constructor for class com.activeviam.source.csv.api.ACsvTopic.PendingState
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.
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) - 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) - 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
 
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.
PIVOT_NAMESPACE - Static variable in class com.activeviam.activepivot.server.intf.api.rest.ActivePivotRestServices
The namespace in which the pivot REST API is exposed.
PivotEntitlement - Class in com.activeviam.activepivot.server.impl.api.security
PivotRole class list of contexts per pivot.
PivotEntitlement() - Constructor for class com.activeviam.activepivot.server.impl.api.security.PivotEntitlement
Constructor.
PivotEntitlement(String) - Constructor for class com.activeviam.activepivot.server.impl.api.security.PivotEntitlement
Constructor.
PivotEntitlement(String, List) - Constructor for class com.activeviam.activepivot.server.impl.api.security.PivotEntitlement
Fully-qualified constructor.
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.
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, boolean, int, String, String, Map) - 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 interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
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.
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.
PluginValue - Class in com.activeviam.tech.core.api.registry.impl
Base implementation of a light plugin value.
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.
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, 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) - 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, Map) - 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
Property that configures the number of worker threads in the Atoti 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.
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, List, Map) - 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.
postConfigure(IDatabaseConfigurator) - Method in interface com.activeviam.activepivot.core.datastore.avinternal.foundry.config.ICoreDatabasePostConfigurer
Finishes the configuration of the database.
postProcess(IStoreMessage, Collection, 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.
PostProcessedMeasureData - Class in com.activeviam.activepivot.server.json.api.queryplan
A Post Processed Measure Data
PostProcessedMeasureData(String, String) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.PostProcessedMeasureData
 
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.
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.
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').
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.
prepareMetadataStatement(IConnectionSupplier) - Method in class com.activeviam.source.jdbc.api.impl.JdbcTopic
Prepares a statement that returns no rows but carries the same result columns as this topic's query, for the sole purpose of reading its ResultSetMetaData.
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, List) - 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.
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
 
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, List) - Method in interface com.activeviam.source.csv.api.IParsingWorkload.IChannelProcedure
Process a list of files into the given channel.
process(IStoreMessage, List) - Method in class com.activeviam.source.common.api.impl.TuplePublisher
Method that contains the business logic.
process(IParsingWorkload) - Method in interface com.activeviam.source.csv.api.ICsvSource
Executes a IParsingWorkload.
process(Path, List) - Method in interface com.activeviam.source.common.api.IWatcher
Process the events of the watch key.
process(Path, List) - Method in class com.activeviam.source.csv.api.AFileSystemCsvTopic
Update the pending state with the events polled from the watch key.
ProcessedOutput - Interface in com.activeviam.activepivot.dist.impl.avinternal.communication
Output processed by a node after receiving an Answer from each other.
PROCESSING_STATE - Static variable in class com.activeviam.source.common.api.impl.ColumnCalculationContext
State value marking a processing in progress.
processOutput(BiFunction) - Method in class com.activeviam.activepivot.dist.impl.avinternal.communication.CommunicationRegistration.NeedAnswerProcess
Sets the action to do when all the answers have been received.
processQuotes(boolean) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
Set the behavior of the CSV source regarding quotes.
processQuotes(boolean) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Enables or disables quote processing.
processQuotes(boolean) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ILocalCsvTopicConfigurator
 
processTuple(ContextT, Object[]) - Method in class com.activeviam.source.common.api.impl.ColumnCalculationContext
Process a tuple in a given context.
properties(Properties) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
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) - 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.
providerCoordinate(ProviderCoordinate) - Method in class com.activeviam.directquery.application.api.IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder
Sets the provider coordinates.
PUBLIC - Enum constant in enum class com.activeviam.springboot.atoti.server.starter.api.JwtProperties.KeyType
 
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(IStoreMessage, List) - Method in class com.activeviam.source.common.api.impl.AutoCommitTuplePublisher
 
publish(IStoreMessage, List) - Method in class com.activeviam.source.common.api.impl.AutoHandleDatastoreSchemaAlterationsTuplePublisher
 
publish(IStoreMessage, List) - Method in class com.activeviam.source.common.api.impl.TuplePublisher
 
publish(IStoreMessage, List) - Method in interface com.activeviam.source.common.api.ITuplePublisher
Publish a series of tuples, with a given message context.
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.
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, 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, List, 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, List, List, boolean, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Put several files in bulk into the content service.
putBatch(List, 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, List) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Creates (or updates if it already exists) a calculated member or a KPI.
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 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 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 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 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 interface com.activeviam.tech.chunks.api.vectors.IVector
Computes the quantile of order r using the Nearest Rank definition of quantile with rounding.
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 - Static variable in class com.activeviam.tech.core.api.logger.LoggerConstants
Logger name for all the events related to queries on an Atoti Server.
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_HISTORY_SECURITY_ENABLED_PROPERTY - Static variable in class com.activeviam.springboot.atoti.server.starter.api.PropertyNames
Property to enable/disable the Query History endpoint security autoconfiguration.
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.
QueryDispatchingData - Class in com.activeviam.activepivot.server.json.api.queryplan
Data representing query dispatching information for horizontal data duplication.
QueryDispatchingData(List) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData
Creates a new QueryDispatchingData instance.
QueryDispatchingData.ApplicationDispatchingData - Class in com.activeviam.activepivot.server.json.api.queryplan
Dispatching information for a single application.
QueryDispatchingData.ApplicationDispatchingData.ApplicationDispatchingDataBuilder - Class in com.activeviam.activepivot.server.json.api.queryplan
 
QueryDispatchingData.CubeDispatchingData - Class in com.activeviam.activepivot.server.json.api.queryplan
Dispatching information for a single cube.
QueryDispatchingData.CubeDispatchingData.CubeDispatchingDataBuilder - Class in com.activeviam.activepivot.server.json.api.queryplan
 
QueryDispatchingData.QueryDispatchingDataBuilder - Class in com.activeviam.activepivot.server.json.api.queryplan
 
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.
queryFilters(List) - 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.
QueryPreparedStatementSupplier(String) - Constructor for class com.activeviam.source.jdbc.api.impl.JdbcTopic.QueryPreparedStatementSupplier
Deprecated.
Constructor.
QueryPreparedStatementSupplier(String, List) - 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, int, Map, Map, Map, Set, 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, Long) - Constructor for exception class com.activeviam.tech.core.api.exceptions.QueryTimeoutException
Constructor.
QueryTimeoutException(IQuery, int, Long, Throwable) - Constructor for exception class com.activeviam.tech.core.api.exceptions.QueryTimeoutException
Constructor with a cause.
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

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 class com.activeviam.tech.aggregation.api.history.ADoubleHistory
 
read() - Method in class com.activeviam.tech.aggregation.api.history.AFloatHistory
 
read() - Method in class com.activeviam.tech.aggregation.api.history.AIntegerHistory
 
read() - Method in class com.activeviam.tech.aggregation.api.history.ALongHistory
 
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 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).
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.aggregation.api.history.IHistory
 
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.
readDouble() - Method in class com.activeviam.tech.aggregation.api.history.ADoubleHistory
 
readDouble() - Method in class com.activeviam.tech.aggregation.api.history.AFloatHistory
 
readDouble() - Method in class com.activeviam.tech.aggregation.api.history.AIntegerHistory
 
readDouble() - Method in class com.activeviam.tech.aggregation.api.history.ALongHistory
 
readDouble() - Method in interface com.activeviam.tech.aggregation.api.history.IHistory
 
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 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.
readFloat() - Method in class com.activeviam.tech.aggregation.api.history.AFloatHistory
 
readFloat() - Method in class com.activeviam.tech.aggregation.api.history.AIntegerHistory
 
readFloat() - Method in class com.activeviam.tech.aggregation.api.history.ALongHistory
 
readFloat() - Method in interface com.activeviam.tech.aggregation.api.history.IHistory
 
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 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 class com.activeviam.tech.aggregation.api.history.AIntegerHistory
 
readInt() - Method in interface com.activeviam.tech.aggregation.api.history.IHistory
 
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 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 class com.activeviam.tech.aggregation.api.history.AIntegerHistory
 
readLong() - Method in class com.activeviam.tech.aggregation.api.history.ALongHistory
 
readLong() - Method in interface com.activeviam.tech.aggregation.api.history.IHistory
 
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 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.
readMetadata(Map, String) - Static method in class com.activeviam.cloud.aws.api.s3.entity.UserDefinedMetadataHeaderUtils
Reads the metadata.
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.
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.
rebuildIndex(String, Set) - 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
Deprecated, for removal: This API element is subject to removal in a future version.
Should not be part of public API.
recordCumulativeReadingTime(long) - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Deprecated, for removal: This API element is subject to removal in a future version.
Should not be part of public API.
recordCumulativeSplittingTime(long) - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Deprecated, for removal: This API element is subject to removal in a future version.
Should not be part of public API.
recordCumulativeWaitingTime(long) - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Deprecated, for removal: This API element is subject to removal in a future version.
Should not be part of public API.
recordLineSuccessfullyParsed(long) - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Deprecated, for removal: This API element is subject to removal in a future version.
Should not be part of public API.
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.
recordTotalLinesCount(int) - Method in interface com.activeviam.source.csv.api.report.ICsvFileParsingReport
Deprecated, for removal: This API element is subject to removal in a future version.
Should not be part of public API.
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, Set) - 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, 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(IActivePivotManager) - Method in class com.activeviam.activepivot.dist.impl.avinternal.communication.CommunicationRegistration.UnregisteredCommunicationRegistration
Registers the message handler and returns a MessageSender bound to the given manager.
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(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.
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
Deprecated, for removal: This API element is subject to removal in a future version.
Should not be part of public API.
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.
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.
registeredContinuousQueryNames() - Method in interface com.activeviam.tech.core.api.query.realtime.IContinuouslyQueryable
Returns the set of all previously registered query names.
registerFactories(FoundryApplicationDefinition) - Static method in class com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder.FoundryApplicationFactory
Registers the global measure factories into the Registry and collects the per-cube factories.
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.
registerOrReplace(IActivePivotManager) - Method in class com.activeviam.activepivot.dist.impl.avinternal.communication.CommunicationRegistration.UnregisteredCommunicationRegistration
Registers the message handler and returns a MessageSender bound to the given manager.
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
 
rejectEmptyString(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Creates a type with the same attributes as 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) - 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 interface com.activeviam.tech.chunks.api.vectors.IReleasableVector
Marks that the vector is no longer referenced in a chunk.
REMOTE_POOL_SIZE_PROPERTY - Enum constant in enum class com.activeviam.tech.core.api.properties.ActiveViamProperty
Property to configure the number of worker threads in the remote pool.
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.
remove(IRange) - Method in interface com.activeviam.tech.core.api.collections.IRangeUnion
Remove a range in the IRangeUnion.
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.
removeAlias(String) - Method in interface com.activeviam.source.common.api.foundry.configurator.IAliasesConfigurator
Removes an alias.
removeAll(String, Collection) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionalWriter
Removes multiple tuples from a store.
removeAll(List, List, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
Removes all the input entries and cleans the input directories.
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.
removeCalculatedMembers(String, List) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Removes multiple calculated members.
removeCalculatedMembers(String, List) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Removes multiple calculated members from an activepivot.
removeCalculator(String) - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Removes a calculator from this channel.
removeCalculator(String, String) - Method in interface com.activeviam.source.common.api.foundry.configurator.IDataLoadConfigurator
Removes a table-level calculator.
removeChannel(String) - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelsConfigurator
Removes a channel by name.
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.
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.
removeKpis(String, List) - Method in interface com.activeviam.activepivot.server.intf.api.entitlements.IActivePivotContentService
Removes multiple KPIs.
removeKpis(String, List) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IConfigurationService
Removes multiple KPIs from a given pivot.
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.
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.
removeRecords(ITransactionRecordBlock) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Removes multiple records from a table.
removeRequiredFields(Collection) - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Removes required fields from this channel.
removeRow(IDrillthroughRow) - Method in interface com.activeviam.activepivot.server.intf.api.dto.IDrillthroughResultDTOState
Remove the row.
removeSecondaryIndex(String...) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator
Removes a secondary index on the given group of fields.
removeSecondaryIndex(Set) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator
Removes a secondary index on the given group of fields.
removeTopic(String) - Method in interface com.activeviam.source.common.api.foundry.configurator.ITopicsConfigurator
Removes a topic by name.
removeTopicOrdering(String, String) - Method in interface com.activeviam.source.common.api.foundry.configurator.ITopicsConfigurator
removeTransactionListener(ITransactionListener) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Removes a previously registered listener.
removeTrigger(String) - Method in interface com.activeviam.source.common.api.foundry.configurator.ITriggersConfigurator
Removes a trigger by name.
removeUnknownKeyBehavior(IStoreDescriptionBuilder.IRemoveUnknownKeyListener) - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription.SimpleStoreDescriptionBuilder
 
RemoveUnknownKeyListeners - Class in com.activeviam.database.datastore.api.description.impl
Expose various listeners.
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.
REPLACE - Enum constant in enum class com.activeviam.tech.contentserver.storage.api.ShareMode
Replace existing owners and readers with the provided ones.
replaceTrigger(String, IDataOperationTrigger) - Method in interface com.activeviam.source.common.api.foundry.configurator.ITriggersConfigurator
Replaces the trigger registered under a name.
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_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_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_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_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.
Request - Interface in com.activeviam.activepivot.dist.common.impl.avinternal.communication
A request can be sent through the network to other nodes, expecting an Answer from each one.
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 class com.activeviam.source.csv.api.ACsvTopic
 
reset() - Method in interface com.activeviam.source.csv.api.ICsvTopic
Deprecated, for removal: This API element is subject to removal in a future version.
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.
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.
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_LATEST - Static variable in class com.activeviam.tech.contentserver.spring.api.rest.ContentServiceRestServices
The url at which content rest API is accessible (latest version).
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.
ResultSetRow - Class in com.activeviam.source.jdbc.api.impl
Lighter internal wrapping method of a JDBC result set.
ResultSetRow(Object[], ResultSetMetaData, Map) - Constructor for class com.activeviam.source.jdbc.api.impl.ResultSetRow
Constructor.
resultSizeByPartitioning(Map) - 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.
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.
RetrievalData - Class in com.activeviam.activepivot.server.json.api.queryplan
The retrieval data.
RetrievalData(int, String, String, String, String, List, List, List, int, String, int[], Map, List, QueryDispatchingData) - Constructor for class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData
Deprecated.
Use RetrievalData.measuresData instead
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) - Method in class com.activeviam.activepivot.server.json.api.queryplan.QuerySummaryData.QuerySummaryDataBuilder
The number of retrieval by type.
RETRIEVE_AGGREGATES_MESSAGE - Enum constant in enum class com.activeviam.activepivot.dist.impl.api.messenger.netty.NettyMessageType
Key for setting the max size of retrieveAggregatesMessage.
retrieveActivePivotDescription(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Deprecated.
Returns the pivot's description.
retrieveActivePivotDiscovery() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Deprecated.
Returns the ActivePivot Discovery.
retrieveActivePivotState(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Deprecated.
Returns the activepivot's status.
retrieveAllHierarchies(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Return the list of hierarchies for a given pivot id.
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.
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
Deprecated.
Returns the manager's name.
retrieveManagerState() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Deprecated.
Returns the manager's status.
retrieveMembers(String, String, String, String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IQueriesService
Retrieve all the members inside a specific level.
retrievePivotIds() - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Deprecated.
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
Deprecated.
Returns The list of running schemas.
retrieveSchemaState(String) - Method in interface com.activeviam.activepivot.server.intf.api.webservices.IAdministrationService
Deprecated.
Returns the schema's status.
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.
reverse() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
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
 
revertToVersion(IDatabaseVersion) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Generates a new version equivalent to the target version.
revision() - Element in annotation interface com.activeviam.tech.core.api.annotations.AtotiRestController
The revision number of the service.
rewriteDrillthrough(String, Collection) - Method in interface com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor
Asks if the DRILLTHROUGH query to execute must be changed.
rewriteSelect(String, Collection) - 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
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) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties.AtotiSecurityPropertiesBuilder
List of roles to consider as Admin.
rolesUser(List) - 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.
rollbackPendingState() - Method in class com.activeviam.source.csv.api.ACsvTopic
 
rollbackPendingState() - Method in interface com.activeviam.source.csv.api.ICsvTopic
Rolls back the pending state to what it was just before the last ICsvTopic.poll() call.
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.
run() - Method in interface com.activeviam.tech.observability.api.health.IHealthCheck
 
run(IAgent.State, IAgent.State) - Method in interface com.activeviam.tech.core.api.agent.IAgent.ITransition
Performs the transition.

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.
S3ObjectChannelFactory - Class in com.activeviam.cloud.aws.api
ICloudEntityChannelFactory that creates channels for reading S3 objects.
S3ObjectChannelFactory(CloudFetchingConfig, ExecutorService) - Constructor for class com.activeviam.cloud.aws.api.S3ObjectChannelFactory
Creates a new S3ObjectChannelFactory instance.
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.
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.
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.
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
 
scope() - Method in interface com.activeviam.source.common.api.foundry.trigger.IDataOperationTrigger.ITriggerContext
The operation scope: the same key-value bag passed to topics and unload-condition factories, used to scope the trigger's reads and writes.
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.
secondaryIndexes(List) - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription.SingleTableCacheDescriptionBuilder
The list of secondary indexes defined on the cache.
secondaryIndexesFields() - Method in class com.activeviam.directquery.api.cache.SingleTableCacheDescription
Gets the list of secondary indexes defined on the cache.
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) - Constructor for class com.activeviam.tech.core.api.security.SecurityDetails
Constructor to build a non anonymous SecurityDetails.
SecurityDetails(String, Set, 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) - 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) - 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) - Method in interface com.activeviam.source.common.api.IMessageChannel
Sends a message through the channel.
sendMessage(IBroadcastMessage, Collection, 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(RequestT, String) - Method in class com.activeviam.activepivot.dist.impl.avinternal.communication.MessageSender
Sends a request to all instances from the given cube and returns a future of the processed output.
sendMessage(T, Collection) - Method in interface com.activeviam.source.common.api.IMessageChannel
Creates a new message and sends it through the channel.
sendMessage(T, Collection) - Method in class com.activeviam.source.common.api.impl.AMessageChannel
 
sendMessageAsynchronously(IBroadcastMessage, Collection, Duration) - Method in interface com.activeviam.activepivot.dist.impl.avinternal.messenger.IDistributedMessenger
Sends the given message to some specific remote instances asynchronously.
separator(char) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilder
Sets the separator character between fields.
separator(char) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ICsvTopicConfigurator
Sets the field separator character.
separator(char) - Method in interface com.activeviam.source.csv.api.foundry.configurator.ILocalCsvTopicConfigurator
 
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.
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.
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.
set(SettingKey, T) - Method in interface com.activeviam.source.common.api.foundry.configurator.IGlobalSettingsConfigurator
Sets a global setting value.
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(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.
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.
setAddedOrUpdatedRows(Map) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughUpdateData
Sets The drillthrough updated or added rows.
setAggregates(Map) - Method in class com.activeviam.activepivot.server.intf.api.dto.AggregateDTO
Set the aggregates.
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.
setAxes(List) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Sets the axes of the cellset.
setAxes(List) - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Sets the axes of the cellset.
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(Map) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
Sets the discovery for the branches.
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
 
setCalculatedColumns(String, String, List) - Method in class com.activeviam.source.common.api.impl.AMessageChannelFactory
 
setCalculatedColumns(String, String, List) - 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) - 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.
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 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(List) - 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) - Method in class com.activeviam.activepivot.server.json.api.cellset.PositionData
 
setCatalogs(List) - Method in class com.activeviam.activepivot.server.intf.api.discovery.ActivePivotDiscovery
The catalogs.
setCatalogs(List) - 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.
setCellProperties(List) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Sets the properties applied to the cells.
setCells(List) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Sets the cells of the cellset.
setCells(List) - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellData
Sets the cells updated this cellset.
setCells(List) - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Sets the cells of this cellset.
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
 
setColumnCalculators(List) - Method in class com.activeviam.source.common.api.impl.ATranslator
Deprecated.
 
setColumnCalculators(List) - 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) - Method in class com.activeviam.source.csv.api.translator.MapTranslator
Deprecated.
After the parent is configured, recreate the tuple factory accordingly.
setColumnIndex(Map) - 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.
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.
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.
setConstant(Object) - Method in class com.activeviam.source.common.api.impl.ConstantCalculator
Sets the constant value.
setContent(Object[]) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughRowDTO
Content of the row.
setContentType(LevelDataTypeDiscovery.LevelContentType) - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDataTypeDiscovery
 
setContext(JsonDatabaseEdit.JsonDatabaseEditContext) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit
The context values containing the statistics option.
setContext(Map) - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQuery
The (optional) context values.
setContext(Map) - Method in class com.activeviam.activepivot.server.json.api.query.JsonMdxQueryPlan
The (optional) context values.
setContexts(List) - Method in interface com.activeviam.activepivot.server.intf.api.security.IEntitlement
Sets the list of context values in the entitlement.
setContextValues(List) - Method in class com.activeviam.activepivot.server.json.api.discovery.JsonDiscovery
Sets the new possible context values.
setContextValues(List) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setCookieName(String) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
Name of the application cookie.
setCreated(Collection) - Method in class com.activeviam.source.csv.api.ACsvTopic.PendingState
The created events that are pending.
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) - Method in class com.activeviam.activepivot.server.intf.api.discovery.ActivePivotDiscovery
The cubes in the catalog.
setCubes(List) - Method in class com.activeviam.activepivot.server.json.api.discovery.CatalogDiscovery
Sets new cubes in the catalog.
setCubes(List) - Method in class com.activeviam.activepivot.server.intf.api.discovery.CatalogDiscovery
The cubes in the catalog.
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.
setDataClass(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDataTypeDiscovery
 
setDataType(LevelDataTypeDiscovery) - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDiscovery
 
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
 
setDefaultMembers(List) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellSetDTO
Sets the default members when the query was executed.
setDefaultMembers(List) - Method in class com.activeviam.activepivot.server.json.api.cellset.JsonCellSetData
Sets the default members of the cellset.
setDefaultMembers(List) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
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.activepivot.server.json.api.database.JsonDatabaseFieldDescription
Sets the default value of the field.
setDefaultValue(Object) - Method in class com.activeviam.source.csv.api.CsvColumnParser
Sets the default value, enable support for default values.
setDefiningInterface(Class) - Method in interface com.activeviam.tech.core.api.registry.IPlugin
Sets the interface defining this plugin.
setDeleted(Collection) - Method in class com.activeviam.source.csv.api.ACsvTopic.PendingState
The deleted events that are pending.
setDeletedRows(Long) - Method in class com.activeviam.activepivot.server.json.api.database.JsonTableResult
Sets the number of deleted rows.
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.
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) - Method in class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
The dimensions of the cube.
setDimensions(List) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
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.
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
 
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.
setEpochsToKeep(int) - Method in class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
Sets the number of epochs to keep.
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(Duration) - Method in class com.activeviam.springboot.atoti.server.starter.api.JwtProperties
Expiration of the JWT tokens.
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
 
setFailOnDifferentAuthorities(boolean) - Method in class com.activeviam.web.spring.api.jwt.JwtAuthenticationProvider
Configures the provider on failed authorities.
setFieldMappings(Map) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseJoin
Sets the field mapping of the join.
setFieldPermission(String, List, List) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
 
setFieldPermission(String, List, List) - 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) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Sets the fields that should be retrieved in the query.
setFirstObjects(List) - Method in class com.activeviam.tech.core.api.ordering.CustomComparator
 
setFirstObjects(List) - 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.
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
Follow symbolic links attribute.
setForceHttps(boolean) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
Configures the security to enforce the use of HTTPS.
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.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.
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
 
setFrom(int) - Method in class com.activeviam.activepivot.server.json.api.query.JsonRange
The first index of the range.
setGoal(String) - Method in class com.activeviam.activepivot.server.json.api.discovery.KpiDiscovery
 
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) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughResultDTO
Drillthrough headers.
setHeaders(List) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularData
Sets the headers.
setHierarchies(List) - Method in class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The hierarchies of the dimension.
setHierarchies(List) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Hierarchies of the axis.
setHierarchies(List) - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
Sets the hierarchies present in the axis.
setHierarchies(List) - 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.
setId(int) - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
Sets the id of the axis.
setId(String) - Method in class com.activeviam.activepivot.server.impl.api.security.PivotEntitlement
Set the pivot id.
setImplementationClass(Class) - Method in interface com.activeviam.tech.core.avinternal.contributions.IContribution
Sets the Type contribution implementation class.
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.
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.
setInterface(Class) - Method in interface com.activeviam.tech.core.avinternal.contributions.IContribution
Sets the Type contribution reference interface.
setInvokeInterval(long) - Method in class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
Changes the interval between ADefaultEpochPolicy.invoke(IEpochManager) calls.
setJoins(Map) - 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(String) - Method in interface com.activeviam.tech.core.avinternal.contributions.IExtendedPluginValueContribution
Set the key under which this plugin value is contributed to the plugin.
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) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setLastObjects(List) - Method in class com.activeviam.tech.core.api.ordering.CustomComparator
 
setLastObjects(List) - 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(String) - Method in class com.activeviam.activepivot.server.intf.api.dto.MemberDTO
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) - Method in class com.activeviam.activepivot.server.json.api.cellset.HierarchyData
The level names.
setLevels(List) - Method in class com.activeviam.activepivot.server.intf.api.discovery.HierarchyDiscovery
The levels of the hierarchy.
setLevels(List) - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
setLines(String[][]) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseAction
Sets the lines to insert.
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.
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
Sets the matching parameter.
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.
setMaxResultSize(int) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Set the max result size.
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.
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 class com.activeviam.activepivot.server.intf.api.discovery.DimensionDiscovery
The measure groups of the dimension.
setMeasureGroups(List) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setMeasureGroups(Set) - Method in class com.activeviam.activepivot.server.json.api.discovery.DimensionDiscovery
 
setMeasures(List) - Method in class com.activeviam.activepivot.server.intf.api.discovery.CubeDiscovery
The measures of the cube.
setMeasures(List) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setMemberProperties(List) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
List of the properties available in AxisMemberDTO.properties.
setMembers(List) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisPositionDTO
Sets the complete list of members for a given position on the axis.
setModified(Collection) - Method in class com.activeviam.source.csv.api.ACsvTopic.PendingState
The modified events that are pending.
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.
setNamePath(List) - Method in class com.activeviam.activepivot.server.json.api.cellset.PositionData
 
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 as 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(boolean) - Method in class com.activeviam.activepivot.server.json.api.discovery.LevelDataTypeDiscovery
 
setNullable(int) - Static method in class com.activeviam.tech.chunks.api.types.Types
Creates a type with the same attributes as 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) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Changes the INumaSelectorDescription of the given stores.
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
 
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) - Method in class com.activeviam.activepivot.server.json.api.configuration.JsonMdxDefinitionStatement
 
setOwners(Set) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
Set owners of the branch.
setOwners(Set) - 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.
setParameters(List) - Method in interface com.activeviam.source.jdbc.api.IPreparedStatementSupplier.IPreparedStatementHolder
Sets the parameters values in the associated statement.
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
 
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) - Static method in class com.activeviam.database.datastore.api.description.impl.DatastoreSchemaDescriptionUtil
Changes the partitioning of the given stores.
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) - 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
 
setPeriods(Map) - 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) - Method in class com.activeviam.activepivot.server.intf.api.dto.PermissionsMapDTO
Sets the permissions stored by the DTO.
setPluginKey(String) - Method in class com.activeviam.tech.core.api.property.impl.PropertyInfo
 
setPollingInterval(Duration) - Method in class com.activeviam.tech.contentserver.storage.api.builder.PersistedBuilder.LockOptions
 
setPositions(List) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisDTO
Axis positions.
setPositions(List) - Method in class com.activeviam.activepivot.server.json.api.cellset.AxisData
Sets the positions.
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.
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.
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
 
setProperties(List) - Method in class com.activeviam.activepivot.server.intf.api.dto.CellDTO
Sets the properties linked to the cell.
setProperties(Map) - Method in class com.activeviam.activepivot.server.intf.api.dto.AxisMemberDTO
Member properties.
setProperties(Map) - Method in class com.activeviam.activepivot.server.json.api.cellset.CellData
 
setProperties(Map) - Method in class com.activeviam.activepivot.server.json.api.cellset.PositionData
 
setProperties(Properties) - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
Set custom properties.
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
 
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.
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) - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
Sets the ranges to apply on the stream.
setReader(List) - Method in class com.activeviam.activepivot.server.json.api.configuration.JsonMdxDefinitionStatement
 
setReaderRoles(Set) - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IWritableFieldPermission
Sets the readers for this field.
setReaderRoles(Set) - Method in class com.activeviam.activepivot.server.impl.api.database.config.WritableFieldPermission
The roles that can read.
setReaders(Set) - Method in class com.activeviam.activepivot.server.json.api.branch.JsonBranchDescription
Set readers of the branch.
setReaders(Set) - 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.
setRemovedRows(List) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughUpdateData
Sets The ordinals of the rows that are removed.
setResult(JsonTabularData) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonDrillthroughData
Sets The actual drillthrough result to set.
setResult(List) - Method in interface com.activeviam.source.keyvalue.api.IKeyValueBatchResult
Sets the results of the batch.
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) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
List of roles to consider as Admin.
setRolesUser(List) - Method in class com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties
List of roles assigned to standard users.
setRows(List) - Method in class com.activeviam.activepivot.server.intf.api.dto.DrillthroughResultDTO
Drillthrough rows.
setRows(List) - Method in class com.activeviam.activepivot.server.json.api.drillthrough.JsonTabularData
Sets the rows.
setScope(Set) - Method in class com.activeviam.web.spring.api.security.dsl.AtotiServerMachineDsl
 
setScope(Set) - 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
 
setSeparator(String) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
Sets the separator.
setServiceName(String) - Static method in class com.activeviam.tech.logging.logback.api.LogInstanceConverter
 
setSets(List) - Method in class com.activeviam.activepivot.server.json.api.discovery.CubeDiscovery
 
setSize(int) - Method in class com.activeviam.database.datastore.api.description.impl.VectorFieldDescription
Sets the size of the vectors in this field.
setSize(int) - Method in interface com.activeviam.database.datastore.api.transaction.advanced.ITransactionRecordBlock
Sets the size of the block, i.e. the number of rows (starting from 0) that will be added/removed.
setSize(long) - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
setSize(long) - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
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
 
setSourceColumn(String, String, Map) - 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.
setState(long, List) - 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
 
setStatisticsOption(String) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseEdit.JsonDatabaseEditContext
The statistics option for the query.
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
 
setStreamId(String) - Method in class com.activeviam.tech.streaming.impl.api.StreamProperties
Set the id for the stream.
setStreams(List) - Method in class com.activeviam.activepivot.server.json.api.streaming.JsonStreams
Set the streams.
setStreamsByPluginKey(Map) - 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) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
setTableReaderRoles(Set) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.IWritableTablePermissions
Sets the table reader roles.
setTables(Map) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseDiscovery
Sets the descriptions of all tables.
setTableWriterRoles(Set) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableReadWritePermissions
 
setTableWriterRoles(Set) - 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.
setTimeout(long) - Method in class com.activeviam.activepivot.server.json.api.database.JsonDatabaseQuery
Sets the timeout value of the query.
setTimeToKeep(Duration) - Method in class com.activeviam.tech.mvcc.api.policy.KeepLastEpochPolicy
Sets the time to keep in the history.
SettingKey<T> - Class in com.activeviam.source.common.api.foundry.configurator
Type-safe key for global DLC settings.
setTo(int) - Method in class com.activeviam.activepivot.server.json.api.query.JsonRange
The last index (excluded).
setTranslator(IColumnarTranslator) - 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) - 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.
Use the constructor instead.
setType(Class, Class) - 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.
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.
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.
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, 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, 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(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.
setVirtual(boolean) - Method in class com.activeviam.activepivot.server.json.api.discovery.HierarchyDiscovery
 
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 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.
setWriterRoles(Set) - Method in interface com.activeviam.activepivot.server.impl.api.database.config.IWritableFieldPermission
Sets the writers for this field.
setWriterRoles(Set) - 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.
shareAll(Set, List, List, ShareMode, boolean) - Method in interface com.activeviam.tech.contentserver.storage.api.IContentService
 
ShareMode - Enum Class in com.activeviam.tech.contentserver.storage.api
Mode for sharing operations, defining how owners and readers should be updated.
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.
shouldCompressIndexes() - Method in class com.activeviam.database.datastore.api.description.impl.StoreDescription
 
shouldCompressIndexes() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescription
Returns whether 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
 
SILENT - Static variable in class com.activeviam.database.datastore.api.description.impl.RemoveUnknownKeyListeners
Listener that does nothing.
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
 
SingleFileCsvTopic - Class in com.activeviam.source.csv.api
Topic based on a single CSV file.
SingleFileCsvTopic(String, CsvParserConfiguration, String, int) - Constructor for class com.activeviam.source.csv.api.SingleFileCsvTopic
Constructor.
SingleFileCsvTopic(String, CsvParserConfiguration, String, IWatcherService) - Constructor for class com.activeviam.source.csv.api.SingleFileCsvTopic
Constructor for a SingleFileCsvTopic using a IWatcherService.
SingleFileCsvTopic(String, CsvParserConfiguration, Path, int) - Constructor for class com.activeviam.source.csv.api.SingleFileCsvTopic
Constructor.
SingleFileCsvTopic(String, CsvParserConfiguration, 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.
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) - Method in class com.activeviam.directquery.api.cache.CacheDescription.CacheDescriptionBuilder
The description of the cache on each table.
singleValueColumns(Map) - Method in class com.activeviam.database.datastore.api.transaction.advanced.BlockOptions.BlockOptionsBuilder
Columns bound to a single value shared by all rows in the block.
size() - Method in interface com.activeviam.database.datastore.api.transaction.advanced.ITransactionRecordBlock
Returns the number of records actually stored in this block, i.e. the number of rows (starting from 0) that will be added/removed.
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 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
 
SLAB_DIRECT_CHUNK_ALLOCATOR - Static variable in class com.activeviam.tech.chunks.api.ChunkAllocators
Plugin key of the SLAB direct chunk allocator.
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) - Constructor for class com.activeviam.tech.contentserver.storage.api.SnapshotContentTree
Constructor.
SnapshotContentTree(String, boolean, List, List, Map) - 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.
sort() - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
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) - 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 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.
sql(String) - Method in interface com.activeviam.source.jdbc.api.foundry.configurator.IJdbcTopicConfigurator
Sets the SQL query producing the rows of this topic.
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) - 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.
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
 
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.
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
Builder to create an application with a Datastore.
startBuildingTableSecurity() - Static method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
Start building a @TableSecurity that starts with no permission.
startDistribution() - Method in interface com.activeviam.activepivot.dist.datanode.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.
startRegistering(Class) - Static method in class com.activeviam.activepivot.dist.impl.avinternal.communication.CommunicationRegistration
Starts registering a new communication workflow.
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, String...) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Creates and starts a transaction.
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.
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.
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_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
 
stopDistribution() - Method in interface com.activeviam.activepivot.dist.datanode.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.
STOPPED - Enum constant in enum class com.activeviam.tech.core.api.agent.IAgent.State
The state of a stopped agent.
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.
store() - Static method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding
Starts building the description of a store.
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, Collection, List, IPartitioningDescription, Collection, 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 StoreDescription.builder() or the factory instead.
StoreDescription.SimpleStoreDescriptionBuilder - Class in com.activeviam.database.datastore.api.description.impl
A simple IStoreDescription builder.
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.
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) - 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) - Constructor for class com.activeviam.tech.streaming.impl.api.StreamProperties
Constructor.
STRING - Enum constant in enum class com.activeviam.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
String content.
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.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
String array content.
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_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.
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.
subVector(int, int) - Method in class com.activeviam.tech.chunks.api.vectors.impl.EmptyVector
 
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.
sum(FieldPath, String) - Static method in class com.activeviam.directquery.api.MeasureMapping
Creates a mapping for a pre-aggregated Sum.
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.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 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 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 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 interface com.activeviam.tech.chunks.api.vectors.IVector
Sums all elements of the vector and returns the value of the sum.
sumProduct(List, 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.
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(boolean) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator.IVectorFieldConfigurator
Controls whether the vector data is offloaded to disk when not in use.
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) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator.IVectorFieldConfigurator
Controls where on the disk the vector data will be offloaded to.
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
Property that configures the maximum number of swap files that will be created in one directory.
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(String) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IDatabaseConfigurator
Gets the object used to configure the table with the given name.
table(String) - Method in interface com.activeviam.database.datastore.avinternal.foundry.core.configurator.IInternalDatabaseConfigurator
 
table(String) - Method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryConfigurator
Gets the object used to configure the external table with the given local name.
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.application.api.IAggregateTableBootstrapper.IAggregateTableBootstrapperBuilder
Sets the target table name (optional).
targetTableName(String) - Method in class com.activeviam.directquery.api.schema.JoinDescription.JoinDescriptionBuilder
 
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.
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.
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 - Static variable in class com.activeviam.database.datastore.api.description.impl.RemoveUnknownKeyListeners
Listener that throws an exception.
THROW_ON_MISSING_DATA_NODE_RESPONSE - 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_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.
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.
TIMESTAMP - Static variable in class com.activeviam.tech.chunks.api.types.StandardTypes
 
TIMESTAMP_FUNCTION_PLUGIN_KEY - Static variable in interface com.activeviam.tech.aggregation.api.IAggregationFunction
Plugin value key for timestamp aggregation function.
timeTravelDiscoveryQueryTimeout() - Method in interface com.activeviam.database.sql.api.IDatabaseTimeTravelSettings
The timeout for the querying time-travel metadata during the discovery process.
timingInfo(Map) - Method in class com.activeviam.activepivot.server.json.api.queryplan.DatabaseRetrievalData.DatabaseRetrievalDataBuilder
 
timingInfo(Map) - 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_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(IFieldType) - Static method in class com.activeviam.tech.chunks.api.types.FieldType
Returns a nullable array instance of the given type.
toBuilder() - Method in class com.activeviam.activepivot.xmla.intf.api.IXmlaInterceptor.RewrittenQuery
 
toBuilder() - Method in class com.activeviam.database.datastore.api.transaction.advanced.BlockOptions
 
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.tech.partitioning.api.builder.PartitioningNodeDescriptionBuilder
Builds the description of the partitioning node.
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.
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) - Method in class com.activeviam.tech.partitioning.api.function.impl.ConstantFunctionDescription
 
toHumanString(Collection) - Method in class com.activeviam.tech.partitioning.api.function.impl.IdentityFunctionDescription
 
toHumanString(Collection) - Method in class com.activeviam.tech.partitioning.api.function.impl.ModuloFunctionDescription
 
toHumanString(Collection) - Method in interface com.activeviam.tech.partitioning.api.function.IntIntFunction
Creates a representation of the function applied to a series of fields.
toHumanString(Collection) - 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) - 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
toMBean() - Method in interface com.activeviam.directquery.api.jmx.IJmxable
Returns the object compatible with ActiveViam JMX tooling.
TOO_MANY_COLUMNS - Enum constant in enum class com.activeviam.source.csv.api.report.ICsvAnomaly.CsvAnomalyTypeEnum
 
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(String, Class) - Method in interface com.activeviam.source.common.api.foundry.configurator.ITopicsConfigurator
Gets the configurator for an existing topic.
topicName(String) - Method in interface com.activeviam.source.jdbc.api.topic.IJdbcTopicBuilder.INeedTopicName
 
topics() - Method in interface com.activeviam.source.common.api.foundry.configurator.IDataLoadConfigurator
Gets the configurator for the topics of this DLC and their ordering.
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 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 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 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.
toRecords() - Method in interface com.activeviam.tech.records.api.ICursor
Materializes this cursor into a list of writable records, following this cursor's format.
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 record class com.activeviam.activepivot.core.datastore.avinternal.foundry.core.builder.FoundryApplicationDefinition
Returns a string representation of this record class.
toString() - Method in record class com.activeviam.activepivot.dist.common.impl.avinternal.communication.CubeIdentifier
Returns a string representation of this record class.
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 record class com.activeviam.activepivot.dist.impl.avinternal.LogicalRemoteAddress
Returns a string representation of this record class.
toString() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.ABroadcastMessage
 
toString() - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
 
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.rest.database.BranchCreationDescription
 
toString() - Method in class com.activeviam.activepivot.server.impl.api.security.PivotEntitlement
 
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.MeasureData
 
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.PostProcessedMeasureData
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.ApplicationDispatchingData.ApplicationDispatchingDataBuilder
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.ApplicationDispatchingData
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.CubeDispatchingData.CubeDispatchingDataBuilder
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.CubeDispatchingData
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData.QueryDispatchingDataBuilder
 
toString() - Method in class com.activeviam.activepivot.server.json.api.queryplan.QueryDispatchingData
 
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 record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Cube
Returns a string representation of this record class.
toString() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Dimension
Returns a string representation of this record class.
toString() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Hierarchy
Returns a string representation of this record class.
toString() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides.Level
Returns a string representation of this record class.
toString() - Method in record class com.activeviam.activepivot.server.spring.avinternal.foundry.config.NameOverrides
Returns a string representation of this record class.
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 record class com.activeviam.cloud.azure.api.storage.entity.impl.EncryptionParameters
Returns a string representation of this record class.
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.common.api.source.csv.impl.CloudDirectoryCsvTopic
 
toString() - Method in class com.activeviam.cloud.common.api.source.csv.impl.CloudEntityCsvTopic
 
toString() - Method in class com.activeviam.cloud.common.api.source.csv.impl.CloudMultipleEntitiesCsvTopic
 
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 class com.activeviam.database.datastore.api.transaction.advanced.BlockOptions.BlockOptionsBuilder
 
toString() - Method in class com.activeviam.database.datastore.api.transaction.advanced.BlockOptions
 
toString() - Method in record class com.activeviam.database.sql.api.ExternalJdbcType
Returns a string representation of this record class.
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.foundry.configurator.SettingKey
 
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.MultipleFilesCsvTopic
 
toString() - Method in class com.activeviam.source.csv.api.PathCsvDataProvider
 
toString() - Method in class com.activeviam.source.csv.api.SingleFileCsvTopic
 
toString() - Method in record class com.activeviam.source.jdbc.api.foundry.configurator.JdbcConnectionSettings
Returns a string representation of this record class.
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 record class com.activeviam.source.jdbc.api.JdbcTypesMetaData
Returns a string representation of this record class.
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.source.jdbc.api.observability.JdbcRowFailureEvent
 
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(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.
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).
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.
toTuples() - Method in interface com.activeviam.tech.records.api.ICursor
Materializes this cursor into a list of Object[] tuples, following this cursor's format (one slot per field).
toVector(Object) - Static method in class com.activeviam.tech.chunks.api.vectors.ArrayVectorUtils
Converts a primitive or object array to the appropriate vector type.
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.
transactionCommitted(long, IEpoch) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionListener
Method called when a transaction manager has successfully committed a transaction.
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.
TransactionStatisticsOption - Enum Class in com.activeviam.database.datastore.api.transaction.stats
The option to tune the collection of transaction statistics in datastore.
transfer(ITransactionRecordBlock, int, Object...) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Transfers a record from the most recent version of a table into a block at the given row.
transfer(IRecordAcceptor) - Method in interface com.activeviam.tech.records.api.IRecordReader
Transfers the content of this record into a record acceptor.
transfer(IWritableRecordBlock, 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.
transferRange(ITransactionRecordBlock, int, int) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Transfers several records from the most recent version of a table into a block from fromRow (inclusive) to toRow (exclusive).
transferStarted(int) - Method in interface com.activeviam.tech.records.api.IRecordAcceptor
Notifies the acceptor before the transfer of a new record starts.
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) - Method in interface com.activeviam.directquery.api.ISqlAggregationResultTransformer
 
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.
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) - 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.
triggers() - Method in interface com.activeviam.source.common.api.foundry.configurator.IDataLoadConfigurator
Gets the configurator for data-operation triggers.
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.
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.
tuplePublisher(ITuplePublisher) - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Sets the tuple publisher for this channel, without accumulation.
tuplePublisher(ITuplePublisher, boolean) - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Sets the tuple publisher for this channel.
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) - Constructor for class com.activeviam.source.common.api.impl.TuplePublisher
Constructor.
TuplePublisher(IDatastore, Collection, 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) - Constructor for class com.activeviam.source.csv.api.translator.TupleTranslator
Constructor.
TupleTranslator(List, 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(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.INeedLocalFieldTypeBuilder
Sets the field type to use locally and the associated reader.
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(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval type.
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_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_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.
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
Provide global default values for each type.

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.
underlyingDataNodes(List) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The retrieval members.
underlyingRetrievalType(String) - Method in class com.activeviam.activepivot.server.json.api.queryplan.RetrievalData.RetrievalDataBuilder
The type of the retrieval performing the aggregation on behalf of this retrieval, for a retrieval on a partial provider.
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.
undictionarizeKey(int[]) - Method in interface com.activeviam.database.datastore.api.description.IKeyEventContext
Undictionarizes the given key.
undictionarizeRecord(IRecordReader) - Method in interface com.activeviam.database.datastore.api.description.IKeyEventContext
Undictionarizes the given record.
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.
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
Exception 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.
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.
UNLOAD - Enum constant in enum class com.activeviam.source.common.api.foundry.operation.DataOperationType
Rows are being unloaded (removed) from the operation's tables.
unloadCondition(Function) - Method in interface com.activeviam.source.common.api.foundry.configurator.IChannelConfigurator
Configures how records are removed from this channel's target table when an unload operation runs through one of the topics this channel is attached to.
unmarkEpoch(long) - Method in interface com.activeviam.tech.mvcc.api.IEpochHistory
Unmarks the marked version at the given epoch.
unmaskMembers(IMultiVersionDataActivePivot.LevelMembers, String) - Method in interface com.activeviam.activepivot.dist.datanode.impl.api.cube.IMultiVersionDataActivePivot
Unmasks the specified distributing level members to the query cubes, re-enabling future queries to retrieve them from the data cube hosting this instance.
unmaskMembers(IMultiVersionDataActivePivot.LevelMembers, String, int) - Method in interface com.activeviam.activepivot.dist.datanode.impl.api.cube.IMultiVersionDataActivePivot
Unmasks the specified distributing level members to the query cubes, re-enabling future queries to retrieve them from the data cube hosting this instance.
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.
unregisterInsertionTimeUpdateWhereTrigger(String, String) - Method in interface com.activeviam.database.datastore.api.transaction.ITransactionManager
Stops performing the given insertion-time trigger.
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 - 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_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.
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) - Static method in class com.activeviam.directquery.api.schema.utils.TableDescriptionUtils
Applies the fieldUpdater to the field with the given name.
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.
updateStreamQuery(String, String, MdxDrillthroughQuery) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Update the reference query of the stream, without interrupting or disconnecting the stream.
updateStreamQuery(String, String, MdxQuery) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Update the reference query of the stream, without interrupting or disconnecting the stream.
updateStreamQuery(String, String, DrillthroughQuery) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Update the reference query of the stream, without interrupting or disconnecting the stream.
updateStreamQuery(String, String, GetAggregatesQuery) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Update the reference query of the stream, without interrupting or disconnecting the stream.
updateStreamQuery(String, String, MapGetAggregatesQuery) - Method in interface com.activeviam.tech.streaming.intf.api.IStreamingService
Update the reference query of the stream, without interrupting or disconnecting the stream.
updateStreamQuery(String, String, MapDrillthroughQuery) - 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) - 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-where 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) - 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.
UPSERT - Enum constant in enum class com.activeviam.tech.contentserver.storage.api.ShareMode
Add the provided owners and readers to the existing ones.
url() - Method in record class com.activeviam.source.jdbc.api.foundry.configurator.JdbcConnectionSettings
Returns the value of the url record component.
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_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
Returns the current value of the IDistributedActivePivotInstanceDescription.APPLICATION_MEASURE_GROUPS property.
useApplicationMeasureGroupsSuffix() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Returns the current value of the IDistributedActivePivotInstanceDescription.APPLICATION_MEASURE_GROUPS_SUFFIX property.
useApplicationMeasureNames() - Method in interface com.activeviam.activepivot.dist.impl.api.cube.IMultiVersionDistributedActivePivot
Returns the current value of the IDistributedActivePivotInstanceDescription.APPLICATION_MEASURE_NAMES property.
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.
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.
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) - 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
 
username() - Method in record class com.activeviam.source.jdbc.api.foundry.configurator.JdbcConnectionSettings
Returns the value of the username record component.
USERNAME_PROPERTY - Static variable in interface com.activeviam.source.jdbc.api.IJdbcSourceBuilder
The username property.
useSameDictionary(ReachableField, ReachableField) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IDatabaseConfigurator
Ensures that two fields use the same dictionary.
useSameDictionary(ReachableField, ReachableField) - Method in interface com.activeviam.database.datastore.avinternal.foundry.core.configurator.IInternalDatabaseConfigurator
 
useSameDictionary(StoreField, ReachableField) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IDatabaseConfigurator
Ensures that two fields use the same dictionary.
useSameDictionary(StoreField, ReachableField) - Method in interface com.activeviam.database.datastore.avinternal.foundry.core.configurator.IInternalDatabaseConfigurator
 
useSameDictionary(StoreField, StoreField) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IDatabaseConfigurator
Ensures that two fields use the same dictionary.
useSameDictionary(StoreField, StoreField) - Method in interface com.activeviam.database.datastore.avinternal.foundry.core.configurator.IInternalDatabaseConfigurator
 
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
 
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.

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.
validateAggregateProvidersUseAggregateTable(AggregateTableDescription, IActivePivotManagerDescription, List) - 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_PARSE - Enum constant in enum class com.activeviam.source.csv.api.report.ICsvAnomaly.CsvAnomalyTypeEnum
 
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.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.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
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.common.api.foundry.operation.DataOperationType
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.contentserver.storage.api.ShareMode
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.
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.activepivot.server.json.api.discovery.LevelDataTypeDiscovery.LevelContentType
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.common.api.foundry.operation.DataOperationType
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.contentserver.storage.api.ShareMode
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.
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, 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 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_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 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.
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.
vectorField(String) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator
Returns the configurator for vector field specific options.
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) - Method in interface com.activeviam.directquery.api.schema.MultiRowVectorTableDescription.IMultiRowVectorTableDescriptionBuilder
Sets the column local names that hold the vector values.
vectorizedColumns(Set) - 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) - 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) - 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.
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_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.
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.

W

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.
WILDCARD_CHAR - Static variable in class com.activeviam.tech.contentserver.storage.api.ContentServiceHelper
The wildcard character.
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
Property used to override the wildcard sequence.
with(IContentService) - Method in class com.activeviam.activepivot.server.spring.api.content.ActivePivotContentServiceBuilder
Sets the underlying content service the ActivePivot content service will delegate to.
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.
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
withBlockSize(int) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator.IVectorFieldConfigurator
Sets the size of each block the vector will be stored into.
withBranchPermissionsManager(IBranchPermissionsManager) - Method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding.Builder
Specifies a custom branch permissions manager.
withCacheForEntitlements(long) - Method in interface com.activeviam.activepivot.server.spring.api.content.ActivePivotContentServiceBuilder.ICanCache
Enables the caching of the entitlements.
withChunkSize(int) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanSpecifyPartitionChunkSize
Sets the size of the chunks within a partition.
withChunkSize(int) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator
Sets the chunk size for this table.
withClusteringFields(Set) - Method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryTableConfigurator
Sets the clustering fields of the table.
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) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilderExpectingColumnInfo
Creates a new CsvParserConfiguration.CsvParserConfigurationBuilder with the given columns.
withColumnNamesMapping(Map) - Method in class com.activeviam.source.csv.api.CsvParserConfiguration.CsvParserConfigurationBuilderExpectingColumnInfo
Creates a new CsvParserConfiguration.CsvParserConfigurationBuilder with the given columns.
withCompressIndexes(boolean) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator
Sets whether the indexes of this table should use a compressed format, reducing memory usage at the cost of additional computation for decompression.
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.
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.
withDatastore(IDatastoreSchemaDescription) - Method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding.Builder
Builds a Datastore for the application with the given description.
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.
withDefaultValue(String, Object) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.ITableConfigurator
Changes the default value of the given field.
withDefaultValue(String, Object) - Method in interface com.activeviam.database.datastore.avinternal.foundry.core.configurator.IInternalTableConfigurator
 
withDelimiter(char) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator.IVectorFieldConfigurator
Sets the character used to separate vector components when parsing string representations, for example when loading data from a CSV source.
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.
withDictionaryGroup(Set) - Method in interface com.activeviam.database.datastore.api.description.IDatastoreSchemaDescriptionBuilder.IBuildableDatastoreSchemaDescription
Defines a group of fields which must share the same dictionary.
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.
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.
withDuplicateKeyHandler(IDuplicateKeyHandler) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator
Sets how to handle adding two records with the same key fields.
withEntitlements(Function) - Method in interface com.activeviam.activepivot.server.intf.api.security.ICanHaveRoleEntitlements.ICanStartBuildingEntitlement
Adds multiple entitlements via a separate builder function.
withEpochPolicy(IEpochManagementPolicy) - Method in class com.activeviam.activepivot.core.datastore.api.builder.StartBuilding.Builder
Sets the epoch policy to use for application components.
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.database.datastore.api.description.IStoreDescriptionBuilder.ICanAddField
Adds a non-nullable field.
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.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.
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.
withFilters(Map) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Sets the filters on the origin table.
withGlobalEntitlement() - Method in interface com.activeviam.activepivot.server.intf.api.security.ICanHaveRoleEntitlements.ICanHaveGlobalEntitlement
Begins defining a global entitlement.
withGroupByFieldsMapping(Map) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Sets the mapping of the group-by fields used in the pre-aggregation.
withHost(String) - Method in interface com.activeviam.web.core.api.IUrlBuilder.IForHost
Sets the host name in an URL.
withIndexOn(String...) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanHaveIndex
Sets the group of the given fields as indexed.
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.
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(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.
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) - Method in class com.activeviam.directquery.api.schema.AggregateTableDescription.AggregateTableDescriptionBuilder
Sets the mapping of the measures used in the aggregate table.
withMessage(NewMessageT) - Method in class com.activeviam.activepivot.dist.impl.avinternal.messenger.message.BroadcastEnvelope
Duplicate this envelope with a new message inside.
withMessageHandler(IMessageHandler) - Method in interface com.activeviam.source.common.api.IMessageChannel
Installs a message handler on this channel.
withMessageHandler(IMessageHandler) - Method in class com.activeviam.source.common.api.impl.AMessageChannel
 
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
 
withMultiColumnVector(String, String) - Method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryTableConfigurator
Regroups the external columns starting with the given prefix into a single multi-column vector field.
withMultiColumnVector(String, List) - Method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryTableConfigurator
Regroups the given external columns into a single multi-column vector field.
withMultiRowVector(String, String, String) - Method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryTableConfigurator
Turns the table into a multi-row vector table: the values of the given column, spread over the rows sharing the same key, are regrouped into a single vector.
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.
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(INumaSelectorDescription) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator
Sets the NUMA selector for this table.
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.
withoutKey() - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanAddStaticKey
Tells the builder that this store does not have any keys.
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.
withPartitioning(IPartitioningDescription) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator
Sets the partitioning for this table.
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.
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.
withPrefix(String...) - Method in interface com.activeviam.web.core.api.IUrlBuilder.IForPrefix
Adds prefix paths to the URL.
withProperties(Properties) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanHaveAdditionalProperties
Adds some additional properties to this description.
withProperty(String, String) - Method in interface com.activeviam.database.datastore.api.description.IStoreDescriptionBuilder.ICanHaveAdditionalProperties
Adds one additional property to this description.
withPublisher(ITuplePublisher) - Method in interface com.activeviam.source.common.api.IStoreMessageChannel
Install a tuple publisher on this channel.
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. disaggregation operation for this function.
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
 
withRemoveUnknownKeyBehavior(IStoreDescriptionBuilder.IRemoveUnknownKeyListener) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator
Sets the behavior when removing a record with a key that does not exist.
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) - 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.
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.
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
 
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.
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) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
 
withTableReaders(List) - 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) - Method in class com.activeviam.activepivot.server.impl.api.database.config.TableSecurityBuilder
 
withTableWriters(List) - Method in interface com.activeviam.activepivot.server.intf.api.database.config.ITableSecurityBuilder
Set the writers for all the fields in the table.
withTimeTravel(EmulatedTimeTravelDescription.TableTimeTravelDescription) - Method in interface com.activeviam.directquery.application.api.foundry.configurator.IDirectQueryTableConfigurator
Sets the emulated time-travel information of the table.
withTrailingSlash() - Method in interface com.activeviam.web.core.api.IUrlBuilder.IWithSlashOption
Marks the builder to add a / at the end of the URL.
withUpdateOnlyIfDifferent(boolean) - Method in interface com.activeviam.database.datastore.api.foundry.core.configurator.IInMemoryTableConfigurator
Sets whether to only update records when the new values differ from existing ones.
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.
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, Set) - 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.ITableWriter
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(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.ITableWriter
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(int, int) - Method in interface com.activeviam.tech.chunks.api.table.ITableWithDefaultValueWriter
Writes the default value into the specified cell.
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 IRecordFormat.
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.ITableWriter
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.
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.ITableWriter
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.ITableWriter
Writes a primitive int into the specified cell.
writeLong(int, int, long) - Method in interface com.activeviam.tech.chunks.api.table.ITableWriter
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.

X

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

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